@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&display=swap');

:root { --bg:#ececec; --surface:#fff; --surface-2:#f5f5f5; --surface-3:#e8e8e8; --ink:#111214; --muted:#727477; --line:#d9dadd; --primary:#4a48e9; --primary-dark:#3937c8; --accent:#c3fd56; --accent-ink:#25380f; --good:#76a52b; --danger:#e75c67; --shadow:0 18px 42px rgba(23,23,31,.08); --ease:cubic-bezier(.2,.75,.2,1); color-scheme:light; }
:root[data-theme=dark] { --bg:#111214; --surface:#1c1e20; --surface-2:#242629; --surface-3:#2c2e31; --ink:#f2f2ef; --muted:#a1a4a6; --line:#36393c; --primary:#5956ef; --primary-dark:#4846d2; --accent:#c3fd56; --accent-ink:#25380f; --good:#9ccf3e; --danger:#ef707a; --shadow:0 20px 50px rgba(0,0,0,.22); color-scheme:dark; }
* { box-sizing:border-box; }
*[hidden] { display:none !important; }
html { scroll-behavior:smooth; }
body { min-width:320px; margin:0; overflow-x:hidden; color:var(--ink); background:var(--bg); font-family:Onest,Arial,sans-serif; font-size:14px; line-height:1.4; font-synthesis:none; transition:background-color .3s,color .3s; }
button,input,select { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; text-decoration:none; }
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible { outline:3px solid var(--primary); outline-offset:2px; }
svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5; }
.svg-sprite { position:absolute; width:0; height:0; overflow:hidden; }
body:after { content:""; position:fixed; z-index:-1; inset:0; pointer-events:none; opacity:.08; border-left:1px solid var(--line); border-right:1px solid var(--line); }
.toast-stack { position:fixed; z-index:300; right:20px; bottom:20px; display:grid; gap:8px; width:min(360px,calc(100% - 40px)); pointer-events:none; }
.toast { padding:13px 15px; border:1px solid var(--line); border-left:3px solid var(--primary); color:var(--ink); background:var(--surface); box-shadow:var(--shadow); opacity:0; transform:translateY(12px); transition:opacity .25s,transform .25s; }
.toast.is-visible { opacity:1; transform:none; }.toast-success { border-left-color:var(--good); }.toast-error { border-left-color:var(--danger); }
.brand { display:inline-flex; align-items:center; gap:9px; width:max-content; font-weight:800; letter-spacing:-1px; }.brand img { width:35px; height:35px; object-fit:contain; }.brand span { font-size:20px; }.brand b { color:var(--primary); }.brand small { display:block; margin-top:-2px; color:var(--muted); font-size:8px; font-weight:600; letter-spacing:.08em; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:13px; min-height:44px; padding:11px 16px; border:1px solid transparent; border-radius:10px; cursor:pointer; font-weight:700; transition:transform .25s var(--ease),box-shadow .25s,background .25s; }.button:hover { transform:translateY(-2px); box-shadow:0 12px 24px rgba(74,72,233,.16); }.button svg { width:16px; }.button-accent { color:var(--accent-ink); background:var(--accent); }.button-dark { color:#fff; background:var(--ink); }.button-outline { border-color:var(--line); color:var(--ink); background:transparent; }.text-button { width:max-content; padding:0; border:0; color:var(--primary); background:none; cursor:pointer; }
.icon-button,.language-button { position:relative; display:grid; place-items:center; width:40px; height:40px; padding:0; border:1px solid var(--line); border-radius:11px; color:var(--ink); background:transparent; cursor:pointer; transition:border-color .2s,background .2s,color .2s; }.icon-button:hover,.language-button:hover { border-color:var(--primary); background:var(--surface-2); }.language-button { display:flex; justify-content:center; gap:7px; width:70px; font-size:11px; font-weight:700; }.language-button svg { width:15px; }.notification-button i { position:absolute; top:8px; right:8px; width:5px; height:5px; border-radius:50%; background:var(--accent); }.sun-icon { display:block; }.moon-icon { display:none; } :root[data-theme=dark] .sun-icon { display:none; }:root[data-theme=dark] .moon-icon { display:block; }
.auth-screen { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr); min-height:100vh; padding:18px; gap:18px; }.auth-art { position:relative; min-height:calc(100vh - 36px); overflow:hidden; border-radius:24px; color:#fff; background:var(--primary); }.art-label { position:absolute; z-index:2; top:25px; right:26px; left:26px; display:flex; justify-content:space-between; color:rgba(255,255,255,.62); font-size:10px; letter-spacing:.08em; }.art-word { position:absolute; top:25%; right:10%; color:var(--accent); font-size:clamp(170px,24vw,380px); font-weight:800; letter-spacing:-.14em; line-height:.8; transform:rotate(-12deg); }.art-ring { position:absolute; border:1px solid rgba(255,255,255,.25); border-radius:50%; }.ring-one { top:13%; right:7%; width:min(52vw,650px); aspect-ratio:1; }.ring-two { top:24%; right:17%; width:min(35vw,440px); aspect-ratio:1; border-color:rgba(195,253,86,.65); }.art-line { position:absolute; height:1px; background:rgba(255,255,255,.28); transform-origin:left; }.line-one { top:32%; right:11%; width:55%; transform:rotate(37deg); }.line-two { top:66%; right:22%; width:40%; transform:rotate(-34deg); }.art-caption { position:absolute; bottom:27px; left:26px; color:rgba(255,255,255,.7); font-size:10px; letter-spacing:.04em; line-height:1.6; }.auth-panel { align-self:center; width:min(100%,500px); margin:auto; padding:45px 36px; }.auth-copy { margin:78px 0 35px; }.kicker { color:var(--primary); font-size:10px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }.auth-copy h1 { margin:18px 0 18px; font-size:clamp(44px,4.8vw,72px); font-weight:600; letter-spacing:-4px; line-height:.9; }.auth-copy h1 em,.page-head h1 em { color:var(--primary); font-style:normal; }.auth-copy p { max-width:360px; margin:0; color:var(--muted); line-height:1.55; }.auth-form { display:grid; gap:9px; }.auth-form label,.input-label { margin-top:4px; color:var(--muted); font-size:11px; font-weight:600; }.auth-form input,.form-panel input,.device-form input,.device-form select,.center-form input { width:100%; min-height:48px; padding:0 14px; border:1px solid var(--line); border-radius:9px; color:var(--ink); outline:0; background:var(--surface); transition:border-color .2s,box-shadow .2s; }.auth-form input:focus,.form-panel input:focus,.device-form input:focus,.device-form select:focus,.center-form input:focus { border-color:var(--primary); box-shadow:0 0 0 3px rgba(74,72,233,.12); }.auth-form .button { margin-top:9px; }.code-label { display:grid; margin:20px 0 4px; }.code-label span { color:var(--muted); font-size:11px; }.auth-or { display:flex; align-items:center; gap:12px; margin:25px 0 15px; color:var(--muted); font-size:11px; }.auth-or:before,.auth-or:after { content:""; height:1px; flex:1; background:var(--line); }.button-telegram { width:100%; border-color:var(--line); color:var(--ink); background:var(--surface); }.telegram-glyph { display:grid; place-items:center; width:24px; height:24px; border-radius:50%; color:#fff; background:#229ed9; font-size:12px; }.auth-legal { margin:18px 0 0; color:var(--muted); font-size:10px; line-height:1.5; text-align:center; }.auth-legal a { color:var(--primary); text-decoration:underline; }
.app-shell { min-height:100vh; }.topbar { position:fixed; z-index:100; top:0; right:0; left:0; display:flex; align-items:center; gap:20px; min-height:76px; padding:13px 20px; border-bottom:1px solid var(--line); background:color-mix(in srgb,var(--surface) 92%,transparent); backdrop-filter:blur(18px); }.topbar-brand { flex:0 0 150px; }.desktop-nav { display:flex; align-items:center; gap:3px; margin:auto; padding:5px; border:1px solid var(--line); border-radius:14px; background:var(--surface-2); }.nav-item { display:flex; align-items:center; gap:7px; min-height:38px; padding:0 11px; border-radius:9px; color:var(--muted); font-size:11px; font-weight:600; white-space:nowrap; transition:color .2s,background .2s,transform .2s; }.nav-item svg { width:15px; height:15px; }.nav-item:hover { color:var(--ink); background:var(--surface-3); transform:translateY(-1px); }.nav-item.is-active { color:#fff; background:var(--primary); }.top-actions { display:flex; align-items:center; gap:7px; margin-left:auto; }.logout-button svg { transform:rotate(180deg); }.mobile-menu-button,.mobile-drawer,.mobile-bottom-nav { display:none; }.notification-panel { position:fixed; z-index:140; top:65px; right:100px; width:min(360px,calc(100% - 30px)); padding:16px; border:1px solid var(--line); background:var(--surface); box-shadow:var(--shadow); }.notification-head { display:flex; justify-content:space-between; margin-bottom:12px; }.notification-head button { border:0; color:var(--muted); background:none; font-size:20px; cursor:pointer; }.notification-item { padding:11px 0; border-top:1px solid var(--line); }.notification-item b { display:block; font-size:12px; }.notification-item small { display:block; margin-top:3px; color:var(--muted); font-size:10px; }
.workspace { max-width:1420px; margin:auto; padding:123px 28px 70px; }.view { display:none; animation:page-in .45s var(--ease) both; }.view.is-visible { display:block; } @keyframes page-in { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }.page-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:33px; }.page-head h1 { margin:12px 0 8px; font-size:clamp(38px,5vw,76px); font-weight:600; letter-spacing:-4px; line-height:.9; }.page-head p { max-width:520px; margin:0; color:var(--muted); }.home-head time { color:var(--muted); font-size:11px; }.panel { border:1px solid var(--line); background:var(--surface); box-shadow:var(--shadow); }.home-grid { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:14px; }.hero-status { display:grid; grid-template-rows:auto 1fr auto; min-height:326px; padding:25px; border-color:transparent; color:#fff; background:var(--primary); }.status-top { display:flex; align-items:center; gap:9px; }.status-mark { display:grid; place-items:center; width:31px; height:31px; border-radius:9px; color:var(--accent); background:rgba(195,253,86,.13); }.status-chip { padding:5px 9px; border:1px solid rgba(255,255,255,.2); border-radius:5px; color:rgba(255,255,255,.85); font-size:10px; }.plan-label { margin-left:auto; color:rgba(255,255,255,.65); font-size:10px; }.status-content { display:flex; align-items:end; justify-content:space-between; gap:30px; }.status-content h2 { max-width:580px; margin:12px 0 8px; font-size:clamp(28px,4vw,56px); font-weight:600; letter-spacing:-3px; line-height:.9; }.status-content p { max-width:420px; margin:0; color:rgba(255,255,255,.68); font-size:12px; }.status-foot { display:flex; justify-content:space-between; padding-top:15px; border-top:1px solid rgba(255,255,255,.18); color:rgba(255,255,255,.58); font-size:10px; }.status-foot b { color:var(--accent); font-weight:500; }.status-foot i { display:inline-block; width:5px; height:5px; margin-right:5px; border-radius:50%; background:var(--accent); }.home-side { display:grid; gap:14px; }.quick-card { position:relative; display:flex; align-items:center; gap:13px; min-height:156px; padding:22px; border:1px solid var(--line); background:var(--surface); transition:transform .25s,background .25s,border-color .25s; }.quick-card:hover,.fortune-banner:hover { border-color:var(--primary); transform:translateY(-3px); }.quick-card + .quick-card { min-height:156px; }.quick-icon { display:grid; place-items:center; width:40px; height:40px; border-radius:10px; color:var(--primary); background:rgba(74,72,233,.1); }.quick-card span:nth-child(2) { display:grid; gap:3px; }.quick-card small,.quick-card em { color:var(--muted); font-size:10px; font-style:normal; }.quick-card strong { font-size:25px; letter-spacing:-1px; }.quick-arrow { position:absolute; right:18px; bottom:17px; width:16px; color:var(--primary); }.fortune-banner { display:flex; align-items:center; gap:18px; margin-top:14px; padding:21px 24px; border:1px solid var(--line); background:var(--accent); color:var(--accent-ink); transition:transform .25s,border-color .25s; }.fortune-symbol { display:grid; place-items:center; width:44px; height:44px; border:1px solid rgba(37,56,15,.2); border-radius:50%; font-size:24px; }.fortune-banner span:nth-child(2) { display:grid; gap:3px; }.fortune-banner small { font-size:9px; font-weight:700; letter-spacing:.08em; opacity:.65; }.fortune-banner strong { font-size:19px; }.fortune-banner em { font-size:11px; font-style:normal; opacity:.7; }.fortune-banner > svg { width:18px; margin-left:auto; }
.page-container { width:100%; }.page-section { width:100%; }.app-page .topbar { display:flex; }
.app-page .app-shell { visibility:hidden; }.app-page.ready .app-shell { visibility:visible; }
.subscription-hero { display:grid; grid-template-columns:1fr 260px; min-height:292px; overflow:hidden; }.subscription-main { padding:27px; }.subscription-main h2 { margin:21px 0 26px; font-size:clamp(28px,4vw,52px); letter-spacing:-3px; line-height:.9; }.live-dot { width:8px; height:8px; border-radius:50%; background:var(--danger); }.live-dot.active { background:var(--good); box-shadow:0 0 0 5px rgba(118,165,43,.15); }.muted-chip { margin-left:8px; padding:5px 8px; border:1px solid var(--line); border-radius:5px; color:var(--muted); font-size:10px; }.sub-facts { display:grid; grid-template-columns:repeat(3,1fr); max-width:700px; border-top:1px solid var(--line); }.sub-facts > div { min-height:80px; padding:15px 16px 0 0; border-right:1px solid var(--line); }.sub-facts > div + div { padding-left:16px; }.sub-facts > div:last-child { border:0; }.sub-facts span { display:block; color:var(--muted); font-size:9px; letter-spacing:.06em; }.sub-facts b { display:block; margin-top:7px; font-size:20px; }.sub-facts small { color:var(--muted); font-size:10px; }.sub-facts strong { color:var(--ink); }.traffic-track { height:4px; margin-top:22px; background:var(--surface-3); }.traffic-track i { display:block; width:0; height:100%; background:var(--accent); transition:width .7s var(--ease); }.subscription-side { display:grid; place-items:center; align-content:center; gap:13px; color:#fff; background:var(--primary); }.side-caption { color:rgba(255,255,255,.55); font-size:9px; letter-spacing:.1em; }.access-symbol { display:grid; place-items:center; width:100px; height:100px; border:1px solid rgba(195,253,86,.55); border-radius:50%; color:var(--accent); font-size:34px; font-weight:800; }.subscription-side > span:last-child { color:rgba(255,255,255,.7); font-size:11px; }.notice-banner { display:flex; align-items:center; gap:13px; margin-top:14px; padding:14px 17px; border:1px solid rgba(231,92,103,.4); background:rgba(231,92,103,.08); }.notice-banner > span { display:grid; place-items:center; width:25px; height:25px; border-radius:50%; color:#fff; background:var(--danger); }.notice-banner div { display:grid; gap:2px; }.notice-banner small { color:var(--muted); }.notice-banner .button { margin-left:auto; }.section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin:44px 0 17px; }.section-heading h2 { margin:10px 0 5px; font-size:29px; letter-spacing:-1.5px; }.section-heading p { margin:0; color:var(--muted); font-size:11px; }.balance-hint,.device-limit-note,.inline-heading > span { color:var(--muted); font-size:11px; }.payment-switch,.gift-payment-line { display:flex; align-items:center; gap:17px; margin-bottom:14px; padding:11px 14px; border:1px solid var(--line); color:var(--muted); font-size:11px; }.payment-switch > span { margin-right:auto; color:var(--ink); font-weight:700; }.payment-switch label,.gift-payment-line label { cursor:pointer; }.payment-switch input,.gift-payment-line input { accent-color:var(--primary); }.plan-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }.plan-card { display:flex; flex-direction:column; justify-content:space-between; min-height:184px; padding:19px; border:1px solid var(--line); background:var(--surface); transition:border-color .2s,transform .2s,box-shadow .2s; }.plan-card:hover { border-color:var(--primary); transform:translateY(-3px); box-shadow:var(--shadow); }.plan-card h3 { margin:12px 0 7px; font-size:20px; }.plan-card p { margin:0; color:var(--muted); font-size:11px; }.plan-card footer { display:flex; align-items:center; justify-content:space-between; margin-top:19px; }.plan-card strong { font-size:22px; }.plan-card .button { min-height:35px; padding:8px 11px; font-size:11px; }.trial-action { margin-top:12px; }.compact-heading { margin-top:42px; }.device-panel { padding:18px; }.device-form { display:grid; grid-template-columns:1.2fr 1.2fr .7fr auto; gap:8px; }.device-list,.data-list { display:grid; }.device-row,.data-row { display:flex; align-items:center; gap:12px; min-height:63px; padding:12px 0; border-bottom:1px solid var(--line); }.device-row:last-child,.data-row:last-child { border-bottom:0; }.device-mark { display:grid; place-items:center; width:34px; height:34px; border-radius:9px; color:var(--primary); background:rgba(74,72,233,.1); font-size:11px; font-weight:800; }.device-copy,.transaction-copy { display:grid; gap:3px; min-width:0; flex:1; }.device-copy b,.transaction-copy b { font-size:12px; }.device-copy small,.transaction-copy small { overflow:hidden; color:var(--muted); font-size:10px; text-overflow:ellipsis; white-space:nowrap; }.device-row .button { min-height:32px; padding:7px 10px; color:var(--danger); border-color:rgba(231,92,103,.3); background:transparent; font-size:10px; }.locations-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:9px; }.location-card { display:grid; grid-template-columns:auto 1fr; grid-template-rows:auto auto; gap:2px 9px; padding:14px; border:1px solid var(--line); background:var(--surface); }.location-flag { grid-row:1/3; display:grid; place-items:center; font-size:22px; }.location-card b { overflow:hidden; font-size:12px; text-overflow:ellipsis; white-space:nowrap; }.location-card small { color:var(--muted); font-size:10px; }.location-card code { grid-column:2; overflow:hidden; color:var(--muted); font-size:8px; text-overflow:ellipsis; }.location-card.is-disabled { opacity:.55; }.empty-row { padding:25px 0; color:var(--muted); font-size:11px; text-align:center; }
.balance-overview { display:grid; grid-template-columns:1fr 1fr; margin-bottom:14px; border:1px solid var(--line); background:var(--surface); }.balance-overview > div { padding:26px; }.balance-overview > div + div { border-left:1px solid var(--line); }.balance-overview span { display:block; color:var(--muted); font-size:10px; letter-spacing:.07em; }.balance-overview strong { display:block; margin-top:10px; font-size:43px; letter-spacing:-3px; }.two-panels { display:grid; grid-template-columns:1.2fr .8fr; gap:14px; }.form-panel { padding:22px; }.panel-title { display:flex; align-items:start; gap:12px; margin-bottom:22px; }.number-tag { display:inline-grid; place-items:center; min-width:27px; height:27px; padding:0 6px; border-radius:7px; color:var(--primary); background:rgba(74,72,233,.1); font-size:10px; font-weight:800; }.panel-title h3 { margin:0 0 4px; font-size:17px; }.panel-title p { margin:0; color:var(--muted); font-size:10px; }.payment-options { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:18px; }.payment-options label,.provider-option { display:grid; gap:4px; padding:13px; border:1px solid var(--line); cursor:pointer; }.payment-options label:has(input:checked),.provider-option:has(input:checked) { border-color:var(--primary); background:rgba(74,72,233,.07); }.payment-options input,.provider-option input { position:absolute; opacity:0; }.payment-options b { font-size:11px; }.payment-options small { color:var(--muted); font-size:9px; }.form-panel form { display:grid; gap:8px; }.form-panel input { margin-bottom:3px; }.collapsible-panel { margin-top:14px; border:1px solid var(--line); background:var(--surface); }.collapse-trigger { display:flex; align-items:center; justify-content:space-between; width:100%; min-height:70px; padding:0 19px; border:0; color:var(--ink); background:none; cursor:pointer; text-align:left; }.collapse-trigger > span { display:flex; align-items:center; gap:12px; font-size:14px; font-weight:700; }.collapse-trigger > svg { transition:transform .25s; }.collapsible-panel.is-open .collapse-trigger > svg { transform:rotate(90deg); }.collapse-body { display:grid; grid-template-rows:0fr; padding:0 19px; overflow:hidden; opacity:0; transition:grid-template-rows .35s var(--ease),padding .35s,opacity .2s; }.collapsible-panel.is-open .collapse-body { grid-template-rows:1fr; padding:0 19px 17px; opacity:1; }.collapse-body > * { min-height:0; }.transaction-row strong { font-size:13px; }.transaction-row strong.credit { color:var(--good); }.transaction-row strong.debit { color:var(--danger); }.row-icon { display:grid; place-items:center; width:31px; height:31px; border-radius:8px; }.row-icon.credit { color:var(--good); background:rgba(118,165,43,.12); }.row-icon.debit { color:var(--danger); background:rgba(231,92,103,.1); }.row-icon svg { width:15px; }.pagination { display:flex; gap:5px; padding-top:13px; }.page-button { min-width:28px; height:28px; border:1px solid var(--line); color:var(--muted); background:transparent; cursor:pointer; font-size:10px; }.page-button.is-active { color:#fff; border-color:var(--primary); background:var(--primary); }
.wheel-layout { display:grid; grid-template-columns:1.1fr .9fr; gap:14px; }.wheel-panel { position:relative; display:grid; place-items:center; min-height:465px; padding:28px; overflow:hidden; background:var(--primary); }.wheel-panel:after { content:""; position:absolute; width:480px; height:480px; border:1px solid rgba(255,255,255,.14); border-radius:50%; }.wheel-disc { position:relative; z-index:1; display:grid; place-items:center; width:min(300px,70vw); aspect-ratio:1; border:11px solid var(--accent); border-radius:50%; color:var(--accent-ink); background:#e9f7ce; box-shadow:0 0 0 10px rgba(195,253,86,.1),0 18px 30px rgba(0,0,0,.18); transition:transform 1.1s cubic-bezier(.17,.67,.16,1); }.wheel-disc:before { content:""; position:absolute; inset:11%; border:1px dashed rgba(37,56,15,.3); border-radius:50%; }.wheel-disc span { position:absolute; font-size:12px; font-weight:800; }.wheel-disc span:nth-of-type(1) { top:22px; }.wheel-disc span:nth-of-type(2) { right:21px; }.wheel-disc span:nth-of-type(3) { bottom:24px; }.wheel-disc span:nth-of-type(4) { left:21px; }.wheel-disc span:nth-of-type(5) { top:50%; left:10px; transform:translateY(-50%) rotate(-60deg); }.wheel-core { display:grid; place-items:center; z-index:2; width:75px; height:75px; border:5px solid var(--accent); border-radius:50%; color:#fff; background:var(--primary); font-size:21px; font-weight:800; }.wheel-pointer { position:absolute; z-index:2; top:20px; color:var(--accent); font-size:27px; }.wheel-panel .button { position:relative; z-index:2; margin-top:22px; }.wheel-panel > small { position:relative; z-index:2; color:rgba(255,255,255,.7); font-size:10px; text-align:center; }.prizes-panel { padding:24px; }.prize-list { display:grid; }.prize-row { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:9px; min-height:52px; border-bottom:1px solid var(--line); }.prize-dot { width:7px; height:7px; border-radius:50%; background:var(--accent); }.prize-row b { font-size:11px; }.prize-row small { color:var(--muted); font-size:10px; }
.summary-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); background:var(--surface); }.summary-grid > div { min-height:124px; padding:20px; }.summary-grid > div + div { border-left:1px solid var(--line); }.summary-grid span,.summary-grid small { display:block; color:var(--muted); font-size:9px; }.summary-grid strong { display:block; margin:10px 0 3px; font-size:28px; letter-spacing:-1.5px; }.summary-grid strong:empty { display:none; }.referral-layout { display:grid; grid-template-columns:1.15fr .85fr; gap:14px; margin-top:14px; }.links-panel,.terms-panel { padding:22px; }.copy-field { display:grid; gap:6px; margin-top:13px; color:var(--muted); font-size:10px; }.copy-field > div { position:relative; }.copy-field input { width:100%; height:42px; padding:0 50px 0 11px; border:1px solid var(--line); color:var(--ink); background:var(--surface-2); font-size:10px; }.copy-button { position:absolute; top:1px; right:1px; width:40px; height:40px; border:0; border-left:1px solid var(--line); border-radius:0; }.terms-panel dl { margin:0 0 22px; }.terms-panel dl div { display:flex; justify-content:space-between; gap:20px; padding:13px 0; border-bottom:1px solid var(--line); }.terms-panel dt { color:var(--muted); font-size:11px; }.terms-panel dd { margin:0; font-size:12px; font-weight:700; }.inline-heading { align-items:center; margin:0 0 10px; }.referral-list-panel { margin-top:14px; padding:22px; }.referral-row img,.referral-row .ref-avatar { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; object-fit:cover; color:#fff; background:var(--primary); }.referral-row .ref-avatar { font-size:12px; }.referral-row .active-status { color:var(--good); font-size:10px; }.empty-state { padding:35px 15px; color:var(--muted); text-align:center; }.empty-state h3 { margin:12px 0 4px; color:var(--ink); font-size:15px; }.empty-state p { max-width:350px; margin:0 auto; font-size:11px; }.empty-mark { display:grid; place-items:center; width:48px; height:48px; margin:auto; border:1px solid rgba(74,72,233,.35); color:var(--primary); background:rgba(74,72,233,.08); font-size:22px; }
.tabs { display:flex; gap:4px; margin-bottom:14px; padding:5px; overflow:auto; border:1px solid var(--line); background:var(--surface-2); }.tab { min-height:38px; padding:0 13px; border:0; border-radius:7px; color:var(--muted); background:transparent; cursor:pointer; font-size:11px; white-space:nowrap; }.tab:hover { color:var(--ink); }.tab.is-active { color:#fff; background:var(--primary); }.tab-panel { display:none; padding:24px; border:1px solid var(--line); background:var(--surface); animation:page-in .35s var(--ease) both; }.tab-panel.is-active { display:block; }.gift-payment-line { margin:-1px -1px 17px; border-width:0 0 1px; }.gift-payment-line > span:first-child { color:var(--ink); font-weight:700; }.gift-balance { margin-left:auto; }.offer-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }.offer-card { display:flex; flex-direction:column; justify-content:space-between; min-height:190px; padding:20px; border:1px solid var(--line); }.offer-card h3 { margin:11px 0 5px; font-size:18px; }.offer-card p { margin:0; color:var(--muted); font-size:11px; }.offer-card footer { display:flex; align-items:center; justify-content:space-between; margin-top:19px; }.offer-card strong { font-size:22px; }.offer-card .button { min-height:34px; padding:7px 10px; font-size:10px; }.center-form { display:grid; justify-items:center; max-width:430px; margin:auto; text-align:center; }.center-form h2,.document h2 { margin:14px 0 6px; font-size:24px; letter-spacing:-1px; }.center-form p,.document p { margin:0 0 20px; color:var(--muted); font-size:11px; }.center-form input { margin-bottom:9px; }.center-form .button { width:100%; }.document { min-height:255px; max-width:680px; padding:10px 0; }.document p { max-width:550px; line-height:1.6; }.support-card { max-width:none; min-height:220px; padding:14px; color:#fff; background:var(--primary); }.support-card h2 { margin-top:25px; }.support-card p { max-width:490px; color:rgba(255,255,255,.7); }.support-card .number-tag { color:var(--accent-ink); background:var(--accent); }.support-card .button { color:var(--accent-ink); }.faq-list { display:grid; gap:7px; }.faq-item { border:1px solid var(--line); }.faq-question { display:flex; align-items:center; justify-content:space-between; width:100%; min-height:57px; padding:0 15px; border:0; color:var(--ink); background:var(--surface); cursor:pointer; text-align:left; font-weight:700; }.faq-question svg { color:var(--primary); transition:transform .25s; }.faq-item.is-open .faq-question svg { transform:rotate(90deg); }.faq-answer { display:grid; grid-template-rows:0fr; padding:0 15px; opacity:0; transition:grid-template-rows .25s,padding .25s,opacity .25s; }.faq-item.is-open .faq-answer { grid-template-rows:1fr; padding:0 15px 15px; opacity:1; }.faq-answer p { min-height:0; overflow:hidden; margin:0; color:var(--muted); font-size:11px; line-height:1.6; }
.profile-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }.profile-card { padding:23px; }.profile-identity { display:flex; align-items:center; gap:13px; margin-bottom:27px; padding-bottom:20px; border-bottom:1px solid var(--line); }.large-avatar { display:grid; place-items:center; width:55px; height:55px; border-radius:50%; color:#fff; background:var(--primary); font-size:18px; font-weight:800; }.profile-identity h3 { margin:0 0 3px; font-size:18px; }.profile-identity span:last-child { color:var(--muted); font-size:11px; }.details-list { display:grid; gap:0; margin:0; }.details-list div { display:flex; justify-content:space-between; gap:20px; padding:11px 0; border-bottom:1px solid var(--line); }.details-list dt { color:var(--muted); font-size:10px; }.details-list dd { max-width:62%; margin:0; overflow:hidden; font-size:11px; font-weight:600; text-align:right; text-overflow:ellipsis; white-space:nowrap; }.account-list { display:grid; margin-bottom:18px; }.account-row { display:flex; align-items:center; gap:11px; min-height:59px; border-bottom:1px solid var(--line); }.account-row > svg,.account-icon { display:grid; place-items:center; width:30px; height:30px; color:var(--primary); }.account-row div { display:grid; flex:1; }.account-row b { font-size:11px; }.account-row small { color:var(--muted); font-size:10px; }.account-row .unlink { min-height:29px; padding:5px 7px; border:1px solid rgba(231,92,103,.3); color:var(--danger); background:transparent; cursor:pointer; font-size:9px; }.settings-card { grid-column:1 / -1; }.settings-card .panel-title { align-items:center; }.save-state { margin-left:auto; color:var(--good); font-size:10px; }.settings-grid { display:grid; grid-template-columns:1fr 1fr; gap:0 26px; }.setting-row { display:flex; align-items:center; justify-content:space-between; gap:18px; min-height:68px; border-top:1px solid var(--line); cursor:pointer; }.setting-row > span { display:grid; gap:3px; }.setting-row b { font-size:11px; }.setting-row small { color:var(--muted); font-size:9px; }.setting-row input[type=checkbox] { position:absolute; opacity:0; }.switch { position:relative; width:41px; height:23px; flex:0 0 auto; border-radius:99px; background:var(--surface-3); transition:background .2s; }.switch:after { content:""; position:absolute; top:3px; left:3px; width:17px; height:17px; border-radius:50%; background:var(--muted); transition:transform .2s,background .2s; }.setting-row input:checked + .switch { background:var(--primary); }.setting-row input:checked + .switch:after { background:#fff; transform:translateX(18px); }.number-input { width:70px; height:35px; padding:0 8px; border:1px solid var(--line); color:var(--ink); background:var(--surface); text-align:center; }
@media (max-width:1100px) { .desktop-nav { gap:0; }.nav-item { padding:0 8px; }.nav-item span { display:none; }.nav-item svg { width:17px; height:17px; }.topbar-brand { flex-basis:auto; }.home-grid,.wheel-layout { grid-template-columns:1fr; }.home-side { grid-template-columns:1fr 1fr; }.subscription-hero { grid-template-columns:1fr 190px; }.locations-grid { grid-template-columns:repeat(3,1fr); } }
@media (max-width:760px) { body { padding-bottom:80px; }.auth-screen { display:block; padding:10px; }.auth-art { display:none; }.auth-panel { width:100%; padding:23px 14px; }.auth-copy { margin:66px 0 31px; }.auth-copy h1 { font-size:47px; }.topbar { min-height:64px; padding:11px 13px; }.desktop-nav,.notification-button,.logout-button { display:none; }.topbar-brand { flex:1; }.top-actions { margin-left:0; }.mobile-menu-button { display:grid; }.mobile-menu-button .close-icon { display:none; }.mobile-menu-button.is-open .menu-icon { display:none; }.mobile-menu-button.is-open .close-icon { display:block; color:var(--primary); }.mobile-drawer { position:fixed; z-index:90; inset:64px 0 0; display:flex; flex-direction:column; padding:25px 20px 27px; overflow:auto; border-top:1px solid var(--line); background:var(--bg); opacity:0; pointer-events:none; transform:translateY(-12px); transition:opacity .28s var(--ease),transform .28s var(--ease); }.mobile-drawer.is-open { opacity:1; pointer-events:auto; transform:none; }.drawer-top { display:grid; gap:26px; }.drawer-user { display:flex; align-items:center; gap:12px; }.drawer-user > div { display:grid; gap:2px; }.avatar { display:grid; place-items:center; width:41px; height:41px; border-radius:50%; color:#fff; background:var(--primary); font-weight:800; }.drawer-user b { font-size:13px; }.drawer-user small { color:var(--muted); font-size:10px; }.drawer-label { padding-top:17px; border-top:1px solid var(--line); color:var(--muted); font-size:9px; letter-spacing:.1em; }.drawer-nav { display:grid; gap:3px; padding-top:10px; }.drawer-nav a { display:flex; align-items:center; gap:14px; min-height:48px; padding:0 12px; color:var(--muted); font-size:14px; }.drawer-nav a svg { width:17px; }.drawer-nav a.is-active { color:var(--ink); background:var(--surface); }.drawer-bottom { display:grid; gap:3px; margin-top:auto; padding-top:14px; border-top:1px solid var(--line); }.drawer-bottom button { display:flex; align-items:center; gap:14px; min-height:43px; padding:0 12px; border:0; color:var(--muted); background:none; cursor:pointer; text-align:left; }.drawer-bottom b { margin-left:auto; color:var(--ink); font-size:10px; }.drawer-bottom button:last-child { color:var(--danger); }.notification-panel { top:60px; right:13px; }.workspace { padding:97px 13px 30px; }.page-head { display:block; margin-bottom:25px; }.page-head h1 { margin-top:11px; font-size:42px; letter-spacing:-2.5px; }.page-head p { font-size:11px; }.home-head time { display:none; }.home-head h1 { font-size:38px; }.hero-status { min-height:355px; padding:19px; }.status-content { display:grid; align-content:center; gap:25px; }.status-content h2 { font-size:39px; }.status-content .button { width:max-content; }.home-side { grid-template-columns:1fr 1fr; gap:8px; }.quick-card,.quick-card + .quick-card { min-height:117px; padding:14px; }.quick-card strong { font-size:19px; }.quick-icon { width:33px; height:33px; }.quick-card em { font-size:8px; }.fortune-banner { align-items:start; margin-top:8px; padding:17px 14px; }.fortune-banner strong { font-size:16px; }.fortune-banner em { display:block; max-width:200px; font-size:9px; }.subscription-hero { grid-template-columns:1fr; }.subscription-main { padding:19px; }.subscription-main h2 { font-size:37px; }.subscription-side { min-height:140px; padding:20px; }.access-symbol { width:65px; height:65px; font-size:20px; }.sub-facts > div { padding-right:7px; }.sub-facts > div + div { padding-left:8px; }.sub-facts b { font-size:16px; }.notice-banner { align-items:start; flex-wrap:wrap; }.notice-banner .button { width:100%; margin-left:0; }.section-heading { align-items:start; display:block; margin-top:32px; }.balance-hint,.device-limit-note { display:block; margin-top:10px; }.payment-switch,.gift-payment-line { flex-wrap:wrap; gap:10px; }.payment-switch > span { width:100%; }.plan-grid,.locations-grid,.offer-grid { grid-template-columns:1fr; }.device-form { grid-template-columns:1fr; }.device-form .button { width:100%; }.balance-overview { grid-template-columns:1fr 1fr; }.balance-overview > div { padding:17px 13px; }.balance-overview strong { font-size:25px; letter-spacing:-1.5px; }.two-panels,.referral-layout { grid-template-columns:1fr; }.form-panel,.links-panel,.terms-panel,.referral-list-panel,.profile-card,.tab-panel { padding:17px; }.payment-options { grid-template-columns:1fr; }.wheel-panel { min-height:400px; }.wheel-disc { width:250px; }.summary-grid { grid-template-columns:1fr 1fr; }.summary-grid > div { min-height:105px; padding:15px 12px; }.summary-grid > div + div { border-left:1px solid var(--line); }.summary-grid > div:nth-child(3) { border-top:1px solid var(--line); }.summary-grid > div:nth-child(4) { border-top:1px solid var(--line); }.summary-grid strong { font-size:21px; }.referral-row .transaction-copy { max-width:150px; }.info-tabs .tab { font-size:10px; }.settings-grid { grid-template-columns:1fr; }.settings-card { grid-column:auto; }.setting-row { min-height:65px; }.mobile-bottom-nav { position:fixed; z-index:100; right:8px; bottom:8px; left:8px; display:grid; grid-template-columns:repeat(5,1fr); height:64px; padding:5px; border:1px solid var(--line); background:color-mix(in srgb,var(--surface) 96%,transparent); box-shadow:0 15px 35px rgba(0,0,0,.25); backdrop-filter:blur(18px); }.mobile-bottom-nav a { display:grid; place-items:center; gap:1px; border-radius:9px; color:var(--muted); font-size:16px; }.mobile-bottom-nav a small { font-size:8px; }.mobile-bottom-nav a.is-active { color:#fff; background:var(--primary); }.toast-stack { right:13px; bottom:84px; width:calc(100% - 26px); } }
@media (prefers-reduced-motion:reduce) { *,*:before,*:after { animation-duration:.01ms!important; transition-duration:.01ms!important; scroll-behavior:auto!important; } }

/* Polished balance, payment, wheel and mobile states. */
.money-amount { display:flex!important; align-items:baseline; gap:8px; white-space:nowrap; line-height:1; }
.money-amount small { color:inherit; font-size:.48em; font-weight:700; letter-spacing:0; }
.balance-overview .money-amount { margin-top:12px; font-size:42px; }
.summary-grid .money-amount { margin:10px 0 5px; font-size:28px; }
.summary-grid .money-amount small { font-size:.52em; }
.button-dark { border:1px solid var(--line); }
:root[data-theme=dark] .button-dark { color:var(--ink); background:#282a30; border-color:#444750; }
.logout-button,.drawer-logout { color:#ef7881!important; border-color:rgba(239,120,129,.32)!important; }
.logout-button:hover,.drawer-logout:hover { color:#fff!important; background:#b9424e!important; border-color:#b9424e!important; }
.drawer-logout { justify-content:flex-start; }
.subscription-tabs { margin-top:4px; }
.subscription-tab-panel { padding:24px; }
.subscription-tab-panel[data-tab-panel="subscription-overview"] { padding:0; border:0; background:transparent; }
.plans-heading { margin-top:0; }
.plans-payment-title { display:flex; align-items:baseline; justify-content:space-between; margin:24px 0 10px; }
.plans-payment-title span { font-size:13px; font-weight:700; }
.plans-payment-title small { color:var(--muted); font-size:10px; }
.tariff-payment-options { grid-template-columns:repeat(3,1fr); margin-bottom:18px; }
.sub-facts { gap:10px; max-width:none; border:0; }
.sub-stat { min-height:91px!important; padding:14px 16px!important; border:1px solid var(--line)!important; background:var(--surface-2); }
.sub-stat + .sub-stat { padding-left:16px!important; }
.sub-stat span { font-size:9px; }
.sub-stat strong { display:flex; align-items:baseline; gap:5px; margin-top:9px; font-size:23px; white-space:nowrap; }
.sub-stat strong small { color:var(--muted); font-size:12px; font-weight:600; }
.sub-stat strong b { color:var(--ink); font-size:14px; }
.sub-stat em { display:block; margin-top:4px; color:var(--muted); font-size:10px; font-style:normal; }
.sub-stat em b { color:var(--ink); font-weight:600; }
.device-panel { padding:8px 18px; }
.device-row { min-height:66px; }
.device-row .device-copy b { font-size:13px; }
.device-row .device-copy small { font-size:10px; }
.device-row .device-delete { margin-left:auto; }
.gift-payment-header { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid var(--line); }
.gift-payment-header h3 { margin:8px 0 0; font-size:18px; }
.gift-payment-options { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin-bottom:22px; }
.gift-payment-option { position:relative; display:grid; grid-template-columns:auto 1fr; grid-template-rows:auto auto; gap:3px 10px; min-height:73px; padding:14px; border:1px solid var(--line); cursor:pointer; background:var(--surface-2); transition:border-color .2s,background .2s; }
.gift-payment-option input { position:absolute; opacity:0; }
.gift-payment-option:has(input:checked) { border-color:var(--primary); background:rgba(74,72,233,.1); }
.gift-payment-option .payment-radio { grid-row:1 / 3; align-self:center; width:14px; height:14px; border:2px solid var(--muted); border-radius:50%; }
.gift-payment-option:has(input:checked) .payment-radio { border:4px solid var(--primary); }
.gift-payment-option b { font-size:11px; }
.gift-payment-option small { color:var(--muted); font-size:9px; }
.gift-order-row { min-height:68px; }
.gift-status { padding:6px 9px; border:1px solid rgba(238,166,77,.35); border-radius:6px; color:#d69a45; font-size:10px; white-space:nowrap; }
.gift-status.is-done { border-color:rgba(118,165,43,.35); color:var(--good); }
.wheel-panel { min-height:465px; }
.wheel-disc { display:grid; place-items:center; width:min(330px,70vw); height:auto; aspect-ratio:1; border:0!important; border-radius:50%; background:transparent!important; box-shadow:none!important; }
.wheel-disc:before { display:none; }
.wheel-svg { display:block; width:100%; height:100%; overflow:visible; transition:transform 1.15s cubic-bezier(.17,.67,.16,1); }
.wheel-sector { stroke:var(--primary); stroke-width:2; }
.sector-a,.sector-e { fill:#c3fd56; }.sector-b,.sector-f { fill:#7774ff; }.sector-c,.sector-g { fill:#f2f4ed; }.sector-d,.sector-h { fill:#9ca1ff; }
.wheel-outline { fill:none; stroke:var(--accent); stroke-width:10; }
.wheel-svg text { fill:#17200d; font-size:10px; font-weight:800; text-anchor:middle; dominant-baseline:middle; }
.wheel-svg .wheel-center { fill:var(--primary); stroke:var(--accent); stroke-width:5; }.wheel-svg .wheel-logo { fill:#fff; font-size:18px; }
.wheel-pointer { top:13px; color:var(--accent); }
.wheel-actions { position:relative; z-index:2; display:flex; gap:8px; margin-top:20px; }
.wheel-actions .button { margin-top:0; }
.wheel-actions .button-dark { color:var(--ink); background:var(--surface); }
.support-inline { margin-top:24px; padding:20px; border-top:1px solid var(--line); }
.support-inline h2 { margin-top:10px; }
body.menu-open .mobile-bottom-nav { display:none!important; }
body.menu-open .mobile-drawer { bottom:0; }
.mobile-bottom-nav { width:calc(100vw - 16px); max-width:calc(100vw - 16px); overflow:hidden; }
.blocked-devices-button { display:inline-flex; align-items:center; gap:7px; min-height:34px; padding:7px 11px; color:var(--muted); font-size:10px; white-space:nowrap; }.blocked-devices-button svg,.device-block svg,.device-delete svg,.device-unblock svg { width:14px; height:14px; }.device-row .device-block { color:var(--muted); border-color:var(--line); background:transparent; }.device-row .device-block:hover { color:var(--ink); border-color:var(--primary); }.device-modal[hidden] { display:none; }.device-modal { position:fixed; z-index:180; inset:0; display:grid; place-items:center; padding:16px; }.device-modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.68); backdrop-filter:blur(6px); }.device-modal-card { position:relative; z-index:1; width:min(100%,620px); max-height:min(680px,calc(100vh - 32px)); overflow:auto; padding:22px; border:1px solid var(--line); color:var(--ink); background:var(--surface); box-shadow:var(--shadow); animation:page-in .25s var(--ease) both; }.device-modal-head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:16px; }.device-modal-head h2 { margin:9px 0 0; font-size:24px; letter-spacing:-1px; }.blocked-device-list { display:grid; }.blocked-device-row { display:flex; align-items:center; gap:12px; min-height:64px; padding:11px 0; border-top:1px solid var(--line); }.blocked-mark { color:var(--danger); background:rgba(231,92,103,.1); }.blocked-mark svg { width:16px; height:16px; }.device-unblock { min-height:32px; padding:7px 10px; color:var(--primary); font-size:10px; white-space:nowrap; }.modal-open { overflow:hidden; }
@media (max-width:760px) {
    .balance-overview .money-amount { font-size:30px; }
    .balance-topup-panel { padding:17px; }
    .summary-grid .money-amount { font-size:23px; }
    .tariff-payment-options,.gift-payment-options { grid-template-columns:1fr; }
    .subscription-tab-panel { padding:17px; }
    .subscription-tab-panel[data-tab-panel="subscription-overview"] { padding:0; }
    .sub-facts { grid-template-columns:1fr 1fr; }
    .sub-stat:last-child { grid-column:1 / -1; }
    .sub-stat strong { font-size:20px; }
    .gift-payment-header { align-items:start; display:block; }
    .gift-balance { display:block; margin-top:8px; }
    .wheel-disc { width:270px; }
    .wheel-actions { width:100%; flex-direction:column; }
    .wheel-actions .button { width:100%; }
    .mobile-bottom-nav { right:8px; left:8px; }
}

/* The legal pages use the same design tokens as the cabinet. */
.legal-page { min-height:100vh; padding:28px; }.legal-shell { max-width:900px; margin:auto; padding:55px 0 90px; }.legal-back { display:inline-flex; margin-bottom:65px; color:var(--primary); font-size:12px; font-weight:700; }.legal-shell h1 { margin:18px 0 12px; font-size:clamp(45px,7vw,92px); font-weight:600; letter-spacing:-5px; line-height:.88; }.legal-shell h1 em { color:var(--primary); font-style:normal; }.legal-updated { margin:0 0 35px; color:var(--muted); font-size:11px; }.legal-copy { padding:30px; border:1px solid var(--line); background:var(--surface); box-shadow:var(--shadow); }.legal-copy h2 { margin:0 0 8px; font-size:18px; }.legal-copy p { margin:0 0 25px; color:var(--muted); font-size:13px; line-height:1.7; }.legal-copy a { color:var(--primary); text-decoration:underline; }
@media (max-width:760px) { .legal-page { padding:14px; }.legal-shell { padding:30px 0 60px; }.legal-back { margin-bottom:45px; }.legal-shell h1 { font-size:50px; }.legal-copy { padding:19px; } }

.app-page .topbar { position:fixed!important; top:0!important; right:0!important; left:0!important; z-index:500!important; transform:translateZ(0); }
.transaction-status { color:var(--muted); font-size:10px; white-space:nowrap; }
.app-page .workspace { min-height:100vh; padding-top:123px; }
.plan-price { display:flex; align-items:baseline; gap:9px; white-space:nowrap; }
.plan-price del { color:var(--muted); font-size:13px; font-weight:500; }
.plan-price.has-discount span { color:var(--good); }
.discount-banner { display:flex; align-items:center; gap:14px; margin-bottom:18px; padding:15px 17px; border:1px solid rgba(195,253,86,.4); color:var(--ink); background:rgba(195,253,86,.08); }
.discount-banner > span { display:grid; place-items:center; width:32px; height:32px; border-radius:9px; color:var(--accent-ink); background:var(--accent); }
.discount-banner div { display:grid; gap:2px; }.discount-banner small { color:var(--muted); font-size:10px; }.discount-banner strong { color:var(--good); }
.tariffs-page { max-width:1100px; margin:0 auto; }.tariffs-page .plan-grid { margin-top:8px; }.tariffs-page .trial-action { margin-top:14px; }
.profile-card { overflow:hidden; }.settings-card .panel-title { flex-wrap:wrap; }.settings-card .panel-title > div { min-width:0; }
.mobile-bottom-nav { position:fixed!important; z-index:600!important; bottom:max(8px,env(safe-area-inset-bottom))!important; }
@media (max-width:760px) {
    .app-page .workspace { padding-top:94px; padding-bottom:96px; overflow-x:hidden; }
    .profile-grid { display:grid; grid-template-columns:1fr; gap:10px; }
    .profile-card { padding:16px; }
    .profile-identity { margin-bottom:20px; padding-bottom:16px; }
    .profile-identity h3 { font-size:16px; }
    .details-list div { align-items:start; gap:12px; }
    .details-list dd { max-width:58%; white-space:normal; overflow-wrap:anywhere; }
    .settings-grid { gap:0; }
    .setting-row { min-height:72px; gap:10px; }
    .setting-row > span { min-width:0; }.setting-row small { line-height:1.3; }
    .tariffs-page { max-width:none; }.tariffs-page .page-head h1 { font-size:40px; }
}

/* Shared Kolnix surface language from sub.kolnix.cc. */
:root { --bg:#111214; --surface:#1a1c1f; --surface-2:#202327; --surface-3:#292c31; --ink:#f1f2ef; --muted:#8e9499; --line:#363a40; --primary:#5956ef; --primary-dark:#4846d2; --primary-soft:#7976ff; --accent:#c3fd56; --accent-ink:#26370e; --cyan:#22d3ee; --good:#20c997; --danger:#ee707a; --shadow:0 20px 50px rgba(0,0,0,.24); --ease:cubic-bezier(.2,.75,.2,1); color-scheme:dark; }
:root[data-theme=light] { --bg:#edf0ee; --surface:#fff; --surface-2:#f5f6f4; --surface-3:#e6e9e7; --ink:#111214; --muted:#6f7475; --line:#d7dbd9; --primary:#4c49dc; --primary-dark:#3e3bc3; --primary-soft:#6d69ed; --accent:#bafa43; --accent-ink:#1d2b0c; --cyan:#078ba7; --good:#0d9e74; --danger:#c9515c; --shadow:0 18px 42px rgba(23,23,31,.08); color-scheme:light; }
html { background:var(--bg); scroll-behavior:smooth; }
body { background:var(--bg); font-family:Onest,Arial,sans-serif; transition:background-color .3s,color .3s; }
body:before { content:""; position:fixed; z-index:-1; inset:0; opacity:.18; pointer-events:none; background-image:radial-gradient(circle at 10% 12%,rgba(89,86,239,.35) 0 1px,transparent 1.5px),radial-gradient(circle at 87% 31%,rgba(195,253,86,.28) 0 1px,transparent 1.5px); background-size:190px 190px,270px 270px; }
body.ready .page-section > * { animation:lk-rise .42s var(--ease) both; }
body.ready .page-section > *:nth-child(2) { animation-delay:.035s; } body.ready .page-section > *:nth-child(3) { animation-delay:.07s; } body.ready .page-section > *:nth-child(4) { animation-delay:.105s; }
@keyframes lk-rise { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:none; } }
@keyframes lk-modal { from { opacity:0; transform:translateY(8px) scale(.98); } to { opacity:1; transform:none; } }
@keyframes lk-sheen { from { transform:translateX(-120%); } to { transform:translateX(120%); } }
@media (prefers-reduced-motion:reduce) { body.ready .page-section > * { animation:none; } }

.topbar { min-height:72px; padding:12px 20px; border-color:var(--line); background:color-mix(in srgb,var(--surface) 92%,transparent); box-shadow:0 10px 35px rgba(0,0,0,.12); }
.brand,.topbar-brand { transition:transform .25s var(--ease); }.brand:hover { transform:translateY(-1px); }.brand img { border-radius:11px; }
.desktop-nav { gap:4px; padding:5px; border-radius:15px; background:var(--surface-2); box-shadow:inset 0 1px rgba(255,255,255,.025); }
.nav-item { min-height:38px; padding:0 12px; border-radius:10px; transition:color .2s,background .2s,border-color .2s,transform .2s; }.nav-item:hover { transform:translateY(-1px); }.nav-item.is-active { color:#fff; background:var(--primary); box-shadow:0 8px 20px rgba(89,86,239,.2); }
.icon-button,.language-button { border-radius:12px; background:var(--surface-2); transition:border-color .2s,color .2s,background .2s,transform .2s,box-shadow .2s; }.icon-button:hover,.language-button:hover { transform:translateY(-1px); border-color:var(--primary-soft); box-shadow:0 8px 20px rgba(89,86,239,.14); }.icon-button:active,.language-button:active { transform:scale(.96); }
.workspace { padding-top:115px; }.page-head { margin-bottom:28px; }.page-head h1 { letter-spacing:-2.5px; font-size:clamp(38px,5vw,64px); }
.panel,.balance-overview,.summary-grid,.collapsible-panel,.tab-panel,.faq-item,.notification-panel { border-color:var(--line); border-radius:16px; box-shadow:var(--shadow); }
.panel { overflow:hidden; }
.button { gap:8px; min-height:42px; padding:10px 15px; border-radius:12px; transition:transform .22s var(--ease),border-color .22s,box-shadow .22s,background .22s,color .22s; }.button:hover { transform:translateY(-2px); box-shadow:0 12px 25px rgba(89,86,239,.16); }.button:active { transform:scale(.97); }.button-accent { box-shadow:0 8px 20px rgba(195,253,86,.12); }.button-outline { border-color:rgba(195,253,86,.4); color:var(--accent); }.button-outline:hover { border-color:var(--accent); color:var(--accent); background:rgba(195,253,86,.1); }
.button svg,.icon-button svg,.language-button svg,.nav-item svg,.drawer-nav svg { transition:transform .22s var(--ease); }.button:hover svg { transform:translateX(2px); }
.auth-art { border-radius:20px; }.auth-panel { border-radius:18px; box-shadow:var(--shadow); }.auth-form input,.form-panel input,.device-form input,.device-form select,.center-form input { min-height:46px; border-radius:12px; background:var(--surface-2); transition:border-color .2s,box-shadow .2s,background .2s; }.auth-form input:focus,.form-panel input:focus,.device-form input:focus,.device-form select:focus,.center-form input:focus { border-color:var(--cyan); box-shadow:0 0 0 3px rgba(34,211,238,.12); }
.subscription-hero,.hero-status { border-radius:20px; }.subscription-side { border-radius:0 20px 20px 0; }.access-symbol { animation:lk-float 5s ease-in-out infinite; } @keyframes lk-float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-4px); } }
.quick-card,.fortune-banner,.plan-card,.offer-card,.profile-card,.location-card,.support-card { border-radius:16px; transition:transform .25s var(--ease),border-color .25s,background .25s,box-shadow .25s; }.quick-card:hover,.fortune-banner:hover,.plan-card:hover,.offer-card:hover,.profile-card:hover,.location-card:hover { transform:translateY(-3px); border-color:var(--primary-soft); box-shadow:var(--shadow); }
.quick-icon,.status-mark,.number-tag,.device-mark,.row-icon { border-radius:11px; transition:transform .25s var(--ease),background .25s,color .25s; }.quick-card:hover .quick-icon,.plan-card:hover .number-tag { transform:rotate(-5deg) scale(1.04); }
.sub-facts,.balance-overview,.summary-grid { overflow:hidden; }.sub-facts > div,.balance-overview > div,.summary-grid > div { background:color-mix(in srgb,var(--surface) 88%,transparent); transition:background .2s; }.sub-facts > div:hover,.balance-overview > div:hover,.summary-grid > div:hover { background:var(--surface-2); }
.section-heading h2 { letter-spacing:-1px; }.section-heading { margin-bottom:18px; }.device-panel { padding:18px; }
.device-row,.data-row,.referral-row { min-height:64px; padding:12px 10px; border-radius:12px; border-bottom-color:var(--line); transition:background .2s,transform .2s,border-color .2s; }.device-row:hover,.data-row:hover,.referral-row:hover { background:var(--surface-2); transform:translateX(2px); }.device-row:last-child,.data-row:last-child { border-bottom:0; }
.payment-options label,.provider-option { border-radius:12px; background:var(--surface-2); transition:border-color .2s,background .2s,transform .2s,box-shadow .2s; }.payment-options label:hover,.provider-option:hover { transform:translateY(-2px); border-color:var(--primary-soft); }.payment-options label:has(input:checked),.provider-option:has(input:checked) { box-shadow:0 8px 20px rgba(89,86,239,.12); }
.tabs { border-radius:15px; background:var(--surface-2); }.tab { border-radius:10px; transition:color .2s,background .2s,transform .2s; }.tab:hover { transform:translateY(-1px); }.tab.is-active { box-shadow:0 7px 16px rgba(89,86,239,.18); }
.collapse-trigger { min-height:66px; border-radius:16px; transition:background .2s,color .2s; }.collapse-trigger:hover { background:var(--surface-2); }.collapse-trigger > svg { transition:transform .3s var(--ease); }.collapsible-panel.is-open .collapse-trigger > svg { transform:rotate(90deg) translateX(1px); }
.notification-panel { top:78px; padding:17px; background:color-mix(in srgb,var(--surface) 96%,transparent); backdrop-filter:blur(16px); animation:lk-modal .22s var(--ease) both; }.notification-item { border-color:var(--line); }
.page-button,.copy-button { border-radius:9px; transition:transform .2s var(--ease),border-color .2s,background .2s; }.page-button:hover,.copy-button:hover { transform:translateY(-1px); border-color:var(--primary-soft); background:var(--surface-2); }
.device-modal-card,.qr-dialog { border-radius:18px; animation:lk-modal .25s var(--ease) both; }.device-modal-backdrop,.modal-backdrop { background:rgba(0,0,0,.68); backdrop-filter:blur(7px); }
.drawer-nav a { border-radius:11px; transition:background .2s,color .2s,transform .2s; }.drawer-nav a:hover { transform:translateX(3px); background:var(--surface-2); }.drawer-nav a.is-active { box-shadow:0 8px 20px rgba(89,86,239,.12); }
.mobile-bottom-nav { border-radius:16px; }.mobile-bottom-nav a { border-radius:11px; transition:transform .2s var(--ease),background .2s,color .2s; }.mobile-bottom-nav a:active { transform:scale(.95); }

@media (max-width:760px) { .topbar { padding:10px 13px; }.workspace { padding-top:94px; }.page-head h1 { font-size:42px; }.page-head p { max-width:330px; }.panel,.balance-overview,.summary-grid,.collapsible-panel,.tab-panel { border-radius:14px; }.subscription-side { border-radius:0 0 20px 20px; }.section-heading { gap:12px; }.blocked-devices-button { width:100%; justify-content:center; }.device-row { align-items:flex-start; flex-wrap:wrap; }.device-copy { min-width:calc(100% - 58px); }.device-row .button { flex:1 1 calc(50% - 6px); }.device-modal-card { padding:18px; border-radius:16px; }.device-modal-head h2 { font-size:20px; }.blocked-device-row { align-items:flex-start; flex-wrap:wrap; }.blocked-device-row .device-unblock { width:100%; margin-left:46px; }.toast-stack { right:13px; bottom:84px; width:calc(100% - 26px); } }
.blocked-devices-button,.device-unblock { border-color:var(--line); color:var(--muted); }.blocked-devices-button:hover,.device-unblock:hover { border-color:var(--primary-soft); color:var(--ink); background:var(--surface-2); }
@media (prefers-reduced-motion:reduce) { *,*:before,*:after { animation-duration:.01ms!important; transition-duration:.01ms!important; } }

/* Wheel experience: the geometry follows the reference layout while prizes remain API-driven. */
.wheel-page-head { align-items:center; }
.wheel-counter { display:flex; align-items:center; gap:10px; min-width:164px; padding:11px 14px; border:1px solid var(--line); border-radius:14px; color:var(--muted); background:var(--surface); box-shadow:var(--shadow); }
.wheel-counter-icon { display:grid; place-items:center; width:34px; height:34px; border-radius:10px; color:var(--accent); background:rgba(195,253,86,.1); }
.wheel-counter-icon svg { width:17px; height:17px; }
.wheel-counter span:last-child { display:grid; gap:1px; }
.wheel-counter small,.wheel-label,.wheel-mode-label>span { color:var(--muted); font-size:9px; font-weight:800; letter-spacing:.1em; }
.wheel-counter b { color:var(--ink); font-size:18px; line-height:1.1; }
.wheel-layout { grid-template-columns:minmax(0,1fr) minmax(300px,390px); align-items:start; gap:16px; }
.wheel-stage { display:block; min-height:0; padding:23px 25px 24px; overflow:hidden; background:linear-gradient(145deg,var(--surface) 0%,color-mix(in srgb,var(--surface) 88%,var(--primary) 12%) 100%); }
.wheel-stage-head { display:flex; align-items:flex-start; justify-content:space-between; gap:15px; }
.wheel-stage-head h2 { margin:8px 0 0; font-size:24px; letter-spacing:-1.2px; }
.wheel-live { display:inline-flex; align-items:center; gap:6px; padding:7px 9px; border:1px solid rgba(32,201,151,.26); border-radius:8px; color:var(--good); font-size:9px; font-weight:800; letter-spacing:.08em; }
.wheel-live i { width:6px; height:6px; border-radius:50%; background:var(--good); box-shadow:0 0 0 4px rgba(32,201,151,.1); animation:wheel-pulse 1.8s ease-in-out infinite; }
.wheel-visual { position:relative; display:grid; place-items:center; width:min(100%,580px); aspect-ratio:1; margin:7px auto 1px; }
.wheel-visual:before { content:""; position:absolute; width:83%; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,rgba(89,86,239,.18),transparent 65%); filter:blur(18px); }
.wheel-orbit { position:absolute; aspect-ratio:1; border:1px solid rgba(142,148,153,.17); border-radius:50%; pointer-events:none; }
.wheel-orbit-one { width:94%; animation:wheel-orbit 15s linear infinite; }
.wheel-orbit-two { width:78%; border-style:dashed; border-color:rgba(195,253,86,.14); animation:wheel-orbit 21s linear infinite reverse; }
.wheel-disc { position:relative; z-index:2; display:grid; place-items:center; width:76%; aspect-ratio:1; border:0!important; border-radius:50%; background:transparent!important; box-shadow:0 22px 38px rgba(0,0,0,.28),0 0 0 10px rgba(195,253,86,.06),0 0 44px rgba(89,86,239,.15)!important; }
.wheel-disc:before { display:none; }
.wheel-svg { display:block; width:100%; height:100%; overflow:visible; transform-origin:50% 50%; transition:transform 1.5s cubic-bezier(.16,.83,.18,1); filter:drop-shadow(0 4px 5px rgba(0,0,0,.18)); }
.wheel-segment path { stroke:rgba(17,18,20,.7); stroke-width:2; vector-effect:non-scaling-stroke; transition:filter .25s; }
.wheel-segment:hover path { filter:brightness(1.08); }
.wheel-segment-text { fill:#fff; font-size:12px; font-weight:800; letter-spacing:.1px; text-anchor:middle; dominant-baseline:middle; pointer-events:none; }
.wheel-segment-text-dark { fill:#22300f; }
.wheel-segment-glyph { font-size:18px; font-weight:900; }
.wheel-ring { fill:none; pointer-events:none; }
.wheel-ring-inner { stroke:var(--accent); stroke-width:9; }
.wheel-ring-dash { stroke:rgba(255,255,255,.34); stroke-width:1.5; stroke-dasharray:2 9; }
.wheel-center-shadow { fill:rgba(0,0,0,.3); transform:translateY(4px); }
.wheel-center { fill:var(--primary); stroke:var(--accent); stroke-width:4; }
.wheel-center-light { fill:transparent; stroke:rgba(255,255,255,.25); stroke-width:1; }
.wheel-center-mark { fill:#fff; text-anchor:middle; font-size:27px; font-weight:900; letter-spacing:-2px; }
.wheel-center-caption { fill:rgba(255,255,255,.68); text-anchor:middle; font-size:9px; font-weight:800; letter-spacing:2px; }
.wheel-empty { fill:var(--muted); text-anchor:middle; font-size:13px; font-weight:800; letter-spacing:.08em; }
.wheel-pointer { position:absolute; z-index:4; top:4.5%; left:50%; width:39px; height:46px; color:var(--accent); transform:translateX(-50%); filter:drop-shadow(0 5px 5px rgba(0,0,0,.35)); }
.wheel-pointer:before { content:""; position:absolute; top:0; left:50%; width:26px; height:26px; border:1px solid rgba(255,255,255,.5); border-radius:50%; background:var(--surface-2); transform:translateX(-50%); box-shadow:0 0 0 6px rgba(195,253,86,.08); }
.wheel-pointer span { position:absolute; z-index:1; top:17px; left:50%; width:0; height:0; border-top:25px solid var(--accent); border-right:13px solid transparent; border-left:13px solid transparent; transform:translateX(-50%); }
.wheel-mode-label { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:0 auto 8px; max-width:520px; }
.wheel-mode-label small { color:var(--muted); font-size:10px; }
.wheel-modes { display:grid; grid-template-columns:1fr 1fr; gap:8px; max-width:520px; margin:0 auto; }
.wheel-mode { position:relative; display:flex; align-items:center; gap:9px; min-height:63px; padding:10px 12px; border:1px solid var(--line); border-radius:13px; color:var(--muted); background:var(--surface-2); cursor:pointer; text-align:left; transition:transform .22s var(--ease),border-color .22s,background .22s,color .22s,box-shadow .22s; }
.wheel-mode:hover:not(:disabled) { border-color:var(--primary-soft); transform:translateY(-2px); }
.wheel-mode.is-selected { border-color:rgba(195,253,86,.58); color:var(--ink); background:rgba(195,253,86,.08); box-shadow:0 8px 20px rgba(195,253,86,.06); }
.wheel-mode:disabled { cursor:not-allowed; opacity:.5; }
.wheel-mode-check { flex:0 0 auto; width:14px; height:14px; border:1px solid var(--muted); border-radius:50%; }
.wheel-mode.is-selected .wheel-mode-check { border:4px solid var(--accent); }
.wheel-mode-copy { display:grid; gap:2px; min-width:0; }
.wheel-mode-copy b { font-size:11px; white-space:nowrap; }
.wheel-mode-copy small { color:var(--muted); font-size:9px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.wheel-mode>svg { width:17px; height:17px; margin-left:auto; color:var(--accent); }
.wheel-mode>strong { margin-left:auto; color:var(--accent); font-size:13px; white-space:nowrap; }
.wheel-stage-bottom { display:flex; align-items:center; justify-content:space-between; gap:15px; max-width:520px; margin:14px auto 0; }
.wheel-note { display:flex; align-items:flex-start; gap:7px; max-width:250px; margin:0; color:var(--muted); font-size:10px; line-height:1.45; }
.wheel-note svg { flex:0 0 auto; width:14px; height:14px; color:var(--cyan); }
.wheel-spin-button { min-width:154px; min-height:48px; letter-spacing:.06em; }
.wheel-spin-button:disabled { cursor:wait; opacity:.7; transform:none; }
.wheel-side { display:grid; gap:14px; }
.wheel-prizes-panel { padding:21px; }
.wheel-panel-title { align-items:flex-start; margin-bottom:12px; }
.wheel-panel-title h3 { margin-top:2px; }
.wheel-panel-title p { line-height:1.35; }
.prize-list { display:grid; gap:2px; }
.prize-row { display:grid; grid-template-columns:34px minmax(0,1fr) auto; align-items:center; gap:10px; min-height:60px; padding:7px 6px; border-bottom:1px solid var(--line); border-radius:10px; transition:background .2s,transform .2s; }
.prize-row:hover { background:var(--surface-2); transform:translateX(2px); }
.prize-row:last-child { border-bottom:0; }
.prize-icon { display:grid; place-items:center; width:32px; height:32px; border:1px solid rgba(195,253,86,.28); border-radius:10px; color:var(--accent); background:rgba(195,253,86,.08); font-size:11px; font-weight:900; }
.prize-icon-1,.prize-icon-5 { color:#9b99ff; border-color:rgba(155,153,255,.28); background:rgba(155,153,255,.1); }
.prize-icon-2,.prize-icon-6 { color:var(--cyan); border-color:rgba(34,211,238,.25); background:rgba(34,211,238,.09); }
.prize-copy { display:grid; gap:2px; min-width:0; }
.prize-copy b { overflow:hidden; font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
.prize-copy small { color:var(--muted); font-size:9px; }
.prize-weight { color:var(--muted); font-size:10px; }
.wheel-tip,.wheel-subscription-note { display:flex; align-items:center; gap:11px; padding:15px; border:1px solid rgba(195,253,86,.25); border-radius:14px; color:var(--ink); background:rgba(195,253,86,.07); }
.wheel-tip-icon { display:grid; place-items:center; flex:0 0 auto; width:34px; height:34px; border-radius:10px; color:var(--accent-ink); background:var(--accent); }
.wheel-tip-icon svg { width:17px; height:17px; }
.wheel-tip div { display:grid; gap:3px; }
.wheel-tip b { font-size:11px; }
.wheel-tip small { color:var(--muted); font-size:9px; line-height:1.35; }
.wheel-subscription-note { margin-top:15px; border-color:rgba(238,112,122,.3); color:var(--muted); background:rgba(238,112,122,.07); font-size:11px; }
.wheel-subscription-note svg { flex:0 0 auto; color:var(--danger); }
.wheel-history-panel { margin-top:16px; }
@keyframes wheel-pulse { 0%,100% { opacity:1; box-shadow:0 0 0 4px rgba(32,201,151,.1); } 50% { opacity:.45; box-shadow:0 0 0 7px rgba(32,201,151,.03); } }
@keyframes wheel-orbit { to { transform:rotate(360deg); } }
@media (max-width:1100px) { .wheel-layout { grid-template-columns:1fr; }.wheel-side { grid-template-columns:1fr 1fr; }.wheel-tip { align-self:start; min-height:100%; } }
@media (max-width:760px) {
    .wheel-page-head { display:flex; align-items:flex-start; gap:12px; }
    .wheel-page-head h1 { font-size:39px; }
    .wheel-counter { min-width:112px; padding:9px; }
    .wheel-counter-icon { width:29px; height:29px; }.wheel-counter small { font-size:7px; }.wheel-counter b { font-size:15px; }
    .wheel-stage { padding:17px 13px 16px; border-radius:16px; }
    .wheel-stage-head h2 { font-size:19px; }.wheel-live { padding:6px 7px; font-size:8px; }
    .wheel-visual { width:calc(100vw - 40px); max-width:430px; margin-top:5px; }
    .wheel-disc { width:82%; }.wheel-segment-text { font-size:10px; }.wheel-segment-glyph { font-size:15px; }
    .wheel-modes { grid-template-columns:1fr; }.wheel-mode { min-height:58px; }
    .wheel-stage-bottom { align-items:stretch; flex-direction:column; margin-top:12px; }.wheel-note { max-width:none; }.wheel-spin-button { width:100%; }
    .wheel-side { grid-template-columns:1fr; }.wheel-prizes-panel { padding:16px; }.wheel-tip { min-height:0; }
    .wheel-subscription-note { align-items:flex-start; }
}

/* Reference wheel palette, kept on the existing Kolnix geometry and API flow. */
.wheel-shadow { fill:rgba(0,0,0,.3); }
.wheel-ring { fill:url(#wheel-ring-gradient); stroke:none; }
.wheel-inner-ring { fill:none; stroke:rgba(255,255,255,.2); stroke-width:2; }
.wheel-dividers line { stroke:rgba(255,255,255,.25); stroke-width:2; }
.wheel-segment path { stroke:rgba(255,255,255,.16); stroke-width:2; }
.wheel-segment-glyph { fill:#fff; font-size:32px; filter:drop-shadow(0 2px 2px rgba(0,0,0,.5)); pointer-events:none; }
.wheel-hub { fill:url(#wheel-hub-gradient); stroke:#7976ff; stroke-width:3; }
.wheel-hub-line { fill:none; stroke:rgba(255,255,255,.2); stroke-width:1; }
.wheel-hub-shine { fill:rgba(255,255,255,.2); }
.wheel-hub-core { fill:#4846d2; stroke:#5956ef; stroke-width:2; }
.wheel-center-caption { fill:#f1f2ef; font-size:11px; font-weight:800; letter-spacing:2px; text-anchor:middle; dominant-baseline:middle; }
.wheel-led-dot { fill:#374151; stroke:#1f2937; stroke-width:1; animation:wheel-led-chase 6s linear infinite; }
.wheel-led-glow { fill:var(--accent); opacity:0; filter:blur(1px); animation:wheel-led-glow 6s linear infinite; }
.wheel-is-spinning .wheel-led-dot { animation-duration:2s; }
.wheel-is-spinning .wheel-led-glow { animation-duration:2s; }
@keyframes wheel-led-chase { 0%,100% { fill:#374151; stroke:#1f2937; } 10%,30% { fill:#e1ff91; stroke:var(--accent); } }
@keyframes wheel-led-glow { 0%,100% { opacity:0; } 10%,30% { opacity:.4; } }
.email-link-box { display:grid; gap:8px; margin:0 0 16px; padding:14px; border:1px solid var(--line); border-radius:10px; background:var(--surface-2); }.inline-form { display:flex; gap:8px; }.inline-form input { min-width:0; flex:1; min-height:42px; padding:0 11px; border:1px solid var(--line); border-radius:9px; color:var(--ink); background:var(--surface); outline:0; }.inline-form .button { flex:0 0 auto; min-height:42px; padding:9px 12px; font-size:10px; }
.telegram-glyph { display:grid; place-items:center; width:24px; height:24px; color:currentColor; background:none; border-radius:0; }
.button .telegram-svg { fill:currentColor; stroke:none; stroke-width:0; }
