:root{--green: #22c55e;--yellow: #f59e0b;--red: #ef4444;--bg: #060d1a;--card: #0f1e30;--border: #1e3448;--text: #e2e8f0;--muted: #64748b}[data-astro-cid-lbyk5lcx]{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.header[data-astro-cid-lbyk5lcx]{padding:16px 24px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.header[data-astro-cid-lbyk5lcx] a[data-astro-cid-lbyk5lcx]{color:var(--muted);text-decoration:none;font-size:13px}.header[data-astro-cid-lbyk5lcx] a[data-astro-cid-lbyk5lcx]:hover{color:var(--text)}.header-sep[data-astro-cid-lbyk5lcx]{color:var(--border)}.hero[data-astro-cid-lbyk5lcx]{text-align:center;padding:56px 24px 40px}.hero-icon[data-astro-cid-lbyk5lcx]{font-size:56px;margin-bottom:16px;display:block;animation:tick 1s steps(1) infinite}@keyframes tick{0%,to{opacity:1}50%{opacity:.7}}.hero[data-astro-cid-lbyk5lcx] h1[data-astro-cid-lbyk5lcx]{font-size:clamp(30px,5.5vw,52px);font-weight:900;letter-spacing:-1px;line-height:1.1;margin-bottom:14px}.hero[data-astro-cid-lbyk5lcx] h1[data-astro-cid-lbyk5lcx] span[data-astro-cid-lbyk5lcx]{background:linear-gradient(90deg,#22c55e,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero[data-astro-cid-lbyk5lcx] p[data-astro-cid-lbyk5lcx]{font-size:17px;color:var(--muted);max-width:540px;margin:0 auto;line-height:1.6}.input-panel[data-astro-cid-lbyk5lcx]{max-width:600px;margin:36px auto 0;padding:0 20px}.card[data-astro-cid-lbyk5lcx]{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:28px}.form-row[data-astro-cid-lbyk5lcx]{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 520px){.form-row[data-astro-cid-lbyk5lcx]{grid-template-columns:1fr}}.form-group[data-astro-cid-lbyk5lcx]{margin-bottom:18px}.form-group[data-astro-cid-lbyk5lcx]:last-child{margin-bottom:0}label[data-astro-cid-lbyk5lcx]{display:block;font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}select[data-astro-cid-lbyk5lcx],input[data-astro-cid-lbyk5lcx][type=date]{width:100%;background:#0a1628;border:1.5px solid var(--border);color:var(--text);border-radius:10px;padding:12px 16px;font-size:15px;outline:none;transition:border-color .2s;appearance:none}select[data-astro-cid-lbyk5lcx]:focus,input[data-astro-cid-lbyk5lcx][type=date]:focus{border-color:#22c55e}option[data-astro-cid-lbyk5lcx]{background:#0a1628}.btn-calculate[data-astro-cid-lbyk5lcx]{width:100%;background:#22c55e;color:#052e16;border:none;border-radius:12px;padding:18px;font-size:17px;font-weight:800;cursor:pointer;transition:all .2s;letter-spacing:-.3px;margin-top:8px}.btn-calculate[data-astro-cid-lbyk5lcx]:hover{background:#16a34a;color:#fff;transform:translateY(-1px)}.btn-calculate[data-astro-cid-lbyk5lcx]:active{transform:translateY(0)}.result-panel[data-astro-cid-lbyk5lcx]{max-width:600px;margin:28px auto 0;padding:0 20px;display:none}.clock-display[data-astro-cid-lbyk5lcx]{border-radius:20px;padding:36px 28px;text-align:center;border:2px solid;position:relative;overflow:hidden}.clock-display[data-astro-cid-lbyk5lcx]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center top,var(--glow-color) 0%,transparent 70%);opacity:.12;pointer-events:none}.clock-display[data-astro-cid-lbyk5lcx].status-safe{border-color:var(--green);--glow-color: var(--green);background:#052e16}.clock-display[data-astro-cid-lbyk5lcx].status-warning{border-color:var(--yellow);--glow-color: var(--yellow);background:#1c1206}.clock-display[data-astro-cid-lbyk5lcx].status-expired{border-color:var(--red);--glow-color: var(--red);background:#1f0606}.status-label[data-astro-cid-lbyk5lcx]{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px}.status-safe[data-astro-cid-lbyk5lcx] .status-label[data-astro-cid-lbyk5lcx]{color:var(--green)}.status-warning[data-astro-cid-lbyk5lcx] .status-label[data-astro-cid-lbyk5lcx]{color:var(--yellow)}.status-expired[data-astro-cid-lbyk5lcx] .status-label[data-astro-cid-lbyk5lcx]{color:var(--red)}.days-count[data-astro-cid-lbyk5lcx]{font-size:clamp(72px,18vw,110px);font-weight:900;line-height:1;letter-spacing:-4px;margin-bottom:4px}.status-safe[data-astro-cid-lbyk5lcx] .days-count[data-astro-cid-lbyk5lcx]{color:var(--green)}.status-warning[data-astro-cid-lbyk5lcx] .days-count[data-astro-cid-lbyk5lcx]{color:var(--yellow)}.status-expired[data-astro-cid-lbyk5lcx] .days-count[data-astro-cid-lbyk5lcx]{color:var(--red)}.days-label[data-astro-cid-lbyk5lcx]{font-size:16px;font-weight:700;color:var(--muted);margin-bottom:20px}.expiry-bar[data-astro-cid-lbyk5lcx]{height:8px;border-radius:100px;background:var(--border);margin:0 0 20px;overflow:hidden}.expiry-fill[data-astro-cid-lbyk5lcx]{height:100%;border-radius:100px;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.status-safe[data-astro-cid-lbyk5lcx] .expiry-fill[data-astro-cid-lbyk5lcx]{background:linear-gradient(90deg,var(--green),#86efac)}.status-warning[data-astro-cid-lbyk5lcx] .expiry-fill[data-astro-cid-lbyk5lcx]{background:linear-gradient(90deg,var(--yellow),#fde68a)}.status-expired[data-astro-cid-lbyk5lcx] .expiry-fill[data-astro-cid-lbyk5lcx]{background:linear-gradient(90deg,var(--red),#fca5a5);width:100%!important}.expiry-detail[data-astro-cid-lbyk5lcx]{font-size:14px;color:var(--muted);line-height:1.6}.expiry-detail[data-astro-cid-lbyk5lcx] strong[data-astro-cid-lbyk5lcx]{color:var(--text)}.info-grid[data-astro-cid-lbyk5lcx]{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}@media (max-width: 480px){.info-grid[data-astro-cid-lbyk5lcx]{grid-template-columns:1fr}}.info-card[data-astro-cid-lbyk5lcx]{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}.info-card[data-astro-cid-lbyk5lcx] .ic-label[data-astro-cid-lbyk5lcx]{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.info-card[data-astro-cid-lbyk5lcx] .ic-value[data-astro-cid-lbyk5lcx]{font-size:17px;font-weight:800;color:var(--text)}.info-card[data-astro-cid-lbyk5lcx] .ic-sub[data-astro-cid-lbyk5lcx]{font-size:12px;color:var(--muted);margin-top:3px}.warning-box[data-astro-cid-lbyk5lcx]{background:#f59e0b14;border:1px solid rgba(245,158,11,.25);border-radius:12px;padding:16px 18px;margin-top:18px;font-size:13px;color:#fde68a;line-height:1.6}.warning-box[data-astro-cid-lbyk5lcx] strong[data-astro-cid-lbyk5lcx]{display:block;margin-bottom:4px;font-size:14px}.action-buttons[data-astro-cid-lbyk5lcx]{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}.btn-share[data-astro-cid-lbyk5lcx]{flex:1;background:transparent;border:1.5px solid var(--border);color:var(--text);border-radius:10px;padding:14px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;min-width:120px}.btn-share[data-astro-cid-lbyk5lcx]:hover{border-color:#22c55e;color:#22c55e}.btn-share[data-astro-cid-lbyk5lcx].copied{border-color:var(--green);color:var(--green)}.btn-upgrade-sm[data-astro-cid-lbyk5lcx]{flex:1;background:#f59e0b;color:#1c0d00;border:none;border-radius:10px;padding:14px;font-size:14px;font-weight:800;cursor:pointer;text-decoration:none;display:block;text-align:center;transition:all .2s;min-width:140px}.btn-upgrade-sm[data-astro-cid-lbyk5lcx]:hover{background:#d97706}.expired-msg[data-astro-cid-lbyk5lcx]{background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:12px;padding:18px 20px;margin-top:18px}.expired-msg[data-astro-cid-lbyk5lcx] h3[data-astro-cid-lbyk5lcx]{font-size:15px;font-weight:800;color:#fca5a5;margin-bottom:8px}.expired-msg[data-astro-cid-lbyk5lcx] p[data-astro-cid-lbyk5lcx]{font-size:13px;color:#fecaca;line-height:1.6}.tools-section[data-astro-cid-lbyk5lcx]{max-width:600px;margin:40px auto 0;padding:0 20px}.tools-section[data-astro-cid-lbyk5lcx] h2[data-astro-cid-lbyk5lcx]{font-size:18px;font-weight:800;margin-bottom:16px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px}.tool-pills[data-astro-cid-lbyk5lcx]{display:flex;flex-wrap:wrap;gap:10px}.tool-pill[data-astro-cid-lbyk5lcx]{background:var(--card);border:1px solid var(--border);border-radius:100px;padding:10px 18px;text-decoration:none;color:var(--text);font-size:13px;font-weight:600;transition:all .2s}.tool-pill[data-astro-cid-lbyk5lcx]:hover{border-color:#22c55e;color:#22c55e}.upgrade-cta[data-astro-cid-lbyk5lcx]{max-width:600px;margin:32px auto 60px;padding:0 20px}.upgrade-inner[data-astro-cid-lbyk5lcx]{background:linear-gradient(135deg,#0e1f12,#0d2233);border:1px solid #1e4a25;border-radius:16px;padding:28px;text-align:center}.upgrade-inner[data-astro-cid-lbyk5lcx] h2[data-astro-cid-lbyk5lcx]{font-size:20px;font-weight:800;margin-bottom:10px}.upgrade-inner[data-astro-cid-lbyk5lcx] p[data-astro-cid-lbyk5lcx]{font-size:14px;color:var(--muted);margin-bottom:20px;line-height:1.6;max-width:420px;margin-left:auto;margin-right:auto}.btn-upgrade-main[data-astro-cid-lbyk5lcx]{display:inline-block;background:#22c55e;color:#052e16;text-decoration:none;border-radius:10px;padding:16px 32px;font-size:16px;font-weight:800;transition:all .2s}.btn-upgrade-main[data-astro-cid-lbyk5lcx]:hover{background:#16a34a;color:#fff}footer[data-astro-cid-lbyk5lcx]{border-top:1px solid var(--border);padding:28px 24px;text-align:center;font-size:13px;color:var(--muted)}footer[data-astro-cid-lbyk5lcx] a[data-astro-cid-lbyk5lcx]{color:#475569;text-decoration:none;margin:0 10px}footer[data-astro-cid-lbyk5lcx] a[data-astro-cid-lbyk5lcx]:hover{color:var(--muted)}
