:root{--bg: #f4f6fb;--surface: #ffffff;--border: #e4e8f0;--text: #1c2434;--muted: #6b7280;--primary: #2563eb;--primary-dark: #1d4ed8;--brand-v: #2563eb;--primary-soft: #eaf1ff;--primary-line: #93c5fd;--primary-wash: #f5f8ff;--danger: #dc2626;--success: #16a34a;--warning: #d97706;--radius: 10px;--shadow: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .04);--field-bg: #ffffff;--field-disabled-bg: #f8fafc;--ink-strong: #0f172a;--ink: #334155;--ink-soft: #64748b;--ink-faint: #94a3b8;--placeholder: #9aa4b2;--line-strong: #c9d2e0;--on-primary: #ffffff;--primary-disabled: #93b0f5;--success-soft: #dcfce7;--success-ink: #15803d;--danger-soft: #fef2f2;--yes-wash: #f2fdf5;--yes-line: #86efac;--yes-soft: #dcfce7;--yes-ink: #15803d;--no-wash: #fffdf3;--no-line: #fcd34d;--no-soft: #fef3c7;--no-ink: #92400e;--sidebar-w: 240px;--content-w: 1200px;--topbar-h: 60px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0 0 .4em;font-weight:650}h1{font-size:1.5rem}h2{font-size:1.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;background:var(--primary);color:#fff;padding:9px 16px;border-radius:9px;font-family:inherit;font-size:.88rem;font-weight:600;line-height:1.25;white-space:nowrap;cursor:pointer;user-select:none;box-shadow:0 1px 2px #1018280f;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .08s}.btn:hover{background:var(--primary-dark)}.btn:active:not(:disabled){transform:translateY(1px);box-shadow:none}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--primary-soft),0 0 0 4px var(--primary)}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.btn.ghost{background:#fff;color:var(--text);border-color:var(--border)}.btn.ghost:hover{background:var(--bg);border-color:#c9d2e0}.btn.danger{background:var(--danger)}.btn.danger:hover{background:#b91c1c}.btn.danger:focus-visible{box-shadow:0 0 0 3px #fee2e2,0 0 0 4px var(--danger)}.btn.subtle{background:transparent;color:var(--muted);box-shadow:none}.btn.subtle:hover{background:var(--bg);color:var(--text)}.btn.sm{padding:6px 11px;font-size:.8rem;border-radius:8px}.btn.lg{padding:12px 22px;font-size:.95rem;border-radius:10px}.btn.block{width:100%}.btn.icon{padding:0;width:34px;height:34px;flex:none}.btn.icon.sm{width:28px;height:28px}.field{margin-bottom:14px;display:flex;flex-direction:column;gap:5px}.field label{font-size:.8rem;font-weight:550;color:var(--muted)}input,select,textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:9px;font-size:.92rem;background:var(--field-bg);color:var(--text);font-family:inherit;transition:border-color .15s,box-shadow .15s}input:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:var(--line-strong)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}input::placeholder,textarea::placeholder{color:var(--placeholder)}input:disabled,select:disabled,textarea:disabled{background:var(--field-disabled-bg);color:var(--ink-faint);cursor:not-allowed}textarea{resize:vertical;min-height:76px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.table{width:100%;border-collapse:collapse;font-size:.86rem}.table th,.table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}.table th{color:var(--muted);font-weight:600;font-size:.76rem;text-transform:uppercase;letter-spacing:.03em}.table tr:hover td{background:var(--bg)}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:inherit}.badge{display:inline-block;padding:2px 9px;border-radius:999px;font-size:.72rem;font-weight:600}.badge.gray{background:#eef1f6;color:#4b5563}.badge.green{background:#dcfce7;color:#166534}.badge.blue{background:var(--primary-soft);color:var(--primary-dark)}.badge.amber{background:#fef3c7;color:#92400e}.badge.red{background:#fee2e2;color:#991b1b}.badge.teal{background:#ccfbf1;color:#115e59}.badge.orange{background:#ffedd5;color:#9a3412}.badge.slate{background:#e2e8f0;color:#334155}.badge.rose{background:#ffe4e6;color:#9f1239}.row{display:flex;gap:16px}.row.wrap{flex-wrap:wrap}.between{justify-content:space-between;align-items:center}.grow{flex:1}.muted{color:var(--muted)}.stack>*+*{margin-top:16px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.stat .value{font-size:1.8rem;font-weight:700}.stat .label{color:var(--muted);font-size:.82rem}.toast-wrap{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.toast{padding:12px 16px;border-radius:8px;color:#fff;box-shadow:var(--shadow);min-width:240px;font-size:.86rem}.toast.success{background:var(--success)}.toast.error{background:var(--danger)}.toast.info{background:#334155}.otp-box{display:flex;flex-direction:column;align-items:center;gap:2px;background:var(--primary-soft);border:1px solid var(--border);border-radius:8px;padding:10px;margin-bottom:12px}.otp-box span{font-size:.72rem;color:var(--muted)}.otp-box strong{font-size:1.6rem;letter-spacing:.35em;color:var(--primary-dark);font-variant-numeric:tabular-nums}.center-screen{min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-card{width:100%;max-width:400px}.empty{text-align:center;padding:40px;color:var(--muted)}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:26px;height:26px;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}body.nav-locked{overflow:hidden}@media(pointer:coarse){input,select,textarea{font-size:16px}}@media(max-width:640px){h1{font-size:1.3rem}h2{font-size:1.08rem}.card{padding:16px 14px}.row{flex-wrap:wrap;gap:12px}.page-header{flex-direction:column;align-items:stretch;gap:12px}.page-header>.btn{width:100%}.toast-wrap{left:12px;right:12px;bottom:12px}.toast{min-width:0}.stats{gap:12px}.stat{padding:15px}.stat .value{font-size:1.5rem}.empty{padding:28px 16px}.center-screen{padding:16px}}:root[data-vm-theme=dark]{--bg: #0b1220;--surface: #111a2b;--border: #243044;--text: #e6ebf4;--muted: #94a3b8;--brand-v: #60a5fa;--primary-soft: #16264a;--primary-line: #2f4a7d;--primary-wash: #121e35;--shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .3);--field-bg: #0f1727;--field-disabled-bg: #162032;--ink-strong: #f1f5fb;--ink: #cbd5e1;--ink-soft: #9fb0c7;--ink-faint: #7c8ca5;--placeholder: #64748b;--line-strong: #33415a;--primary-disabled: #35507f;--success-soft: #10331f;--success-ink: #4ade80;--danger-soft: #2a1416;--yes-wash: #0e2418;--yes-line: #2f6b45;--yes-soft: #10331f;--yes-ink: #4ade80;--no-wash: #251c0c;--no-line: #6b5220;--no-soft: #33270f;--no-ink: #fbbf24}:root[data-vm-theme=dark]{color-scheme:dark}:root[data-vm-theme=light]{color-scheme:light}.logo.svelte-tssf2h{display:inline-flex;align-items:center;gap:10px;min-width:0;--w1: .5;--w2: .28}.logo.vertical.svelte-tssf2h{flex-direction:column;gap:calc(var(--mark) * .16);text-align:center;--w1: .4;--w2: .19}.mark.svelte-tssf2h{width:var(--mark);height:var(--mark);flex:none;display:block}.word.svelte-tssf2h{display:flex;flex-direction:column;min-width:0}.logo.vertical.svelte-tssf2h .word:where(.svelte-tssf2h){align-items:center}.w1.svelte-tssf2h{font-weight:700;font-size:calc(var(--mark) * var(--w1));line-height:1.15;letter-spacing:-.01em;color:var(--text)}.v.svelte-tssf2h{color:var(--brand-v)}.w2.svelte-tssf2h{font-weight:600;font-size:calc(var(--mark) * var(--w2));line-height:1.2;letter-spacing:.005em;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell.svelte-1325jhu{display:flex;min-height:100vh}.sidebar.svelte-1325jhu{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);padding:18px 12px;position:sticky;top:0;height:100vh;flex-shrink:0;display:flex;flex-direction:column}.brand-link.svelte-1325jhu{display:block;margin-bottom:14px;padding:4px 8px;border-radius:8px}.brand-link.svelte-1325jhu:hover{background:var(--bg);text-decoration:none}nav.svelte-1325jhu{display:flex;flex-direction:column;gap:3px}.nav-item.svelte-1325jhu{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;color:var(--text);font-weight:520;font-size:.88rem}.nav-item.svelte-1325jhu:hover{background:var(--bg);text-decoration:none}.nav-item.active.svelte-1325jhu{background:var(--primary-soft);color:var(--primary-dark)}.nav-item.as-button.svelte-1325jhu{appearance:none;width:100%;border:0;background:none;font:inherit;font-weight:520;text-align:left;cursor:pointer}.ic.svelte-1325jhu{width:18px;text-align:center;opacity:.8}.drawer-foot.svelte-1325jhu{display:none;margin-top:auto;padding-top:10px;border-top:1px solid var(--border);flex-direction:column;gap:3px}.foot-role.svelte-1325jhu{margin:0 0 4px;padding:0 12px;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.main.svelte-1325jhu{flex:1;display:flex;flex-direction:column;min-width:0}.topbar.svelte-1325jhu{position:sticky;top:0;z-index:30;height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 24px;text-transform:capitalize;flex-shrink:0}.topbar-inner.svelte-1325jhu{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;max-width:var(--content-w);margin-inline:auto}.topbar-left.svelte-1325jhu{display:flex;align-items:center;gap:10px;min-width:0}.role.svelte-1325jhu{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-toggle.svelte-1325jhu,.topbar-brand.svelte-1325jhu{display:none}.nav-toggle.svelte-1325jhu{appearance:none;width:38px;height:38px;flex:none;padding:0;border:1px solid var(--border);border-radius:9px;background:var(--surface);cursor:pointer;place-items:center}.nav-toggle.svelte-1325jhu:hover{background:var(--bg)}.nav-toggle.svelte-1325jhu:focus-visible{outline:none;box-shadow:0 0 0 3px var(--primary-soft),0 0 0 4px var(--primary)}.bars.svelte-1325jhu,.bars.svelte-1325jhu:before,.bars.svelte-1325jhu:after{display:block;width:17px;height:2px;border-radius:2px;background:var(--text)}.bars.svelte-1325jhu{position:relative}.bars.svelte-1325jhu:before,.bars.svelte-1325jhu:after{content:"";position:absolute;left:0}.bars.svelte-1325jhu:before{top:-5px}.bars.svelte-1325jhu:after{top:5px}.topbar-brand.svelte-1325jhu{padding:2px 4px;border-radius:8px;flex:none}.topbar-brand.svelte-1325jhu:hover{text-decoration:none}.user-menu.svelte-1325jhu{display:flex;align-items:center;gap:12px}.user-info.svelte-1325jhu{display:flex;align-items:center;gap:10px;padding:4px 8px;border-radius:8px;color:var(--text)}.user-info.svelte-1325jhu:hover{background:var(--bg);text-decoration:none}.user-info.active.svelte-1325jhu{background:var(--primary-soft)}.avatar.svelte-1325jhu{width:36px;height:36px;border-radius:50%;background:var(--primary);color:#fff;object-fit:cover;display:grid;place-items:center;font-weight:700;flex-shrink:0}.ucol.svelte-1325jhu{display:flex;flex-direction:column;line-height:1.2;min-width:0}.ucol.svelte-1325jhu strong:where(.svelte-1325jhu),.ucol.svelte-1325jhu small:where(.svelte-1325jhu){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content.svelte-1325jhu{width:100%;max-width:var(--content-w);margin-inline:auto;padding:24px}.scrim.svelte-1325jhu{position:fixed;inset:0;z-index:55;appearance:none;border:0;padding:0;background:#0f172a73;cursor:pointer}@media(max-width:860px){.sidebar.svelte-1325jhu{position:fixed;top:0;bottom:0;left:0;height:auto;width:min(280px,82vw);z-index:60;overflow-y:auto;transform:translate(-100%);visibility:hidden;transition:transform .22s ease,visibility .22s;box-shadow:4px 0 24px #0f172a2e}.sidebar.open.svelte-1325jhu{transform:none;visibility:visible}.nav-item.svelte-1325jhu{padding:11px 12px;font-size:.92rem}.drawer-foot.svelte-1325jhu{display:flex}.nav-toggle.svelte-1325jhu{display:grid}.topbar-brand.svelte-1325jhu{display:block}.role.svelte-1325jhu{display:none}.topbar.svelte-1325jhu{padding:0 14px}.ucol.svelte-1325jhu,.topbar-act.svelte-1325jhu{display:none}.user-info.svelte-1325jhu{padding:2px}.content.svelte-1325jhu{padding:18px 14px 28px}}@media(max-width:420px){.content.svelte-1325jhu{padding:16px 12px 26px}}@media(prefers-reduced-motion:reduce){.sidebar.svelte-1325jhu{transition:none}}@media print{.sidebar.svelte-1325jhu,.topbar.svelte-1325jhu,.scrim.svelte-1325jhu{display:none}.shell.svelte-1325jhu{display:block;min-height:0}.content.svelte-1325jhu{max-width:none;margin:0;padding:0}}.phone-control.svelte-mfj25c{display:flex;align-items:stretch;border:1px solid var(--border);border-radius:10px;background:#fff;overflow:hidden;transition:border-color .15s,box-shadow .15s}.phone-control.svelte-mfj25c:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.phone-control.invalid.svelte-mfj25c{border-color:var(--danger)}.phone-control.invalid.svelte-mfj25c:focus-within{box-shadow:0 0 0 3px #dc262624}.phone-control.disabled.svelte-mfj25c{background:#f8fafc}.cc.svelte-mfj25c{display:grid;place-items:center;padding:0 11px;background:var(--bg);border-right:1px solid var(--border);color:#475569;font-size:.92rem;font-weight:600;font-variant-numeric:tabular-nums;user-select:none;flex:none}.phone-control.svelte-mfj25c input:where(.svelte-mfj25c){flex:1;min-width:0;border:0;border-radius:0;background:transparent;padding:10px 12px;font-size:.95rem;letter-spacing:.01em;font-variant-numeric:tabular-nums}.phone-control.svelte-mfj25c input:where(.svelte-mfj25c):focus{outline:none;box-shadow:none}.phone-control.svelte-mfj25c input:where(.svelte-mfj25c):disabled{color:var(--text);-webkit-text-fill-color:var(--text);opacity:1;cursor:not-allowed}@media(pointer:coarse){.phone-control.svelte-mfj25c input:where(.svelte-mfj25c){font-size:16px}}.sr-only.svelte-mfj25c{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.back-site.svelte-110obhz{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;font-size:.82rem;font-weight:600;color:var(--ink-faint);text-decoration:none}.back-site.svelte-110obhz:hover{color:var(--primary-dark)}.back-site.svelte-110obhz .arrow:where(.svelte-110obhz){transition:transform .15s ease}.back-site.svelte-110obhz:hover .arrow:where(.svelte-110obhz){transform:translate(-2px)}@media(prefers-reduced-motion:reduce){.back-site.svelte-110obhz .arrow:where(.svelte-110obhz){transition:none}.back-site.svelte-110obhz:hover .arrow:where(.svelte-110obhz){transform:none}}.auth-logo.svelte-110obhz{text-align:center;margin-bottom:24px}.auth-card.svelte-110obhz h1:where(.svelte-110obhz){text-align:center;margin-bottom:2px}.auth-card.svelte-110obhz h1:where(.svelte-110obhz)+p:where(.svelte-110obhz){text-align:center;margin:0 0 20px}.notice.svelte-110obhz{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;padding:12px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#991b1b;font-size:.85rem}.notice.svelte-110obhz span:where(.svelte-110obhz){color:#7f1d1d}.notice.svelte-110obhz .btn:where(.svelte-110obhz){margin-top:4px}.sub.svelte-1thed0a{margin-top:-6px}.dot.svelte-1thed0a{opacity:.5;margin:0 5px}.cross-note.svelte-1thed0a{margin:14px 0 0}.refresh-glyph.svelte-1thed0a{display:inline-block;font-size:1rem;line-height:1}.refresh-glyph.spinning.svelte-1thed0a{animation:spin .9s linear infinite}.kpis.svelte-1thed0a{margin-top:4px}.kpi.svelte-1thed0a{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:4px;transition:box-shadow .18s,transform .18s,border-color .18s}.kpi.svelte-1thed0a:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--primary),#7c3aed);opacity:.85}.kpi.svelte-1thed0a:hover{transform:translateY(-2px);box-shadow:0 8px 22px #10182817;border-color:#d3dced}.kpi-top.svelte-1thed0a{display:flex;align-items:center;gap:8px}.kpi-glyph.svelte-1thed0a{display:grid;place-items:center;width:26px;height:26px;flex:none;border-radius:8px;background:var(--primary-soft);font-size:.8rem}.kpi.svelte-1thed0a .value:where(.svelte-1thed0a){line-height:1.1}.kpi-foot.svelte-1thed0a{color:var(--muted);font-size:.76rem;line-height:1.4;margin-top:2px}.panel.svelte-1thed0a{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:20px 22px 22px;margin-top:22px}.panel-head.svelte-1thed0a{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:18px}.panel-head.svelte-1thed0a h2:where(.svelte-1thed0a){margin:0 0 4px}.eyebrow.svelte-1thed0a{margin:0 0 2px;font-size:.7rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--primary)}.panel-sub.svelte-1thed0a{margin:0;max-width:62ch;color:var(--muted);font-size:.83rem;line-height:1.5}.coverage.svelte-1thed0a{text-align:right}.coverage.svelte-1thed0a strong:where(.svelte-1thed0a){display:block;font-size:1.3rem;font-weight:700}.coverage.svelte-1thed0a small:where(.svelte-1thed0a){font-size:.75rem}.voter-split.svelte-1thed0a{display:grid;grid-template-columns:160px 1fr;gap:24px;align-items:center;padding:4px 0 20px;border-bottom:1px solid var(--border)}.donut-wrap.svelte-1thed0a{position:relative;width:160px;height:160px}.donut.svelte-1thed0a{width:100%;height:100%;transform:rotate(-90deg)}.donut-track.svelte-1thed0a,.donut-seg.svelte-1thed0a{fill:none;stroke-width:4.6}.donut-track.svelte-1thed0a{stroke:var(--border)}.donut-seg.svelte-1thed0a{stroke:var(--primary);stroke-linecap:round;transition:stroke-dasharray .5s ease}.donut-centre.svelte-1thed0a{position:absolute;inset:0;display:grid;place-content:center;text-align:center;gap:1px}.donut-centre.svelte-1thed0a strong:where(.svelte-1thed0a){font-size:1.6rem;font-weight:700;line-height:1}.donut-centre.svelte-1thed0a span:where(.svelte-1thed0a){font-size:.72rem;color:var(--muted)}.split-legend.svelte-1thed0a{display:flex;flex-direction:column;gap:10px}.legend-row.svelte-1thed0a{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--border);border-radius:10px;background:var(--bg)}.legend-row.svelte-1thed0a .swatch:where(.svelte-1thed0a){width:10px;height:10px;border-radius:3px}.legend-row.yes.svelte-1thed0a .swatch:where(.svelte-1thed0a){background:var(--primary)}.legend-row.no.svelte-1thed0a .swatch:where(.svelte-1thed0a){background:var(--line-strong)}.legend-text.svelte-1thed0a{display:flex;flex-direction:column;gap:1px}.legend-text.svelte-1thed0a strong:where(.svelte-1thed0a){font-size:.88rem}.legend-text.svelte-1thed0a small:where(.svelte-1thed0a){font-size:.75rem}.legend-num.svelte-1thed0a{font-size:1.15rem;font-weight:700;font-variant-numeric:tabular-nums}.legend-total.svelte-1thed0a{display:flex;justify-content:space-between;align-items:baseline;padding:2px 14px 0;font-size:.82rem}.legend-total.svelte-1thed0a strong:where(.svelte-1thed0a){font-size:.95rem;font-variant-numeric:tabular-nums}.geo.svelte-1thed0a{padding-top:18px}.geo-toolbar.svelte-1thed0a{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:14px}.geo-steps.svelte-1thed0a{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.geo-steps.svelte-1thed0a .step:where(.svelte-1thed0a){padding:4px 10px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:.73rem;font-weight:650}.geo-steps.svelte-1thed0a .arrow:where(.svelte-1thed0a){color:var(--ink-faint);font-size:.8rem}.geo-search.svelte-1thed0a{max-width:300px}.geo-body.svelte-1thed0a{display:grid;grid-template-columns:268px 1fr;gap:18px;align-items:start}.ac-rail.svelte-1thed0a{display:flex;flex-direction:column;gap:6px;max-height:460px;overflow-y:auto;padding-right:4px}.rail-title.svelte-1thed0a{margin:0 0 4px;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:7px}.count-chip.svelte-1thed0a{padding:1px 7px;border-radius:999px;background:var(--bg);border:1px solid var(--border);font-size:.68rem;letter-spacing:0;color:var(--muted)}.ac-item.svelte-1thed0a{display:grid;grid-template-columns:1fr auto;gap:2px 10px;width:100%;text-align:left;appearance:none;border:1px solid var(--border);border-radius:10px;background:var(--surface);padding:10px 12px;font:inherit;color:var(--text);cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.ac-item.svelte-1thed0a:hover{border-color:var(--line-strong);background:var(--bg)}.ac-item.active.svelte-1thed0a{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 1px var(--primary) inset}.ac-item.svelte-1thed0a:focus-visible{outline:none;box-shadow:0 0 0 3px var(--primary-soft),0 0 0 4px var(--primary)}.ac-name.svelte-1thed0a{font-weight:600;font-size:.87rem;overflow-wrap:anywhere}.ac-count.svelte-1thed0a{font-weight:700;font-variant-numeric:tabular-nums}.ac-bar.svelte-1thed0a,.block-bar.svelte-1thed0a,.area-bar.svelte-1thed0a,.caste-bar.svelte-1thed0a,.caste-meter.svelte-1thed0a,.mini-bar.svelte-1thed0a{display:block;height:5px;border-radius:999px;background:var(--border);overflow:hidden}.ac-bar.svelte-1thed0a{grid-column:1 / -1;margin:5px 0 3px}.ac-bar.svelte-1thed0a i:where(.svelte-1thed0a),.block-bar.svelte-1thed0a i:where(.svelte-1thed0a),.area-bar.svelte-1thed0a i:where(.svelte-1thed0a),.caste-bar.svelte-1thed0a i:where(.svelte-1thed0a),.caste-meter.svelte-1thed0a i:where(.svelte-1thed0a),.mini-bar.svelte-1thed0a i:where(.svelte-1thed0a){display:block;height:100%;border-radius:999px;background:var(--primary);transition:width .45s ease}.ac-item.active.svelte-1thed0a .ac-bar:where(.svelte-1thed0a){background:#2563eb38}.ac-meta.svelte-1thed0a{grid-column:1 / -1;color:var(--muted);font-size:.72rem}.ac-detail.svelte-1thed0a{border:1px solid var(--border);border-radius:12px;background:var(--bg);padding:14px 16px 16px}.detail-head.svelte-1thed0a{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:12px}.detail-head.svelte-1thed0a h3:where(.svelte-1thed0a){margin:0 0 2px;font-size:1.02rem}.detail-sub.svelte-1thed0a{margin:0;font-size:.78rem}.block-list.svelte-1thed0a,.area-list.svelte-1thed0a,.caste-list.svelte-1thed0a{list-style:none;margin:0;padding:0}.block-list.svelte-1thed0a{display:flex;flex-direction:column;gap:8px}.block.svelte-1thed0a{border:1px solid var(--border);border-radius:10px;background:var(--surface);overflow:hidden}.block.open.svelte-1thed0a{border-color:var(--line-strong)}.block-head.svelte-1thed0a{display:grid;grid-template-columns:14px 1fr auto;align-items:center;gap:4px 10px;width:100%;appearance:none;border:0;background:transparent;padding:11px 13px;font:inherit;color:var(--text);text-align:left;cursor:pointer}.block-head.svelte-1thed0a:hover{background:var(--bg)}.block-head.svelte-1thed0a:focus-visible{outline:none;box-shadow:0 0 0 2px var(--primary) inset}.chevron.svelte-1thed0a{color:var(--muted);font-size:.75rem;transition:transform .18s ease}.chevron.open.svelte-1thed0a{transform:rotate(90deg)}.block-name.svelte-1thed0a{font-weight:600;font-size:.88rem;overflow-wrap:anywhere}.block-tally.svelte-1thed0a{text-align:right;line-height:1.25}.block-tally.svelte-1thed0a strong:where(.svelte-1thed0a){font-variant-numeric:tabular-nums}.block-tally.svelte-1thed0a small:where(.svelte-1thed0a){display:block;font-size:.7rem}.block-bar.svelte-1thed0a{grid-column:2 / -1;margin-top:2px}.area-wrap.svelte-1thed0a{padding:2px 13px 13px 31px}.area-title.svelte-1thed0a{margin:0 0 7px;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:7px}.area-list.svelte-1thed0a{display:flex;flex-direction:column;gap:4px}.area.svelte-1thed0a{display:grid;grid-template-columns:minmax(90px,1.4fr) minmax(50px,1fr) 52px 58px;align-items:center;gap:10px;padding:5px 8px;border-radius:7px;font-size:.82rem}.area.svelte-1thed0a:hover{background:var(--bg)}.area-name.svelte-1thed0a{overflow-wrap:anywhere}.area-count.svelte-1thed0a{text-align:right;font-weight:650;font-variant-numeric:tabular-nums}.area-voters.svelte-1thed0a{text-align:right;font-size:.72rem;color:var(--success-ink, #15803d);font-variant-numeric:tabular-nums}.caste-grid.svelte-1thed0a{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:14px}.caste-card.svelte-1thed0a{border:1px solid var(--border);border-radius:12px;padding:14px 15px 12px;background:var(--bg);display:flex;flex-direction:column;gap:9px}.caste-head.svelte-1thed0a{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.caste-head.svelte-1thed0a h3:where(.svelte-1thed0a){margin:0;font-size:.95rem;overflow-wrap:anywhere}.religion.svelte-1thed0a{margin:1px 0 0;font-size:.72rem;color:var(--muted)}.caste-total.svelte-1thed0a{text-align:right;line-height:1.2}.caste-total.svelte-1thed0a strong:where(.svelte-1thed0a){font-size:1.15rem;font-weight:700;font-variant-numeric:tabular-nums}.caste-total.svelte-1thed0a small:where(.svelte-1thed0a){display:block;font-size:.72rem}.caste-meter.svelte-1thed0a{height:6px}.caste-list.svelte-1thed0a{display:flex;flex-direction:column;gap:5px}.caste-list.svelte-1thed0a li:where(.svelte-1thed0a){display:grid;grid-template-columns:minmax(70px,1.2fr) minmax(44px,1fr) 46px;align-items:center;gap:10px;font-size:.82rem}.caste-name.svelte-1thed0a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.caste-count.svelte-1thed0a{text-align:right;font-weight:650;font-variant-numeric:tabular-nums}.link-btn.svelte-1thed0a{align-self:flex-start;appearance:none;border:0;background:none;padding:2px 0 0;font:inherit;font-size:.78rem;font-weight:600;color:var(--primary);cursor:pointer}.link-btn.svelte-1thed0a:hover{text-decoration:underline}.share-grid.svelte-1thed0a{display:grid;grid-template-columns:repeat(auto-fill,minmax(390px,1fr));gap:14px}.share-card.svelte-1thed0a{display:grid;grid-template-columns:128px 1fr;gap:16px;border:1px solid var(--border);border-radius:12px;padding:14px;background:var(--bg);transition:border-color .15s,box-shadow .15s}.share-card.svelte-1thed0a:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.share-card.draft.svelte-1thed0a{opacity:.92}.qr-slot.svelte-1thed0a{display:grid;place-items:center;width:128px;height:128px;border-radius:10px;background:#fff;border:1px solid var(--border);overflow:hidden}.qr-slot.svelte-1thed0a img:where(.svelte-1thed0a){display:block;width:100%;height:100%;object-fit:contain}.qr-placeholder.svelte-1thed0a{display:grid;place-items:center;gap:6px;text-align:center;color:var(--ink-faint);font-size:.72rem;line-height:1.35}.qr-placeholder.svelte-1thed0a span:where(.svelte-1thed0a){font-size:1.2rem}.share-body.svelte-1thed0a{min-width:0;display:flex;flex-direction:column;gap:7px}.share-title.svelte-1thed0a{display:flex;align-items:center;gap:8px}.share-title.svelte-1thed0a h3:where(.svelte-1thed0a){margin:0;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-meta.svelte-1thed0a{margin:0;font-size:.76rem;color:var(--muted)}.slug.svelte-1thed0a{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.share-tallies.svelte-1thed0a{display:flex;gap:18px;margin:1px 0 3px}.share-tallies.svelte-1thed0a strong:where(.svelte-1thed0a){font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums}.share-tallies.svelte-1thed0a small:where(.svelte-1thed0a){display:block;font-size:.71rem}.url-row.svelte-1thed0a{display:flex;gap:7px}.url-row.svelte-1thed0a input:where(.svelte-1thed0a){font-size:.78rem;padding:7px 10px;background:var(--surface);text-overflow:ellipsis}.share-actions.svelte-1thed0a{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.share-actions.svelte-1thed0a a.btn:where(.svelte-1thed0a):hover{text-decoration:none}.draft-note.svelte-1thed0a{font-size:.78rem;line-height:1.45;margin:2px 0 0}.mini-grid.svelte-1thed0a{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:22px}.mini.svelte-1thed0a h2:where(.svelte-1thed0a){font-size:1rem;margin-bottom:12px}.mini-row.svelte-1thed0a{display:grid;grid-template-columns:minmax(84px,auto) 1fr 44px;align-items:center;gap:12px;padding:6px 0}.mini-row.svelte-1thed0a strong:where(.svelte-1thed0a){text-align:right;font-variant-numeric:tabular-nums}.mini-label.svelte-1thed0a{font-size:.84rem;text-transform:capitalize}.mini-row.svelte-1thed0a .badge:where(.svelte-1thed0a){justify-self:start;text-transform:capitalize}@media(max-width:1040px){.geo-body.svelte-1thed0a{grid-template-columns:1fr}.ac-rail.svelte-1thed0a{max-height:none;flex-direction:row;overflow-x:auto;padding-bottom:6px}.ac-rail.svelte-1thed0a .rail-title:where(.svelte-1thed0a){display:none}.ac-item.svelte-1thed0a{min-width:210px;flex:none}}@media(max-width:720px){.panel.svelte-1thed0a{padding:16px 15px 18px;border-radius:12px}.voter-split.svelte-1thed0a{grid-template-columns:1fr;justify-items:center}.split-legend.svelte-1thed0a{width:100%}.geo-search.svelte-1thed0a{max-width:none;width:100%}.share-card.svelte-1thed0a{grid-template-columns:1fr;justify-items:start}.share-grid.svelte-1thed0a{grid-template-columns:1fr}.area.svelte-1thed0a{grid-template-columns:1fr 46px 52px}.area.svelte-1thed0a .area-bar:where(.svelte-1thed0a){display:none}}.demo.svelte-84r27l{position:relative;padding-bottom:34px}.ic.svelte-84r27l{width:1.15em;height:1.15em;flex:none;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.qr.svelte-84r27l{width:100%;height:100%;display:block}.qr-bg.svelte-84r27l{fill:#fff}.qr-fg.svelte-84r27l{fill:currentColor}.pf.svelte-84r27l{display:block;width:100%;height:100%;border-radius:50%}.chip.svelte-84r27l{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:var(--wash);color:var(--blue-d);font-size:.72rem;font-weight:650;letter-spacing:.01em}.mockwin.svelte-84r27l{border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--sh-2);overflow:hidden;transform:perspective(1400px) rotateY(-7deg) rotateX(3deg);transform-origin:left center}.mw-bar.svelte-84r27l{display:flex;align-items:center;gap:6px;padding:10px 14px;background:var(--paper-2);border-bottom:1px solid var(--line)}.mw-dot.svelte-84r27l{width:8px;height:8px;border-radius:50%;background:#d6dded}.mw-dot.svelte-84r27l:first-child{background:#f0b8bd}.mw-url.svelte-84r27l{margin-left:10px;font-size:.68rem;color:var(--muted);letter-spacing:.02em}.mw-body.svelte-84r27l{display:grid;grid-template-columns:108px minmax(0,1fr)}.mw-side.svelte-84r27l{background:var(--paper-2);border-right:1px solid var(--line);padding:12px 10px;display:grid;gap:4px;align-content:start}.mw-brand.svelte-84r27l{height:9px;width:54px;border-radius:3px;background:linear-gradient(90deg,var(--blue),var(--blue-l));margin-bottom:10px}.mw-nav.svelte-84r27l{font-size:.66rem;color:var(--muted);padding:5px 7px;border-radius:6px}.mw-nav.on.svelte-84r27l{background:var(--wash);color:var(--blue-d);font-weight:650}.mw-main.svelte-84r27l{padding:13px;display:grid;gap:11px}.mw-tiles.svelte-84r27l{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mw-tile.svelte-84r27l{border:1px solid var(--line);border-radius:10px;padding:9px 10px;display:grid;gap:1px}.mw-tile.svelte-84r27l small:where(.svelte-84r27l){font-size:.6rem;color:var(--muted)}.mw-tile.svelte-84r27l b:where(.svelte-84r27l){font-size:1.02rem;color:var(--ink);letter-spacing:-.02em}.mw-tile.svelte-84r27l i:where(.svelte-84r27l){font-size:.58rem;font-style:normal;color:var(--muted)}.mw-tile.svelte-84r27l i.up:where(.svelte-84r27l){color:var(--emerald);font-weight:650}.mw-chart.svelte-84r27l{border:1px solid var(--line);border-radius:10px;padding:9px 10px}.mw-chart-head.svelte-84r27l{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}.mw-chart-head.svelte-84r27l small:where(.svelte-84r27l){font-size:.6rem;color:var(--muted)}.mw-chart-head.svelte-84r27l .chip:where(.svelte-84r27l){font-size:.56rem;padding:2px 7px}.mw-chart.svelte-84r27l svg:where(.svelte-84r27l){width:100%;height:52px;display:block}.mw-chart.svelte-84r27l rect:where(.svelte-84r27l){fill:var(--blue);opacity:.86}.mw-chart.svelte-84r27l rect:where(.svelte-84r27l):nth-child(2n){opacity:.62}.mw-rows.svelte-84r27l{display:grid;gap:5px}.mw-row.svelte-84r27l{display:grid;grid-template-columns:20px minmax(0,1fr) auto auto;gap:8px;align-items:center;border:1px solid var(--line);border-radius:9px;padding:6px 9px}.mw-row.svelte-84r27l .pf:where(.svelte-84r27l){width:20px;height:20px}.mw-name.svelte-84r27l{font-size:.68rem;font-weight:600;color:var(--ink)}.mw-ac.svelte-84r27l{font-size:.6rem;color:var(--muted)}.mw-badge.svelte-84r27l{font-size:.54rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 7px;border-radius:999px;background:var(--line-2);color:var(--muted)}.demo.svelte-84r27l .mw-badge.verified{background:var(--emerald-wash);color:var(--emerald)}.demo.svelte-84r27l .mw-badge.new{background:var(--wash);color:var(--blue-d)}.demo.svelte-84r27l .mw-badge.contacted{background:var(--amber-wash);color:var(--amber)}.hero-card.svelte-84r27l{position:absolute;right:-5%;bottom:-10px;width:min(330px,72%);filter:drop-shadow(0 30px 46px rgba(9,20,50,.3));animation:svelte-84r27l-float 7s ease-in-out infinite}@keyframes svelte-84r27l-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.demo.still.svelte-84r27l .hero-card:where(.svelte-84r27l){animation:none}.vcard.svelte-84r27l{margin:0}.vcard.svelte-84r27l canvas:where(.svelte-84r27l){display:block;width:100%;height:auto;aspect-ratio:1012 / 638;border-radius:14px;background:var(--night-2)}.hero-qr.svelte-84r27l{position:absolute;left:-26px;bottom:76px;width:96px;height:96px;padding:9px;border-radius:15px;background:#fff;border:1px solid var(--line);box-shadow:var(--sh-1);color:var(--ink)}.hero-qr-face.svelte-84r27l{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:22%;aspect-ratio:1;border-radius:50%;background:#fff;padding:2px;box-shadow:0 0 0 3px #fff}.hero-pill.svelte-84r27l{position:absolute;left:6%;top:-14px;display:flex;align-items:center;gap:10px;padding:9px 14px 9px 10px;border-radius:13px;background:#fff;border:1px solid var(--line);box-shadow:var(--sh-1)}.hero-pill.svelte-84r27l .tick:where(.svelte-84r27l){display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--emerald-wash);color:var(--emerald)}.hero-pill.svelte-84r27l b:where(.svelte-84r27l){display:block;font-size:.76rem;color:var(--ink)}.hero-pill.svelte-84r27l small:where(.svelte-84r27l){font-size:.66rem;color:var(--muted);font-family:var(--mono)}@media(prefers-reduced-motion:reduce){.hero-card.svelte-84r27l{animation:none}}@media(max-width:1000px){.mockwin.svelte-84r27l{transform:none}}@media(max-width:720px){.demo.svelte-84r27l{padding-bottom:0}.hero-card.svelte-84r27l{position:static;width:100%;margin-top:20px;animation:none}.hero-qr.svelte-84r27l,.hero-pill.svelte-84r27l{display:none}}.phone.svelte-r515in{width:386px;height:786px;border-radius:46px;padding:11px;background:linear-gradient(160deg,#2b3446,#10161f 42%,#232c3b);box-shadow:0 0 0 1px #ffffff17 inset,0 40px 90px -34px #0a142d8c,0 3px 8px #0a142d1f}.screen.svelte-r515in{width:100%;height:100%;border-radius:36px;background:#fff;overflow:hidden;display:flex;flex-direction:column;font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1c2434}.status.svelte-r515in{flex:none;height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;position:relative}.time.svelte-r515in{font-size:13px;font-weight:640;letter-spacing:.01em}.notch.svelte-r515in{position:absolute;left:50%;top:5px;transform:translate(-50%);width:96px;height:25px;border-radius:14px;background:#10161f}.icons.svelte-r515in{display:flex;align-items:center;gap:6px}.icons.svelte-r515in svg:where(.svelte-r515in){height:11px;fill:#1c2434}.icons.svelte-r515in .batt:where(.svelte-r515in){height:12px;stroke:#1c2434}.site.svelte-r515in{flex:none;margin:2px 14px 8px;height:30px;border-radius:9px;background:#f1f4f9;display:flex;align-items:center;justify-content:center;gap:6px;font:500 11.5px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#5c6879}.lock.svelte-r515in{width:12px;height:12px;fill:none;stroke:#16a34a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.prog.svelte-r515in{flex:none;height:3px;margin:0 14px 6px;border-radius:3px;background:#e8edf5;overflow:hidden}.prog.svelte-r515in span:where(.svelte-r515in){display:block;height:100%;border-radius:3px;background:linear-gradient(90deg,#2563eb,#4f8cff);transition:width .32s cubic-bezier(.22,.9,.28,1)}.view.svelte-r515in{flex:1;min-height:0;position:relative;overflow:hidden}.street.svelte-vbyurm{position:absolute;inset:0;overflow:hidden;background:linear-gradient(180deg,#f6e6c8,#f0e5d4 42%,#e6e6e0);font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.world.svelte-vbyurm{position:absolute;inset:0}.skyline.svelte-vbyurm{position:absolute;left:0;top:0;width:1200px;height:120px}.shop.svelte-vbyurm{position:absolute;left:24px;top:96px;width:496px;height:604px}.shop.svelte-vbyurm text:where(.svelte-vbyurm){font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;text-anchor:middle}.shop.svelte-vbyurm .s-big:where(.svelte-vbyurm){font-size:29px;font-weight:700;fill:#f4e9d4}.shop.svelte-vbyurm .s-sm:where(.svelte-vbyurm){font-size:10.5px;font-weight:600;letter-spacing:.16em;fill:#9db4c4}.wall.svelte-vbyurm{position:absolute;left:520px;top:60px;width:680px;height:640px;overflow:hidden;background:repeating-linear-gradient(92deg,rgba(0,0,0,.018) 0 3px,transparent 3px 26px),linear-gradient(168deg,#e0d4c1,#d2c5b0 58%,#c7b9a3);box-shadow:inset 0 5px 12px -6px #281c0c59}.brick.svelte-vbyurm{position:absolute;left:-20px;bottom:118px;width:210px;height:150px;opacity:.5;clip-path:polygon(0 22%,26% 6%,62% 16%,88% 0,100% 44%,74% 68%,92% 100%,8% 100%);background:repeating-linear-gradient(0deg,#9d6a4e 0 17px,#cbb9a4 17px 20px),repeating-linear-gradient(90deg,#9d6a4e 0 46px,#cbb9a4 46px 49px)}.ghost.svelte-vbyurm{position:absolute;background:#cdbfa9;opacity:.75;box-shadow:inset 0 0 0 1px #5a462d1f}.ghost.g1.svelte-vbyurm{left:388px;top:96px;width:122px;height:158px;clip-path:polygon(0 0,100% 4%,96% 74%,60% 66%,34% 100%,4% 82%)}.ghost.g2.svelte-vbyurm{left:556px;top:300px;width:96px;height:118px;clip-path:polygon(6% 0,100% 0,88% 88%,40% 100%,0 62%)}.sun.svelte-vbyurm{position:absolute;left:-140px;top:-80px;width:300px;height:820px;background:linear-gradient(90deg,transparent,rgba(255,226,160,.55),transparent);filter:blur(16px);pointer-events:none}.dado.svelte-vbyurm{position:absolute;left:0;right:0;bottom:0;height:168px;background:linear-gradient(180deg,#96705c,#7d5c4b);box-shadow:inset 0 3px #ffffff29}.pipe.svelte-vbyurm{position:absolute;right:34px;top:0;bottom:0;width:17px;border-radius:3px;background:linear-gradient(90deg,#8a8f96,#c3c8ce 38%,#757b83);box-shadow:-3px 0 8px -3px #1e140a66}.on-wall.svelte-vbyurm{position:absolute;left:72px;top:116px;width:208px;height:294px;filter:drop-shadow(2px 5px 7px rgba(52,34,14,.34))}.half.svelte-vbyurm{transform:scale(.5);transform-origin:0 0}.poster.svelte-vbyurm{position:relative;width:416px;height:588px;display:flex;flex-direction:column;overflow:hidden;background:#fff;color:#0f172a}.p-top.svelte-vbyurm{flex:none;height:84px;display:flex;align-items:center;gap:12px;padding:0 16px;background:linear-gradient(100deg,#2563eb,#1d4fd0)}.p-sym.svelte-vbyurm{width:44px;height:44px;border-radius:9px;flex:none}.p-party.svelte-vbyurm{display:flex;flex-direction:column;min-width:0}.p-party.svelte-vbyurm b:where(.svelte-vbyurm){font-size:22px;font-weight:700;line-height:1.1;color:#fff}.p-party.svelte-vbyurm i:where(.svelte-vbyurm){font-style:normal;font-size:10.5px;font-weight:600;letter-spacing:.07em;color:#ffffffbd}.p-who.svelte-vbyurm{flex:none;height:76px;display:flex;align-items:center;gap:11px;padding:0 16px;border-bottom:1px solid #e6eaf1}.p-face.svelte-vbyurm{width:52px;height:52px;border-radius:50%;object-fit:cover;flex:none}.p-who.svelte-vbyurm span:where(.svelte-vbyurm){display:flex;flex-direction:column;min-width:0}.p-who.svelte-vbyurm b:where(.svelte-vbyurm){font-size:17.5px;font-weight:680}.p-who.svelte-vbyurm i:where(.svelte-vbyurm){font-style:normal;font-size:11.5px;color:#64748b}.p-head.svelte-vbyurm{margin:13px 16px 0;text-align:center;font-size:30px;font-weight:800;line-height:1.1}.p-sub.svelte-vbyurm{margin:5px 16px 0;text-align:center;font-size:13px;color:#475569}.p-qr.svelte-vbyurm{position:relative;align-self:center;margin-top:12px;width:236px;height:236px;padding:12px;background:#fff;border:1px solid #eef1f6;border-radius:8px}.p-qr.svelte-vbyurm svg:where(.svelte-vbyurm){width:100%;height:100%;display:block;shape-rendering:crispEdges}.p-qr-face.svelte-vbyurm{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:12px;border:4px solid #fff;object-fit:cover}.bx.svelte-vbyurm{position:absolute}.bx.svelte-vbyurm i:where(.svelte-vbyurm){position:absolute;width:26px;height:26px;border:3px solid rgba(96,156,255,.9)}.bx.got.svelte-vbyurm i:where(.svelte-vbyurm){border-color:#34d07f}.bx.svelte-vbyurm .c1:where(.svelte-vbyurm){left:0;top:0;border-right:0;border-bottom:0;border-radius:6px 0 0}.bx.svelte-vbyurm .c2:where(.svelte-vbyurm){right:0;top:0;border-left:0;border-bottom:0;border-radius:0 6px 0 0}.bx.svelte-vbyurm .c3:where(.svelte-vbyurm){left:0;bottom:0;border-right:0;border-top:0;border-radius:0 0 0 6px}.bx.svelte-vbyurm .c4:where(.svelte-vbyurm){right:0;bottom:0;border-left:0;border-top:0;border-radius:0 0 6px}.p-scan.svelte-vbyurm{margin:10px 16px 0;text-align:center;font-size:12.5px;font-weight:640}.p-url.svelte-vbyurm{margin:3px 16px 0;text-align:center;font:500 11.5px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#2563eb;word-break:break-all}.p-foot.svelte-vbyurm{margin-top:auto;flex:none;height:34px;display:grid;place-items:center;font-size:10.5px;color:#64748b;background:#f3f6fb;border-top:1px solid #e6eaf1}.tape.svelte-vbyurm{position:absolute;top:-9px;width:74px;height:26px;background:#ece2c6b8;box-shadow:0 1px 2px #3c2c1429}.tape.tl.svelte-vbyurm{left:-14px;transform:rotate(-24deg)}.tape.tr.svelte-vbyurm{right:-14px;transform:rotate(24deg)}.curl.svelte-vbyurm{position:absolute;right:0;bottom:0;width:62px;height:62px;background:linear-gradient(315deg,#d9d2c4 42%,#f4f1ea);clip-path:polygon(100% 0,100% 100%,0 100%);box-shadow:-3px -3px 7px -2px #32241052}.road.svelte-vbyurm{position:absolute;left:0;right:0;top:700px;height:50px;background:linear-gradient(180deg,#9d907c,#b3a894 40%,#a2957f);box-shadow:inset 0 7px 14px -8px #1e140899}.actor.svelte-vbyurm{position:absolute;inset:0}.man.svelte-vbyurm{position:absolute;left:852px;top:196px;width:348px;height:554px;filter:blur(1.2px) drop-shadow(-10px 0 22px rgba(40,28,12,.22))}.held.svelte-vbyurm{position:absolute;left:800px;top:250px;width:201px;height:409px}.held-in.svelte-vbyurm{width:386px;height:786px;transform:scale(.52);transform-origin:0 0}.ring.svelte-vbyurm{position:absolute;inset:-18px;border-radius:40px;border:3px solid rgba(52,208,127,.75);pointer-events:none}.fingers.svelte-vbyurm{position:absolute;left:96px;top:316px;width:150px;height:132px}.asleep.svelte-vbyurm{position:absolute;inset:0;background:linear-gradient(150deg,#1b2230,#0b0f16 46%,#202a3a)}.home.svelte-vbyurm{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;padding-top:96px;gap:6px;background:linear-gradient(170deg,#2b3f6b,#16223a 60%,#0f1626);color:#fff}.home.svelte-vbyurm b:where(.svelte-vbyurm){font-size:62px;font-weight:200;letter-spacing:-.02em}.home.svelte-vbyurm i:where(.svelte-vbyurm){font-style:normal;font-size:15px;color:#ffffffb8}.dock.svelte-vbyurm{margin-top:auto;margin-bottom:30px;display:flex;gap:14px;padding:12px 16px;border-radius:26px;background:#ffffff24}.dock.svelte-vbyurm em:where(.svelte-vbyurm){width:46px;height:46px;border-radius:12px;background:#ffffff4d}.vf.svelte-vbyurm{position:absolute;inset:0;overflow:hidden;background:#06080c}.feed.svelte-vbyurm{position:absolute;inset:0;display:grid;place-items:center;filter:saturate(.9) contrast(1.06) brightness(.94);background:radial-gradient(120% 90% at 50% 40%,#6f6250,#2a2620 70%,#14120f)}.tilt.svelte-vbyurm{transform:perspective(760px) rotateY(-13deg) rotateX(4deg) rotate(1.6deg) scale(.86);transform-origin:50% 46%;filter:drop-shadow(6px 10px 16px rgba(0,0,0,.5))}.vig.svelte-vbyurm{position:absolute;inset:0;background:radial-gradient(78% 62% at 50% 46%,transparent 52%,rgba(0,0,0,.58));pointer-events:none}.beam.svelte-vbyurm{position:absolute;left:8%;right:8%;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,#7fb0ff,transparent);box-shadow:0 0 16px 4px #609cff80}.hud.svelte-vbyurm{position:absolute;left:0;right:0;bottom:118px;display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 20px}.pill.svelte-vbyurm{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 15px;border-radius:999px;background:#080c14a8;backdrop-filter:blur(3px);font-size:14px;font-weight:620;color:#e9eefb}.pill.got.svelte-vbyurm{background:#147a48e6;color:#fff}.pill.svelte-vbyurm svg:where(.svelte-vbyurm){width:15px;height:15px;fill:none;stroke:#fff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.found.svelte-vbyurm{max-width:100%;padding:6px 12px;border-radius:9px;background:#fffffff0;font:500 11.5px/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#12306e;word-break:break-all;text-align:center}.cam-bar.svelte-vbyurm{position:absolute;left:0;right:0;bottom:0;height:104px;display:flex;align-items:center;justify-content:space-around;background:linear-gradient(180deg,transparent,rgba(4,6,10,.82) 42%)}.shutter.svelte-vbyurm{width:62px;height:62px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px #ffffff59}.ci.svelte-vbyurm{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#ffffff2e}.ci.svelte-vbyurm svg:where(.svelte-vbyurm){width:17px;height:17px;fill:#fff}.ci.sq.svelte-vbyurm{border-radius:9px;background:#ffffff47}.opened.svelte-vbyurm{position:absolute;inset:0;display:flex;flex-direction:column;padding:0 0 16px;background:#fff}.o-top.svelte-vbyurm{flex:none;display:flex;align-items:center;gap:10px;padding:13px 16px;background:linear-gradient(100deg,#2563eb,#1d4fd0)}.o-top.svelte-vbyurm>img:where(.svelte-vbyurm){width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.6);flex:none}.o-top.svelte-vbyurm span:where(.svelte-vbyurm){display:flex;flex-direction:column;min-width:0;flex:1}.o-top.svelte-vbyurm b:where(.svelte-vbyurm){font-size:15px;font-weight:680;color:#fff}.o-top.svelte-vbyurm i:where(.svelte-vbyurm){font-style:normal;font-size:10.5px;color:#ffffffc2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.o-sym.svelte-vbyurm{width:34px;height:34px;border-radius:8px;flex:none}.o-h.svelte-vbyurm{margin:18px 18px 0;font-size:20px;font-weight:700;color:#0f172a}.o-p.svelte-vbyurm{margin:6px 18px 0;font-size:12.5px;line-height:1.5;color:#64748b}.o-f.svelte-vbyurm{margin:14px 18px 0;display:flex;flex-direction:column;gap:6px}.o-f.svelte-vbyurm .lb:where(.svelte-vbyurm){font-size:12.5px;font-weight:620;color:#334155}.o-f.svelte-vbyurm .lb:where(.svelte-vbyurm) b:where(.svelte-vbyurm){color:#dc2626;margin-left:2px}.o-f.svelte-vbyurm .in:where(.svelte-vbyurm){min-height:44px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #dfe4ee;border-radius:10px;background:#fff;font-size:14px}.o-f.svelte-vbyurm .in.focus:where(.svelte-vbyurm){border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.o-f.svelte-vbyurm .cc:where(.svelte-vbyurm){font-size:12.5px;font-weight:640;color:#475569;padding-right:8px;border-right:1px solid #e6eaf1}.o-f.svelte-vbyurm em:where(.svelte-vbyurm){font-style:normal;color:#94a3b8}.cur.svelte-vbyurm{display:inline-block;width:1.5px;height:17px;background:#2563eb;animation:svelte-vbyurm-blink 1s steps(1,end) infinite}@keyframes svelte-vbyurm-blink{50%{opacity:0}}.o-note.svelte-vbyurm{margin:14px 18px 0;display:flex;align-items:center;gap:7px;font-size:11.5px;color:#64748b}.o-note.svelte-vbyurm svg:where(.svelte-vbyurm){width:14px;height:14px;flex:none;fill:none;stroke:#16a34a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.o-btn.svelte-vbyurm{margin:18px 18px 0;height:48px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(180deg,#3b7bfa,#2563eb);color:#fff;font-size:15px;font-weight:660}.o-foot.svelte-vbyurm{margin-top:auto;text-align:center;font-size:10.5px;color:#94a3b8}.haze.svelte-vbyurm{position:absolute;inset:0;pointer-events:none;background:radial-gradient(60% 40% at 22% 12%,rgba(255,234,190,.3),transparent 70%),linear-gradient(180deg,transparent 62%,rgba(120,96,62,.14))}.win.svelte-qvuek1{width:1120px;height:672px;border-radius:14px;background:#fff;border:1px solid #dbe2ee;box-shadow:0 2px 4px #0c14280d,0 32px 70px -30px #0c183c5c;overflow:hidden;display:flex;flex-direction:column;filter:brightness(calc(1 - var(--dim) * .14)) saturate(calc(1 - var(--dim) * .3));transition:filter .35s ease}.bar.svelte-qvuek1{height:44px;flex:none;display:flex;align-items:center;gap:8px;padding:0 16px;background:linear-gradient(#fbfcfe,#f4f6fa);border-bottom:1px solid #e6eaf2}.light.svelte-qvuek1{width:11px;height:11px;border-radius:50%;flex:none}.light.r.svelte-qvuek1{background:#ff5f57}.light.y.svelte-qvuek1{background:#febc2e;margin-left:-2px}.light.g.svelte-qvuek1{background:#28c840;margin-left:-2px}.navs.svelte-qvuek1{display:flex;gap:2px;margin-left:12px;color:#9aa5b6}.navs.svelte-qvuek1 svg:where(.svelte-qvuek1){width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.navs.svelte-qvuek1 .fwd:where(.svelte-qvuek1){transform:scaleX(-1);color:#c3cbd8}.url.svelte-qvuek1{flex:1;height:28px;margin-left:8px;border-radius:8px;background:#fff;border:1px solid #e2e7f0;display:flex;align-items:center;gap:7px;padding:0 12px;min-width:0}.lock.svelte-qvuek1{width:13px;height:13px;flex:none;fill:none;stroke:#16a34a;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.url-t.svelte-qvuek1{font:500 12.5px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#5c6879;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.body.svelte-qvuek1{flex:1;min-height:0;position:relative;background:#f4f6fb}.shell.svelte-1fiq0f1{position:absolute;inset:0;display:grid;grid-template-columns:208px minmax(0,1fr);background:#f4f6fb;font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1c2434}.side.svelte-1fiq0f1{background:#0f1930;display:flex;flex-direction:column;padding:18px 14px}.brand.svelte-1fiq0f1{display:flex;align-items:center;gap:10px;padding:0 6px 20px}.brand-mark.svelte-1fiq0f1{width:30px;height:30px;border-radius:9px;background:#2563eb;display:grid;place-items:center;flex:none}.brand-mark.svelte-1fiq0f1 svg:where(.svelte-1fiq0f1){width:17px;height:17px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linejoin:round}.brand-t.svelte-1fiq0f1{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.25;color:#8fa0c0;letter-spacing:.02em}.brand-t.svelte-1fiq0f1 b:where(.svelte-1fiq0f1){color:#fff;font-size:12.5px;font-weight:650}.brand-t.svelte-1fiq0f1 .v:where(.svelte-1fiq0f1){color:#7aa7ff}.brand-t.svelte-1fiq0f1 small:where(.svelte-1fiq0f1){display:block;font-size:9.5px;letter-spacing:0}nav.svelte-1fiq0f1{display:flex;flex-direction:column;gap:2px}.nav.svelte-1fiq0f1{padding:8px 11px;border-radius:8px;font-size:13px;color:#9dabc6}.nav.on.svelte-1fiq0f1{background:#2563eb38;color:#fff;font-weight:600;box-shadow:inset 2px 0 #4f8cff}.who.svelte-1fiq0f1{margin-top:auto;display:flex;align-items:center;gap:9px;padding:10px 8px 2px;border-top:1px solid rgba(255,255,255,.08)}.who.svelte-1fiq0f1 img:where(.svelte-1fiq0f1){width:30px;height:30px;border-radius:50%;object-fit:cover;flex:none}.who.svelte-1fiq0f1 span:where(.svelte-1fiq0f1){display:flex;flex-direction:column;min-width:0}.who.svelte-1fiq0f1 b:where(.svelte-1fiq0f1){font-size:12px;color:#fff;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.who.svelte-1fiq0f1 i:where(.svelte-1fiq0f1){font-size:10.5px;color:#7f8ea8;font-style:normal}.main.svelte-1fiq0f1{display:flex;flex-direction:column;min-width:0}.top.svelte-1fiq0f1{flex:none;height:68px;padding:0 26px;background:#fff;border-bottom:1px solid #e4e8f0;display:flex;align-items:center;justify-content:space-between;gap:16px}.top.svelte-1fiq0f1 h3:where(.svelte-1fiq0f1){margin:0;font-size:17px;font-weight:660;letter-spacing:-.015em;color:#0f172a}.top.svelte-1fiq0f1 p:where(.svelte-1fiq0f1){margin:2px 0 0;font-size:12.5px;color:#6b7280}.act.svelte-1fiq0f1{display:flex;align-items:center;gap:10px;flex:none}.page.svelte-1fiq0f1{flex:1;min-height:0;padding:22px 26px;overflow:hidden}.cols.svelte-48n2fk{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:20px;height:100%;font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.qr-card.svelte-48n2fk{background:#fff;border:1px solid #e4e8f0;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:18px}.qr-wrap.svelte-48n2fk{position:relative;width:300px;height:300px;padding:14px;background:#fff;border-radius:14px;box-shadow:0 1px 3px #10182814,0 14px 34px -18px #101e464d}.qr.svelte-48n2fk{width:100%;height:100%;display:block;shape-rendering:crispEdges}.qr-face.svelte-48n2fk{position:absolute;left:50%;top:50%;width:74px;height:74px;border-radius:15px;background:#fff;padding:5px;box-shadow:0 2px 8px #10182824}.qr-face.svelte-48n2fk img:where(.svelte-48n2fk){width:100%;height:100%;border-radius:11px;object-fit:cover;display:block}.qr-meta.svelte-48n2fk{display:flex;gap:7px;flex-wrap:wrap;justify-content:center}.chip.svelte-48n2fk{font-size:10.5px;font-weight:640;color:#475569;background:#f1f4f9;border-radius:999px;padding:3px 9px}.qr-url.svelte-48n2fk{margin:0;font:500 11px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#64748b}.chans.svelte-48n2fk{display:flex;flex-direction:column;gap:10px}.chan.svelte-48n2fk{background:#fff;border:1px solid #e4e8f0;border-radius:11px;padding:11px 13px}.chan.on.svelte-48n2fk{border-color:#93c5fd;background:#f5f8ff;box-shadow:inset 3px 0 #2563eb}.chan.svelte-48n2fk b:where(.svelte-48n2fk){font-size:12.5px;font-weight:650;color:#0f172a}.chan.svelte-48n2fk p:where(.svelte-48n2fk){margin:3px 0 0;font-size:11.5px;line-height:1.45;color:#64748b}.btn.svelte-48n2fk{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 14px;border-radius:9px;font-size:13px;font-weight:620}.btn.ghost.svelte-48n2fk{background:#fff;border:1px solid #dfe4ee;color:#475569}.btn.wa.svelte-48n2fk{background:#22a355;color:#fff}.btn.wa.svelte-48n2fk svg:where(.svelte-48n2fk){width:16px;height:16px;fill:none;stroke:#fff;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.wa-sheet.svelte-48n2fk{position:absolute;right:46px;top:62px;width:372px;height:592px;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background:#efe7dd;border:1px solid rgba(0,0,0,.08);box-shadow:0 44px 90px -34px #0a16328c;font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.wa-top.svelte-48n2fk{flex:none;height:56px;background:#075e54;display:flex;align-items:center;gap:11px;padding:0 15px;color:#fff}.ava.svelte-48n2fk{width:34px;height:34px;border-radius:50%;background:#fff3;display:grid;place-items:center;flex:none}.ava.svelte-48n2fk svg:where(.svelte-48n2fk){width:18px;height:18px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wa-who.svelte-48n2fk{display:flex;flex-direction:column;min-width:0}.wa-who.svelte-48n2fk b:where(.svelte-48n2fk){font-size:13.5px;font-weight:640}.wa-who.svelte-48n2fk i:where(.svelte-48n2fk){font-style:normal;font-size:11px;color:#ffffffb8}.wa-body.svelte-48n2fk{flex:1;min-height:0;padding:14px;display:flex;flex-direction:column;justify-content:flex-end;background-image:radial-gradient(rgba(0,0,0,.035) 1px,transparent 1px),radial-gradient(rgba(0,0,0,.035) 1px,transparent 1px);background-size:22px 22px;background-position:0 0,11px 11px}.bub.svelte-48n2fk{align-self:flex-end;max-width:268px;background:#d9fdd3;border-radius:12px 4px 12px 12px;padding:6px 7px 5px;box-shadow:0 1px 1px #00000021}.att.svelte-48n2fk{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#fff;padding:12px}.att.svelte-48n2fk .qr.sm:where(.svelte-48n2fk){width:100%;height:100%}.att-face.svelte-48n2fk{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:12px;border:4px solid #fff;object-fit:cover}.msg.svelte-48n2fk{margin:6px 3px 0;font-size:13px;line-height:1.42;color:#111b21}.lnk.svelte-48n2fk{display:block;margin:3px 3px 0;font-size:12px;color:#027eb5;text-decoration:underline;word-break:break-all}.stamp.svelte-48n2fk{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin:2px 3px 0;font-size:10.5px;color:#667781}.ticks.svelte-48n2fk{width:16px;height:10px;fill:none;stroke:#9fb0b8;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.35;transition:stroke .3s ease,opacity .3s ease}.ticks.shown.svelte-48n2fk{opacity:1}.ticks.blue.svelte-48n2fk{stroke:#53bdeb}.wa-in.svelte-48n2fk{flex:none;padding:9px 11px;display:flex;align-items:center;gap:8px;background:#f0f2f5}.wa-in.svelte-48n2fk .box:where(.svelte-48n2fk){flex:1;min-width:0;min-height:36px;border-radius:18px;background:#fff;padding:8px 13px;font-size:12.5px;line-height:1.4;color:#111b21}.wa-in.svelte-48n2fk em:where(.svelte-48n2fk){color:#8696a0;font-style:normal}.cur.svelte-48n2fk{display:inline-block;width:1.5px;height:13px;background:#22a355;vertical-align:-2px;animation:svelte-48n2fk-blink 1s steps(1,end) infinite}@keyframes svelte-48n2fk-blink{50%{opacity:0}}.send.svelte-48n2fk{width:38px;height:38px;border-radius:50%;background:#22a355;display:grid;place-items:center;flex:none;transition:transform .2s ease}.send.go.svelte-48n2fk{transform:scale(.92)}.send.svelte-48n2fk svg:where(.svelte-48n2fk){width:18px;height:18px;fill:#fff;stroke:none}.stage.svelte-1gh271q{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:44px;padding:0 56px;font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:linear-gradient(150deg,#f4f7fd,#eaeff8 60%,#f6f8fc)}.handset.svelte-1gh271q{flex:none}.page.svelte-1gh271q{position:absolute;inset:0;overflow:hidden;padding:0 0 18px;background:#f6f8fc}.masthead.svelte-1gh271q{padding:16px 18px 0}.eyebrow.svelte-1gh271q{margin:0;font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2563eb}.masthead.svelte-1gh271q h1:where(.svelte-1gh271q){margin:5px 0 0;font-size:19px;font-weight:720;color:#0f172a;line-height:1.25}.intro.svelte-1gh271q{margin:5px 0 0;font-size:11.5px;line-height:1.5;color:#64748b}.issuer.svelte-1gh271q{margin:12px 18px 0;display:flex;align-items:center;gap:9px;padding:9px 11px;border-radius:11px;background:#fff;border:1px solid #e6eaf1}.issuer.svelte-1gh271q>img:where(.svelte-1gh271q){width:34px;height:34px;border-radius:50%;object-fit:cover;flex:none}.issuer.svelte-1gh271q span:where(.svelte-1gh271q){display:flex;flex-direction:column;min-width:0;flex:1}.issuer.svelte-1gh271q b:where(.svelte-1gh271q){font-size:12.5px;font-weight:660;color:#0f172a}.issuer.svelte-1gh271q i:where(.svelte-1gh271q){font-style:normal;font-size:10.5px;color:#64748b}.issuer.svelte-1gh271q .sym:where(.svelte-1gh271q){width:26px;height:26px;border-radius:7px;flex:none}.panel.svelte-1gh271q{margin:12px 14px 0;padding:12px 14px 16px;border-radius:14px;background:#fff;border:1px solid #e6eaf1;box-shadow:0 1px 3px #1018280d}.lang-row.svelte-1gh271q{display:flex;justify-content:flex-end}.lang-switch.svelte-1gh271q{display:inline-flex;padding:2px;border-radius:999px;background:#f1f4f9;font-size:10.5px;font-weight:640}.lang-switch.svelte-1gh271q span:where(.svelte-1gh271q){padding:3px 10px;border-radius:999px;color:#64748b}.lang-switch.svelte-1gh271q .active:where(.svelte-1gh271q){background:#fff;color:#0f172a;box-shadow:0 1px 2px #10182824}.step-title.svelte-1gh271q{margin:8px 0 0;font-size:17px;font-weight:700;color:#0f172a;line-height:1.3}.step-sub.svelte-1gh271q{margin:6px 0 0;font-size:11.5px;line-height:1.55;color:#64748b}.step-sub.svelte-1gh271q strong:where(.svelte-1gh271q){color:#0f172a;font-weight:660}.linkish.svelte-1gh271q{color:#2563eb;font-weight:620;text-decoration:underline;text-underline-offset:2px}.field.svelte-1gh271q{margin:14px 0 0;display:flex;flex-direction:column;gap:6px}.lbl.svelte-1gh271q{font-size:12px;font-weight:640;color:#334155}.req.svelte-1gh271q{color:#dc2626;margin-left:2px}.in.svelte-1gh271q{min-height:44px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #dfe4ee;border-radius:10px;background:#fff;font-size:14px;color:#0f172a}.in.focus.svelte-1gh271q{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.in.svelte-1gh271q em:where(.svelte-1gh271q){font-style:normal;color:#94a3b8}.in.svelte-1gh271q .cc:where(.svelte-1gh271q){font-size:12.5px;font-weight:640;color:#475569;padding-right:8px;border-right:1px solid #e6eaf1}.cur.svelte-1gh271q{display:inline-block;width:1.5px;height:17px;background:#2563eb;animation:svelte-1gh271q-blink 1s steps(1,end) infinite}@keyframes svelte-1gh271q-blink{50%{opacity:0}}.otp-boxes.svelte-1gh271q{display:flex;gap:10px}.otp-cell.svelte-1gh271q{width:54px;height:60px;border:1px solid #dfe4ee;border-radius:11px;background:#fff;display:grid;place-items:center;font-size:24px;font-weight:700;color:#0f172a}.otp-cell.filled.svelte-1gh271q{border-color:#93c5fd;background:#f5f8ff}.otp-cell.live.svelte-1gh271q{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.otp-actions.svelte-1gh271q{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:10px}.resend-wait.svelte-1gh271q{font-size:11px;color:#94a3b8}.btn.svelte-1gh271q{margin-top:18px;height:48px;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:660}.btn.primary.svelte-1gh271q{background:linear-gradient(180deg,#3b7bfa,#2563eb);color:#fff}.btn.busy.svelte-1gh271q{background:#93b4f5}.btn.off.svelte-1gh271q{background:#cdd8ea}.otp-actions.svelte-1gh271q .btn:where(.svelte-1gh271q){margin-top:0;width:100%}.rail.svelte-1gh271q{flex:none;width:372px;display:flex;flex-direction:column;gap:10px}.rail.svelte-1gh271q>header:where(.svelte-1gh271q){display:flex;flex-direction:column;margin-bottom:2px}.rail.svelte-1gh271q>header:where(.svelte-1gh271q) b:where(.svelte-1gh271q){font-size:15px;font-weight:700;color:#0f172a}.rail.svelte-1gh271q>header:where(.svelte-1gh271q) i:where(.svelte-1gh271q){font-style:normal;font:500 11px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#94a3b8}.rung.svelte-1gh271q{display:flex;gap:11px;padding:11px 13px;border-radius:12px;background:#fff;border:1px solid #e6eaf1;opacity:.62;transition:opacity .3s ease,border-color .3s ease,box-shadow .3s ease}.rung.on.svelte-1gh271q{opacity:1;border-color:#93c5fd;box-shadow:inset 3px 0 #2563eb}.rung.done.svelte-1gh271q{opacity:1}.rung.svelte-1gh271q .n:where(.svelte-1gh271q){width:24px;height:24px;border-radius:50%;flex:none;display:grid;place-items:center;background:#eef2f9;color:#64748b;font-size:12px;font-weight:700}.rung.on.svelte-1gh271q .n:where(.svelte-1gh271q){background:#2563eb;color:#fff}.rung.done.svelte-1gh271q .n:where(.svelte-1gh271q){background:#16a34a;color:#fff}.rung.svelte-1gh271q .n:where(.svelte-1gh271q) svg:where(.svelte-1gh271q){width:13px;height:13px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.rung.svelte-1gh271q b:where(.svelte-1gh271q){display:block;font-size:12.5px;font-weight:660;color:#0f172a}.rung.svelte-1gh271q code:where(.svelte-1gh271q){font:600 11.5px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#2563eb}.rung.svelte-1gh271q em:where(.svelte-1gh271q){font-style:normal;color:#64748b;font-weight:500}.rung.svelte-1gh271q p:where(.svelte-1gh271q){margin:3px 0 0;font-size:11px;line-height:1.45;color:#64748b}.wire.svelte-1gh271q{margin-top:4px;padding:12px 13px;border-radius:12px;background:#0e1626;color:#cfe0ff}.wire.svelte-1gh271q b:where(.svelte-1gh271q){font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.1em;color:#6ee7a8}.wire.svelte-1gh271q code:where(.svelte-1gh271q){display:block;margin-top:5px;font:500 11.5px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#e8eefc;word-break:break-all}.wire.svelte-1gh271q p:where(.svelte-1gh271q){margin:5px 0 0;font:500 11px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#7d93b8}.wire.svelte-1gh271q .state:where(.svelte-1gh271q){display:inline-block;margin-top:9px;padding:3px 9px;border-radius:999px;background:#ffffff1a;font:600 10.5px/1 ui-monospace,Menlo,Consolas,monospace;color:#9db4d8}.wire.svelte-1gh271q .state.go:where(.svelte-1gh271q){background:#609cff3d;color:#cfe0ff}.wire.svelte-1gh271q .state.ok:where(.svelte-1gh271q){background:#34d07f38;color:#8df0bb}.wa-note.svelte-1gh271q{position:absolute;left:50%;top:24px;width:460px;margin-left:-230px;display:flex;align-items:center;gap:11px;padding:11px 14px;border-radius:15px;background:#0e1626f0;box-shadow:0 24px 50px -20px #08102499;color:#fff}.wa-ic.svelte-1gh271q{width:34px;height:34px;border-radius:9px;flex:none;display:grid;place-items:center;background:#22a355}.wa-ic.svelte-1gh271q svg:where(.svelte-1gh271q){width:19px;height:19px;fill:none;stroke:#fff;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.wa-txt.svelte-1gh271q{flex:1;min-width:0}.wa-txt.svelte-1gh271q b:where(.svelte-1gh271q){display:block;font-size:11.5px;font-weight:660;color:#ffffffb8}.wa-txt.svelte-1gh271q p:where(.svelte-1gh271q){margin:2px 0 0;font-size:13.5px;line-height:1.4}.wa-now.svelte-1gh271q{font-size:11px;color:#ffffff80;flex:none}.stage.svelte-1s9awsk{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:54px;background:radial-gradient(52% 60% at 26% 42%,#eef3fd 0%,transparent 72%),#f7f9fd;font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1c2434}.handset.svelte-1s9awsk{flex:none}.form.svelte-1s9awsk{position:absolute;inset:0;overflow:hidden}.scroll.svelte-1s9awsk{padding:0 18px 26px;display:flex;flex-direction:column;gap:13px;transition:transform .5s cubic-bezier(.3,.9,.25,1)}.fh.svelte-1s9awsk{position:relative;margin:0 -18px 4px;padding:34px 18px 13px;text-align:center;display:flex;flex-direction:column;gap:2px;overflow:hidden}.fh-band.svelte-1s9awsk{position:absolute;inset:0 0 auto;height:46px;background:linear-gradient(120deg,#2563eb,#4f8cff)}.fh-name.svelte-1s9awsk{position:relative;font-size:16px;font-weight:700;color:#0f172a}.fh-party.svelte-1s9awsk{position:relative;font-size:11px;color:#64748b}.langs.svelte-1s9awsk{position:relative;margin:7px auto 0;display:inline-flex;padding:2px;border-radius:999px;background:#f1f4f9}.langs.svelte-1s9awsk i:where(.svelte-1s9awsk){font-style:normal;padding:3px 11px;border-radius:999px;font-size:10.5px;font-weight:640;color:#64748b}.langs.svelte-1s9awsk i.on:where(.svelte-1s9awsk){background:#fff;color:#0f172a;box-shadow:0 1px 2px #10182824}.fld.svelte-1s9awsk{display:flex;flex-direction:column;gap:6px}.lb.svelte-1s9awsk{font-size:12.5px;font-weight:640;color:#334155;line-height:1.35}.lb.svelte-1s9awsk b:where(.svelte-1s9awsk){color:#dc2626;margin-left:2px}.note.svelte-1s9awsk{font-size:10.5px;color:#94a3b8}.note.ok.svelte-1s9awsk{color:#16a34a}.hint.svelte-1s9awsk{margin:0;font-size:10.5px;line-height:1.45;color:#94a3b8}.in.svelte-1s9awsk{min-height:44px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #dfe4ee;border-radius:10px;background:#fff;font-size:14px;color:#0f172a}.in.focus.svelte-1s9awsk{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.in.set.svelte-1s9awsk{border-color:#cbd8ee;background:#fbfcff}.in.svelte-1s9awsk em:where(.svelte-1s9awsk){font-style:normal;color:#94a3b8}.in.svelte-1s9awsk .cc:where(.svelte-1s9awsk){font-size:12.5px;font-weight:640;color:#475569;padding-right:8px;border-right:1px solid #e6eaf1}.in.locked.svelte-1s9awsk{flex:1;background:#f6f9f6;border-color:#bfe3c9}.in.locked.svelte-1s9awsk .tick:where(.svelte-1s9awsk){margin-left:auto;width:16px;height:16px;fill:none;stroke:#16a34a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.in.area.svelte-1s9awsk{min-height:72px;align-items:flex-start;padding-top:11px;line-height:1.45}.in.num.svelte-1s9awsk{max-width:110px}.in.date.svelte-1s9awsk{justify-content:space-between}.in.svelte-1s9awsk .cal:where(.svelte-1s9awsk),.in.svelte-1s9awsk .chev:where(.svelte-1s9awsk){width:17px;height:17px;flex:none;fill:none;stroke:#94a3b8;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.in.sel.svelte-1s9awsk{justify-content:space-between;cursor:default}.in.sel.open.svelte-1s9awsk{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.cur.svelte-1s9awsk{display:inline-block;width:1.5px;height:17px;background:#2563eb;animation:svelte-1s9awsk-blink 1s steps(1,end) infinite}@keyframes svelte-1s9awsk-blink{50%{opacity:0}}.wa-line.svelte-1s9awsk{display:flex;align-items:center;gap:8px}.wa-line.extra.svelte-1s9awsk{margin-top:8px}.wa-line.svelte-1s9awsk .in:where(.svelte-1s9awsk){flex:1}.add.svelte-1s9awsk{width:40px;height:44px;flex:none;border-radius:10px;border:1px solid #dfe4ee;background:#fff;display:grid;place-items:center;font-size:20px;font-weight:600;color:#2563eb;transition:background .2s ease,border-color .2s ease}.add.hit.svelte-1s9awsk{background:#eff5ff;border-color:#93c5fd}.add.rm.svelte-1s9awsk{color:#94a3b8}.pills.svelte-1s9awsk{display:flex;gap:8px;flex-wrap:wrap}.pills.split.svelte-1s9awsk{display:grid;grid-template-columns:1fr 1fr}.pill.svelte-1s9awsk{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 14px;border:1px solid #dfe4ee;border-radius:10px;background:#fff;font-size:13.5px}.pill.svelte-1s9awsk .dot:where(.svelte-1s9awsk){width:15px;height:15px;border-radius:50%;border:1.6px solid #cbd5e1;flex:none}.pill.sel.svelte-1s9awsk{border-color:#2563eb;background:#f5f8ff;color:#12306e;font-weight:620}.pill.sel.svelte-1s9awsk .dot:where(.svelte-1s9awsk){border-color:#2563eb;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 9px #2563eb}.pill.yes.sel.svelte-1s9awsk{border-color:#16a34a;background:#f2fdf5;color:#14532d}.pill.yes.sel.svelte-1s9awsk .dot:where(.svelte-1s9awsk){border-color:#16a34a;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 9px #16a34a}.drop.svelte-1s9awsk{margin-top:-2px;padding:5px;border:1px solid #e2e8f2;border-radius:11px;background:#fff;box-shadow:0 18px 34px -18px #101e465c;display:flex;flex-direction:column;max-height:232px;overflow:hidden}.opt.svelte-1s9awsk{display:flex;align-items:center;justify-content:space-between;min-height:34px;padding:0 9px;border-radius:7px;font-size:13px;color:#334155}.opt.hi.svelte-1s9awsk{background:#eff5ff;color:#12306e;font-weight:640}.opt.other.svelte-1s9awsk{color:#64748b;border-top:1px solid #eef1f6;margin-top:3px}.opt.svelte-1s9awsk .code:where(.svelte-1s9awsk){font-style:normal;font:600 10px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#94a3b8;background:#f1f4f9;border-radius:4px;padding:3px 5px}.drop.grp.svelte-1s9awsk .gh:where(.svelte-1s9awsk){padding:7px 9px 3px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.ph-idle.svelte-1s9awsk,.ph-cam.svelte-1s9awsk,.ph-rev.svelte-1s9awsk{display:flex;flex-direction:column;align-items:center;gap:9px;padding:15px;border:1px dashed #cfd9ea;border-radius:14px;background:#fbfcff}.ph-ring.svelte-1s9awsk{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;background:#e8eefb;color:#4a6fa8;font-size:26px;font-weight:700}.ph-btn.svelte-1s9awsk{display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 16px;border-radius:10px;background:linear-gradient(180deg,#3b7bfa,#2563eb);color:#fff;font-size:13.5px;font-weight:640}.ph-btn.svelte-1s9awsk svg:where(.svelte-1s9awsk){width:16px;height:16px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ph-alt.svelte-1s9awsk{font-size:12.5px;font-weight:620;color:#2563eb;text-decoration:underline}.ph-cam.svelte-1s9awsk{background:#0d131e;border-color:#26303f}.ph-cam-t.svelte-1s9awsk{font-size:13px;font-weight:660;color:#e8eefc}.ph-lens.svelte-1s9awsk{position:relative;width:190px;height:190px;border-radius:50%;overflow:hidden;background:#1b2230}.ph-lens.svelte-1s9awsk img:where(.svelte-1s9awsk){width:100%;height:100%;object-fit:cover}.ph-circle.svelte-1s9awsk{position:absolute;inset:10px;border-radius:50%;border:2px dashed rgba(255,255,255,.6)}.ph-flash.svelte-1s9awsk{position:absolute;inset:0;background:#fff}.ph-align.svelte-1s9awsk{margin:0;font-size:11px;text-align:center;color:#9db0cc}.ph-shutter.svelte-1s9awsk{width:56px;height:56px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px #ffffff47}.ph-shot.svelte-1s9awsk{width:132px;height:168px;border-radius:11px;object-fit:cover}.ph-two.svelte-1s9awsk{display:flex;align-items:center;gap:14px}.ph-saved.svelte-1s9awsk{display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid #bfe3c9;border-radius:12px;background:#f6fbf7}.ph-saved.svelte-1s9awsk>img:where(.svelte-1s9awsk){width:46px;height:58px;border-radius:8px;object-fit:cover;flex:none}.ph-saved.svelte-1s9awsk span:where(.svelte-1s9awsk){display:flex;flex-direction:column;flex:1;min-width:0}.ph-saved.svelte-1s9awsk b:where(.svelte-1s9awsk){font-size:13px;font-weight:650;color:#14532d}.ph-change.svelte-1s9awsk{font-style:normal;font-size:11px;color:#2563eb;text-decoration:underline}.ph-saved.svelte-1s9awsk .ok:where(.svelte-1s9awsk){width:18px;height:18px;flex:none;fill:none;stroke:#16a34a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.optin.svelte-1s9awsk{display:flex;gap:10px;padding:11px 12px;border:1px solid #dfe4ee;border-radius:12px;background:#fff;transition:border-color .25s ease,background .25s ease}.optin.on.svelte-1s9awsk{border-color:#86efac;background:#f2fdf5}.optin.svelte-1s9awsk .cb:where(.svelte-1s9awsk){width:20px;height:20px;flex:none;border-radius:5px;border:1.6px solid #cbd5e1;background:#fff;display:grid;place-items:center;transition:background .2s ease,border-color .2s ease}.optin.on.svelte-1s9awsk .cb:where(.svelte-1s9awsk){background:#16a34a;border-color:#16a34a}.optin.svelte-1s9awsk .cb:where(.svelte-1s9awsk) svg:where(.svelte-1s9awsk){width:12px;height:12px;fill:none;stroke:#fff;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.optin.svelte-1s9awsk p:where(.svelte-1s9awsk){margin:0;font-size:11.5px;line-height:1.45;color:#334155}.btn.submit.svelte-1s9awsk{display:grid;place-items:center;height:50px;border-radius:12px;background:linear-gradient(180deg,#3b7bfa,#2563eb);color:#fff;font-size:15.5px;font-weight:680}.btn.submit.busy.svelte-1s9awsk{background:#93b4f5}.foot.svelte-1s9awsk{margin:9px 0 0;font-size:10.5px;line-height:1.5;color:#94a3b8;text-align:center}.tail.svelte-1s9awsk{display:block;height:320px}.rec.svelte-1s9awsk{flex:none;width:392px;max-height:640px;display:flex;flex-direction:column;padding:16px 17px;border-radius:16px;background:#fff;border:1px solid #e4e8f0;box-shadow:0 2px 5px #0c14280d,0 40px 84px -46px #0b183e5c}.rec.svelte-1s9awsk>header:where(.svelte-1s9awsk){display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.rt.svelte-1s9awsk{font:700 14px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#0f172a}.rk.svelte-1s9awsk{font-size:11px;color:#94a3b8}.rec.svelte-1s9awsk dl:where(.svelte-1s9awsk){margin:0;flex:1;min-height:0;display:flex;flex-direction:column;gap:5px}.kv.svelte-1s9awsk{display:grid;grid-template-columns:148px minmax(0,1fr);gap:10px;align-items:baseline;padding:5px 8px;border-radius:7px;background:#f8fafd}.kv.svelte-1s9awsk dt:where(.svelte-1s9awsk){font:600 10.5px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#64748b;word-break:break-all}.kv.svelte-1s9awsk dd:where(.svelte-1s9awsk){margin:0;font-size:12px;font-weight:560;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rec.svelte-1s9awsk footer:where(.svelte-1s9awsk){margin-top:13px;display:flex;gap:7px;flex-wrap:wrap}.tag.svelte-1s9awsk{font:600 10.5px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#475569;background:#f1f4f9;border-radius:999px;padding:5px 10px}.tag.go.svelte-1s9awsk{background:#eff5ff;color:#12306e}.stage.svelte-1256f9r{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:48px;background:radial-gradient(56% 62% at 68% 44%,#eef3fd 0%,transparent 72%),#f7f9fd;font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1c2434}.handset.svelte-1256f9r{flex:none;transition:none}.thanks.svelte-1256f9r{position:absolute;inset:0;padding:26px 22px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px}.tick-ring.svelte-1256f9r{width:66px;height:66px;border-radius:50%;background:#dcfce7;display:grid;place-items:center;margin-top:14px;box-shadow:0 0 0 10px #16a34a14}.tick-ring.svelte-1256f9r svg:where(.svelte-1256f9r){width:30px;height:30px;fill:none;stroke:#16a34a;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.thanks.svelte-1256f9r b:where(.svelte-1256f9r){font-size:21px;font-weight:680;color:#0f172a;margin-top:4px}.thanks.svelte-1256f9r p:where(.svelte-1256f9r){margin:0;font-size:13.5px;color:#64748b;line-height:1.5}.mini.svelte-1256f9r{width:100%;margin:12px 0 4px;padding:14px;border-radius:13px;background:linear-gradient(135deg,#f5f8ff,#eef4ff);border:1px solid #dbe6ff;display:flex;flex-direction:column;align-items:center;gap:5px}.mini.draft.svelte-1256f9r{background:repeating-linear-gradient(135deg,#f7f8fb 0 9px,#f1f3f8 9px 18px);border-style:dashed;border-color:#cbd5e1}.mini-lb.svelte-1256f9r{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#7c8ba6;text-align:center}.mini-no.svelte-1256f9r{font:700 18px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.02em;color:#0f172a}.mini.draft.svelte-1256f9r .mini-no:where(.svelte-1256f9r){color:#94a3b8}.lead.svelte-1256f9r{margin:12px 0 0!important;font-size:11.5px;line-height:1.5;color:#64748b;text-align:center}.mini-badge.svelte-1256f9r{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:640;color:#15803d;background:#dcfce7;border-radius:999px;padding:3px 10px}.mini-badge.svelte-1256f9r svg:where(.svelte-1256f9r){width:12px;height:12px;fill:none;stroke:#16a34a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.btn.svelte-1256f9r{width:100%;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:640;margin-top:4px}.btn.primary.svelte-1256f9r{background:#2563eb;color:#fff}.btn.ghost.svelte-1256f9r{background:#fff;border:1px solid #dfe4ee;color:#475569}.btn.wa.svelte-1256f9r{background:#22a355;color:#fff}.btn.wa.svelte-1256f9r svg:where(.svelte-1256f9r){width:17px;height:17px;fill:none;stroke:#fff;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.fine.svelte-1256f9r{margin-top:6px!important;font-size:11.5px;color:#94a3b8}.card.svelte-1256f9r{position:relative;flex:none;width:620px;margin:0}canvas.svelte-1256f9r{display:block;width:100%;aspect-ratio:1012 / 638;border-radius:16px;box-shadow:0 2px 6px #0c142814,0 36px 74px -30px #0c183c73}.hot.svelte-1256f9r{position:absolute;pointer-events:none}figcaption.svelte-1256f9r{margin-top:16px;font-size:12.5px;line-height:1.55;color:#64748b;max-width:54ch}figcaption.svelte-1256f9r b:where(.svelte-1256f9r){color:#475569;font-weight:660}figcaption.live.svelte-1256f9r b:where(.svelte-1256f9r){color:#15803d}.stage.svelte-vk1rer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:46px;background:radial-gradient(54% 60% at 70% 44%,#eef3fd 0%,transparent 72%),#f7f9fd;font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1c2434}.handset.svelte-vk1rer{flex:none}.scanner.svelte-vk1rer{position:absolute;inset:0;background:#0d131e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px}.target.svelte-vk1rer{position:relative;width:232px;height:232px;padding:14px;background:#fff;border-radius:14px}.target.svelte-vk1rer .qr:where(.svelte-vk1rer){width:100%;height:100%;display:block;shape-rendering:crispEdges}.face.svelte-vk1rer{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:12px;border:4px solid #fff;object-fit:cover}.reticle.svelte-vk1rer{position:absolute;inset:-12px;border-radius:18px;border:2px solid rgba(79,140,255,.85);box-shadow:0 0 0 4px #4f8cff29}.sweep.svelte-vk1rer{position:absolute;left:6%;right:6%;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,#4f8cff,transparent);box-shadow:0 0 14px 3px #4f8cff73}.scan-t.svelte-vk1rer{margin:0;font-size:14px;font-weight:620;color:#e8eefc}.scan-u.svelte-vk1rer{margin:0;font:500 10px/1.4 ui-monospace,Menlo,Consolas,monospace;color:#7d8ba3;text-align:center;word-break:break-all}.mini-form.svelte-vk1rer{position:absolute;inset:0;padding:12px 18px;display:flex;flex-direction:column;gap:13px}.gate-note.svelte-vk1rer{margin:0;font-size:12px;font-weight:660;line-height:1.35;color:#0f172a}.invited.svelte-vk1rer{display:flex;align-items:center;gap:11px;padding:11px 13px;border-radius:12px;background:linear-gradient(120deg,#fff7e8,#fffdf6);border:1px solid #f4d9a4}.invited.svelte-vk1rer img:where(.svelte-vk1rer){width:38px;height:38px;border-radius:50%;object-fit:cover;flex:none;border:2px solid #fff}.invited.svelte-vk1rer span:where(.svelte-vk1rer){display:flex;flex-direction:column;min-width:0}.invited.svelte-vk1rer i:where(.svelte-vk1rer){font-style:normal;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b07a12}.invited.svelte-vk1rer b:where(.svelte-vk1rer){font-size:14px;font-weight:660;color:#7c4a03}.invited.svelte-vk1rer u:where(.svelte-vk1rer){text-decoration:none;font:600 10px/1.3 ui-monospace,Menlo,Consolas,monospace;color:#a98033}.fld.svelte-vk1rer{display:flex;flex-direction:column;gap:6px}.lb.svelte-vk1rer{font-size:12.5px;font-weight:620;color:#334155}.lb.svelte-vk1rer b:where(.svelte-vk1rer){color:#dc2626;margin-left:2px}.in.svelte-vk1rer{min-height:42px;border:1px solid #dfe4ee;border-radius:10px;background:#fff;display:flex;align-items:center;gap:7px;padding:0 12px;font-size:14px;color:#1c2434}.in.focus.svelte-vk1rer{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.cc.svelte-vk1rer{font-size:13px;font-weight:620;color:#64748b;padding-right:8px;border-right:1px solid #e6eaf2;height:20px;display:grid;place-items:center}.cur.svelte-vk1rer{width:1.5px;height:18px;background:#2563eb;animation:svelte-vk1rer-blink 1s steps(1,end) infinite}@keyframes svelte-vk1rer-blink{50%{opacity:0}}.btn.svelte-vk1rer{margin-top:auto;margin-bottom:20px;height:44px;border-radius:11px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:640}.btn.busy.svelte-vk1rer{background:#93b0f5}.done.svelte-vk1rer{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:24px;text-align:center}.ring.svelte-vk1rer{width:64px;height:64px;border-radius:50%;background:#dcfce7;display:grid;place-items:center;box-shadow:0 0 0 10px #16a34a14}.ring.svelte-vk1rer svg:where(.svelte-vk1rer){width:29px;height:29px;fill:none;stroke:#16a34a;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.done.svelte-vk1rer b:where(.svelte-vk1rer){font-size:20px;font-weight:680;color:#0f172a}.done.svelte-vk1rer p:where(.svelte-vk1rer){margin:0;font-size:13.5px;color:#64748b}.no.svelte-vk1rer{font:700 16px/1 ui-monospace,Menlo,Consolas,monospace;color:#0f172a;background:#f1f4f9;border-radius:9px;padding:9px 14px;margin-top:4px}.credit.svelte-vk1rer{display:inline-flex;align-items:center;gap:7px;margin-top:6px;font-size:12.5px;font-weight:600;color:#92400e;background:#fef3c7;border-radius:999px;padding:5px 12px 5px 5px}.credit.svelte-vk1rer img:where(.svelte-vk1rer){width:22px;height:22px;border-radius:50%;object-fit:cover}.net.svelte-vk1rer{flex:none;width:612px;background:#fff;border:1px solid #e4e8f0;border-radius:16px;box-shadow:0 1px 3px #1018280d,0 32px 66px -30px #101e4652;display:flex;flex-direction:column;overflow:hidden}.net.svelte-vk1rer header:where(.svelte-vk1rer){flex:none;padding:15px 18px;border-bottom:1px solid #eef1f7;display:flex;align-items:center;justify-content:space-between;gap:16px}.net.svelte-vk1rer header:where(.svelte-vk1rer) b:where(.svelte-vk1rer){display:block;font-size:14.5px;font-weight:660;color:#0f172a}.net.svelte-vk1rer header:where(.svelte-vk1rer) i:where(.svelte-vk1rer){font-style:normal;font-size:11.5px;color:#94a3b8}.counts.svelte-vk1rer{display:flex;gap:20px}.ct.svelte-vk1rer{display:flex;flex-direction:column;align-items:flex-end}.ct.svelte-vk1rer u:where(.svelte-vk1rer){text-decoration:none;font:700 20px/1 system-ui,sans-serif;letter-spacing:-.02em;color:#0f172a;font-variant-numeric:tabular-nums}.ct.svelte-vk1rer em:where(.svelte-vk1rer){font-style:normal;font-size:10.5px;color:#94a3b8;letter-spacing:.01em}.tree.svelte-vk1rer{position:relative;height:330px}.edges.svelte-vk1rer{position:absolute;inset:0;width:100%;height:100%}.e.svelte-vk1rer{fill:none;stroke:#d7dfec;stroke-width:2;stroke-linecap:round}.e.live.svelte-vk1rer{stroke:#f59e0b;stroke-width:2.6}.node.svelte-vk1rer{position:absolute;width:132px;padding:9px 8px 10px;border-radius:12px;background:#fff;border:1px solid #e4e8f0;box-shadow:0 1px 2px #1018280f;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}.node.svelte-vk1rer img:where(.svelte-vk1rer),.node.svelte-vk1rer .ini:where(.svelte-vk1rer){width:34px;height:34px;border-radius:50%;object-fit:cover;flex:none}.node.svelte-vk1rer .ini:where(.svelte-vk1rer){display:grid;place-items:center;background:#eef2f9;color:#64748b;font-size:14px;font-weight:700}.node.svelte-vk1rer b:where(.svelte-vk1rer){font-size:11.5px;font-weight:640;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.node.svelte-vk1rer i:where(.svelte-vk1rer){font-style:normal;font-size:10px;color:#94a3b8}.node.leader.svelte-vk1rer{border-color:#bfdbfe;background:#f5f8ff}.node.her.svelte-vk1rer{border-color:#f4d9a4;background:#fffdf6}.node.fresh.svelte-vk1rer{border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b24}.net.svelte-vk1rer footer:where(.svelte-vk1rer){flex:none;padding:12px 16px 14px;border-top:1px solid #eef1f7;background:#fafbfe}.rowh.svelte-vk1rer{display:block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:8px}.tags.svelte-vk1rer{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.tag.svelte-vk1rer{font:600 10.5px/1 ui-monospace,Menlo,Consolas,monospace;border-radius:6px;padding:4px 8px}.tag.k.svelte-vk1rer{background:#eef2f9;color:#7c8598}.tag.v.svelte-vk1rer{background:#eaf1ff;color:#1d4ed8;margin-right:8px}.stage.svelte-14idy0t{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:28px 44px;background:radial-gradient(62% 58% at 50% 24%,#eef3fd 0%,transparent 74%),#f7f9fd;font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1c2434;text-align:center}.head.svelte-14idy0t{display:flex;flex-direction:column;align-items:center;gap:5px}.kick.svelte-14idy0t{font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2563eb}.head.svelte-14idy0t h2:where(.svelte-14idy0t){margin:0;font-size:24px;font-weight:700;letter-spacing:-.025em;color:#0a1020}.head.svelte-14idy0t p:where(.svelte-14idy0t){margin:2px 0 0;max-width:66ch;font-size:13px;line-height:1.55;color:#5b687c}.pair.svelte-14idy0t{display:flex;align-items:flex-start;justify-content:center;gap:26px}.face.svelte-14idy0t{position:relative;margin:0;width:452px;flex:none}.tag.svelte-14idy0t{display:block;margin-bottom:8px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}canvas.svelte-14idy0t{display:block;width:100%;aspect-ratio:1012 / 638;border-radius:14px;box-shadow:0 2px 6px #0c142814,0 34px 68px -30px #0c183c6b}.hot.svelte-14idy0t{position:absolute;pointer-events:none}.facts.svelte-14idy0t{list-style:none;margin:0;padding:0;display:flex;gap:34px}.facts.svelte-14idy0t li:where(.svelte-14idy0t){display:flex;flex-direction:column;gap:1px}.facts.svelte-14idy0t b:where(.svelte-14idy0t){font:700 14px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#0f172a}.facts.svelte-14idy0t i:where(.svelte-14idy0t){font-style:normal;font-size:11.5px;color:#7c8598}.film.svelte-1empr7h{--line: #e7ebf3;--ink: #0a1020;--blue: #2563eb;display:flex;flex-direction:column;gap:16px}.screen.svelte-1empr7h{position:relative;border-radius:20px;overflow:hidden;background:#f7f9fd;border:1px solid var(--line);box-shadow:0 2px 5px #0c14280d,0 46px 96px -44px #0b183e6b;outline-offset:3px}.screen.svelte-1empr7h:focus-visible{outline:2px solid var(--blue)}.surface.svelte-1empr7h{position:relative;width:100%;aspect-ratio:1200 / 750;overflow:hidden}.fit.svelte-1empr7h,.inner.svelte-1empr7h{position:absolute;left:0;top:0;width:1200px;height:750px;transform-origin:0 0}.ptr.svelte-1empr7h{position:absolute;width:26px;height:26px;margin:-3px 0 0 -3px;pointer-events:none;z-index:8;filter:drop-shadow(0 2px 4px rgba(10,20,45,.35));transition:transform .09s ease-out}.ptr.svelte-1empr7h svg:where(.svelte-1empr7h){width:100%;height:100%;fill:#0f172a;stroke:#fff;stroke-width:1.4}.ripple.svelte-1empr7h{position:absolute;left:1px;top:1px;width:30px;height:30px;margin:-9px 0 0 -9px;border-radius:50%;border:2px solid rgba(37,99,235,.75);background:#2563eb1f}.loupe.svelte-1empr7h{position:absolute;left:14px;bottom:14px;z-index:7;display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 11px;border-radius:999px;background:#0a1020c7;color:#fff;font:650 11.5px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;backdrop-filter:blur(6px)}.loupe.svelte-1empr7h svg:where(.svelte-1empr7h){width:13px;height:13px;fill:none;stroke:#9dc0ff;stroke-width:2;stroke-linecap:round}.cut.svelte-1empr7h{position:absolute;inset:0;z-index:6;background:#0a1020;pointer-events:none}.chapter-tag.svelte-1empr7h{position:absolute;right:14px;top:14px;z-index:7;display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 12px 0 4px;border-radius:999px;background:#ffffffe6;border:1px solid rgba(15,23,42,.07);box-shadow:0 4px 14px -6px #0c183c4d;font-size:11.5px;font-weight:620;color:#33405a;backdrop-filter:blur(6px);transform-origin:100% 0;transition:box-shadow .35s ease,background .35s ease}.chapter-tag.announcing.svelte-1empr7h{background:#0f172a;color:#fff;box-shadow:0 10px 26px -8px #0c183c8c}.chapter-tag.announcing.svelte-1empr7h b:where(.svelte-1empr7h){background:#4f8cff}.chapter-tag.svelte-1empr7h b:where(.svelte-1empr7h){display:grid;place-items:center;height:20px;padding:0 8px;border-radius:999px;background:#0f172a;color:#fff;font:700 10.5px/1 ui-monospace,Menlo,Consolas,monospace}.bar.svelte-1empr7h{display:flex;align-items:center;gap:12px}button.svelte-1empr7h{font:inherit;cursor:pointer;border:1px solid var(--line);background:#fff;color:#33405a;border-radius:10px;display:grid;place-items:center;transition:border-color .16s ease,color .16s ease,background .16s ease}button.svelte-1empr7h:hover{border-color:#c9d4e6;color:var(--ink)}.play.svelte-1empr7h{width:44px;height:44px;background:var(--blue);border-color:var(--blue);color:#fff}.play.svelte-1empr7h:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.play.svelte-1empr7h svg:where(.svelte-1empr7h){width:19px;height:19px}.skip.svelte-1empr7h{width:36px;height:36px}.bar.svelte-1empr7h svg:where(.svelte-1empr7h){fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.bar.svelte-1empr7h svg.fill:where(.svelte-1empr7h){fill:currentColor;stroke:none}.skip.svelte-1empr7h svg:where(.svelte-1empr7h){width:16px;height:16px;fill:currentColor;stroke:none}.skip.svelte-1empr7h svg.rev:where(.svelte-1empr7h){transform:scaleX(-1)}.track.svelte-1empr7h{position:relative;flex:1;height:24px;cursor:pointer;display:flex;align-items:center}.track.svelte-1empr7h:before{content:"";position:absolute;left:0;right:0;height:5px;border-radius:5px;background:#e7ebf3}.fillbar.svelte-1empr7h{position:absolute;left:0;height:5px;border-radius:5px;background:linear-gradient(90deg,var(--blue),#6aa2ff)}.mark.svelte-1empr7h{position:absolute;width:2px;height:11px;border-radius:2px;background:#fff;box-shadow:0 0 0 1px #0f172a1a;transform:translate(-1px)}.knob.svelte-1empr7h{position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid var(--blue);transform:translate(-7px);box-shadow:0 2px 6px #0c183c40}.time.svelte-1empr7h{flex:none;font:600 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#33405a;font-variant-numeric:tabular-nums}.time.svelte-1empr7h i:where(.svelte-1empr7h){font-style:normal;color:#9aa5b8}@media(max-width:860px){.time.svelte-1empr7h{display:none}}.landing.svelte-1egott1{--ink: #0a1020;--ink-2: #1a2438;--body: #4d596c;--muted: #7d8899;--line: #e7ebf3;--line-2: #f0f3f9;--paper: #ffffff;--paper-2: #f7f9fd;--blue: #2563eb;--blue-d: #1b46c2;--blue-l: #6aa2ff;--wash: #eff5ff;--amber: #d97a06;--amber-wash: #fff7e8;--emerald: #0e9b62;--emerald-wash: #e9f9f1;--rose: #d0455b;--rose-wash: #fdeff1;--night: #060b18;--night-2: #0d1730;--night-3: #142146;--night-line: rgba(255, 255, 255, .1);--night-body: #a6b4cc;--r: 18px;--r-sm: 12px;--sh-1: 0 1px 2px rgba(12, 20, 40, .05), 0 10px 26px -14px rgba(12, 20, 40, .16);--sh-2: 0 30px 80px -34px rgba(11, 24, 62, .4), 0 2px 8px rgba(12, 20, 40, .05);--mono: ui-monospace, "SFMono-Regular", "JetBrains Mono", Menlo, Consolas, monospace;font-size:16px;line-height:1.6;color:var(--body);background:var(--paper);min-height:100vh;overflow-x:clip}.wrap.svelte-1egott1{width:min(1180px,calc(100% - (2*clamp(18px,5vw,48px))));margin-inline:auto}.landing.svelte-1egott1 h1:where(.svelte-1egott1),.landing.svelte-1egott1 h2:where(.svelte-1egott1),.landing.svelte-1egott1 h3:where(.svelte-1egott1),.landing.svelte-1egott1 h4:where(.svelte-1egott1),.landing.svelte-1egott1 h5:where(.svelte-1egott1){margin:0;color:var(--ink);letter-spacing:-.025em;font-weight:700}.landing.svelte-1egott1 h1:where(.svelte-1egott1){font-size:clamp(2.35rem,5vw,4rem);line-height:1.04;letter-spacing:-.036em}.landing.svelte-1egott1 h2:where(.svelte-1egott1){font-size:clamp(1.8rem,3.3vw,2.75rem);line-height:1.12;letter-spacing:-.032em}.landing.svelte-1egott1 h3:where(.svelte-1egott1){font-size:clamp(1.15rem,1.7vw,1.4rem);line-height:1.25}.landing.svelte-1egott1 h4:where(.svelte-1egott1){font-size:1.02rem;line-height:1.35}.landing.svelte-1egott1 p:where(.svelte-1egott1){margin:0}.mono.svelte-1egott1{font-family:var(--mono);font-variant-ligatures:none}.deva.svelte-1egott1{font-feature-settings:"liga" 1}.grad.svelte-1egott1{background:linear-gradient(96deg,var(--blue) 8%,#7c5cf0 52%,var(--amber) 96%);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;padding-bottom:.16em;margin-bottom:-.16em}.ic.svelte-1egott1{width:1.15em;height:1.15em;flex:none;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.qr.svelte-1egott1{width:100%;height:100%;display:block}.qr-bg.svelte-1egott1{fill:#fff}.qr-fg.svelte-1egott1{fill:currentColor}.pf.svelte-1egott1{display:block;width:100%;height:100%;border-radius:50%}.landing.svelte-1egott1 section:where(.svelte-1egott1){position:relative;padding:clamp(72px,9vw,132px) 0}.kicker.svelte-1egott1{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:14px}.sec-head.svelte-1egott1{max-width:720px}.sec-head.svelte-1egott1 p:where(.svelte-1egott1){margin-top:16px;font-size:clamp(1rem,1.35vw,1.1rem);color:var(--body);max-width:62ch}.sec-head.center.svelte-1egott1{max-width:780px;margin-inline:auto;text-align:center}.sec-head.center.svelte-1egott1 p:where(.svelte-1egott1){margin-inline:auto}.sec-head.split.svelte-1egott1{max-width:none;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(24px,5vw,72px);align-items:end}.sec-head.split.svelte-1egott1 p:where(.svelte-1egott1){margin-top:0;padding-bottom:4px}.sec-head.on-night.svelte-1egott1 h2:where(.svelte-1egott1),.on-night.svelte-1egott1 h2:where(.svelte-1egott1){color:#fff}.sec-head.on-night.svelte-1egott1 p:where(.svelte-1egott1){color:var(--night-body)}.on-night.svelte-1egott1 .kicker:where(.svelte-1egott1){color:var(--blue-l)}.landing.svelte-1egott1 .reveal{opacity:0;transform:translate3d(0,16px,0);transition:opacity .65s cubic-bezier(.22,1,.36,1) var(--rv, 0ms),transform .65s cubic-bezier(.22,1,.36,1) var(--rv, 0ms)}.landing.svelte-1egott1 .reveal.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.landing.svelte-1egott1 .reveal{opacity:1;transform:none;transition:none}.landing.svelte-1egott1 :where(.svelte-1egott1){animation-duration:.001ms!important;animation-iteration-count:1!important}}.landing.svelte-1egott1 .btn:where(.svelte-1egott1){border-radius:11px;font-size:.92rem}.landing.svelte-1egott1 .btn.lg:where(.svelte-1egott1){padding:14px 24px;font-size:1rem;border-radius:13px;box-shadow:0 12px 30px -14px #2563ebd9}.landing.svelte-1egott1 .btn.lg:where(.svelte-1egott1):hover{box-shadow:0 16px 34px -14px #2563ebe6}.landing.svelte-1egott1 .btn:where(.svelte-1egott1) .arrow:where(.svelte-1egott1){width:1.05em;height:1.05em;transition:transform .18s}.landing.svelte-1egott1 .btn:where(.svelte-1egott1):hover .arrow:where(.svelte-1egott1){transform:translate(3px)}.landing.svelte-1egott1 .btn.ghost.on-night:where(.svelte-1egott1){background:#ffffff0f;border-color:#ffffff38;color:#fff}.landing.svelte-1egott1 .btn.ghost.on-night:where(.svelte-1egott1):hover{background:#ffffff1f}.chip.svelte-1egott1{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:var(--wash);color:var(--blue-d);font-size:.72rem;font-weight:650;letter-spacing:.01em}.tickdot.svelte-1egott1{width:6px;height:6px;border-radius:50%;flex:none;background:var(--blue);margin-top:.62em}.nav.svelte-1egott1{position:fixed;inset:0 0 auto;z-index:60;background:#ffffffb8;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid transparent;transition:border-color .25s,box-shadow .25s,background .25s}.nav.stuck.svelte-1egott1{border-bottom-color:var(--line);background:#ffffffe0;box-shadow:0 8px 26px -22px #0a142d99}.nav-in.svelte-1egott1{width:min(1180px,calc(100% - (2*clamp(18px,5vw,48px))));margin-inline:auto;height:68px;display:flex;align-items:center;gap:18px}.brand.svelte-1egott1{flex:none;text-decoration:none}.brand.svelte-1egott1:hover{text-decoration:none}.nav-links.svelte-1egott1{display:flex;gap:2px;margin-inline:auto}.nav-link.svelte-1egott1{appearance:none;border:0;background:transparent;font:inherit;font-size:.87rem;font-weight:550;color:var(--body);padding:8px 12px;border-radius:9px;cursor:pointer;position:relative;transition:color .16s,background .16s}.nav-link.svelte-1egott1:hover{color:var(--ink);background:var(--paper-2)}.nav-link.on.svelte-1egott1{color:var(--blue-d)}.nav-link.on.svelte-1egott1:after{content:"";position:absolute;left:12px;right:12px;bottom:3px;height:2px;border-radius:2px;background:var(--blue)}.nav-cta.svelte-1egott1{display:flex;align-items:center;gap:9px;flex:none}.nav-call.svelte-1egott1{display:inline-flex;align-items:center;gap:7px;font-size:.85rem;font-weight:650;color:var(--ink-2);text-decoration:none;padding:7px 12px;border-radius:999px;border:1px solid var(--line);background:#fff;transition:border-color .16s,color .16s}.nav-call.svelte-1egott1:hover{color:var(--blue-d);border-color:var(--blue-l);text-decoration:none}.nav-call.svelte-1egott1 .ic:where(.svelte-1egott1){width:1em;height:1em;color:var(--blue)}.burger.svelte-1egott1{display:none;width:40px;height:38px;border:1px solid var(--line);background:#fff;border-radius:10px;cursor:pointer;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:4px}.burger.svelte-1egott1 span:where(.svelte-1egott1){width:16px;height:1.8px;border-radius:2px;background:var(--ink);transition:transform .2s,opacity .2s}.menu-open.svelte-1egott1 .burger:where(.svelte-1egott1) span:where(.svelte-1egott1):nth-child(1){transform:translateY(5.8px) rotate(45deg)}.menu-open.svelte-1egott1 .burger:where(.svelte-1egott1) span:where(.svelte-1egott1):nth-child(2){opacity:0}.menu-open.svelte-1egott1 .burger:where(.svelte-1egott1) span:where(.svelte-1egott1):nth-child(3){transform:translateY(-5.8px) rotate(-45deg)}.drawer.svelte-1egott1{border-top:1px solid var(--line);background:#fff;padding:10px clamp(18px,5vw,48px) 20px;display:grid;gap:2px;max-height:calc(100vh - 68px);overflow-y:auto}.drawer.svelte-1egott1 button:where(.svelte-1egott1){appearance:none;border:0;background:transparent;font:inherit;font-weight:600;color:var(--ink-2);text-align:left;padding:12px 4px;border-bottom:1px solid var(--line-2);cursor:pointer}.drawer-cta.svelte-1egott1{display:grid;gap:9px;margin-top:14px}.landing.svelte-1egott1 .hero:where(.svelte-1egott1){padding-top:clamp(124px,9vw,132px);padding-bottom:clamp(56px,7vw,96px);overflow:clip}.hero-aura.svelte-1egott1{position:absolute;inset:-220px -10% auto;height:780px;background:radial-gradient(46% 52% at 22% 30%,rgba(79,129,255,.28),transparent 68%),radial-gradient(40% 46% at 74% 18%,rgba(124,92,240,.22),transparent 66%),radial-gradient(36% 40% at 60% 62%,rgba(245,158,11,.14),transparent 70%);filter:blur(6px);pointer-events:none}.hero-mesh.svelte-1egott1{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.055) 1px,transparent 1px);background-size:46px 46px;mask-image:radial-gradient(70% 55% at 50% 22%,#000 20%,transparent 78%);-webkit-mask-image:radial-gradient(70% 55% at 50% 22%,#000 20%,transparent 78%);pointer-events:none}.hero-in.svelte-1egott1{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:clamp(32px,5vw,64px);align-items:center}.lead.svelte-1egott1{margin-top:22px;font-size:clamp(1.03rem,1.5vw,1.19rem);max-width:56ch}.hero-btns.svelte-1egott1{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-btns.svelte-1egott1 .btn.ghost:where(.svelte-1egott1) .ic:where(.svelte-1egott1){color:var(--blue)}.hero-chips.svelte-1egott1{list-style:none;margin:32px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:540px}.hero-chips.svelte-1egott1 li:where(.svelte-1egott1){display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:12px;border:1px solid var(--line);background:#ffffffb3;font-size:.855rem;font-weight:600;color:var(--ink-2)}.hero-chips.svelte-1egott1 .ic:where(.svelte-1egott1){color:var(--blue)}.hero-art.svelte-1egott1{position:relative}.qr-face.svelte-1egott1{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:22%;aspect-ratio:1;border-radius:50%;background:#fff;padding:2px;box-shadow:0 0 0 3px #fff}.reel.svelte-1egott1{border-block:1px solid var(--night-line)}.reel.svelte-1egott1 .sec-head:where(.svelte-1egott1){margin-bottom:clamp(28px,4vw,46px)}.reel-in.svelte-1egott1{margin-inline:auto;max-width:1080px}.about.svelte-1egott1{background:var(--paper-2);border-bottom:1px solid var(--line)}.about-head.svelte-1egott1{max-width:900px}.about-lede.svelte-1egott1{font-size:clamp(1.45rem,3vw,2.3rem);line-height:1.24;letter-spacing:-.028em;font-weight:650;color:var(--ink);max-width:20ch}.about-body.svelte-1egott1{margin-top:22px;font-size:clamp(1rem,1.35vw,1.12rem);max-width:64ch;color:var(--body)}.flow.svelte-1egott1{margin-top:clamp(40px,5vw,64px);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:0}.flow-card.svelte-1egott1{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:26px 24px 28px;box-shadow:var(--sh-1);transition:transform .25s,box-shadow .25s,border-color .25s}.flow-card.svelte-1egott1:hover{transform:translateY(-4px);border-color:#2563eb47;box-shadow:0 26px 50px -30px #0b183e73}.flow-ic.svelte-1egott1{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--wash);color:var(--blue-d);margin-bottom:16px}.flow-ic.svelte-1egott1 .ic:where(.svelte-1egott1){width:21px;height:21px}.flow-step.svelte-1egott1{display:block;font-size:.72rem;font-weight:750;letter-spacing:.16em;text-transform:uppercase;color:var(--amber);margin-bottom:8px}.flow-card.svelte-1egott1 h3:where(.svelte-1egott1){font-size:1.12rem}.flow-card.svelte-1egott1 p:where(.svelte-1egott1){margin-top:10px;font-size:.9rem;color:var(--muted)}.flow-arrow.svelte-1egott1{display:grid;place-items:center;width:clamp(28px,4vw,56px);color:var(--blue-l)}.flow-arrow.svelte-1egott1 svg:where(.svelte-1egott1){width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.feat-list.svelte-1egott1{margin-top:clamp(44px,6vw,72px);display:grid;gap:clamp(44px,6vw,86px)}.feat.svelte-1egott1{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:center}.feat.flip.svelte-1egott1 .feat-copy:where(.svelte-1egott1){order:2}.feat-n.svelte-1egott1{display:block;font-family:var(--mono);font-size:.78rem;font-weight:700;letter-spacing:.16em;color:var(--blue);margin-bottom:12px}.feat-copy.svelte-1egott1 h3:where(.svelte-1egott1){display:flex;align-items:center;gap:12px;font-size:clamp(1.3rem,2.2vw,1.85rem);letter-spacing:-.03em}.feat-ic.svelte-1egott1{flex:none;display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(150deg,var(--blue),#4f7ff5);color:#fff;box-shadow:0 10px 22px -12px #2563ebe6}.feat-ic.svelte-1egott1 .ic:where(.svelte-1egott1){width:20px;height:20px}.feat-copy.svelte-1egott1>p:where(.svelte-1egott1){margin-top:16px;font-size:1rem;max-width:52ch}.feat-copy.svelte-1egott1 ul:where(.svelte-1egott1){list-style:none;margin:22px 0 0;padding:0;display:grid;gap:10px}.feat-copy.svelte-1egott1 ul:where(.svelte-1egott1) li:where(.svelte-1egott1){display:flex;gap:10px;align-items:flex-start;font-size:.9rem;color:var(--ink-2)}.feat-art.svelte-1egott1{display:grid;place-items:center}.qr-stage.svelte-1egott1{display:grid;gap:18px;justify-items:center}.qr-big.svelte-1egott1{position:relative;width:min(300px,74vw);aspect-ratio:1;padding:20px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--sh-2);color:var(--ink)}.qr-meta.svelte-1egott1{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.phone.svelte-1egott1{width:min(280px,100%);border-radius:28px;padding:10px;background:linear-gradient(160deg,#1a2440,#0b1226);box-shadow:var(--sh-2)}.ph-bar.svelte-1egott1{display:flex;align-items:center;gap:6px;font-size:.6rem;color:#ffffff8c;padding:4px 8px 9px;font-family:var(--mono)}.ph-lock.svelte-1egott1{display:grid;place-items:center}.ph-lock.svelte-1egott1 .ic:where(.svelte-1egott1){width:11px;height:11px}.ph-screen.svelte-1egott1{background:#fff;border-radius:20px;padding:20px 18px 22px;display:grid;gap:12px}.ph-eyebrow.svelte-1egott1{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}.ph-screen.svelte-1egott1 h4:where(.svelte-1egott1){font-size:1.08rem}.ph-field.svelte-1egott1{border:1px solid var(--line);border-radius:10px;padding:9px 11px}.ph-field.svelte-1egott1 small:where(.svelte-1egott1){display:block;font-size:.6rem;color:var(--muted)}.ph-field.svelte-1egott1 b:where(.svelte-1egott1){font-size:.86rem;color:var(--ink);font-family:var(--mono)}.ph-otp.svelte-1egott1{display:flex;gap:8px}.ph-otp.svelte-1egott1 span:where(.svelte-1egott1){flex:1;aspect-ratio:1;display:grid;place-items:center;border-radius:10px;border:1px solid var(--blue);background:var(--wash);color:var(--blue-d);font-weight:700;font-size:1.02rem}.ph-btn.svelte-1egott1{text-align:center;padding:11px;border-radius:10px;background:var(--blue);color:#fff;font-size:.86rem;font-weight:650}.ph-note.svelte-1egott1{font-size:.68rem;color:var(--muted);text-align:center}.id-panel.svelte-1egott1{width:100%;max-width:440px;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:clamp(22px,3vw,30px);box-shadow:var(--sh-2)}.an-label.svelte-1egott1{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}.an-id.svelte-1egott1{display:flex;align-items:flex-end;gap:4px;margin:14px 0 24px;font-family:var(--mono)}.an-chunk.svelte-1egott1{display:grid;gap:6px;justify-items:stretch}.an-chunk.svelte-1egott1 b:where(.svelte-1egott1){font-size:clamp(1.05rem,2.3vw,1.5rem);color:var(--ink);letter-spacing:.02em;font-weight:650;line-height:1.15}.an-chunk.svelte-1egott1 i:where(.svelte-1egott1){height:3px;border-radius:2px;background:linear-gradient(90deg,var(--blue),rgba(37,99,235,.2));display:block}.an-chunk.svelte-1egott1:nth-child(3) i:where(.svelte-1egott1){background:linear-gradient(90deg,#7c5cf0,#7c5cf033)}.an-chunk.svelte-1egott1:nth-child(5) i:where(.svelte-1egott1){background:linear-gradient(90deg,#d97a06,#d97a0633)}.an-chunk.svelte-1egott1:nth-child(7) i:where(.svelte-1egott1){background:linear-gradient(90deg,#0e9b62,#0e9b6233)}.an-sep.svelte-1egott1{font-size:clamp(1.05rem,2.3vw,1.5rem);color:var(--muted);line-height:1.15;padding-bottom:9px}.an-list.svelte-1egott1{list-style:none;margin:0;padding:0;display:grid;gap:12px}.an-list.svelte-1egott1 li:where(.svelte-1egott1){display:grid;grid-template-columns:84px minmax(0,1fr);gap:14px;align-items:baseline;padding-bottom:12px;border-bottom:1px solid var(--line);font-size:.85rem;color:var(--muted)}.an-list.svelte-1egott1 li:where(.svelte-1egott1):last-child{border-bottom:0;padding-bottom:0}.an-list.svelte-1egott1 b:where(.svelte-1egott1){color:var(--ink);font-weight:650;font-size:.8rem}.card-stage.svelte-1egott1{display:grid;justify-items:center;max-width:480px}.card-stage.svelte-1egott1 .vcard:where(.svelte-1egott1){filter:drop-shadow(0 30px 50px rgba(11,24,62,.28));width:100%}.card-note.svelte-1egott1{margin-top:22px;font-size:.82rem;line-height:1.6;color:var(--muted);max-width:46ch;text-align:center}.vcard.svelte-1egott1{margin:0}.vcard.svelte-1egott1 canvas:where(.svelte-1egott1){display:block;width:100%;height:auto;aspect-ratio:1012 / 638;border-radius:14px;background:var(--night-2)}.night.svelte-1egott1{background:linear-gradient(180deg,var(--night) 0%,var(--night-2) 58%,var(--night) 100%);color:var(--night-body);overflow:clip}.night-glow.svelte-1egott1{position:absolute;inset:-180px 20% auto;height:620px;background:radial-gradient(46% 50% at 50% 40%,rgba(59,111,240,.4),transparent 70%),radial-gradient(30% 34% at 78% 24%,rgba(124,92,240,.28),transparent 70%);filter:blur(10px);pointer-events:none}.night-glow.three.svelte-1egott1{inset:-160px 10% auto;background:radial-gradient(44% 52% at 50% 40%,rgba(59,111,240,.45),transparent 68%)}.night.svelte-1egott1 .wrap:where(.svelte-1egott1){position:relative}.ben-grid.svelte-1egott1{margin-top:clamp(40px,5vw,60px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#ffffff1c;border:1px solid rgba(255,255,255,.11);border-radius:var(--r);overflow:hidden}.ben.svelte-1egott1{position:relative;background:#0a1326;padding:30px 26px 32px;transition:background .25s}.ben.svelte-1egott1:hover{background:#101c3a}.ben-ic.svelte-1egott1{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#6aa2ff24;color:var(--blue-l);margin-bottom:16px}.ben-ic.svelte-1egott1 .ic:where(.svelte-1egott1){width:20px;height:20px}.ben.svelte-1egott1 h3:where(.svelte-1egott1){color:#fff;font-size:1.06rem;max-width:22ch}.ben.svelte-1egott1 p:where(.svelte-1egott1){margin-top:9px;font-size:.875rem;color:var(--night-body)}.ben-n.svelte-1egott1{position:absolute;top:22px;right:24px;font-family:var(--mono);font-size:.72rem;font-weight:700;letter-spacing:.1em;color:#ffffff38}.leader-foot.svelte-1egott1{margin-top:clamp(30px,4vw,44px);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:22px clamp(20px,3vw,30px);border:1px solid var(--night-line);border-radius:var(--r);background:#ffffff0a}.leader-foot.svelte-1egott1 p:where(.svelte-1egott1){color:#fff;font-weight:600;font-size:1.02rem}.lf-btns.svelte-1egott1{display:flex;gap:10px;flex-wrap:wrap}.volunteer.svelte-1egott1{background:var(--paper-2);border-block:1px solid var(--line)}.vol-in.svelte-1egott1{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:clamp(32px,5vw,72px);align-items:start}.vben.svelte-1egott1{list-style:none;margin:clamp(28px,3.5vw,40px) 0 0;padding:0;display:grid}.vben.svelte-1egott1 li:where(.svelte-1egott1){display:grid;grid-template-columns:44px minmax(0,1fr);gap:16px;align-items:start;padding:18px 0;border-top:1px solid var(--line)}.vben.svelte-1egott1 li:where(.svelte-1egott1):last-child{border-bottom:1px solid var(--line)}.vb-ic.svelte-1egott1{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#fff;border:1px solid var(--line);color:var(--blue-d);box-shadow:var(--sh-1)}.vb-ic.svelte-1egott1 .ic:where(.svelte-1egott1){width:20px;height:20px}.vben.svelte-1egott1 b:where(.svelte-1egott1){display:block;color:var(--ink);font-size:.98rem;font-weight:650}.vben.svelte-1egott1 p:where(.svelte-1egott1){margin-top:5px;font-size:.885rem;color:var(--muted)}.vol-art.svelte-1egott1{display:grid;gap:22px;position:sticky;top:92px}.ref-flow.svelte-1egott1{display:grid}.ref-me.svelte-1egott1{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-2);padding:18px;display:grid;gap:16px}.ref-who.svelte-1egott1{display:flex;align-items:center;gap:12px}.ref-who.svelte-1egott1 .pf:where(.svelte-1egott1){width:42px;height:42px;flex:none}.ref-who.svelte-1egott1 b:where(.svelte-1egott1){display:block;color:var(--ink);font-size:.96rem}.ref-who.svelte-1egott1 .mono:where(.svelte-1egott1){font-size:.72rem;color:var(--muted)}.ref-badge.svelte-1egott1{margin-left:auto;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--emerald-wash);color:var(--emerald);font-size:.7rem;font-weight:700}.ref-badge.svelte-1egott1 .ic:where(.svelte-1egott1){width:.95em;height:.95em}.ref-code.svelte-1egott1{display:grid;grid-template-columns:108px minmax(0,1fr);gap:16px;align-items:center;padding:16px;border-radius:var(--r-sm);background:var(--wash);border:1px solid rgba(37,99,235,.16)}.ref-qr.svelte-1egott1{position:relative;width:108px;aspect-ratio:1;padding:8px;border-radius:12px;background:#fff;color:var(--ink);box-shadow:var(--sh-1)}.ref-code.svelte-1egott1 p:where(.svelte-1egott1){font-size:.82rem;color:var(--body)}.ref-code.svelte-1egott1 b:where(.svelte-1egott1){display:block;color:var(--ink);font-size:.86rem}.ref-line.svelte-1egott1{width:2px;height:34px;margin:0 auto;background:linear-gradient(180deg,var(--blue),rgba(37,99,235,.15));border-radius:2px}.ref-joins.svelte-1egott1{display:grid;gap:10px}.ref-chip.svelte-1egott1{display:flex;align-items:center;gap:11px;padding:11px 14px;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);box-shadow:var(--sh-1)}.ref-chip.svelte-1egott1 .pf:where(.svelte-1egott1){width:30px;height:30px;flex:none}.ref-chip.svelte-1egott1 b:where(.svelte-1egott1){display:block;color:var(--ink);font-size:.86rem;font-weight:600}.ref-chip.svelte-1egott1 small:where(.svelte-1egott1){font-size:.72rem;color:var(--muted)}.ref-tick.svelte-1egott1{margin-left:auto;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--emerald-wash);color:var(--emerald)}.ref-tick.svelte-1egott1 .ic:where(.svelte-1egott1){width:.85em;height:.85em;stroke-width:2.4}.verify-note.svelte-1egott1{margin:0;display:grid;grid-template-columns:76px minmax(0,1fr);gap:16px;align-items:center;padding:16px 18px;border-radius:var(--r-sm);border:1px dashed var(--line);background:#fff}.verify-qr.svelte-1egott1{width:76px;aspect-ratio:1;padding:6px;border-radius:10px;background:#fff;border:1px solid var(--line);color:var(--ink)}.verify-note.svelte-1egott1 figcaption:where(.svelte-1egott1){font-size:.8rem;color:var(--muted)}.journey.svelte-1egott1{list-style:none;margin:clamp(44px,5vw,68px) 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start}.jstep.svelte-1egott1{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:26px 22px 28px;box-shadow:var(--sh-1);overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}.jstep.svelte-1egott1:nth-child(2){margin-top:26px}.jstep.svelte-1egott1:nth-child(3){margin-top:52px}.jstep.svelte-1egott1:nth-child(4){margin-top:78px}.jstep.svelte-1egott1:hover{transform:translateY(-4px);border-color:#2563eb47;box-shadow:0 26px 50px -30px #0b183e73}.jprog.svelte-1egott1{position:absolute;inset:0 0 auto;height:4px;background:var(--line-2);display:block}.jprog.svelte-1egott1 i:where(.svelte-1egott1){display:block;height:100%;background:linear-gradient(90deg,var(--blue),#7c5cf0)}.jn.svelte-1egott1{font-family:var(--mono);font-size:.74rem;font-weight:700;letter-spacing:.14em;color:var(--blue)}.jic.svelte-1egott1{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--wash);color:var(--blue-d);margin:12px 0 14px}.jic.svelte-1egott1 .ic:where(.svelte-1egott1){width:20px;height:20px}.jstep.svelte-1egott1 h3:where(.svelte-1egott1){font-size:1.06rem}.jstep.svelte-1egott1 p:where(.svelte-1egott1){margin-top:9px;font-size:.88rem;color:var(--muted)}.contact.svelte-1egott1{text-align:center}.contact-in.svelte-1egott1{max-width:800px;margin-inline:auto}.contact.svelte-1egott1 h2:where(.svelte-1egott1){color:#fff;margin-top:4px}.contact.svelte-1egott1 p:where(.svelte-1egott1){font-size:1.05rem;color:var(--night-body);max-width:58ch;margin-inline:auto;margin-top:18px}.contact-cards.svelte-1egott1{margin-top:34px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.cc.svelte-1egott1{display:inline-flex;align-items:center;gap:14px;padding:16px 26px 16px 18px;border-radius:16px;border:1px solid var(--night-line);background:#ffffff0d;color:#fff;text-decoration:none;text-align:left;transition:border-color .2s,background .2s,transform .2s}.cc.svelte-1egott1:hover{text-decoration:none;background:#ffffff17;border-color:#6aa2ff80;transform:translateY(-2px)}.cc-ic.svelte-1egott1{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#6aa2ff29;color:var(--blue-l)}.cc-ic.svelte-1egott1 .ic:where(.svelte-1egott1){width:21px;height:21px}.cc-txt.svelte-1egott1 small:where(.svelte-1egott1){display:block;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:700}.cc-txt.svelte-1egott1 b:where(.svelte-1egott1){display:block;font-size:clamp(1.15rem,2.2vw,1.5rem);letter-spacing:-.02em;color:#fff;font-family:var(--mono)}.cta-btns.svelte-1egott1{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:30px}.foot.svelte-1egott1{background:var(--night);border-top:1px solid var(--night-line);padding-top:clamp(48px,6vw,72px)}.foot-in.svelte-1egott1{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.8fr);gap:clamp(30px,5vw,64px);padding-bottom:clamp(36px,5vw,56px)}.foot-brand.svelte-1egott1 p:where(.svelte-1egott1){margin-top:16px;font-size:.88rem;color:var(--muted);max-width:46ch}.foot-brand.svelte-1egott1 .logo .w1{color:#fff}.foot-brand.svelte-1egott1 .logo .v{color:#60a5fa}.foot-brand.svelte-1egott1 .logo .w2{color:var(--muted)}.foot-contact.svelte-1egott1{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px}.foot-contact.svelte-1egott1 a:where(.svelte-1egott1){display:inline-flex;align-items:center;gap:8px;font-size:.88rem;font-weight:600;color:#fff;text-decoration:none}.foot-contact.svelte-1egott1 a:where(.svelte-1egott1):hover{color:var(--blue-l);text-decoration:none}.foot-contact.svelte-1egott1 .ic:where(.svelte-1egott1){color:var(--blue-l)}.foot-cols.svelte-1egott1{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.foot-cols.svelte-1egott1 h5:where(.svelte-1egott1){font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#ffffff73;margin-bottom:14px}.foot-cols.svelte-1egott1 div:where(.svelte-1egott1){display:grid;gap:9px;justify-items:start;align-content:start}.foot-cols.svelte-1egott1 button:where(.svelte-1egott1),.foot-cols.svelte-1egott1 a:where(.svelte-1egott1){appearance:none;border:0;background:transparent;padding:0;font:inherit;font-size:.86rem;color:var(--night-body);text-align:left;cursor:pointer;text-decoration:none;transition:color .16s}.foot-cols.svelte-1egott1 button:where(.svelte-1egott1):hover,.foot-cols.svelte-1egott1 a:where(.svelte-1egott1):hover{color:#fff;text-decoration:none}.foot-bar.svelte-1egott1{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:18px 0 26px;border-top:1px solid var(--night-line);font-size:.78rem;color:var(--muted)}.foot-bar.svelte-1egott1 button:where(.svelte-1egott1){appearance:none;border:1px solid var(--night-line);background:transparent;color:var(--night-body);font:inherit;font-size:.76rem;padding:5px 13px;border-radius:999px;cursor:pointer}.foot-bar.svelte-1egott1 button:where(.svelte-1egott1):hover{color:#fff;border-color:#ffffff4d}@media(max-width:1180px){.nav-links.svelte-1egott1{gap:0}.nav-link.svelte-1egott1{padding:8px 9px;font-size:.83rem}.nav-call.svelte-1egott1{display:none}.ben-grid.svelte-1egott1{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1000px){.nav-links.svelte-1egott1{display:none}.burger.svelte-1egott1{display:flex}.nav-signin.svelte-1egott1{display:none}.hero-in.svelte-1egott1{grid-template-columns:minmax(0,1fr)}.hero-art.svelte-1egott1{max-width:620px;margin-top:26px}.sec-head.split.svelte-1egott1{grid-template-columns:minmax(0,1fr);align-items:start}.sec-head.split.svelte-1egott1 p:where(.svelte-1egott1){margin-top:12px}.flow.svelte-1egott1{grid-template-columns:minmax(0,1fr);gap:0}.flow-arrow.svelte-1egott1{width:auto;height:34px;transform:rotate(90deg)}.feat.svelte-1egott1{grid-template-columns:minmax(0,1fr);gap:30px}.feat.flip.svelte-1egott1 .feat-copy:where(.svelte-1egott1){order:0}.feat-art.svelte-1egott1{order:2}.vol-in.svelte-1egott1{grid-template-columns:minmax(0,1fr)}.vol-art.svelte-1egott1{position:static;max-width:520px}.foot-in.svelte-1egott1{grid-template-columns:minmax(0,1fr)}.journey.svelte-1egott1{grid-template-columns:repeat(2,minmax(0,1fr))}.jstep.svelte-1egott1:nth-child(2){margin-top:26px}.jstep.svelte-1egott1:nth-child(3){margin-top:0}.jstep.svelte-1egott1:nth-child(4){margin-top:26px}}@media(max-width:720px){.landing.svelte-1egott1 section:where(.svelte-1egott1){padding:64px 0}.hero-chips.svelte-1egott1{grid-template-columns:minmax(0,1fr);max-width:none}.ben-grid.svelte-1egott1,.journey.svelte-1egott1{grid-template-columns:minmax(0,1fr)}.jstep.svelte-1egott1:nth-child(n){margin-top:0}.ref-code.svelte-1egott1{grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center}.an-list.svelte-1egott1 li:where(.svelte-1egott1){grid-template-columns:minmax(0,1fr);gap:2px}.verify-note.svelte-1egott1{grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center}.foot-cols.svelte-1egott1{grid-template-columns:minmax(0,1fr)}.foot-cols.svelte-1egott1 div:where(.svelte-1egott1){margin-bottom:8px}.leader-foot.svelte-1egott1{flex-direction:column;align-items:flex-start}}
