:root{color-scheme:dark;--bg: #0c0e11;--text: #f2f4f6;--dim: rgba(235, 240, 245, .62);--dim-2: rgba(235, 240, 245, .38);--line: rgba(255, 255, 255, .16);--line-strong: rgba(255, 255, 255, .28);--panel: #15171b;--panel-bg: linear-gradient(to bottom, rgba(21, 23, 27, .82), rgba(15, 17, 20, .68));--panel-shadow: inset 0 1px 0 rgba(255, 255, 255, .09), 0 1px 2px rgba(0, 0, 0, .4), 0 10px 30px rgba(0, 0, 0, .35);--chrome-bg: linear-gradient(to bottom, rgba(28, 31, 36, .92), rgba(17, 19, 23, .88));--chrome-line: rgba(255, 255, 255, .28);--chrome-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), inset 0 -1px 0 rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5), 0 8px 22px rgba(0, 0, 0, .42);--well-bg: rgba(9, 11, 14, .45);--well-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);--plate-bg: linear-gradient(to bottom, rgba(15, 17, 20, .62), rgba(11, 13, 16, .5));--plate-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 2px 12px rgba(0, 0, 0, .28);--veil-bg: linear-gradient(to bottom, #0c0e11, #090a0d);--scrim: rgba(6, 7, 9, .62);--accent: #59c8b8;--accent-2: #8ad9cd;--accent-soft: rgba(89, 200, 184, .32);--accent-glow: 0 0 0 1px rgba(89, 200, 184, .32);--danger: #ffa1a1;--btn-primary-bg: linear-gradient(to bottom, rgba(89, 200, 184, .2), rgba(89, 200, 184, .1));--btn-primary-text: #c9efe9;--btn-primary-line: rgba(89, 200, 184, .55);--btn-primary-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 1px 2px rgba(0, 0, 0, .4);--btn-ghost-bg: rgba(18, 20, 24, .55);--press-bg: rgba(255, 255, 255, .06);--press-scale: .985;--focus-ring: 0 0 0 1px rgba(89, 200, 184, .6);--radius-s: 11px;--radius-m: 14px;--radius-l: 20px;--tabbar-h: 52px;--sab: env(safe-area-inset-bottom, 0px)}[data-theme=thumbstick]{--bg: #101116;--text: #f2f1ec;--dim: rgba(242, 241, 236, .55);--dim-2: rgba(242, 241, 236, .32);--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .16);--panel: #1a1b21;--panel-bg: linear-gradient(#1e2026, #15161b);--panel-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -1px 0 rgba(0, 0, 0, .65), 0 16px 40px rgba(0, 0, 0, .6);--chrome-bg: radial-gradient(circle at 50% 20%, #2c2e36, #191a20 72%);--chrome-line: rgba(0, 0, 0, .5);--chrome-shadow: inset 0 1px 1px rgba(255, 255, 255, .08), inset 0 -2px 3px rgba(0, 0, 0, .65), 0 3px 8px rgba(0, 0, 0, .45);--well-bg: #0c0d10;--well-shadow: inset 0 2px 5px rgba(0, 0, 0, .65), inset 0 -1px 0 rgba(255, 255, 255, .05);--plate-bg: #17181d;--plate-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -1px 0 rgba(0, 0, 0, .65), 0 6px 16px rgba(0, 0, 0, .45);--veil-bg: linear-gradient(#1b1c22, #141519 42%, #101116);--scrim: rgba(5, 6, 9, .72);--accent: #ffc400;--accent-2: #ffe08a;--accent-soft: rgba(255, 196, 0, .32);--accent-glow: 0 0 12px rgba(255, 196, 0, .5);--danger: #f0937a;--btn-primary-bg: linear-gradient(#ffe08a, #ffc400);--btn-primary-text: #141519;--btn-primary-line: transparent;--btn-primary-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), inset 0 -2px 3px rgba(140, 95, 0, .3), 0 5px 14px rgba(255, 196, 0, .3);--btn-ghost-bg: linear-gradient(#26282f, #1a1b21);--press-bg: rgba(0, 0, 0, .22);--press-scale: .96;--focus-ring: inset 0 0 0 1.5px rgba(255, 196, 0, .45), 0 0 10px rgba(255, 196, 0, .12);--radius-s: 12px;--radius-m: 14px;--radius-l: 18px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overscroll-behavior-y:none}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}a{color:inherit;text-decoration:none}.tabbar.svelte-1wwzsr0{position:fixed;left:0;right:0;bottom:0;height:var(--tabbar-h);display:flex;align-items:center;justify-content:center;gap:28px;background:var(--panel-bg),var(--bg);border-top:1px solid var(--line-strong);box-shadow:var(--well-shadow);z-index:50;padding-bottom:var(--sab)}.tabbar.svelte-1wwzsr0 a:where(.svelte-1wwzsr0){position:relative;display:inline-flex;align-items:center;min-height:44px;font-weight:700;font-size:15px;color:var(--dim);padding:0 10px}.tabbar.svelte-1wwzsr0 a.active:where(.svelte-1wwzsr0){color:var(--text)}.tabbar.svelte-1wwzsr0 a.active:where(.svelte-1wwzsr0):after{content:"";position:absolute;left:10px;right:10px;bottom:8px;height:2px;border-radius:1px;background:var(--accent);box-shadow:var(--accent-glow)}.link.svelte-1wwzsr0{display:inline-flex;align-items:center;min-height:44px;font-size:12px;color:var(--dim);text-decoration:underline;text-underline-offset:3px;padding:0 10px}.chip.svelte-1wwzsr0{display:inline-flex;align-items:center;min-height:44px;gap:6px;max-width:120px;font-size:13px;font-weight:700;color:var(--text);background:var(--chrome-bg);border:1px solid var(--chrome-line);box-shadow:var(--chrome-shadow);border-radius:999px;padding:0 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip.svelte-1wwzsr0 .tag:where(.svelte-1wwzsr0){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip.svelte-1wwzsr0:active{transform:scale(var(--press-scale))}.backdrop.svelte-1wwzsr0{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--scrim);display:grid;place-items:center;z-index:100;padding:20px}.sheet.svelte-1wwzsr0{position:relative;width:min(320px,100%);background:var(--panel-bg),var(--panel);border:1px solid var(--line);box-shadow:var(--panel-shadow);border-radius:var(--radius-l);padding:22px}.sheet.svelte-1wwzsr0 h2:where(.svelte-1wwzsr0){margin:0 0 6px;font-size:18px;font-weight:800}.email.svelte-1wwzsr0{color:var(--dim);font-size:13px;margin:0 0 14px;word-break:break-all}.profile.svelte-1wwzsr0{display:flex;align-items:center;width:100%;min-height:44px;margin-bottom:10px;padding:0 14px;border-radius:var(--radius-s);background:var(--btn-ghost-bg);border:1px solid var(--line);font-size:13.5px;font-weight:700}.profile.svelte-1wwzsr0:active{background:var(--press-bg);transform:scale(var(--press-scale))}.profile.svelte-1wwzsr0 .arr:where(.svelte-1wwzsr0){margin-left:auto;color:var(--dim-2)}.signout.svelte-1wwzsr0{width:100%;background:var(--btn-ghost-bg);border:1px solid var(--danger);color:var(--danger);font-weight:700;border-radius:var(--radius-s);padding:10px;min-height:44px}.signout.svelte-1wwzsr0:active{background:var(--press-bg);transform:scale(var(--press-scale))}.close.svelte-1wwzsr0{position:absolute;top:6px;right:6px;display:grid;place-items:center;width:44px;height:44px;color:var(--dim);font-size:16px}
