:root{--bg: #07090f;--bg-2: #0a0d15;--surface: #10131e;--surface-2: #161b29;--surface-3: #1e2535;--border: #1d2435;--border-strong: #2b3650;--hairline: #151b29;--text: #e9edfa;--muted: #94a1c0;--faint: #5e6c8e;--brand: #6d82ff;--brand-press: #5a6ff0;--brand-ink: #ffffff;--brand-soft: rgba(109, 130, 255, .15);--brand-line: rgba(109, 130, 255, .36);--signal: #34d39b;--signal-soft: rgba(52, 211, 155, .13);--signal-line: rgba(52, 211, 155, .34);--amber: #e8a44d;--amber-soft: rgba(232, 164, 77, .13);--red: #ec6a6a;--radius-lg: 28px;--radius: 20px;--radius-sm: 14px;--radius-pill: 999px;--tap: rgba(124, 130, 245, .12);--panel-top: inset 0 1px 0 rgba(255, 255, 255, .04);--shadow-float: 0 10px 30px -12px rgba(0, 0, 0, .7);--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--glass-hi: inset 0 1px 0 rgba(255, 255, 255, .16);--glass-blur: blur(18px) saturate(130%);--font-display: "Manrope", system-ui, sans-serif;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--maxw: 460px;--pad: 16px;--tabbar-h: 64px;--tg-safe-top: 0px;--tg-safe-bottom: 0px;--tg-content-safe-top: 0px;--tg-content-safe-bottom: 0px;--safe-top: max(env(safe-area-inset-top, 0px), var(--tg-content-safe-top));--safe-bottom: max(env(safe-area-inset-bottom, 0px), var(--tg-content-safe-bottom))}[data-theme=light]{--bg: #eceef4;--bg-2: #e4e7f0;--surface: #ffffff;--surface-2: #f4f5fb;--surface-3: #eaecf5;--border: #e0e3ee;--border-strong: #d2d6e6;--hairline: #eceef6;--text: #121726;--muted: #5f6a81;--faint: #98a0b4;--brand: #4f63ee;--brand-press: #3f53dd;--brand-ink: #ffffff;--brand-soft: rgba(79, 99, 238, .1);--brand-line: rgba(79, 99, 238, .28);--signal: #18a877;--signal-soft: rgba(24, 168, 119, .12);--signal-line: rgba(24, 168, 119, .3);--amber: #c9842f;--amber-soft: rgba(201, 132, 47, .12);--red: #cf4f4f;--tap: rgba(90, 96, 224, .09);--panel-top: inset 0 1px 0 rgba(255, 255, 255, .6);--shadow-float: 0 12px 30px -14px rgba(40, 50, 90, .35);--glass-bg: rgba(255, 255, 255, .55);--glass-border: rgba(255, 255, 255, .8);--glass-hi: inset 0 1px 0 rgba(255, 255, 255, .9);--glass-blur: blur(18px) saturate(130%)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior-y:none}#app{width:100%;max-width:var(--maxw);margin:0 auto;min-height:100%;overflow-x:hidden}@media (min-width: 900px){#app{max-width:none}}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;letter-spacing:-.02em}.display{font-family:var(--font-display);font-weight:800;letter-spacing:-.02em}.eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--faint);font-weight:500}.muted{color:var(--muted)}.panel{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);box-shadow:var(--glass-hi)}.skeleton{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);animation:pulse 1.3s ease-in-out infinite}@keyframes pulse{50%{opacity:.55}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.dock.svelte-1xuckrz.svelte-1xuckrz{position:fixed;left:50%;bottom:calc(var(--safe-bottom) + 12px);transform:translate(-50%);width:100%;max-width:var(--maxw);padding:0 var(--pad);z-index:40;pointer-events:none}.tabbar.svelte-1xuckrz.svelte-1xuckrz{pointer-events:auto;display:flex;gap:4px;padding:7px;background:color-mix(in srgb,var(--surface) 86%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-strong);border-radius:var(--radius-pill);box-shadow:var(--shadow-float)}.tab.svelte-1xuckrz.svelte-1xuckrz{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px 7px;border-radius:var(--radius-pill);color:var(--faint);font-size:10px;font-weight:600;transition:color .16s ease,background .16s ease}.ico.svelte-1xuckrz.svelte-1xuckrz{display:inline-flex;transition:transform .16s ease}.lbl.svelte-1xuckrz.svelte-1xuckrz{letter-spacing:.01em}.tab.active.svelte-1xuckrz.svelte-1xuckrz{color:var(--brand);background:var(--brand-soft)}.tab.active.svelte-1xuckrz .ico.svelte-1xuckrz{transform:translateY(-1px)}.tab.svelte-1xuckrz.svelte-1xuckrz:not(.active):active{color:var(--muted)}.toast.svelte-12mv8j5{position:fixed;left:50%;bottom:calc(var(--tabbar-h) + var(--safe-bottom) + 30px);transform:translate(-50%);max-width:calc(var(--maxw) - 40px);background:var(--text);color:var(--bg);padding:11px 18px;border-radius:var(--radius-pill);font-size:14px;font-weight:600;z-index:50;box-shadow:0 8px 24px #0000004d;animation:svelte-12mv8j5-rise .22s ease}@keyframes svelte-12mv8j5-rise{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.view.svelte-1qnouco.svelte-1qnouco{display:flex;flex-direction:column;gap:12px}.hero.svelte-1qnouco.svelte-1qnouco{position:relative;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--border-strong);background:radial-gradient(100% 155% at 100% 100%,color-mix(in srgb,var(--brand) 95%,transparent) 0%,color-mix(in srgb,var(--brand) 55%,transparent) 26%,color-mix(in srgb,var(--brand) 22%,transparent) 50%,transparent 70%),var(--surface);box-shadow:var(--shadow-float);padding:15px 16px}[data-theme=light] .hero.svelte-1qnouco.svelte-1qnouco{border-color:var(--border-strong);background:radial-gradient(100% 150% at 100% 100%,color-mix(in srgb,var(--brand) 34%,transparent) 0%,color-mix(in srgb,var(--brand) 15%,transparent) 32%,transparent 64%),var(--surface)}.stars.svelte-1qnouco.svelte-1qnouco{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(1.5px 1.5px at 76% 64%,rgba(255,255,255,.55),transparent),radial-gradient(1px 1px at 86% 78%,rgba(255,255,255,.45),transparent),radial-gradient(1px 1px at 68% 86%,rgba(255,255,255,.4),transparent),radial-gradient(1.5px 1.5px at 92% 58%,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 60% 72%,rgba(255,255,255,.3),transparent),radial-gradient(1px 1px at 82% 92%,rgba(255,255,255,.35),transparent)}[data-theme=light] .stars.svelte-1qnouco.svelte-1qnouco{opacity:0}.hero-top.svelte-1qnouco.svelte-1qnouco{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.hero-label.svelte-1qnouco.svelte-1qnouco{font-size:13px;color:var(--muted);font-weight:600}.chip.svelte-1qnouco.svelte-1qnouco{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;color:var(--text);padding:6px 12px;border-radius:var(--radius-pill);border:1px solid var(--border-strong);background:color-mix(in srgb,var(--bg) 30%,transparent)}.chip.svelte-1qnouco svg{color:var(--brand)}.chip.off.svelte-1qnouco.svelte-1qnouco{color:var(--amber);border-color:color-mix(in srgb,var(--amber) 34%,transparent)}.value-row.svelte-1qnouco.svelte-1qnouco{position:relative;display:flex;align-items:baseline;gap:9px}.v-num.svelte-1qnouco.svelte-1qnouco{font-size:44px;font-weight:800;line-height:1;color:var(--text)}.v-num.off.svelte-1qnouco.svelte-1qnouco{color:var(--muted)}.v-word.svelte-1qnouco.svelte-1qnouco{font-size:17px;font-weight:700;letter-spacing:-.01em;color:var(--text);white-space:nowrap}.v-sub.svelte-1qnouco.svelte-1qnouco{position:relative;font-size:12.5px;color:var(--muted);margin-top:7px}.actions.svelte-1qnouco.svelte-1qnouco{position:relative;display:flex;align-items:stretch;gap:10px;margin-top:13px}.act.svelte-1qnouco.svelte-1qnouco{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;border-radius:var(--radius-pill);font-family:var(--font-display);font-size:14.5px;font-weight:700;transition:transform .12s ease}.act.svelte-1qnouco.svelte-1qnouco:active{transform:scale(.97)}.act.fill.svelte-1qnouco.svelte-1qnouco{flex:1;color:#fff;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-press) 100%);box-shadow:inset 0 1px #ffffff40,0 8px 20px -10px var(--brand)}.act.fill.wide.svelte-1qnouco.svelte-1qnouco{flex:1}.act.out.svelte-1qnouco.svelte-1qnouco{flex:1;color:var(--text);border:1px solid var(--border-strong);background:color-mix(in srgb,var(--bg) 22%,transparent)}.act.circle.svelte-1qnouco.svelte-1qnouco{flex:none;width:46px;color:var(--text);border:1px solid var(--border-strong);background:color-mix(in srgb,var(--bg) 22%,transparent)}.shortcuts.svelte-1qnouco.svelte-1qnouco{display:flex;gap:6px}.sc.svelte-1qnouco.svelte-1qnouco{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0}.sc-ico.svelte-1qnouco.svelte-1qnouco{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:var(--text);background:var(--surface-2);border:1px solid var(--border);transition:transform .12s ease}.sc.svelte-1qnouco:active .sc-ico.svelte-1qnouco{transform:scale(.94)}.sc-label.svelte-1qnouco.svelte-1qnouco{font-size:11px;font-weight:600;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.block-head.svelte-1qnouco.svelte-1qnouco{display:flex;align-items:baseline;justify-content:space-between;padding:0 4px;margin-top:2px;scroll-margin-top:12px}.hint.svelte-1qnouco.svelte-1qnouco{font-size:11px;color:var(--faint);letter-spacing:.04em}.plans.svelte-1qnouco.svelte-1qnouco{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.plan.svelte-1qnouco.svelte-1qnouco{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--panel-top);padding:14px 8px 12px;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;transition:border-color .15s ease,transform .12s ease}.plan.svelte-1qnouco.svelte-1qnouco:active{transform:scale(.98)}.plan.pop.svelte-1qnouco.svelte-1qnouco{border-color:var(--brand-line);background:color-mix(in srgb,var(--brand-soft) 45%,var(--surface))}.pop-tag.svelte-1qnouco.svelte-1qnouco{position:absolute;top:-9px;left:50%;transform:translate(-50%);font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-ink);background:var(--brand);padding:3px 9px;border-radius:var(--radius-pill)}.plan-price.svelte-1qnouco.svelte-1qnouco{font-size:20px;font-weight:700;color:var(--text)}.plan-name.svelte-1qnouco.svelte-1qnouco{font-size:13px;font-weight:700}.plan-sub.svelte-1qnouco.svelte-1qnouco{font-size:11.5px;color:var(--muted)}.feats.svelte-1qnouco.svelte-1qnouco{list-style:none;display:flex;flex-direction:column}.feat.svelte-1qnouco.svelte-1qnouco{display:flex;align-items:center;gap:12px;padding:9px 4px;border-top:1px solid var(--hairline)}.feat.svelte-1qnouco.svelte-1qnouco:first-child{border-top:none}.feat-ico.svelte-1qnouco.svelte-1qnouco{flex:none;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:var(--brand);background:var(--surface-2);border:1px solid var(--border)}.feat-title.svelte-1qnouco.svelte-1qnouco{flex:1;min-width:0;font-size:14px;font-weight:600}.feat-val.svelte-1qnouco.svelte-1qnouco{font-size:12.5px;text-align:right}.btn.svelte-1wbqvy2{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 18px;border-radius:var(--radius-sm);font-family:var(--font-display);font-size:15px;font-weight:700;line-height:1;transition:transform .12s ease,background .15s ease,border-color .15s ease;user-select:none}.btn.full.svelte-1wbqvy2{width:100%}.btn.svelte-1wbqvy2:active{transform:scale(.985)}.btn[disabled].svelte-1wbqvy2{opacity:.45;pointer-events:none}.primary.svelte-1wbqvy2{background:var(--brand);color:var(--brand-ink);box-shadow:inset 0 1px #ffffff2e}.primary.svelte-1wbqvy2:active{background:var(--brand-press)}.signal.svelte-1wbqvy2{background:var(--signal);color:#06231a;box-shadow:inset 0 1px #ffffff40}.ghost.svelte-1wbqvy2{background:var(--glass-bg);color:var(--text);border:1px solid var(--glass-border);backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%);box-shadow:var(--glass-hi)}.ghost.svelte-1wbqvy2:active{border-color:var(--brand-line)}.subtle.svelte-1wbqvy2{background:transparent;color:var(--muted);border:1px solid var(--border)}.subtle.svelte-1wbqvy2:active{color:var(--text)}.view.svelte-1u20qyl.svelte-1u20qyl{display:flex;flex-direction:column;gap:14px}.view.centered.svelte-1u20qyl.svelte-1u20qyl{min-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - 150px);justify-content:center}.head.svelte-1u20qyl.svelte-1u20qyl{position:relative;text-align:center;margin-bottom:2px}.view.svelte-1u20qyl:not(.centered) .head.svelte-1u20qyl{text-align:left}.head.svelte-1u20qyl h1.svelte-1u20qyl{font-size:25px;font-weight:800;margin-bottom:4px}.head.svelte-1u20qyl p.svelte-1u20qyl{font-size:13.5px}.back.svelte-1u20qyl.svelte-1u20qyl{display:inline-flex;align-items:center;gap:2px;color:var(--muted);font-size:13.5px;font-weight:600;margin-bottom:8px;margin-left:-4px}.back.svelte-1u20qyl svg{transform:rotate(180deg)}.back.svelte-1u20qyl.svelte-1u20qyl:active{color:var(--text)}.small.svelte-1u20qyl.svelte-1u20qyl{font-size:12.5px}.steps.svelte-1u20qyl.svelte-1u20qyl{display:flex;align-items:center;gap:10px;padding:2px 6px 4px}.dot.svelte-1u20qyl.svelte-1u20qyl{flex:none;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font-family:var(--font-mono);font-size:13px;font-weight:700;color:var(--faint);background:var(--surface-2);border:1px solid var(--border)}.dot.active.svelte-1u20qyl.svelte-1u20qyl{color:var(--brand-ink);background:var(--brand);border-color:var(--brand)}.dot.done.svelte-1u20qyl.svelte-1u20qyl{color:var(--brand);background:var(--brand-soft);border-color:var(--brand-line)}.rail.svelte-1u20qyl.svelte-1u20qyl{flex:1;height:2px;border-radius:2px;background:var(--border);overflow:hidden}.rail.svelte-1u20qyl i.svelte-1u20qyl{display:block;height:100%;width:0;background:var(--brand);transition:width .35s ease}.rail.svelte-1u20qyl i.full.svelte-1u20qyl{width:100%}.grid.svelte-1u20qyl.svelte-1u20qyl{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.dev.svelte-1u20qyl.svelte-1u20qyl{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--panel-top);padding:20px 8px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;transition:border-color .16s ease,background .16s ease,transform .12s ease}.dev.svelte-1u20qyl.svelte-1u20qyl:active{transform:scale(.97)}.dev.on.svelte-1u20qyl.svelte-1u20qyl{border-color:var(--brand);background:color-mix(in srgb,var(--brand-soft) 45%,var(--surface))}.dev-tile.svelte-1u20qyl.svelte-1u20qyl{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;color:var(--muted);background:var(--surface-2);border:1px solid var(--border);transition:color .16s ease,background .16s ease,border-color .16s ease}.dev.on.svelte-1u20qyl .dev-tile.svelte-1u20qyl{color:var(--brand);background:var(--brand-soft);border-color:var(--brand-line)}.dev-label.svelte-1u20qyl.svelte-1u20qyl{font-size:13px;font-weight:600;color:var(--text)}.pick.svelte-1u20qyl.svelte-1u20qyl{position:absolute;top:9px;right:9px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:var(--brand-ink)}.spacer.svelte-1u20qyl.svelte-1u20qyl{height:4px}.pad.svelte-1u20qyl.svelte-1u20qyl{padding:18px}.guide.svelte-1u20qyl.svelte-1u20qyl{padding:16px;display:flex;flex-direction:column;gap:12px}.g-head.svelte-1u20qyl.svelte-1u20qyl{display:flex;gap:12px;align-items:flex-start}.g-n.svelte-1u20qyl.svelte-1u20qyl{flex:none;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-size:14px;font-weight:700}.g-text.svelte-1u20qyl.svelte-1u20qyl{display:flex;flex-direction:column;gap:2px;min-width:0}.g-title.svelte-1u20qyl.svelte-1u20qyl{font-size:15px;font-weight:700}.hintbox.svelte-1u20qyl.svelte-1u20qyl{display:flex;align-items:center;gap:11px;padding:13px 15px}.hint-ico.svelte-1u20qyl.svelte-1u20qyl{flex:none;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:var(--signal);background:var(--signal-soft)}.hintbox.svelte-1u20qyl p.svelte-1u20qyl{margin:0}.view.svelte-ni5mti.svelte-ni5mti{display:flex;flex-direction:column;gap:12px}.head.svelte-ni5mti.svelte-ni5mti{margin-bottom:2px}.head.svelte-ni5mti h1.svelte-ni5mti{font-size:25px;font-weight:800;margin-bottom:4px}.head.svelte-ni5mti p.svelte-ni5mti{font-size:13.5px}.small.svelte-ni5mti.svelte-ni5mti{font-size:12.5px}.pad.svelte-ni5mti.svelte-ni5mti{padding:18px}.center.svelte-ni5mti.svelte-ni5mti{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.big-ico.svelte-ni5mti.svelte-ni5mti{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.stats.svelte-ni5mti.svelte-ni5mti{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.stat.svelte-ni5mti.svelte-ni5mti{padding:16px 8px;display:flex;flex-direction:column;align-items:center;gap:4px}.stat.hl.svelte-ni5mti.svelte-ni5mti{border-color:var(--brand-line);background:color-mix(in srgb,var(--brand-soft) 55%,var(--surface))}.stat-num.svelte-ni5mti.svelte-ni5mti{font-size:23px;font-weight:700;color:var(--text)}.stat-label.svelte-ni5mti.svelte-ni5mti{font-size:11.5px;color:var(--muted)}.link-card.svelte-ni5mti.svelte-ni5mti{padding:16px;display:flex;flex-direction:column;gap:10px}.link.svelte-ni5mti.svelte-ni5mti{display:block;font-size:12.5px;color:var(--text);background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:11px 13px;word-break:break-all;line-height:1.5}.link-actions.svelte-ni5mti.svelte-ni5mti{display:flex;gap:8px}.block-head.svelte-ni5mti.svelte-ni5mti{display:flex;align-items:baseline;justify-content:space-between;padding:2px 4px 0;margin-top:2px}.hint.svelte-ni5mti.svelte-ni5mti{font-size:12px;color:var(--faint)}.steps.svelte-ni5mti.svelte-ni5mti{display:flex;flex-direction:column}.step.svelte-ni5mti.svelte-ni5mti{display:flex;gap:13px;align-items:flex-start;padding:14px 16px;border-top:1px solid var(--hairline)}.step.svelte-ni5mti.svelte-ni5mti:first-child{border-top:none}.step-n.svelte-ni5mti.svelte-ni5mti{flex:none;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-size:13px;font-weight:700}.step-body.svelte-ni5mti.svelte-ni5mti{display:flex;flex-direction:column;gap:2px;min-width:0}.step-t.svelte-ni5mti.svelte-ni5mti{font-size:14.5px;font-weight:700}.friends.svelte-ni5mti.svelte-ni5mti{display:flex;flex-direction:column;overflow:hidden}.friend.svelte-ni5mti.svelte-ni5mti{display:flex;align-items:center;gap:11px;padding:12px 14px;border-top:1px solid var(--hairline)}.friend.svelte-ni5mti.svelte-ni5mti:first-child{border-top:none}.ava.svelte-ni5mti.svelte-ni5mti{flex:none;width:34px;height:34px;border-radius:50%;background:var(--brand-soft);display:grid;place-items:center;font-weight:800;font-size:14px;color:var(--brand)}.fname.svelte-ni5mti.svelte-ni5mti{flex:1;min-width:0;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag.svelte-ni5mti.svelte-ni5mti{flex:none;font-family:var(--font-mono);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 9px;border-radius:var(--radius-pill);color:var(--faint);background:var(--surface-2)}.tag.paid.svelte-ni5mti.svelte-ni5mti{color:var(--signal);background:var(--signal-soft)}.view.svelte-1a1flsp.svelte-1a1flsp{display:flex;flex-direction:column;gap:12px}.phead.svelte-1a1flsp h1.svelte-1a1flsp{font-size:25px;font-weight:800;padding:0 2px}.user.svelte-1a1flsp.svelte-1a1flsp{display:flex;align-items:center;gap:14px;padding:14px 16px}.ava.svelte-1a1flsp.svelte-1a1flsp{width:50px;height:50px;border-radius:50%;flex:none;object-fit:cover;border:1px solid var(--border-strong)}.ava-txt.svelte-1a1flsp.svelte-1a1flsp{display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);font-size:21px;font-weight:800}.who.svelte-1a1flsp.svelte-1a1flsp{display:flex;flex-direction:column;gap:2px;min-width:0}.name.svelte-1a1flsp.svelte-1a1flsp{font-size:18px;font-weight:700}.who.svelte-1a1flsp .muted.svelte-1a1flsp{font-size:13.5px}.block-head.svelte-1a1flsp.svelte-1a1flsp{padding:2px 4px 0;margin-top:2px}.rows.svelte-1a1flsp.svelte-1a1flsp{display:flex;flex-direction:column;overflow:hidden}.row.svelte-1a1flsp.svelte-1a1flsp{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;text-align:left;color:var(--text);border-top:1px solid var(--hairline)}.row.svelte-1a1flsp.svelte-1a1flsp:first-child{border-top:none}.row.col.svelte-1a1flsp.svelte-1a1flsp{flex-direction:column;align-items:stretch;gap:9px}.row-line.svelte-1a1flsp.svelte-1a1flsp{display:flex;align-items:center;justify-content:space-between}.row.tap.svelte-1a1flsp.svelte-1a1flsp:active{background:var(--tap)}.lico.svelte-1a1flsp.svelte-1a1flsp{flex:none;color:var(--muted);display:inline-flex}.rt.svelte-1a1flsp.svelte-1a1flsp{font-size:14.5px;color:var(--muted)}.rt.grow.svelte-1a1flsp.svelte-1a1flsp{flex:1;min-width:0;color:var(--text);font-weight:600}.rv.svelte-1a1flsp.svelte-1a1flsp{margin-left:auto;font-size:14px;font-weight:600;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rv.warn.svelte-1a1flsp.svelte-1a1flsp{color:var(--amber)}.rico.svelte-1a1flsp.svelte-1a1flsp{flex:none;color:var(--faint);display:inline-flex}.badge.svelte-1a1flsp.svelte-1a1flsp{margin-left:auto;font-family:var(--font-mono);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;border-radius:var(--radius-pill)}.badge.on.svelte-1a1flsp.svelte-1a1flsp{color:var(--signal);background:var(--signal-soft)}.badge.off.svelte-1a1flsp.svelte-1a1flsp{color:var(--amber);background:var(--amber-soft)}.bar.svelte-1a1flsp.svelte-1a1flsp{height:7px;border-radius:var(--radius-pill);background:var(--surface-3);overflow:hidden}.bar.svelte-1a1flsp b.svelte-1a1flsp{display:block;height:100%;border-radius:var(--radius-pill);background:var(--brand)}.switch.svelte-1a1flsp.svelte-1a1flsp{flex:none;margin-left:auto;width:42px;height:25px;border-radius:var(--radius-pill);background:var(--surface-3);border:1px solid var(--border-strong);position:relative;transition:background .18s ease}.switch.on.svelte-1a1flsp.svelte-1a1flsp{background:var(--brand);border-color:var(--brand)}.switch.svelte-1a1flsp i.svelte-1a1flsp{position:absolute;top:2px;left:2px;width:19px;height:19px;border-radius:50%;background:#fff;transition:transform .18s ease}.switch.on.svelte-1a1flsp i.svelte-1a1flsp{transform:translate(17px)}.foot.svelte-1a1flsp.svelte-1a1flsp{text-align:center;font-size:11px;letter-spacing:.08em;color:var(--faint);margin:8px 0 2px}.mark.svelte-cgk31k{position:relative;display:inline-block;width:var(--mark-size);height:var(--mark-size);color:currentColor}.piece.svelte-cgk31k{position:absolute;width:45%;height:45%;background:currentColor}.tl.svelte-cgk31k{top:3%;left:3%;border-radius:32% 10% 48%}.tr.svelte-cgk31k{top:3%;right:3%;border-radius:10% 32% 10% 48%}.bl.svelte-cgk31k{bottom:3%;left:3%;border-radius:10% 48% 10% 32%}.br.svelte-cgk31k{right:3%;bottom:3%;border-radius:48% 10% 32%}.mark.svelte-cgk31k:after{content:"";position:absolute;z-index:2;top:41%;left:27%;width:46%;height:18%;border-radius:999px;background:var(--preview-mark-cut, #060a12)}.preview.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{--p-bg:#060a12;--p-surface:#0c1422;--p-raised:#111d2d;--p-border:rgba(157, 204, 255, .13);--p-border-strong:rgba(157, 204, 255, .22);--p-text:#f7faff;--p-muted:#8fa2b8;--p-faint:#61758b;--p-accent:#48b8ff;--p-accent-strong:#168dff;--p-accent-soft:rgba(72, 184, 255, .13);--p-success:#49d39a;--preview-mark-cut:var(--p-bg);position:relative;min-height:100dvh;padding-bottom:calc(102px + env(safe-area-inset-bottom,0px));overflow:hidden;color:var(--p-text);background:var(--p-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.preview.mono.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{--p-bg:#070707;--p-surface:#101010;--p-raised:#161616;--p-border:rgba(255, 255, 255, .09);--p-border-strong:rgba(255, 255, 255, .17);--p-text:#f5f5f2;--p-muted:#a3a3a0;--p-faint:#696966;--p-accent:#f5f5f2;--p-accent-strong:#d6d6d2;--p-accent-soft:rgba(255, 255, 255, .08);--p-success:#79e2b7}.ambient.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{position:absolute;pointer-events:none;border-radius:50%}.a1.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{width:360px;height:360px;top:-170px;right:-170px;background:radial-gradient(circle,rgba(22,141,255,.3),transparent 69%)}.a2.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{width:300px;height:300px;top:520px;left:-230px;background:radial-gradient(circle,rgba(72,184,255,.14),transparent 70%)}.mono.svelte-pjp3gj .ambient.svelte-pjp3gj.svelte-pjp3gj{display:none}.topbar.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj,main.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj,.dock.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{position:relative;z-index:2}.topbar.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{display:flex;align-items:center;justify-content:space-between;padding:calc(env(safe-area-inset-top,0px) + 18px) 20px 16px}.brand.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{display:flex;align-items:center;gap:10px}.brand-mark.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{display:inline-flex;color:var(--p-text)}.word.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj,.days-row.svelte-pjp3gj strong.svelte-pjp3gj.svelte-pjp3gj,.days-row.svelte-pjp3gj span.svelte-pjp3gj.svelte-pjp3gj{font-family:Unbounded,Inter,sans-serif}.word.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{font-size:17px;font-weight:700;letter-spacing:-.04em}.avatar.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{width:40px;height:40px;border:1px solid var(--p-border-strong);border-radius:50%;color:var(--p-text);background:color-mix(in srgb,var(--p-raised) 82%,transparent);font-weight:700}main.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{display:flex;flex-direction:column;gap:16px;padding:0 16px}.hero.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{position:relative;min-height:214px;overflow:hidden;padding:22px;border:1px solid var(--p-border);border-radius:28px;background:radial-gradient(120% 150% at 105% 105%,rgba(72,184,255,.24),transparent 60%),linear-gradient(145deg,#111d2df5,#080f1afa);box-shadow:0 22px 70px -38px #168dffbf}.mono.svelte-pjp3gj .hero.svelte-pjp3gj.svelte-pjp3gj{background:var(--p-surface);box-shadow:none}.hero.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 1px #ffffff0d;border-radius:inherit}.hero-shape.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{position:absolute;right:-32px;bottom:-42px;color:#48b8ff14;transform:rotate(-8deg)}.mono.svelte-pjp3gj .hero-shape.svelte-pjp3gj.svelte-pjp3gj{color:#ffffff06}.status.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{position:relative;display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid rgba(73,211,154,.2);border-radius:999px;color:#a9efd0;background:#49d39a14;font-size:12px;font-weight:650}.status.svelte-pjp3gj i.svelte-pjp3gj.svelte-pjp3gj{width:7px;height:7px;border-radius:50%;background:var(--p-success);box-shadow:0 0 14px var(--p-success)}.remaining.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{position:relative;margin-top:22px;color:var(--p-muted);font-size:13px;font-weight:600}.days-row.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{position:relative;display:flex;align-items:baseline;gap:10px;margin-top:1px}.days-row.svelte-pjp3gj strong.svelte-pjp3gj.svelte-pjp3gj{font-size:56px;line-height:1.05;letter-spacing:-.08em}.days-row.svelte-pjp3gj span.svelte-pjp3gj.svelte-pjp3gj{font-size:19px;font-weight:600;letter-spacing:-.04em}.hero.svelte-pjp3gj p.svelte-pjp3gj.svelte-pjp3gj{position:relative;margin-top:4px;color:var(--p-muted);font-size:13px}.primary-actions.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{display:grid;gap:10px}.primary-actions.svelte-pjp3gj button.svelte-pjp3gj.svelte-pjp3gj{min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:18px;font-size:15px;font-weight:750}.primary.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{color:#04121e;background:linear-gradient(135deg,#79cbff,var(--p-accent));box-shadow:inset 0 1px #ffffff8c,0 14px 34px -20px #48b8ffe6}.mono.svelte-pjp3gj .primary.svelte-pjp3gj.svelte-pjp3gj{color:#090909;background:var(--p-text);box-shadow:none}.secondary.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{color:var(--p-text);border:1px solid var(--p-border-strong);background:var(--p-accent-soft)}.mono.svelte-pjp3gj .secondary.svelte-pjp3gj.svelte-pjp3gj{background:transparent}.metrics.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{display:grid;grid-template-columns:1fr 1fr;gap:10px}.metric.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj,.devices.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj,.quick.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{border:1px solid var(--p-border);background:color-mix(in srgb,var(--p-surface) 93%,transparent);box-shadow:inset 0 1px #ffffff09}.metric.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{min-width:0;padding:16px;border-radius:22px}.metric-icon.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj,.device-icon.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj,.quick-icon.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{display:grid;place-items:center;color:var(--p-accent);background:var(--p-accent-soft)}.metric-icon.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{width:34px;height:34px;margin-bottom:14px;border-radius:12px}.metric-label.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj,.metric-sub.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{display:block;overflow:hidden;color:var(--p-muted);font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.metric.svelte-pjp3gj strong.svelte-pjp3gj.svelte-pjp3gj{display:block;margin:3px 0 1px;overflow:hidden;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.progress.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{height:4px;margin-top:13px;overflow:hidden;border-radius:99px;background:#ffffff12}.progress.svelte-pjp3gj i.svelte-pjp3gj.svelte-pjp3gj{display:block;height:100%;border-radius:inherit;background:var(--p-accent)}.progress.unlimited.svelte-pjp3gj i.svelte-pjp3gj.svelte-pjp3gj{width:100%;background:linear-gradient(90deg,var(--p-accent),var(--p-success))}.mono.svelte-pjp3gj .progress.unlimited i.svelte-pjp3gj.svelte-pjp3gj{background:var(--p-text)}.devices.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{grid-column:1 / -1;min-height:68px;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:20px;color:var(--p-muted);text-align:left}.device-icon.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{flex:none;width:40px;height:40px;border-radius:14px}.device-copy.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{flex:1;min-width:0;display:flex;flex-direction:column}.device-copy.svelte-pjp3gj b.svelte-pjp3gj.svelte-pjp3gj{color:var(--p-text);font-size:14px}.device-copy.svelte-pjp3gj small.svelte-pjp3gj.svelte-pjp3gj{margin-top:2px;color:var(--p-muted);font-size:11.5px}.device-count.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{min-width:30px;padding:5px 9px;border-radius:999px;color:var(--p-text);background:var(--p-accent-soft);font-size:12px;font-weight:700;text-align:center}.quick-grid.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{min-height:148px;display:flex;flex-direction:column;align-items:flex-start;padding:16px;overflow:hidden;border-radius:23px;color:var(--p-text);text-align:left}.quick-icon.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{width:40px;height:40px;margin-bottom:14px;border-radius:14px}.quick.svelte-pjp3gj b.svelte-pjp3gj.svelte-pjp3gj{font-size:14px}.quick.svelte-pjp3gj small.svelte-pjp3gj.svelte-pjp3gj{min-height:34px;margin-top:4px;color:var(--p-muted);font-size:11.5px;line-height:1.4}.quick-link.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{display:flex;align-items:center;gap:2px;margin-top:auto;color:var(--p-accent);font-size:12px;font-weight:700}.dock.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{position:fixed;z-index:20;left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 12px);width:min(100%,460px);padding:0 16px;transform:translate(-50%)}.dock.svelte-pjp3gj nav.svelte-pjp3gj.svelte-pjp3gj{display:flex;gap:4px;padding:7px;border:1px solid var(--p-border-strong);border-radius:24px;background:#0a111ceb;box-shadow:0 20px 60px -22px #000000d9;backdrop-filter:blur(20px)}.mono.svelte-pjp3gj .dock nav.svelte-pjp3gj.svelte-pjp3gj{background:#101010f0}.dock.svelte-pjp3gj button.svelte-pjp3gj.svelte-pjp3gj{flex:1;min-width:0;min-height:53px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:18px;color:var(--p-faint)}.dock.svelte-pjp3gj button.svelte-pjp3gj span.svelte-pjp3gj{display:inline-flex}.dock.svelte-pjp3gj button.svelte-pjp3gj small.svelte-pjp3gj{overflow:hidden;max-width:100%;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.dock.svelte-pjp3gj button.active.svelte-pjp3gj.svelte-pjp3gj{color:var(--p-text);background:var(--p-accent-soft)}.mono.svelte-pjp3gj .dock button.active.svelte-pjp3gj.svelte-pjp3gj{color:#090909;background:var(--p-text)}@media (max-width: 360px){.days-row.svelte-pjp3gj strong.svelte-pjp3gj.svelte-pjp3gj{font-size:50px}.quick.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj,.metric.svelte-pjp3gj.svelte-pjp3gj.svelte-pjp3gj{padding:14px}}.arc-icon.svelte-kpq6pm{display:inline-flex;flex:none;align-items:center;justify-content:center;line-height:0}.mirrored.svelte-kpq6pm{transform:scaleX(-1)}.flow-preview.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{--text:#f7f9fd;--muted:#8b98aa;--faint:#556477;--border:rgba(187, 218, 249, .12);--surface:rgba(7, 13, 23, .78);--safe-top-flow:max(env(safe-area-inset-top, 0px), var(--tg-content-safe-top, 0px));--safe-bottom-flow:max(env(safe-area-inset-bottom, 0px), var(--tg-content-safe-bottom, 0px));position:relative;min-height:100dvh;overflow-x:hidden;color:var(--text);background:radial-gradient(95% 48% at 50% -10%,rgba(23,65,116,.17),transparent 68%),radial-gradient(80% 42% at 15% 108%,rgba(26,88,145,.12),transparent 72%),#02050b;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;isolation:isolate}.grain.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:fixed;z-index:-1;inset:0;pointer-events:none;opacity:.02;background-image:repeating-linear-gradient(111deg,rgba(255,255,255,.22) 0 1px,transparent 1px 5px),repeating-linear-gradient(27deg,rgba(255,255,255,.12) 0 1px,transparent 1px 7px);mix-blend-mode:soft-light}main.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;z-index:2;min-height:100dvh}.screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:100dvh;padding:calc(var(--safe-top-flow) + 38px) 20px calc(108px + var(--safe-bottom-flow))}.home-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding-top:calc(var(--safe-top-flow) + 68px);text-align:center}.brand.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:27px;filter:drop-shadow(0 14px 28px rgba(69,159,225,.2))}.brand.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{width:24px;height:23px;object-fit:contain;filter:brightness(0) invert(1)}.brand.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{font-size:18px;font-weight:800;letter-spacing:-.045em}.eyebrow.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin:0;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.days.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:baseline;justify-content:center;gap:9px;margin-top:3px}.days.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{font-size:60px;font-weight:800;line-height:1;letter-spacing:-.065em;font-variant-numeric:tabular-nums}.days.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{font-size:18px;font-weight:700;letter-spacing:-.035em}.expires.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin:7px 0 0;color:var(--muted);font-size:12.5px}.stats.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;gap:8px;width:100%;margin-top:23px}.stat.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-width:0;min-height:44px;display:flex;flex:1;align-items:center;justify-content:center;gap:7px;padding:8px 9px;border:1px solid var(--border);border-radius:18px;color:#8192a6;background:#060b138c;box-shadow:inset 0 1px #ffffff06;backdrop-filter:blur(14px)}.stat.svelte-qhby0m>span.svelte-qhby0m.svelte-qhby0m{min-width:0;display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}.stat.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{overflow:hidden;max-width:100%;color:var(--text);font-size:11.5px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.stat.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-top:3px;color:var(--faint);font-size:9px;white-space:nowrap}.actions.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;gap:11px;margin-top:30px}.actions.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{min-height:55px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:18px;font-size:15px;font-weight:800;letter-spacing:-.018em}.primary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{color:#03101d;background:linear-gradient(128deg,#b3e4ff,#72c5f4 48%,#448fcf);box-shadow:inset 0 1px #ffffffb3,0 18px 44px -25px #47acefe6}.secondary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{color:#88cff8;border:1px solid rgba(105,190,244,.58);background:#060f1b33;box-shadow:inset 0 1px #ffffff09;backdrop-filter:blur(11px)}.shortcuts.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:34px}.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;min-width:0;min-height:145px;overflow:hidden;padding:17px 15px;border:1px solid var(--border);border-radius:24px;color:var(--text);background:linear-gradient(150deg,rgba(255,255,255,.035),transparent 43%),#070d17c7;box-shadow:inset 0 1px #ffffff0a;backdrop-filter:blur(18px);text-align:left}.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{content:"";position:absolute;right:-16px;bottom:-18px;width:132px;height:126px;border-radius:50%;background:radial-gradient(circle,rgba(101,196,247,.2) 0%,rgba(46,132,198,.1) 38%,transparent 70%);filter:blur(8px)}.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:after{content:"";position:absolute;right:-25%;bottom:-60%;width:145px;height:145px;border-radius:50%;background:radial-gradient(circle,rgba(63,154,220,.18),transparent 67%)}.shortcut-copy.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;z-index:3;display:flex;align-items:flex-start;flex-direction:column}.shortcut-copy.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{max-width:112px;font-size:13.5px;font-weight:800;line-height:1.2;letter-spacing:-.025em}.shortcut-copy.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{max-width:108px;margin-top:5px;color:var(--muted);font-size:9.5px;line-height:1.35}.shortcut-copy.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{width:48px;height:32px;display:grid;place-items:center;margin-top:17px;border:1px solid rgba(255,255,255,.1);border-radius:14px;color:#dce9f5;background:#ffffff13}.shortcut.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{position:absolute;z-index:2;right:-19px;bottom:-13px;width:119px;height:119px;object-fit:contain;pointer-events:none;filter:drop-shadow(0 0 13px rgba(95,189,244,.16)) drop-shadow(0 18px 18px rgba(0,0,0,.3))}.inner-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{text-align:left}.section-head.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;text-align:center}.section-head.svelte-qhby0m h1.svelte-qhby0m.svelte-qhby0m{margin:0;font-size:31px;font-weight:800;line-height:1.05;letter-spacing:-.055em;text-align:center}.referral-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.support-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;min-height:190px;overflow:hidden;margin-top:28px;padding:23px;border:1px solid rgba(146,200,242,.16);border-radius:28px;background:linear-gradient(135deg,#2a73b338,#070d17d1 58%);box-shadow:inset 0 1px #ffffff0d}.referral-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before,.support-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{content:"";position:absolute;right:-45px;bottom:-60px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(92,187,241,.22),rgba(35,105,171,.08) 48%,transparent 70%);filter:blur(10px)}.referral-copy.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;z-index:2;max-width:190px}.referral-copy.svelte-qhby0m>span.svelte-qhby0m.svelte-qhby0m,.support-hero.svelte-qhby0m>div.svelte-qhby0m>span.svelte-qhby0m{color:#91a5b8;font-size:10.5px;font-weight:700}.referral-copy.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{display:block;margin-top:10px;font-size:35px;line-height:1;letter-spacing:-.055em}.referral-rewards.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:stretch;gap:8px;margin-top:12px}.referral-rewards.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{min-width:78px;margin:0;padding:10px 11px;border-radius:16px;background:#97d2fa1a;font-size:27px;letter-spacing:-.045em}.referral-rewards.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m:last-child{background:#97d2fa2b}.referral-rewards.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{display:block;max-width:68px;margin-top:5px;color:#c6d8e7;font-size:8.5px;font-weight:700;line-height:1.2;letter-spacing:0}.referral-copy.svelte-qhby0m p.svelte-qhby0m.svelte-qhby0m{max-width:150px;margin:8px 0 0;color:#9eacbb;font-size:11px;line-height:1.45}.referral-hero.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{position:absolute;right:-34px;bottom:-27px;width:190px;height:190px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(87,180,237,.15))}.metric-grid.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.metric-grid.svelte-qhby0m article.svelte-qhby0m.svelte-qhby0m{padding:17px 18px;border:1px solid var(--border);border-radius:21px;background:#070d17b8}.metric-grid.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{display:block;color:var(--muted);font-size:10px}.metric-grid.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{display:inline-block;margin-top:7px;font-size:25px;line-height:1}.metric-grid.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-left:5px;color:var(--faint);font-size:10px}.content-block.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-top:24px}.block-title.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.section-label.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#7dbce6}.block-title.svelte-qhby0m>div.svelte-qhby0m.svelte-qhby0m{display:flex;flex-direction:column}.block-title.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m,.section-label.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{color:var(--text);font-size:13px;font-weight:800}.block-title.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m,.section-label.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-top:2px;color:var(--faint);font-size:9.5px}.link-switch.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:9px;padding:4px;border:1px solid var(--border);border-radius:15px;background:#070d17ad}.link-switch.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{min-height:44px;border-radius:12px;color:#667487;font-size:10.5px;font-weight:750}.link-switch.svelte-qhby0m button.active.svelte-qhby0m.svelte-qhby0m{color:#07131f;background:linear-gradient(135deg,#b5e5ff,#70c2ef);box-shadow:inset 0 1px #ffffff9e}.referral-link.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px 0 16px;border:1px solid var(--border);border-radius:18px;background:#080f1ad1;color:#b5c1ce}.referral-link.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.referral-link.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{width:40px;height:40px;display:grid;flex:none;place-items:center;border-radius:13px;color:#0a1a28;background:#75c6f3}.share-referral.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:9px;border:1px solid rgba(105,190,244,.44);border-radius:16px;color:#83cff9;background:#0a1a2b61;font-size:11.5px;font-weight:800}.steps.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-top:20px;padding:4px 16px;border:1px solid var(--border);border-radius:22px;background:#070d179e}.steps.svelte-qhby0m>div.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:center;gap:12px;padding:13px 0}.steps.svelte-qhby0m>div.svelte-qhby0m+div.svelte-qhby0m{border-top:1px solid rgba(255,255,255,.06)}.steps.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{width:26px;height:26px;display:grid;flex:none;place-items:center;border-radius:9px;color:#9edbff;background:#50aee821;font-size:10px;font-style:normal;font-weight:800}.steps.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{display:flex;flex-direction:column}.steps.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:11.5px}.steps.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-top:2px;color:var(--faint);font-size:9.5px}.support-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:205px}.support-hero.svelte-qhby0m>div.svelte-qhby0m.svelte-qhby0m{position:relative;z-index:2;max-width:205px}.support-hero.svelte-qhby0m h2.svelte-qhby0m.svelte-qhby0m{margin:7px 0 0;font-size:27px;letter-spacing:-.04em}.support-hero.svelte-qhby0m p.svelte-qhby0m.svelte-qhby0m{max-width:190px;margin:7px 0 15px;color:#9eacbb;font-size:10.5px;line-height:1.45}.support-hero.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border-radius:14px;color:#071521;background:#79caf5;font-size:11px;font-weight:800}.support-hero.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{position:absolute;right:-42px;bottom:-35px;width:205px;height:205px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(87,180,237,.16))}.faq-section.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-top:25px}.section-label.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin:0}.faq.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;display:flex;align-items:flex-start;gap:12px;padding:16px 15px;border:1px solid var(--border);border-radius:18px;background:#070d17b3;text-align:left}.faq.svelte-qhby0m+.faq.svelte-qhby0m.svelte-qhby0m{margin-top:9px}.faq-number.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:25px;height:25px;display:grid;flex:none;place-items:center;border-radius:9px;color:#80ccf7;background:#50aee821;font-size:10px;font-weight:800}.faq-copy.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-width:0;display:flex;flex:1;flex-direction:column;padding-top:3px}.faq-copy.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:12px}.faq-copy.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-top:9px;color:#8f9dae;font-size:10.5px;line-height:1.5}.faq.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{padding-top:3px;color:#718094;transition:transform .2s ease}.faq.open.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{transform:rotate(90deg)}.profile-card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:center;gap:12px;margin-top:27px;padding:15px;border:1px solid rgba(146,200,242,.16);border-radius:22px;background:linear-gradient(135deg,#2a73b330,#070d17c7)}.avatar.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:46px;height:46px;display:grid;flex:none;place-items:center;border-radius:16px;color:#07131f;background:linear-gradient(135deg,#b5e6ff,#62b8ec);font-size:17px;font-weight:800}.avatar-photo.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{object-fit:cover}.profile-card.svelte-qhby0m>div.svelte-qhby0m.svelte-qhby0m:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column}.profile-card.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{font-size:14px}.profile-card.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{margin-top:3px;color:var(--muted);font-size:10px}.settings-group.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-top:22px;overflow:hidden;border:1px solid var(--border);border-radius:22px;background:#070d17b3}.settings-group.svelte-qhby0m h2.svelte-qhby0m.svelte-qhby0m{padding:14px 16px 8px;color:#647287;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.recurring-card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:center;gap:13px;margin-top:20px;padding:17px;border:1px solid var(--border);border-radius:23px;background:#070d17b8}.recurring-card.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{display:grid;place-items:center;width:48px;height:48px;flex:none;border-radius:50%;color:#94d5f9;background:#50aee81f}.recurring-card.svelte-qhby0m>span.svelte-qhby0m.svelte-qhby0m{min-width:0;display:flex;flex:1;flex-direction:column;gap:5px}.recurring-card.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{color:#7f91a4;font-size:10px}.recurring-card.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:13px}.recurring-card.svelte-qhby0m>em.svelte-qhby0m.svelte-qhby0m{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:#082016;background:#72d3a3}.recurring-card.enabled.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{background:linear-gradient(135deg,#3d96cf21,#070d17b8)}.recurring-note.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-top:12px;padding:17px 18px;border-radius:21px;background:#ffffff09}.recurring-note.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:11px}.recurring-note.svelte-qhby0m p.svelte-qhby0m.svelte-qhby0m{margin:7px 0 0;color:#8292a5;font-size:10px;line-height:1.55}.danger-action.confirm.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{color:#fff;background:#e05b6538}.setting-row.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:58px;display:flex;align-items:center;gap:11px;padding:9px 15px;color:#7e8da0;text-align:left}.setting-row.svelte-qhby0m+.setting-row.svelte-qhby0m.svelte-qhby0m{border-top:1px solid rgba(255,255,255,.06)}.setting-row.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{width:34px;height:34px;display:grid;flex:none;place-items:center;border-radius:12px;color:#83cdf7;background:#50aee81f}.setting-row.svelte-qhby0m>i.telegram.svelte-qhby0m.svelte-qhby0m{color:#57b6ee}.setting-row.svelte-qhby0m>span.svelte-qhby0m.svelte-qhby0m{min-width:0;display:flex;flex:1;flex-direction:column}.setting-row.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{color:var(--text);font-size:11.5px}.setting-row.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-top:2px;color:var(--faint);font-size:9.5px}.setting-row.svelte-qhby0m em.svelte-qhby0m.svelte-qhby0m{color:#6fc3f2;font-size:10px;font-style:normal;font-weight:800}.setting-row.svelte-qhby0m em.connected.svelte-qhby0m.svelte-qhby0m{width:27px;height:27px;display:grid;place-items:center;border-radius:10px;color:#092216;background:#71d5a4}button.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:disabled{cursor:default;opacity:.55}.connect-overlay.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:fixed;z-index:50;inset:0;display:flex;align-items:flex-end;justify-content:center;padding-top:var(--safe-top-flow)}.connect-backdrop.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:absolute;inset:0;border-radius:0;background:#000308a8;backdrop-filter:blur(8px)}.connect-sheet.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;width:min(100%,480px);max-height:calc(100dvh - var(--safe-top-flow) - 12px);overflow-y:auto;padding:10px 20px calc(24px + var(--safe-bottom-flow));border:1px solid rgba(164,210,249,.16);border-bottom:0;border-radius:30px 30px 0 0;background:linear-gradient(155deg,#122337fa,#040911fc 42%);box-shadow:0 -30px 90px #0000008f,inset 0 1px #ffffff0f}.connect-sheet.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{content:"";display:block;width:40px;height:4px;margin:0 auto 14px;border-radius:99px;background:#b1cfe93d}.connect-head.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.connect-head.svelte-qhby0m h2.svelte-qhby0m.svelte-qhby0m{margin:5px 0 0;font-size:24px;line-height:1.1;letter-spacing:-.045em}.connect-head.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{width:44px;height:44px;display:grid;flex:none;place-items:center;border:1px solid var(--border);border-radius:15px;color:#8f9caf;background:#ffffff09}.connect-note.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{max-width:300px;margin:12px 0 20px;color:#8c9bad;font-size:11px;line-height:1.5}.device-grid.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;gap:9px}.device-grid.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{position:relative;min-height:68px;display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--border);border-radius:19px;color:#a6b3c2;background:#050b1485;text-align:left}.device-grid.svelte-qhby0m>button.active.svelte-qhby0m.svelte-qhby0m{color:#f6f9fc;border-color:#6cc0f170;background:linear-gradient(135deg,#56abe224,#08111db3);box-shadow:inset 0 1px #ffffff0a}.device-grid.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{width:42px;height:42px;display:grid;flex:none;place-items:center;border-radius:14px;color:#8dccf2;background:#4ca3da1a}.device-grid.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{font-size:12px;font-weight:800}.device-grid.svelte-qhby0m em.svelte-qhby0m.svelte-qhby0m{width:26px;height:26px;display:grid;place-items:center;margin-left:auto;border-radius:9px;color:#07141f;background:#83cef7}.sheet-primary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.sheet-secondary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;border-radius:17px;font-size:12px;font-weight:800}.sheet-primary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{color:#06121e;background:linear-gradient(128deg,#b6e7ff,#69bff0);box-shadow:inset 0 1px #ffffffad,0 18px 42px -26px #4aa9e6db}.sheet-secondary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{color:#8ecff5;border:1px solid rgba(105,190,244,.36);background:#0a1c2e4d}.sheet-back.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:44px;display:inline-flex;align-items:center;gap:7px;margin:10px 0 13px;color:#8e9bad;font-size:10.5px;font-weight:800}.empty-connect.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:center;flex-direction:column;padding:25px 20px;border:1px solid var(--border);border-radius:22px;background:#050b1480;text-align:center}.empty-connect.svelte-qhby0m>.arc-icon{width:48px;height:48px;border-radius:16px;color:#8fcff4;background:#50aee81c}.empty-connect.svelte-qhby0m h3.svelte-qhby0m.svelte-qhby0m{margin:13px 0 6px;font-size:15px}.empty-connect.svelte-qhby0m p.svelte-qhby0m.svelte-qhby0m{max-width:290px;margin:0;color:#8291a3;font-size:10.5px;line-height:1.5}.guide-card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:84px;padding:13px;border:1px solid var(--border);border-radius:20px;background:#050b148a}.guide-card.svelte-qhby0m+.guide-card.svelte-qhby0m.svelte-qhby0m{margin-top:9px}.guide-card.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{width:28px;height:28px;display:grid;place-items:center;border-radius:10px;color:#91d3f8;background:#50aee81f;font-size:10px;font-style:normal;font-weight:800}.guide-card.svelte-qhby0m>div.svelte-qhby0m.svelte-qhby0m{min-width:0;display:flex;flex-direction:column}.guide-card.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:11px}.guide-card.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-top:3px;color:#748397;font-size:9px;line-height:1.35}.guide-card.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{min-height:44px;display:flex;align-items:center;gap:4px;padding:0 11px;border-radius:13px;color:#07141f;background:#7ac8f3;font-size:9px;font-weight:800}.connect-success.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:flex-start;gap:8px;margin:14px 2px 0;color:#738296;font-size:9.5px;line-height:1.45}.connect-success.svelte-qhby0m .arc-icon{margin-top:1px;color:#74d2a4}.dock.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:fixed;z-index:20;left:50%;bottom:calc(var(--safe-bottom-flow) + 12px);width:min(100%,460px);padding:0 16px;transform:translate(-50%)}.dock.svelte-qhby0m nav.svelte-qhby0m.svelte-qhby0m{display:flex;gap:4px;padding:7px;border:1px solid rgba(163,207,248,.14);border-radius:25px;background:#050b14d1;box-shadow:0 24px 70px -28px #000000eb,inset 0 1px #ffffff0b;backdrop-filter:blur(24px)}.dock.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{min-width:0;min-height:52px;display:grid;flex:1;place-items:center;border-radius:18px;color:#8090a3;transition:flex .22s ease,color .22s ease,background .22s ease,transform .12s ease}.dock.svelte-qhby0m button.active.svelte-qhby0m.svelte-qhby0m{flex:1.18;color:#071321;background:linear-gradient(135deg,#b4e5ff,#64bdf0);box-shadow:inset 0 1px #ffffffa8,0 9px 26px -15px #52b4f0e6}.desktop-brand.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:none}button.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:focus-visible{outline:2px solid #9bd9ff;outline-offset:3px}button.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:active{transform:scale(.985)}.flow-preview.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{--muted:#adb8c7;--faint:#8290a3;--surface:#0a111b;--surface-raised:#101a27;--hairline:rgba(214,233,255,.07);--radius-shell:40px;--radius-card:24px;--radius-inner:16px;--radius-control:12px;--radius-pill:999px;background:#03070e}.aurora.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:fixed;z-index:-4;inset:0;overflow:hidden;pointer-events:none}.aurora.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 62% 72% at 50% 48%,#03070e 0 58%,rgba(3,7,14,.98) 69%,rgba(3,7,14,.62) 83%,transparent 100%)}.aurora-blob.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:absolute;display:block;opacity:.2;filter:blur(76px);will-change:border-radius,transform}.blob-one.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{top:-10%;left:-44%;width:62vw;min-width:230px;max-width:360px;height:58vh;background:#2d78bb;animation:svelte-qhby0m-aurora-one 25s ease-in-out infinite alternate}.blob-two.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{top:16%;right:-46%;width:66vw;min-width:250px;max-width:390px;height:62vh;opacity:.17;background:#6bbde9;animation:svelte-qhby0m-aurora-two 31s ease-in-out infinite alternate}.blob-three.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{bottom:-24%;left:8%;width:84vw;max-width:430px;height:34vh;opacity:.13;background:#245d96;animation:svelte-qhby0m-aurora-three 36s ease-in-out infinite alternate}@keyframes svelte-qhby0m-aurora-one{0%{border-radius:44% 56% 63% 37%/47% 38% 62% 53%;transform:translate3d(-9%,0,0) rotate(-7deg) scale(.93)}50%{border-radius:64% 36% 41% 59%/38% 61% 39% 62%;transform:translate3d(5%,38%,0) rotate(12deg) scale(1.05)}to{border-radius:37% 63% 56% 44%/61% 42% 58% 39%;transform:translate3d(-4%,78%,0) rotate(-14deg) scale(.96)}}@keyframes svelte-qhby0m-aurora-two{0%{border-radius:61% 39% 36% 64%/43% 59% 41% 57%;transform:translate3d(7%,-14%,0) rotate(5deg) scale(.9)}52%{border-radius:39% 61% 67% 33%/63% 37% 58% 42%;transform:translate3d(-5%,22%,0) rotate(-14deg) scale(1.08)}to{border-radius:55% 45% 39% 61%/35% 56% 44% 65%;transform:translate3d(4%,62%,0) rotate(10deg) scale(.98)}}@keyframes svelte-qhby0m-aurora-three{0%{border-radius:36% 64% 51% 49%/62% 43% 57% 38%;transform:translate3d(-32%,8%,0) rotate(-9deg)}50%{border-radius:58% 42% 65% 35%/42% 65% 35% 58%;transform:translate3d(2%,-8%,0) rotate(15deg) scale(1.08)}to{border-radius:47% 53% 34% 66%/57% 39% 61% 43%;transform:translate3d(34%,5%,0) rotate(-5deg) scale(.95)}}.flow-preview.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m article.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m section.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m nav.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m input.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m textarea.svelte-qhby0m.svelte-qhby0m,.link-switch.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.guide-card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.empty-connect.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border:0}.flow-preview.svelte-qhby0m .stat.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .shortcut.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .referral-hero.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .support-hero.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .metric-grid article.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .link-switch.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .referral-link.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .share-referral.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .steps.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .faq.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .profile-card.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .settings-group.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .device-summary.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .registered-device.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .preference-list.svelte-qhby0m>button.svelte-qhby0m,.flow-preview.svelte-qhby0m .email-connected.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .email-form.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .agreement.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .connect-sheet.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .device-grid.svelte-qhby0m>button.svelte-qhby0m,.flow-preview.svelte-qhby0m .empty-connect.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .guide-card.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .dock nav.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .chat-message.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .chat-compose.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .purchase-config.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .purchase-total.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m .plan-card.svelte-qhby0m.svelte-qhby0m{border:1px solid var(--hairline)}.screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding-inline:20px}.home-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding-top:calc(var(--safe-top-flow) + 120px)}.brand.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-bottom:25px;filter:none}.brand.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{width:21px;height:20px}.eyebrow.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.expires.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.shortcut-copy.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m,.referral-copy.svelte-qhby0m p.svelte-qhby0m.svelte-qhby0m,.support-hero.svelte-qhby0m p.svelte-qhby0m.svelte-qhby0m,.block-title.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m,.section-label.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m,.steps.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m,.faq-copy.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m,.profile-card.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m,.setting-row.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m,.connect-note.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.guide-card.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m,.connect-success.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{color:var(--muted)}.stat.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:46px;border-radius:15px;color:#99abc0;background:var(--surface);box-shadow:none;backdrop-filter:blur(16px)}.stat.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{color:var(--faint)}.actions.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{border-radius:18px}.flow-preview.svelte-qhby0m .secondary.svelte-qhby0m.svelte-qhby0m{color:#a8daf7;border:1px solid rgba(105,190,244,.52);background:transparent;box-shadow:inset 0 1px #ffffff06;backdrop-filter:none}.shortcuts.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-top:26px}.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:104px;padding:13px 14px;border-radius:23px;background:var(--surface);box-shadow:none;backdrop-filter:blur(18px)}.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:after,.referral-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before,.support-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{display:none}.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{display:block;right:-34px;bottom:-42px;width:158px;height:132px;border-radius:50%;opacity:.08;background:radial-gradient(circle,rgba(118,202,247,.82) 0%,rgba(50,116,176,.38) 43%,transparent 74%);filter:blur(48px)}.shortcut-copy.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:13px}.shortcut-copy.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-top:4px}.shortcut-copy.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{width:48px;height:30px;margin-top:8px;border:0;border-radius:12px;color:#e1edf6;background:#ffffff14;box-shadow:inset 0 1px #ffffff06}.shortcut.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{right:-14px;bottom:-18px;width:116px;height:116px;filter:drop-shadow(0 14px 18px rgba(0,0,0,.38))}.referral-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.support-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:27px;background:linear-gradient(145deg,#132235,#09111c 62%);box-shadow:none}.referral-hero.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m,.support-hero.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{filter:drop-shadow(0 18px 22px rgba(0,0,0,.3))}.metric-grid.svelte-qhby0m article.svelte-qhby0m.svelte-qhby0m{border-radius:21px;background:var(--surface)}.link-switch.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:18px;background:var(--surface)}.link-switch.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{border-radius:10px}.referral-link.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:20px;background:var(--surface);color:#c4ced9}.referral-link.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{border-radius:10px}.share-referral.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:17px;color:#acdafa;background:var(--surface-raised)}.steps.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:22px;background:var(--surface)}.steps.svelte-qhby0m>div.svelte-qhby0m+div.svelte-qhby0m,.setting-row.svelte-qhby0m+.setting-row.svelte-qhby0m.svelte-qhby0m{border-top:0}.steps.svelte-qhby0m>div.svelte-qhby0m+div.svelte-qhby0m{margin-top:2px}.support-hero.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{border-radius:13px}.faq.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:20px;background:var(--surface)}.profile-card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:23px;background:linear-gradient(135deg,#132235,#0a121e)}.avatar.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:11px}.settings-group.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:24px;background:var(--surface)}.settings-group.svelte-qhby0m h2.svelte-qhby0m.svelte-qhby0m{color:#fff;opacity:1;font-size:8.5px;font-weight:500;letter-spacing:.16em}.setting-row.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:62px}.setting-row.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{border-radius:11px}.setting-row.svelte-qhby0m em.connected.svelte-qhby0m.svelte-qhby0m{border-radius:8px}.connect-sheet.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:30px 30px 0 0;background:linear-gradient(155deg,#152436,#060b13 45%)}.connect-head.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{border-radius:13px;background:var(--surface-raised)}.device-grid.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{border-radius:20px;background:var(--surface)}.device-grid.svelte-qhby0m>button.active.svelte-qhby0m.svelte-qhby0m{background:#15283a;box-shadow:none}.device-grid.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{border-radius:10px}.sheet-secondary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.empty-connect.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.guide-card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{background:var(--surface)}.empty-connect.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:22px}.guide-card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:20px}.dock.svelte-qhby0m nav.svelte-qhby0m.svelte-qhby0m{border-radius:27px;background:#080f18e6;box-shadow:0 24px 70px -28px #000000eb}.dock.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{border-radius:20px}.subpage-head.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;display:flex;align-items:flex-start;justify-content:center;gap:12px}.subpage-head.svelte-qhby0m>div.svelte-qhby0m.svelte-qhby0m{width:100%;text-align:center}.settings-error.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.form-message.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin:14px 0 0;padding:11px 13px;border-radius:12px;color:#d8e3ed;background:#172131;font-size:10.5px;line-height:1.4}.subpage-intro.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin:24px 0 18px;color:var(--muted);font-size:11px;line-height:1.55}.device-summary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;grid-template-columns:auto 1fr auto;align-items:baseline;gap:8px;padding:18px;border-radius:23px;background:linear-gradient(135deg,#15273a,#0b141f)}.device-summary.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{font-size:34px;letter-spacing:-.05em}.device-summary.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{color:#c8d2dd;font-size:11px;font-weight:700}.device-summary.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{color:var(--muted);font-size:9.5px}.device-list.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;gap:8px;margin-top:12px}.registered-device.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px 11px;min-height:70px;padding:12px;border-radius:22px;background:var(--surface)}.registered-device.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{width:42px;height:42px;display:grid;flex:none;place-items:center;border-radius:10px;color:#9dd9fb;background:#142538}.registered-device.svelte-qhby0m>span.svelte-qhby0m.svelte-qhby0m{min-width:0;display:flex;flex:1;flex-direction:column}.registered-device.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:12px}.registered-device.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-top:3px;overflow:hidden;color:var(--muted);font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.device-name-input.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;height:34px;padding:0 11px;border-radius:12px;outline:none;color:var(--text);background:#92d3f814;font:inherit;font-size:11px}.device-name-input.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:focus{box-shadow:0 0 0 2px #91d7fb2e}.device-actions.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{grid-column:2;display:flex;flex-wrap:wrap;gap:6px}.device-actions.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{min-height:32px;padding:0 12px;border-radius:14px;color:#acd9f3;background:#87caf012;font-size:8.5px;font-weight:750}.device-actions.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m:last-child{color:#aab9c7;background:#ffffff09}.device-actions.svelte-qhby0m button.confirm.svelte-qhby0m.svelte-qhby0m{color:#ffc0c0;background:#f17d7d1a}.empty-state.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding:28px 18px;border-radius:20px;color:var(--muted);background:var(--surface);font-size:11px;text-align:center}.subpage-primary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;border-radius:17px;color:#07131e;background:linear-gradient(128deg,#b4e5ff,#69bff0);font-size:12px;font-weight:800}.preference-list.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;gap:8px}.preference-list.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{min-height:72px;display:flex;align-items:center;gap:14px;padding:13px 15px;border-radius:21px;color:var(--text);background:var(--surface);text-align:left}.preference-list.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{display:flex;flex:1;flex-direction:column}.preference-list.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:12px}.preference-list.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-top:4px;color:var(--muted);font-size:9.5px;line-height:1.35}.preference-list.svelte-qhby0m>button.svelte-qhby0m>i.svelte-qhby0m{width:42px;height:25px;padding:3px;border-radius:12px;background:#26313e;transition:background .2s ease}.preference-list.svelte-qhby0m>button.svelte-qhby0m>i em.svelte-qhby0m{display:block;width:19px;height:19px;border-radius:8px;background:#8996a5;transition:transform .2s ease,background .2s ease}.preference-list.svelte-qhby0m>button.svelte-qhby0m>i.on.svelte-qhby0m{background:#488fbe}.preference-list.svelte-qhby0m>button.svelte-qhby0m>i.on em.svelte-qhby0m{transform:translate(17px);background:#e6f5ff}.email-connected.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:center;gap:12px;padding:16px;border-radius:22px;background:var(--surface)}.email-connected.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{width:44px;height:44px;display:grid;place-items:center;border-radius:11px;color:#9bd9fc;background:#142538}.email-connected.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{min-width:0;display:flex;flex:1;flex-direction:column}.email-connected.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{color:var(--muted);font-size:9px}.email-connected.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{margin-top:3px;overflow:hidden;font-size:12px;text-overflow:ellipsis}.email-connected.svelte-qhby0m em.svelte-qhby0m.svelte-qhby0m{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:#082116;background:#6ed39e}.email-form.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;gap:12px;padding:16px;border-radius:23px;background:var(--surface)}.email-form.svelte-qhby0m label.svelte-qhby0m.svelte-qhby0m{display:grid;gap:7px}.email-form.svelte-qhby0m label.svelte-qhby0m span.svelte-qhby0m{color:#aab7c5;font-size:9.5px;font-weight:700}.email-form.svelte-qhby0m input.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:48px;padding:0 13px;border-radius:12px;outline:0;color:var(--text);background:var(--surface-raised);font:inherit;font-size:12px}.email-form.svelte-qhby0m input.svelte-qhby0m.svelte-qhby0m:focus{box-shadow:0 0 0 2px #7ec6ef8c}.email-form.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{min-height:48px;border-radius:12px;color:#07131e;background:#8ed3f7;font-size:11.5px;font-weight:800}.danger-action.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:48px;margin-top:10px;border-radius:15px;color:#f3a4a4;background:#211217;font-size:11px;font-weight:800}.agreement.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-top:24px;padding:19px;border-radius:24px;background:var(--surface)}.agreement-meta.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;flex-direction:column;gap:3px}.agreement-meta.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{font-size:10px;font-weight:800}.agreement-meta.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{color:var(--muted);font-size:9px}.agreement.svelte-qhby0m h2.svelte-qhby0m.svelte-qhby0m{margin:21px 0 10px;font-size:22px;letter-spacing:-.04em}.agreement.svelte-qhby0m h3.svelte-qhby0m.svelte-qhby0m{margin:19px 0 6px;font-size:12px}.agreement.svelte-qhby0m p.svelte-qhby0m.svelte-qhby0m{margin:0;color:#b7c1cc;font-size:10.5px;line-height:1.58}.agreement.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;border-radius:15px;color:#b9e2fb;background:var(--surface-raised);font-size:11px;font-weight:800}.login-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;justify-content:center;flex-direction:column;max-width:460px;margin:auto;padding-bottom:calc(42px + var(--safe-bottom-flow))}.login-screen.svelte-qhby0m .brand.svelte-qhby0m.svelte-qhby0m{justify-content:flex-start;margin-bottom:42px}.login-copy.svelte-qhby0m h1.svelte-qhby0m.svelte-qhby0m{margin:0;font-size:38px;line-height:1.04;letter-spacing:-.055em}.login-copy.svelte-qhby0m>span.svelte-qhby0m.svelte-qhby0m{display:block;max-width:340px;margin-top:14px;color:var(--muted);font-size:11px;line-height:1.55}.login-form.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-top:28px}.login-help.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin:13px 5px 0;color:var(--faint);font-size:9.5px;line-height:1.45}.support-chat.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;flex-direction:column;gap:8px;min-height:calc(100dvh - var(--safe-top-flow) - 250px);padding:22px 0 176px}.chat-day.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;display:flex;align-items:center;gap:10px;color:var(--faint);font-size:8.5px;font-weight:700}.chat-day.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before,.chat-day.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:after{content:"";height:1px;flex:1;background:var(--hairline)}.chat-day.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{padding:5px 8px;border-radius:8px;background:var(--surface)}.chat-row.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;display:flex;align-items:flex-end;gap:8px}.chat-row.mine.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{justify-content:flex-end}.care-avatar.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:34px;height:34px;display:grid;flex:none;place-items:center;overflow:hidden;border:1px solid rgba(175,220,255,.13);border-radius:50%;background:radial-gradient(circle at 72% 78%,rgba(79,169,226,.55),transparent 54%),linear-gradient(145deg,#142640,#060b14);box-shadow:0 10px 24px -14px #369ada8c}.care-avatar.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{width:23px;height:23px;object-fit:contain;filter:brightness(0) invert(1)}.chat-welcome.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;flex-direction:column;max-width:82%;padding:13px 14px;border-radius:18px 18px 18px 7px;background:var(--surface)}.chat-welcome.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:11.5px}.chat-welcome.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{margin-top:5px;color:var(--muted);font-size:10px;line-height:1.45}.chat-message.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{max-width:82%;padding:12px 13px 9px;border-radius:18px 18px 18px 7px;background:#101a27}.chat-message.mine.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:18px 18px 7px;background:#173c59}.chat-message.svelte-qhby0m p.svelte-qhby0m.svelte-qhby0m{margin:0;color:#fff;font-size:11px;font-weight:500;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message.svelte-qhby0m>b.svelte-qhby0m.svelte-qhby0m{display:block;margin-bottom:4px;color:#9bd8fa;font-size:9.5px;font-weight:700}.chat-message.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{display:block;margin-top:6px;color:#e0eef9b3;font-size:8px;text-align:right}.chat-error.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin:4px 0;padding:10px 12px;border-radius:11px;color:#f0b5b5;background:#211217;font-size:9.5px}.chat-input-zone.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:fixed;z-index:19;left:50%;bottom:calc(var(--safe-bottom-flow) + 87px);width:min(calc(100% - 40px),420px);transform:translate(-50%)}.chat-quick.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;gap:7px;overflow-x:auto;padding:0 1px 9px;scrollbar-width:none}.chat-quick.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m::-webkit-scrollbar{display:none}.chat-quick.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{min-height:34px;flex:none;padding:0 12px;border:1px solid rgba(177,215,246,.09);border-radius:11px;color:#dceaf5;background:#0a111beb;font-size:9px;font-weight:700;backdrop-filter:blur(18px)}.chat-quick.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m:disabled{opacity:.55}.chat-compose.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;display:flex;align-items:flex-end;gap:8px;padding:7px;border-radius:20px;background:#111b28;box-shadow:0 20px 45px #00000061}.chat-compose.svelte-qhby0m textarea.svelte-qhby0m.svelte-qhby0m{min-height:42px;max-height:116px;flex:1;resize:none;padding:12px 10px;outline:0;color:var(--text);background:transparent;font:inherit;font-size:11px;line-height:1.4}.chat-compose.svelte-qhby0m textarea.svelte-qhby0m.svelte-qhby0m::placeholder{color:#738296}.chat-compose.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{width:42px;height:42px;display:grid;flex:none;place-items:center;border-radius:12px;color:#06131e;background:#8bd2f7}.chat-head.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;justify-content:center;text-align:center}.chat-head.svelte-qhby0m>div.svelte-qhby0m.svelte-qhby0m{width:100%}.chat-head.svelte-qhby0m h1.svelte-qhby0m.svelte-qhby0m{font-size:25px;text-align:center}.purchase-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{max-width:480px;margin:auto;padding-top:calc(var(--safe-top-flow) + 28px);padding-bottom:calc(var(--safe-bottom-flow) + 40px)}.purchase-head.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;min-height:76px;text-align:center}.purchase-head.svelte-qhby0m>div.svelte-qhby0m.svelte-qhby0m{padding-inline:0}.purchase-head.svelte-qhby0m h1.svelte-qhby0m.svelte-qhby0m{margin:0;font-size:29px;line-height:1.06;letter-spacing:-.05em;text-align:center}.purchase-head.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{display:block;max-width:310px;margin:11px auto 0;color:var(--muted);font-size:10.5px;line-height:1.5}.plan-viewport.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;width:auto;overflow:hidden;margin:28px -20px 0}.plan-strip.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;display:flex;gap:10px;overflow-x:auto;padding:0 20px 8px;scroll-padding-inline:20px;scrollbar-width:none;scroll-snap-type:x mandatory}.plan-strip.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m::-webkit-scrollbar{display:none}.plan-arrow.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:none}.plan-card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;min-width:0;flex:0 0 clamp(150px,42vw,188px);min-height:154px;display:flex;align-items:flex-start;flex-direction:column;padding:17px;border-radius:23px;color:var(--text);background:var(--surface);scroll-snap-align:start;text-align:left;transition:background .2s ease,border-color .2s ease,transform .12s ease}.plan-card.active.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-color:#89d3fa57;background:linear-gradient(150deg,#152c42,#0b1623 68%)}.plan-card.svelte-qhby0m>span.svelte-qhby0m.svelte-qhby0m{font-size:12px;font-weight:800}.plan-card.svelte-qhby0m em.svelte-qhby0m.svelte-qhby0m{margin-top:8px;padding:5px 7px;border-radius:8px;color:#a6ddfb;background:#6bbfef17;font-size:8px;font-style:normal;font-weight:800}.plan-card.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{margin-top:auto;font-size:25px;line-height:1;letter-spacing:-.045em}.plan-card.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{margin-top:7px;color:var(--muted);font-size:9.5px}.plan-card.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{position:absolute;top:14px;right:14px;width:24px;height:24px;display:grid;place-items:center;border-radius:8px;color:#07131f;background:#91d7fb}.purchase-empty.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-top:28px;padding:24px;border-radius:22px;color:var(--muted);background:var(--surface);text-align:center}.purchase-config.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end;margin-top:16px;padding:19px;border-radius:24px;background:#0a111be6}.config-copy.svelte-qhby0m>span.svelte-qhby0m.svelte-qhby0m{color:#7bc8f2;font-size:8.5px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.config-copy.svelte-qhby0m h2.svelte-qhby0m.svelte-qhby0m{max-width:235px;margin:7px 0 0;font-size:16px;line-height:1.25;letter-spacing:-.025em}.config-copy.svelte-qhby0m p.svelte-qhby0m.svelte-qhby0m{max-width:235px;margin:10px 0 0;color:var(--muted);font-size:9.5px;line-height:1.5}.stepper.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;grid-template-columns:38px 38px 38px;align-items:center;padding:4px;border-radius:16px;background:#101b29}.stepper.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{width:38px;height:38px;border-radius:11px;color:#93d9fc;background:#172638;font-size:20px;font-weight:500}.stepper.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m:disabled{color:#506073;background:transparent;opacity:.65}.stepper.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{text-align:center;font-size:15px;font-variant-numeric:tabular-nums}.stepper.wide.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{grid-template-columns:38px 56px 38px}.stepper.svelte-qhby0m strong.svelte-qhby0m small.svelte-qhby0m{margin-left:2px;color:var(--muted);font-size:8px}.purchase-total.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{margin-top:16px;padding:17px;border-radius:25px;background:linear-gradient(150deg,#10263a,#09131e 68%)}.total-row.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:center;justify-content:space-between;min-height:34px;color:#d8e3ed}.total-row.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:center;gap:9px;font-size:10.5px;font-weight:700}.total-row.svelte-qhby0m span.svelte-qhby0m .arc-icon{color:#91d4f8}.total-row.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{color:var(--muted);font-size:9.5px}.purchase-total.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:56px;display:flex;align-items:center;justify-content:space-between;margin-top:13px;padding:0 18px;border-radius:17px;color:#06131e;background:linear-gradient(128deg,#b7e8ff,#69bff0);box-shadow:inset 0 1px #ffffffa6}.purchase-total.svelte-qhby0m>button.svelte-qhby0m span.svelte-qhby0m{font-size:12px;font-weight:800}.purchase-total.svelte-qhby0m>button.svelte-qhby0m strong.svelte-qhby0m{font-size:16px}.purchase-total.svelte-qhby0m>p.svelte-qhby0m.svelte-qhby0m{margin:9px 2px 0;color:#7790a6;font-size:8.5px;text-align:center}.purchase-total.svelte-qhby0m>p.purchase-error.svelte-qhby0m.svelte-qhby0m{color:#f0aaaa;font-size:9.5px;line-height:1.45}.purchase-total.svelte-qhby0m>button.payment-check.svelte-qhby0m.svelte-qhby0m{justify-content:center;min-height:46px;color:#b9e2fb;background:var(--surface-raised);box-shadow:none}.payment-method-backdrop.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:fixed;z-index:80;inset:0;display:grid;place-items:end center;padding:16px;background:#01060cad;backdrop-filter:blur(12px)}.payment-method-sheet.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{box-sizing:border-box;width:min(100%,540px);padding:24px;border:1px solid rgba(180,220,250,.1);border-radius:32px;background:linear-gradient(155deg,#101923,#0a111a 68%);box-shadow:0 30px 100px #0000008c}.payment-method-sheet.svelte-qhby0m header.svelte-qhby0m.svelte-qhby0m{display:flex;align-items:center;justify-content:space-between}.payment-method-sheet.svelte-qhby0m h2.svelte-qhby0m.svelte-qhby0m{margin:0;color:#fff;font-size:24px;letter-spacing:-.035em}.payment-method-sheet.svelte-qhby0m header.svelte-qhby0m button.svelte-qhby0m{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:#ffffff0f;color:#c1cedb;font-size:25px}.payment-options.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;gap:11px;margin:24px 0 18px}.payment-options.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{display:grid;grid-template-columns:52px 1fr 24px;align-items:center;gap:12px;min-height:78px;padding:12px 16px;border:1px solid rgba(174,211,241,.1);border-radius:24px;background:#ffffff06;color:#fff;text-align:left;transition:.2s}.payment-options.svelte-qhby0m>button.active.svelte-qhby0m.svelte-qhby0m{border-color:#83cdf7;background:#69bff014;box-shadow:inset 0 0 0 1px #83cdf714}.payment-options.svelte-qhby0m>button.svelte-qhby0m>i.svelte-qhby0m{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#9fd5f817;color:#a9dcfb;font-size:14px;font-style:normal;font-weight:900}.payment-options.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{display:flex;flex-direction:column;gap:4px}.payment-options.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:16px}.payment-options.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m,.autorenew.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{color:#778da1;font-size:10px}.payment-options.svelte-qhby0m em.svelte-qhby0m.svelte-qhby0m{color:#8ed5ff;font-style:normal;font-weight:900}.autorenew.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;display:flex;align-items:center;gap:12px;padding:8px 5px;border:0;background:transparent;color:#fff;text-align:left;opacity:.66}.autorenew.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#192634;color:transparent;font-style:normal}.autorenew.svelte-qhby0m>i.checked.svelte-qhby0m.svelte-qhby0m{background:#8ed5ff;color:#07111b}.autorenew.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{display:flex;flex-direction:column;gap:3px}.method-confirm.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:58px;margin-top:20px;border:0;border-radius:20px;background:linear-gradient(125deg,#b6e7ff,#6bc0ef);color:#07131d;font-size:14px;font-weight:900}.payment-method-sheet.svelte-qhby0m>p.svelte-qhby0m.svelte-qhby0m{margin:14px 12px 0;color:#71869a;font-size:9px;line-height:1.5;text-align:center}.payment-method-sheet.svelte-qhby0m a.svelte-qhby0m.svelte-qhby0m{color:#9bd9ff}.payment-state.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;margin-top:13px;padding:12px;border-radius:18px;color:#dceaf5;background:#74c2ef14}.payment-state.success.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{background:#5dd0a317}.payment-state.canceled.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{background:#f1838314}.payment-state.review.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{background:#f0be6914}.payment-state-icon.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#8fd7fb;background:#80cff91c}.payment-state.success.svelte-qhby0m .payment-state-icon.svelte-qhby0m.svelte-qhby0m{color:#8ce0bd;background:#63d6a91f}.payment-state.canceled.svelte-qhby0m .payment-state-icon.svelte-qhby0m.svelte-qhby0m{color:#f0a2a2;background:#f086861c}.payment-state.review.svelte-qhby0m .payment-state-icon.svelte-qhby0m.svelte-qhby0m{color:#edc680;background:#ecbe6a1c}.payment-state-icon.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:23px;font-weight:500;line-height:1}.payment-state.svelte-qhby0m>div.svelte-qhby0m strong.svelte-qhby0m{display:block;font-size:11px}.payment-state.svelte-qhby0m>div.svelte-qhby0m p.svelte-qhby0m{margin:4px 0 0;color:#91a7ba;font-size:9px;line-height:1.4}.payment-spinner.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:18px;height:18px;border:2px solid rgba(143,215,251,.2);border-top-color:#8fd7fb;border-radius:50%;animation:svelte-qhby0m-payment-spin .8s linear infinite}@keyframes svelte-qhby0m-payment-spin{to{transform:rotate(360deg)}}@media (max-width: 360px){.screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding-inline:16px}.home-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding-top:calc(var(--safe-top-flow) + 96px)}.days.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{font-size:54px}.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding-inline:13px}.shortcut.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{width:108px;height:108px}.stat.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding-inline:6px}.referral-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.support-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding-inline:19px}.purchase-config.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{grid-template-columns:1fr}.stepper.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{justify-self:stretch;grid-template-columns:44px 1fr 44px}.stepper.wide.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{grid-template-columns:44px 1fr 44px}}@media (min-width: 900px){.flow-preview.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:calc(100% - 116px);min-height:calc(100dvh - 24px);margin:12px 12px 12px 104px;overflow:hidden;border:1px solid rgba(186,220,249,.07);border-radius:38px;box-shadow:0 28px 90px -45px #000000f2}.flow-preview.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{content:"";position:fixed;z-index:-3;inset:12px 12px 12px 104px;border-radius:38px;background:radial-gradient(45% 55% at 0% 78%,rgba(48,129,191,.14),transparent 72%),radial-gradient(40% 52% at 100% 25%,rgba(78,166,220,.12),transparent 74%);pointer-events:none}main.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:calc(100dvh - 24px)}.screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:min(100%,540px);min-height:calc(100dvh - 24px);margin-inline:auto;padding-top:54px;padding-bottom:52px}.home-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:flex;justify-content:center;flex-direction:column;padding-top:48px;padding-bottom:48px}.home-screen.svelte-qhby0m .brand.svelte-qhby0m.svelte-qhby0m{margin-bottom:22px}.home-screen.svelte-qhby0m .stats.svelte-qhby0m.svelte-qhby0m{margin-top:18px}.home-screen.svelte-qhby0m .actions.svelte-qhby0m.svelte-qhby0m{margin-top:24px}.home-screen.svelte-qhby0m .shortcuts.svelte-qhby0m.svelte-qhby0m{margin-top:28px}.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:112px}.dock.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:fixed;z-index:40;top:0;bottom:0;left:0;width:92px;padding:24px 16px;transform:none}.desktop-brand.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:60px;height:60px;display:grid;place-items:center}.desktop-brand.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{width:28px;height:28px;object-fit:contain;filter:brightness(0) invert(1)}.dock.svelte-qhby0m nav.svelte-qhby0m.svelte-qhby0m{position:absolute;top:50%;left:16px;width:60px;display:flex;flex-direction:column;gap:12px;padding:0;border:0;background:transparent;box-shadow:none;transform:translateY(-50%);backdrop-filter:none}.dock.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{width:60px;min-height:60px;flex:none;border-radius:19px}.dock.svelte-qhby0m button.active.svelte-qhby0m.svelte-qhby0m{flex:none}.purchase-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:min(100%,980px)}.connect-sheet.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{max-width:620px}.inner-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:min(100%,620px)}}.promo-field.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{box-sizing:border-box;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;min-height:56px;margin:4px 0 10px;padding:0 16px;border:1px solid rgba(174,211,241,.1);border-radius:18px;background:#ffffff06;color:#92cfee}.promo-field.svelte-qhby0m input.svelte-qhby0m.svelte-qhby0m{min-width:0;border:0;outline:0;background:transparent;color:#fff;font:inherit;font-weight:700;text-transform:uppercase}.promo-field.svelte-qhby0m input.svelte-qhby0m.svelte-qhby0m::placeholder{color:#70869a;text-transform:none}.promo-field.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{font-size:11px;font-weight:800;color:#9bd9ff}.payment-method-sheet.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{overflow:hidden}.payment-options.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m{cursor:pointer}.payment-options.svelte-qhby0m>button.active.svelte-qhby0m em.svelte-qhby0m{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#9bd9ff;color:#07111b}.method-confirm.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{box-shadow:inset 0 1px #ffffff80,0 16px 36px #419ed62e}.home-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding-inline:16px}.days.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{font-size:66px}.stats.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{gap:8px}.stat.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:52px;border-radius:999px}.actions.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{gap:11px}.actions.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{min-height:61px;border-radius:999px;font-size:13px}.shortcuts.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{gap:10px}.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:112px;border-radius:30px}.shortcut-copy.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{width:52px;height:32px;border-radius:999px}.flow-preview.svelte-qhby0m .dock nav.svelte-qhby0m.svelte-qhby0m{border-radius:999px}.dock.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m,.dock.svelte-qhby0m button.active.svelte-qhby0m.svelte-qhby0m{border-radius:999px}.profile-card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.referral-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.support-hero.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.settings-group.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.purchase-config.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.purchase-total.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.agreement.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:var(--radius-card)}.metric-grid.svelte-qhby0m article.svelte-qhby0m.svelte-qhby0m,.steps.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.faq.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.device-summary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.empty-connect.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:var(--radius-inner)}.subpage-primary.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.purchase-total.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m,.danger-action.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:var(--radius-pill)}.content-block.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.email-form.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.email-connected.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.preference-list.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m,.registered-device.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.guide-card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:var(--radius-inner)}.link-switch.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.referral-link.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.chat-compose.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:var(--radius-card)}.link-switch.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m,.setting-row.svelte-qhby0m em.connected.svelte-qhby0m.svelte-qhby0m,.avatar.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:50%}.link-switch.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m,.share-referral.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{border-radius:var(--radius-pill)}.referral-link.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{border-radius:50%}.setting-row.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m,.registered-device.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m,.email-connected.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m,.preference-list.svelte-qhby0m>button.svelte-qhby0m>i.svelte-qhby0m,.device-grid.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{border-radius:50%}.desktop-back.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:none}.faq.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:64px;align-items:center;padding:14px 18px;border-radius:32px}.faq.open.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{align-items:flex-start;border-radius:28px}.faq-number.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:32px;height:32px;border-radius:50%}.faq-copy.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.faq.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{padding-top:0}.faq.open.svelte-qhby0m .faq-copy.svelte-qhby0m.svelte-qhby0m,.faq.open.svelte-qhby0m>i.svelte-qhby0m.svelte-qhby0m{padding-top:4px}.settings-group.svelte-qhby0m h2.svelte-qhby0m.svelte-qhby0m{padding:17px 18px 9px;color:#fffffff0;font-size:10px;font-weight:800;letter-spacing:.12em}@media (min-width: 900px){.flow-preview.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:100dvh;margin:0;border:0;border-radius:0;box-shadow:none}.flow-preview.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{inset:0;border-radius:0;background:radial-gradient(52% 68% at -4% 82%,rgba(43,130,198,.25),transparent 68%),radial-gradient(44% 62% at 104% 18%,rgba(104,193,239,.2),transparent 70%),radial-gradient(34% 32% at 78% 105%,rgba(37,93,163,.15),transparent 72%);background-size:118% 118%;animation:svelte-qhby0m-edge-breathe 16s ease-in-out infinite alternate}main.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:100dvh}.screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:min(100%,680px);padding-inline:22px;padding-top:64px;padding-bottom:58px}.home-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:min(100%,650px);padding-top:52px;padding-bottom:52px}.home-screen.svelte-qhby0m .brand.svelte-qhby0m.svelte-qhby0m{margin-bottom:26px}.brand.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{width:25px;height:24px}.brand.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{font-size:20px}.eyebrow.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{font-size:10px}.days.svelte-qhby0m strong.svelte-qhby0m.svelte-qhby0m{font-size:82px}.days.svelte-qhby0m span.svelte-qhby0m.svelte-qhby0m{font-size:16px}.expires.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{font-size:12px}.home-screen.svelte-qhby0m .stats.svelte-qhby0m.svelte-qhby0m{margin-top:22px}.stat.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:58px;padding-inline:13px}.stat.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:14px}.stat.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{font-size:9px}.home-screen.svelte-qhby0m .actions.svelte-qhby0m.svelte-qhby0m{margin-top:28px}.actions.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{min-height:68px;font-size:16px}.home-screen.svelte-qhby0m .shortcuts.svelte-qhby0m.svelte-qhby0m{margin-top:32px}.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{min-height:140px;padding:18px 20px;border-radius:var(--radius-card)}.shortcut-copy.svelte-qhby0m b.svelte-qhby0m.svelte-qhby0m{font-size:16px}.shortcut-copy.svelte-qhby0m small.svelte-qhby0m.svelte-qhby0m{font-size:10px}.shortcut-copy.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m{width:58px;height:36px;margin-top:12px}.shortcut.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{right:-8px;bottom:-20px;width:148px;height:148px}.dock.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:126px;padding:28px 0}.desktop-brand.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:86px;height:86px;margin-left:28px}.desktop-brand.svelte-qhby0m img.svelte-qhby0m.svelte-qhby0m{width:38px;height:38px}.flow-preview.svelte-qhby0m .dock nav.svelte-qhby0m.svelte-qhby0m{left:28px;width:86px;gap:5px;padding:7px;border:1px solid rgba(163,207,248,.14);border-radius:var(--radius-pill);background:#070e18c7;box-shadow:0 24px 70px -28px #000000eb,inset 0 1px #ffffff0b;backdrop-filter:blur(24px)}.dock.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{width:70px;min-height:70px;color:#8fa3b8;background:transparent;box-shadow:none;backdrop-filter:none}.dock.svelte-qhby0m button.active.svelte-qhby0m.svelte-qhby0m{background:linear-gradient(145deg,#bceaff,#65bff2);box-shadow:inset 0 1px #ffffffb3,0 18px 38px -20px #4fb1edc7}.dock.svelte-qhby0m button.svelte-qhby0m .arc-icon{width:32px;height:32px}.desktop-back.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:fixed;z-index:45;top:44px;left:142px;min-height:48px;display:flex;align-items:center;gap:8px;padding:0 18px;border:1px solid var(--hairline);border-radius:var(--radius-pill);color:#dceaf5;background:#09111cc2;box-shadow:0 18px 42px -28px #000000eb;backdrop-filter:blur(20px);font-size:12px;font-weight:750}.chat-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:min(100%,820px);min-height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding-top:54px;padding-bottom:32px}.chat-screen.svelte-qhby0m .chat-head.svelte-qhby0m.svelte-qhby0m{width:100%;min-height:48px;display:grid;align-items:center}.chat-screen.svelte-qhby0m .chat-head h1.svelte-qhby0m.svelte-qhby0m{font-size:30px}.chat-screen.svelte-qhby0m .support-chat.svelte-qhby0m.svelte-qhby0m{min-height:0;overflow-y:auto;padding:24px 0 20px;scrollbar-width:thin}.chat-screen.svelte-qhby0m .chat-input-zone.svelte-qhby0m.svelte-qhby0m{position:static;width:100%;transform:none}.chat-screen.svelte-qhby0m .chat-quick.svelte-qhby0m.svelte-qhby0m{justify-content:flex-start;padding-bottom:12px}.chat-screen.svelte-qhby0m .chat-quick button.svelte-qhby0m.svelte-qhby0m{min-height:40px;padding-inline:16px;border-radius:var(--radius-pill);font-size:10px}.chat-screen.svelte-qhby0m .chat-compose.svelte-qhby0m.svelte-qhby0m{min-height:62px;border-radius:26px}.chat-screen.svelte-qhby0m .chat-compose.svelte-qhby0m>button.svelte-qhby0m{width:48px;height:48px;border-radius:18px}.purchase-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:min(100%,1040px)}.inner-screen.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:min(100%,700px)}.connect-sheet.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{max-width:680px}.aurora-blob.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{opacity:.27;filter:blur(108px)}.blob-one.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{left:-28%;max-width:560px}.blob-two.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{right:-30%;max-width:620px;opacity:.22}.blob-three.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{max-width:680px;opacity:.18}}@keyframes svelte-qhby0m-edge-breathe{0%{background-position:0% 0%,100% 0%,70% 100%;filter:saturate(.9)}50%{background-position:7% 12%,93% 9%,54% 94%;filter:saturate(1.08)}to{background-position:-5% 24%,105% 18%,84% 88%;filter:saturate(.96)}}.aurora.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{display:none}.flow-preview.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{content:"";position:fixed;z-index:0;inset:-5%;border-radius:0;pointer-events:none;background-image:radial-gradient(ellipse at center,rgba(119,207,250,.48) 0%,rgba(57,139,205,.24) 38%,transparent 72%),radial-gradient(ellipse at center,rgba(75,174,235,.5) 0%,rgba(43,111,185,.23) 40%,transparent 72%),radial-gradient(ellipse at center,rgba(104,197,243,.46) 0%,rgba(49,130,201,.22) 39%,transparent 72%),radial-gradient(ellipse at center,rgba(64,151,220,.47) 0%,rgba(38,98,172,.22) 40%,transparent 72%);background-repeat:no-repeat;background-size:52% 56%,52% 56%,52% 56%,52% 56%;animation:svelte-qhby0m-arc-edge-flow 24s linear infinite;will-change:background-position}.flow-preview.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:after{content:"";position:fixed;z-index:1;inset:0;pointer-events:none;background:radial-gradient(ellipse 61% 69% at 50% 47%,rgba(3,7,14,.995) 0 42%,rgba(3,7,14,.94) 57%,rgba(3,7,14,.28) 79%,transparent 100%)}@keyframes svelte-qhby0m-arc-edge-flow{0%{background-position:-24% -22%,90% -18%,112% 96%,4% 112%}25%{background-position:22% -24%,112% 20%,78% 112%,-22% 76%}50%{background-position:82% -20%,110% 76%,22% 112%,-24% 22%}75%{background-position:108% 20%,76% 112%,-20% 82%,18% -24%}to{background-position:-24% -22%,90% -18%,112% 96%,4% 112%}}.link-switch.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:relative;isolation:isolate;overflow:hidden;border-radius:var(--radius-pill)}.link-switch.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{content:"";position:absolute;z-index:0;top:4px;bottom:4px;left:4px;width:calc(50% - 6px);border-radius:var(--radius-pill);background:linear-gradient(135deg,#b5e5ff,#70c2ef);box-shadow:inset 0 1px #ffffff9e;transition:transform .34s cubic-bezier(.22,1,.36,1)}.link-switch.telegram.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{transform:translate(calc(100% + 4px))}.link-switch.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{position:relative;z-index:1;background:transparent!important;box-shadow:none!important;transition:color .25s ease}.link-switch.svelte-qhby0m button.active.svelte-qhby0m.svelte-qhby0m{color:#07131f}.steps.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m,.faq-number.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.device-grid.svelte-qhby0m em.svelte-qhby0m.svelte-qhby0m,.device-grid.svelte-qhby0m i.svelte-qhby0m.svelte-qhby0m,.avatar.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.setting-row.svelte-qhby0m em.connected.svelte-qhby0m.svelte-qhby0m{border-radius:50%}.device-grid.svelte-qhby0m em.svelte-qhby0m.svelte-qhby0m{width:30px;height:30px}@media (hover: hover) and (pointer: fine){.actions.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m,.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.faq.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.setting-row.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.metric-grid.svelte-qhby0m article.svelte-qhby0m.svelte-qhby0m,.referral-link.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.share-referral.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.device-grid.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m,.desktop-back.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.dock.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.actions.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m:hover,.shortcut.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:hover,.metric-grid.svelte-qhby0m article.svelte-qhby0m.svelte-qhby0m:hover,.share-referral.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:hover,.device-grid.svelte-qhby0m>button.svelte-qhby0m.svelte-qhby0m:hover{transform:translateY(-2px)}.faq.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:hover,.setting-row.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:hover,.referral-link.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:hover{background-color:#111f30eb}.dock.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m:not(.active):hover{color:#d8e8f5;background:#75beea17}.desktop-back.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:hover{transform:translate(-2px);background:#122031eb}}@media (min-width: 900px){.desktop-back.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{top:54px;left:max(142px,calc(50% - 328px))}.plan-strip.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding-inline:72px;scroll-padding-inline:72px}.plan-arrow.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{position:absolute;z-index:4;top:50%;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(175,218,248,.12);border-radius:50%;color:#dcebf6;background:#0a131fe6;box-shadow:0 16px 34px -22px #000000f2;transform:translateY(-55%);backdrop-filter:blur(18px);transition:color .2s ease,background .2s ease,transform .2s ease,opacity .2s ease}.plan-arrow.previous.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{left:12px}.plan-arrow.next.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{right:12px}.plan-arrow.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:disabled{opacity:.28}.plan-arrow.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:not(:disabled):hover{color:#07131f;background:#92d6fa;transform:translateY(-55%) scale(1.05)}}@media (min-width: 1400px){main.svelte-qhby0m .screen.svelte-qhby0m.svelte-qhby0m{zoom:1.1;min-height:calc(100dvh / 1.1)}.flow-preview.svelte-qhby0m .dock nav.svelte-qhby0m.svelte-qhby0m{width:92px;padding:8px}.dock.svelte-qhby0m button.svelte-qhby0m.svelte-qhby0m{width:76px;min-height:76px}}@media (min-width: 900px){.payment-method-backdrop.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{place-items:center}.payment-method-sheet.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{padding:30px}}@media (prefers-reduced-motion: reduce){.aurora-blob.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m,.flow-preview.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:before{animation:none}button.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m:active{transform:none}}.pay-symbol.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{width:28px;height:28px}.pay-symbol.card.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{fill:none;stroke:#f1f7fb;stroke-width:2;stroke-linecap:round}.dollar.svelte-qhby0m.svelte-qhby0m.svelte-qhby0m{color:#fff;font-size:25px;font-weight:800;line-height:1}html:has(body.admin-console-open),body.admin-console-open{height:100%;overflow:hidden}body.admin-console-open{margin:0;background:#050a12;color:#f4f8fc}.console.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{--card:#0c1522;--line:rgba(162,207,244,.1);height:100vh;overflow:hidden;display:grid;grid-template-columns:250px 1fr;font-family:Inter,system-ui,sans-serif;background:radial-gradient(900px 600px at 95% -10%,rgba(65,146,214,.16),transparent 65%),#050a12}aside.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{position:sticky;top:0;height:100vh;box-sizing:border-box;display:flex;flex-direction:column;padding:28px 20px;border-right:1px solid var(--line);background:#050a12c2;backdrop-filter:blur(20px)}.brand.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;gap:12px;padding:0 10px 28px;color:#fff;text-decoration:none;font-weight:800}.brand.svelte-2dm28m img.svelte-2dm28m.svelte-2dm28m{width:34px}.brand.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m,.owner.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m{display:flex;flex-direction:column}.brand.svelte-2dm28m small.svelte-2dm28m.svelte-2dm28m,.owner.svelte-2dm28m small.svelte-2dm28m.svelte-2dm28m{margin-top:2px;color:#70859a;font-size:10px;text-transform:uppercase;letter-spacing:.08em}nav.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:grid;gap:8px}nav.svelte-2dm28m button.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;gap:13px;min-height:48px;padding:0 15px;border:0;border-radius:16px;color:#8499ad;background:transparent;font-weight:700;cursor:pointer;transition:.2s}nav.svelte-2dm28m button.svelte-2dm28m.svelte-2dm28m:hover{color:#dceeff;background:#7ec2f10f;transform:translate(2px)}nav.svelte-2dm28m button.active.svelte-2dm28m.svelte-2dm28m{color:#08111d;background:#9bd9ff;box-shadow:0 10px 30px #59aee62e}.owner.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{margin-top:auto;display:flex;align-items:center;gap:11px;padding:13px;border-radius:18px;background:#0b1420}.owner.svelte-2dm28m>i.svelte-2dm28m.svelte-2dm28m{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#17314a;color:#9bd9ff;font-style:normal;font-weight:800}main.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{width:min(1320px,calc(100% - 64px));margin:0 auto;padding:48px 0 72px}header.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}h1.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{margin:8px 0 0;font-size:clamp(34px,4vw,60px);line-height:.98;letter-spacing:-.055em}.eyebrow.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m,.panel-head.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m{color:#6f879d;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.refresh.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid var(--line);border-radius:22px;background:#0b1420;color:#bcd0e2;font-weight:700;cursor:pointer}.health.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;gap:14px;padding:18px 22px;border:1px solid rgba(109,213,170,.12);border-radius:22px;background:linear-gradient(90deg,#318c6c21,#0c1522e0)}.health.svelte-2dm28m>i.svelte-2dm28m.svelte-2dm28m{width:10px;height:10px;border-radius:50%;background:#61d8a5;box-shadow:0 0 0 7px #61d8a514}.health.svelte-2dm28m div.svelte-2dm28m.svelte-2dm28m{display:flex;flex:1;flex-direction:column;gap:3px}.health.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m{color:#8096aa;font-size:12px}.health.svelte-2dm28m>strong.svelte-2dm28m.svelte-2dm28m{padding:8px 12px;border-radius:14px;background:#61d8a517;color:#78e1b4;font-size:12px}.health.alert.svelte-2dm28m>i.svelte-2dm28m.svelte-2dm28m{background:#ff7979}.metrics.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0}.metrics.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m,.panel.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{border:1px solid var(--line);background:linear-gradient(145deg,#0e1a29f5,#080f19f5)}.metrics.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m{min-height:120px;padding:22px;border-radius:24px;display:flex;flex-direction:column}.metrics.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m,.metrics.svelte-2dm28m small.svelte-2dm28m.svelte-2dm28m{color:#7890a5;font-size:12px}.metrics.svelte-2dm28m strong.svelte-2dm28m.svelte-2dm28m{margin:auto 0 5px;font-size:30px;letter-spacing:-.045em}.metrics.svelte-2dm28m small.svelte-2dm28m.svelte-2dm28m{color:#9bd9ff}.grid.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:grid;grid-template-columns:1.35fr 1fr;gap:16px}.panel.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{padding:24px;border-radius:28px}.panel-head.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}h2.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{margin:6px 0 0;font-size:21px}.panel-head.svelte-2dm28m button.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:#8fcdf5;cursor:pointer}.nodes.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:grid;grid-template-columns:1fr 1fr;gap:12px}.nodes.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m{padding:18px;border-radius:20px;background:#040a128f}.node-name.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;gap:9px}.node-name.svelte-2dm28m>i.svelte-2dm28m.svelte-2dm28m{width:8px;height:8px;border-radius:50%;background:#60d7a4}.node-name.svelte-2dm28m>i.offline.svelte-2dm28m.svelte-2dm28m{background:#ff7474}.node-name.svelte-2dm28m div.svelte-2dm28m.svelte-2dm28m{display:flex;flex-direction:column}.node-name.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m,.nodes.svelte-2dm28m small.svelte-2dm28m.svelte-2dm28m{color:#6f8497;font-size:11px}.nodes.svelte-2dm28m article.svelte-2dm28m>strong.svelte-2dm28m{display:block;margin-top:24px;font-size:27px}.bar.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{height:4px;margin-top:14px;border-radius:2px;background:#162534;overflow:hidden}.bar.svelte-2dm28m i.svelte-2dm28m.svelte-2dm28m{display:block;height:100%;background:#91d6ff}.queue.svelte-2dm28m>button.svelte-2dm28m.svelte-2dm28m{width:100%;display:flex;align-items:center;gap:12px;padding:13px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:#dbe8f3;text-align:left}.queue.svelte-2dm28m>button.svelte-2dm28m.svelte-2dm28m:last-child{border-bottom:0}.queue.svelte-2dm28m button.svelte-2dm28m>i.svelte-2dm28m{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;color:#9bd9ff;background:#102942}.queue.svelte-2dm28m button.svelte-2dm28m>i.violet.svelte-2dm28m{color:#c2afff;background:#211b3b}.queue.svelte-2dm28m button.svelte-2dm28m>i.green.svelte-2dm28m{color:#79deb2;background:#102d27}.queue.svelte-2dm28m button.svelte-2dm28m span.svelte-2dm28m{display:flex;flex:1;flex-direction:column;gap:3px}.queue.svelte-2dm28m button.svelte-2dm28m small.svelte-2dm28m{color:#70879b}.queue.svelte-2dm28m button.svelte-2dm28m>strong.svelte-2dm28m{display:grid;place-items:center;min-width:32px;height:32px;border-radius:50%;background:#122131}.console.svelte-2dm28m:has(.records) main.svelte-2dm28m.svelte-2dm28m{height:100vh;overflow:hidden;box-sizing:border-box}.records.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{max-width:980px;height:calc(100vh - 150px);display:flex;flex-direction:column;overflow:hidden}.record-list.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:8px;scrollbar-width:none}.record-list.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m::-webkit-scrollbar{display:none}.record-list.svelte-2dm28m>article.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 4px;border-bottom:1px solid var(--line)}.record-list.svelte-2dm28m>article.svelte-2dm28m.svelte-2dm28m:last-child{border-bottom:0}.records.svelte-2dm28m article.svelte-2dm28m div.svelte-2dm28m{display:flex;flex-direction:column;gap:4px}.records.svelte-2dm28m small.svelte-2dm28m.svelte-2dm28m{color:#70879b}.records.svelte-2dm28m article.svelte-2dm28m>span.svelte-2dm28m{padding:7px 11px;border-radius:14px;background:#ff797914;color:#ff9c9c;font-size:11px;font-weight:800}.records.svelte-2dm28m article.svelte-2dm28m>span.ok.svelte-2dm28m{background:#61d8a517;color:#78e1b4}.records.svelte-2dm28m>.filters.svelte-2dm28m.svelte-2dm28m{display:flex!important;flex:0 0 auto!important;flex-direction:row!important;align-items:center!important;min-height:44px!important;gap:8px!important;margin:0 0 14px!important;overflow-x:auto;scrollbar-width:none}.records.svelte-2dm28m>.filters.svelte-2dm28m.svelte-2dm28m::-webkit-scrollbar{display:none}.records.svelte-2dm28m>.filters button.svelte-2dm28m.svelte-2dm28m{display:block!important;min-height:40px!important;opacity:1!important;white-space:nowrap;border:0!important;border-radius:20px!important;padding:0 16px!important;background:#101c2a!important;color:#9aafc2!important;font-size:12px!important;font-weight:800!important;cursor:pointer}.records.svelte-2dm28m>.filters button.active.svelte-2dm28m.svelte-2dm28m{background:#9bd9ff!important;color:#08111d!important}.state.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{min-height:55vh;display:grid;place-content:center;justify-items:center;text-align:center;color:#8196a9}.state.svelte-2dm28m h2.svelte-2dm28m.svelte-2dm28m{color:#fff}.loader.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{width:34px;height:34px;border:3px solid #183047;border-top-color:#9bd9ff;border-radius:50%;animation:svelte-2dm28m-spin 1s linear infinite}@keyframes svelte-2dm28m-spin{to{transform:rotate(360deg)}}.login-card.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{min-height:0;width:min(440px,calc(100% - 48px));margin:12vh auto 0;padding:40px 32px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,#0e1a29fa,#080f19fa);box-shadow:0 32px 90px #00000059}.login-card.svelte-2dm28m>img.svelte-2dm28m.svelte-2dm28m{width:48px}.login-card.svelte-2dm28m p.svelte-2dm28m.svelte-2dm28m{max-width:340px;line-height:1.5}.login-card.svelte-2dm28m form.svelte-2dm28m.svelte-2dm28m{width:100%;display:grid;gap:12px;margin-top:14px}.login-card.svelte-2dm28m input.svelte-2dm28m.svelte-2dm28m,.login-card.svelte-2dm28m button.svelte-2dm28m.svelte-2dm28m{box-sizing:border-box;width:100%;min-height:52px;border-radius:18px;font:inherit}.login-card.svelte-2dm28m input.svelte-2dm28m.svelte-2dm28m{border:1px solid var(--line);padding:0 17px;background:#07101b;color:#fff;outline:none}.login-card.svelte-2dm28m input.svelte-2dm28m.svelte-2dm28m:focus{border-color:#9bd9ff8c;box-shadow:0 0 0 4px #9bd9ff12}.login-card.svelte-2dm28m button.svelte-2dm28m.svelte-2dm28m{border:0;background:#9bd9ff;color:#07111d;font-weight:800;cursor:pointer}.login-card.svelte-2dm28m button.svelte-2dm28m.svelte-2dm28m:disabled{opacity:.55}.logout.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{float:right;margin:-54px 118px 0 0;border:0;background:transparent;color:#7890a5;cursor:pointer}@media (max-width:900px){.console.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{grid-template-columns:76px 1fr}aside.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{padding:20px 10px}.brand.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m,nav.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m,.owner.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m{display:none}.brand.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{justify-content:center;padding-inline:0}nav.svelte-2dm28m button.svelte-2dm28m.svelte-2dm28m{justify-content:center;padding:0}.owner.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{justify-content:center;background:transparent}.metrics.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{grid-template-columns:1fr 1fr}.grid.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{grid-template-columns:1fr}main.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{width:calc(100% - 32px);padding-top:28px}}@media (max-width:560px){.console.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:block}aside.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{position:fixed;z-index:10;inset:auto 12px 12px;height:64px;flex-direction:row;padding:8px;border:1px solid var(--line);border-radius:24px}.brand.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m,.owner.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:none}nav.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:flex;width:100%;justify-content:space-around}nav.svelte-2dm28m button.svelte-2dm28m.svelte-2dm28m{width:48px;min-height:48px;border-radius:18px}nav.svelte-2dm28m button.svelte-2dm28m.svelte-2dm28m:nth-child(n+5){display:none}main.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{padding:26px 0 100px}header.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{align-items:flex-start}.refresh.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{width:44px;padding:0;justify-content:center;font-size:0}.health.svelte-2dm28m>strong.svelte-2dm28m.svelte-2dm28m{display:none}.metrics.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{gap:10px}.metrics.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m{min-height:105px;padding:17px}.metrics.svelte-2dm28m strong.svelte-2dm28m.svelte-2dm28m{font-size:24px}.nodes.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{grid-template-columns:1fr}.panel.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{padding:19px;border-radius:24px}}main.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{box-sizing:border-box;height:100vh;overflow-y:auto;scrollbar-width:none}main.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m::-webkit-scrollbar{display:none}.console.svelte-2dm28m:has(.records) main.svelte-2dm28m.svelte-2dm28m{overflow:hidden}.workspace-section.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{max-width:1120px}.section-title.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.section-title.svelte-2dm28m h2.svelte-2dm28m.svelte-2dm28m{font-size:30px}.section-title.svelte-2dm28m p.svelte-2dm28m.svelte-2dm28m{margin:7px 0 0;color:#7890a5;font-size:13px}.service-strip.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.service-strip.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;gap:11px;padding:15px 16px;border:1px solid var(--line);border-radius:20px;background:#0b1623}.service-strip.svelte-2dm28m article.svelte-2dm28m>i.svelte-2dm28m{width:9px;height:9px;border-radius:50%;background:#ff7474;box-shadow:0 0 0 6px #ff747412}.service-strip.svelte-2dm28m article.ok.svelte-2dm28m>i.svelte-2dm28m{background:#61d8a5;box-shadow:0 0 0 6px #61d8a512}.service-strip.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m{display:flex;min-width:0;flex-direction:column;gap:3px}.service-strip.svelte-2dm28m small.svelte-2dm28m.svelte-2dm28m{overflow:hidden;color:#7890a5;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.network-grid.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.network-grid.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m,.inbound-board.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m,.check-grid.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m{border:1px solid var(--line);background:linear-gradient(145deg,#0e1a29f5,#080f19f5)}.network-grid.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m{padding:24px;border-radius:28px}.network-grid.svelte-2dm28m article.svelte-2dm28m>strong.svelte-2dm28m{display:block;margin-top:36px;font-size:38px}.network-grid.svelte-2dm28m article.svelte-2dm28m>small.svelte-2dm28m{color:#7890a5}.network-grid.svelte-2dm28m article.offline.svelte-2dm28m.svelte-2dm28m{opacity:.64}.inbound-board.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{margin-top:16px;padding:22px;border-radius:28px}.inbound-board.svelte-2dm28m>header.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.inbound-board.svelte-2dm28m h3.svelte-2dm28m.svelte-2dm28m{margin:5px 0 0;font-size:20px}.inbound-board.svelte-2dm28m>header.svelte-2dm28m>strong.svelte-2dm28m{padding:8px 12px;border-radius:14px;background:#61d8a514;color:#78e1b4;font-size:11px}.inbound-board.svelte-2dm28m>div.svelte-2dm28m.svelte-2dm28m{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.inbound-board.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m{display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;border-radius:18px;background:#0309107a}.inbound-board.svelte-2dm28m article.svelte-2dm28m>i.svelte-2dm28m{width:8px;height:8px;border-radius:50%;background:#61d8a5}.inbound-board.svelte-2dm28m article.svelte-2dm28m>i.off.svelte-2dm28m{background:#ff7474}.inbound-board.svelte-2dm28m article.svelte-2dm28m>span.svelte-2dm28m{display:flex;min-width:0;flex-direction:column;gap:3px}.inbound-board.svelte-2dm28m article.svelte-2dm28m b.svelte-2dm28m,.inbound-board.svelte-2dm28m article.svelte-2dm28m small.svelte-2dm28m{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbound-board.svelte-2dm28m article.svelte-2dm28m small.svelte-2dm28m{color:#71879a;font-size:10px}.inbound-board.svelte-2dm28m article em.svelte-2dm28m.svelte-2dm28m{color:#9bd9ff;font-size:10px;font-style:normal;font-weight:800}.check-grid.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.check-grid.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m{display:flex;align-items:center;gap:14px;padding:20px;border-radius:24px}.check-grid.svelte-2dm28m article.svelte-2dm28m>i.svelte-2dm28m{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#172433;color:#8ca1b4;font-style:normal;font-weight:900}.check-grid.svelte-2dm28m article.done.svelte-2dm28m>i.svelte-2dm28m{background:#61d8a51f;color:#78e1b4}.check-grid.svelte-2dm28m article.svelte-2dm28m div.svelte-2dm28m{display:flex;flex-direction:column;gap:4px}.check-grid.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m{color:#7890a5;font-size:12px}@media (max-width:900px){.service-strip.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{grid-template-columns:1fr 1fr}}@media (max-width:720px){.network-grid.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m,.check-grid.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m,.inbound-board.svelte-2dm28m>div.svelte-2dm28m.svelte-2dm28m{grid-template-columns:1fr}.service-strip.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{grid-template-columns:1fr 1fr}}.support-workspace.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{height:calc(100vh - 150px);display:grid;grid-template-columns:340px minmax(0,1fr);gap:16px}.thread-list.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m,.admin-chat.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{min-height:0;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#0e1a29f5,#080f19f5);overflow:hidden}.thread-list.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{padding:20px;overflow-y:auto;scrollbar-width:none}.thread-list.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m::-webkit-scrollbar{display:none}.thread-list.svelte-2dm28m>.section-title.svelte-2dm28m.svelte-2dm28m{position:sticky;top:-20px;z-index:2;padding:18px 0 14px;background:#0d1927}.thread-list.svelte-2dm28m>.section-title.svelte-2dm28m button.svelte-2dm28m{border:0;background:transparent;color:#9bd9ff;font-size:20px}.thread-list.svelte-2dm28m>button.svelte-2dm28m.svelte-2dm28m{box-sizing:border-box;width:100%;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px;border:0;border-radius:20px;background:transparent;color:#eaf4fc;text-align:left}.thread-list.svelte-2dm28m>button.active.svelte-2dm28m.svelte-2dm28m{background:#14283a}.thread-list.svelte-2dm28m>button.svelte-2dm28m>i.svelte-2dm28m{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#1b3852;color:#9bd9ff;font-style:normal;font-weight:900}.thread-list.svelte-2dm28m span.svelte-2dm28m.svelte-2dm28m{min-width:0;display:flex;flex-direction:column;gap:4px}.thread-list.svelte-2dm28m small.svelte-2dm28m.svelte-2dm28m{overflow:hidden;color:#7890a5;text-overflow:ellipsis;white-space:nowrap}.thread-list.svelte-2dm28m em.svelte-2dm28m.svelte-2dm28m{display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:#9bd9ff;color:#07111d;font-size:11px;font-style:normal;font-weight:900}.admin-chat.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:grid;grid-template-rows:auto 1fr auto}.admin-chat.svelte-2dm28m header.svelte-2dm28m.svelte-2dm28m{padding:20px 24px;border-bottom:1px solid var(--line)}.admin-chat.svelte-2dm28m header.svelte-2dm28m div.svelte-2dm28m{display:flex;flex-direction:column}.admin-chat.svelte-2dm28m header small.svelte-2dm28m.svelte-2dm28m{color:#7890a5}.chat-messages.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{min-height:0;padding:22px;overflow-y:auto;scrollbar-width:none}.chat-messages.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m::-webkit-scrollbar{display:none}.chat-messages.svelte-2dm28m article.svelte-2dm28m.svelte-2dm28m{max-width:72%;display:flex;flex-direction:column;gap:5px;margin:0 auto 12px 0;padding:13px 16px;border-radius:20px 20px 20px 7px;background:#142333}.chat-messages.svelte-2dm28m article.admin.svelte-2dm28m.svelte-2dm28m{margin-left:auto;margin-right:0;border-radius:20px 20px 7px;background:#1c405a}.chat-messages.svelte-2dm28m small.svelte-2dm28m.svelte-2dm28m{color:#7990a4;font-size:10px}.admin-chat.svelte-2dm28m form.svelte-2dm28m.svelte-2dm28m{display:grid;grid-template-columns:1fr auto;gap:10px;padding:16px;border-top:1px solid var(--line)}.admin-chat.svelte-2dm28m textarea.svelte-2dm28m.svelte-2dm28m{min-height:46px;max-height:120px;resize:none;border:0;border-radius:18px;padding:14px;background:#111e2c;color:#fff;font:inherit;outline:0}.admin-chat.svelte-2dm28m form.svelte-2dm28m button.svelte-2dm28m{border:0;border-radius:18px;padding:0 20px;background:#9bd9ff;color:#07111d;font-weight:900}.chat-empty.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:grid;place-content:center;color:#7890a5}@media (max-width:900px){.support-workspace.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{grid-template-columns:1fr}.thread-list.svelte-2dm28m.svelte-2dm28m.svelte-2dm28m{display:none}}.shell.svelte-1p3g48x{position:relative;min-height:100%;z-index:0}.ambient.svelte-1p3g48x{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--maxw);height:360px;pointer-events:none;z-index:-1;background:radial-gradient(120% 80% at 50% -20%,color-mix(in srgb,var(--brand) 26%,transparent),transparent 60%);-webkit-mask-image:linear-gradient(180deg,#000 0%,transparent 100%);mask-image:linear-gradient(180deg,#000 0%,transparent 100%)}[data-theme=light] .ambient.svelte-1p3g48x{opacity:.5}.brand.svelte-1p3g48x{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:calc(var(--safe-top) + 10px) var(--pad) 8px;animation:svelte-1p3g48x-drop-in .5s cubic-bezier(.22,1,.36,1) both}.logo.svelte-1p3g48x{display:flex;align-items:center;gap:10px;min-width:0}.logo-mark.svelte-1p3g48x{display:inline-flex;color:var(--text)}.word.svelte-1p3g48x{font-size:18px;font-weight:800;letter-spacing:-.02em}.support-pill.svelte-1p3g48x{display:inline-flex;align-items:center;gap:6px;flex:none;padding:7px 13px;border-radius:var(--radius-pill);background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:var(--muted);font-size:13px;font-weight:600;box-shadow:var(--glass-hi)}.support-pill.svelte-1p3g48x:active{color:var(--text)}.screen.svelte-1p3g48x{padding:4px var(--pad) calc(var(--tabbar-h) + var(--safe-bottom) + 14px);animation:svelte-1p3g48x-rise-in .55s cubic-bezier(.22,1,.36,1) .05s both}.view-anim.svelte-1p3g48x{will-change:transform,opacity}@keyframes svelte-1p3g48x-drop-in{0%{opacity:0;transform:translateY(-8px)}}@keyframes svelte-1p3g48x-rise-in{0%{opacity:0;transform:translateY(16px)}}@media (prefers-reduced-motion: reduce){.brand.svelte-1p3g48x,.screen.svelte-1p3g48x{animation:none}}
