:root{--bg: #f6f6f3;--surface: #ffffff;--surface-2: #fbfbf9;--border: #eceae4;--border-strong: #dddbd3;--text: #1b1a18;--muted: #71706a;--faint: #6e6d67;--accent: #4f46e5;--accent-soft: #eef0fe;--accent-text: #4338ca;--green: #15803d;--green-soft: #e9f6ee;--amber: #b45309;--amber-soft: #fbf1e3;--red: #b91c1c;--red-soft: #fcecec;--radius: 18px;--radius-sm: 11px;--shadow: 0 1px 2px rgba(27, 26, 24, .04), 0 14px 40px -28px rgba(27, 26, 24, .35);--font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shell-pad-x: 24px;--shell-pad-top: 0px;--shell-pad-bottom: 96px;--shell-tabbar-height: 64px;--shell-header-height: 72px}@media (max-width: 720px){:root{--shell-pad-top: 16px;--shell-header-height: 56px}}@media (max-width: 640px){:root{--shell-pad-x: 16px;--shell-pad-bottom: calc(96px + env(safe-area-inset-bottom)) }}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cc-shell{max-width:1080px;margin:0 auto;padding:var(--shell-pad-top) var(--shell-pad-x) var(--shell-pad-bottom);display:flex;flex-direction:column;gap:28px}.cc-eyebrow{color:var(--accent-text);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cc-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px}@media (max-width: 640px){.cc-card{padding:18px}}.cc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 18px;border-radius:999px;border:1px solid var(--accent);background:var(--accent);color:#fff;font:inherit;font-size:14px;font-weight:600;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:transform .04s ease,filter .15s ease}.cc-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cc-btn:hover{filter:brightness(1.07)}.cc-btn:active{transform:translateY(1px)}.cc-btn--ghost{background:transparent;color:var(--text);border-color:var(--border-strong)}.cc-btn--ghost:hover{background:var(--surface-2);filter:none}.cc-btn:disabled{opacity:.5;cursor:not-allowed}.cc-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:999px;font-size:12px;font-weight:600;text-transform:capitalize;background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}.cc-pill--ok{background:var(--green-soft);color:var(--green);border-color:transparent}.cc-pill--wait{background:var(--amber-soft);color:var(--amber);border-color:transparent}.cc-pill--info{background:var(--accent-soft);color:var(--accent-text);border-color:transparent}.cc-pill--danger{background:var(--red-soft);color:var(--red);border-color:transparent}.cc-progress{height:8px;border-radius:999px;background:var(--border);overflow:hidden}.cc-progress>span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),#6366f1);transition:width .4s ease}.cc-field{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600;color:var(--muted)}.cc-field input,.cc-field select,.cc-field textarea{width:100%;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:11px 13px;font:inherit;font-size:16px;font-weight:400;color:var(--text);background:var(--surface);touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:border-color .15s ease,box-shadow .15s ease}.cc-field input,.cc-field select{min-height:44px}.cc-field input:focus,.cc-field select:focus,.cc-field textarea:focus{outline:none;border-color:var(--accent)}.cc-field input:focus-visible,.cc-field select:focus-visible,.cc-field textarea:focus-visible{box-shadow:0 0 0 4px var(--accent-soft)}.cc-alert{border-radius:var(--radius-sm);padding:12px 14px;font-size:14px}.cc-alert--err{background:var(--red-soft);color:var(--red)}.cc-alert--ok{background:var(--green-soft);color:var(--green)}.shell.svelte-whg6dh{min-height:100vh;display:flex;flex-direction:column}.shell-header.svelte-whg6dh{position:sticky;top:0;z-index:10;background:var(--surface);border-bottom:1px solid var(--border)}.shell-header-inner.svelte-whg6dh{max-width:1080px;margin:0 auto;padding:12px var(--shell-pad-x);display:flex;align-items:center;gap:20px;flex-wrap:wrap}.brand.svelte-whg6dh{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);font-weight:700}.mark.svelte-whg6dh{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--accent);color:#fff;font-size:13px;letter-spacing:-.02em}.tabs.svelte-whg6dh{list-style:none;display:flex;gap:6px;margin:0;padding:0}.tab.svelte-whg6dh{display:inline-flex;align-items:center;min-height:40px;padding:6px 14px;border-radius:999px;text-decoration:none;color:var(--muted);font-weight:600;font-size:14px}.tab.svelte-whg6dh:hover{color:var(--text);background:var(--surface-2)}.tab[aria-current=page].svelte-whg6dh{color:var(--accent-text);background:var(--accent-soft)}.account.svelte-whg6dh{margin-left:auto;display:flex;align-items:center;gap:12px}.email.svelte-whg6dh{color:var(--muted);font-size:13px}.shell-main.svelte-whg6dh{flex:1;width:100%;max-width:1080px;margin:0 auto;padding:24px var(--shell-pad-x) 64px}@media (max-width: 640px){.email.svelte-whg6dh{display:none}}.update-banner.svelte-12qhfyh{position:fixed;inset-inline:16px;bottom:calc(16px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow);z-index:100}
