:root{color:#f2f5f0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0a0c0b;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*{box-sizing:border-box}html{touch-action:pan-y;background:#0a0c0b}body{touch-action:pan-y;background:#0a0c0b;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{color:inherit}#root{min-height:100vh}:root{--bg:#0a0c0b;--panel:#14171a;--panel-2:#0f1211;--panel-active:#181c1f;--line:rgba(255,255,255,.05);--line-2:rgba(255,255,255,.07);--lime:#c4f23c;--lime-grad:linear-gradient(150deg,#d3fa54,#a9e01f);--ink:#f2f5f0;--sub:#8b918a;--muted:#6b7169;--dim:#5c625a;--blue:#38bdf8;--violet:#a78bfa;--green:#22c55e;--red:#f2513c;--muted-text-size:12px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0;font-family:inherit}h1,h2,h3{margin:0}.app-shell svg,.launch-screen svg{flex-shrink:0}.app-shell{width:min(100%,390px);height:100vh;background:var(--bg);height:100dvh;color:var(--ink);touch-action:pan-y;flex-direction:column;margin:0 auto;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;display:flex;position:relative;overflow:hidden}.app-header{padding:max(10px, env(safe-area-inset-top)) 16px 14px;background:var(--bg);flex:none;justify-content:space-between;align-items:center;display:flex}.app-header--above-sheet{z-index:41;pointer-events:none;position:relative}.brand{background:0 0;align-items:center;gap:10px;padding:0;display:flex}.brand-mark{color:#0a0c0b;background:var(--lime-grad);border-radius:11px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 4px 14px rgba(169,224,31,.35)}.brand-mark svg{stroke-width:3.2px}.brand-name{letter-spacing:3px;color:var(--ink);font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700}.brand-context{display:none}.app-header-actions{align-items:center;gap:10px;display:flex}.desktop-profile{display:none}.news-bell{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#c6ccc7;background:#141816;border:1px solid rgba(255,255,255,.08);border-radius:13px;flex:none;width:42px;height:42px;padding:0;line-height:0;transition:border-color .18s,background .18s,transform .14s;position:relative}.news-bell>svg{margin:0;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.news-bell--ringing>svg{transform-origin:50% 12%;animation:1.9s ease-in-out infinite newsBellRing}.news-bell:active{transform:scale(.95)}.news-bell:focus-visible{outline-offset:2px;outline:2px solid rgba(196,242,60,.72)}.news-badge{border:2px solid var(--bg);background:var(--red);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:9px;font-weight:900;line-height:1;display:grid;position:absolute;top:-5px;right:-6px}@keyframes newsBellRing{0%,68%,to{transform:translate(-50%,-50%)rotate(0)}73%{transform:translate(-50%,-50%)rotate(14deg)}78%{transform:translate(-50%,-50%)rotate(-13deg)}83%{transform:translate(-50%,-50%)rotate(9deg)}88%{transform:translate(-50%,-50%)rotate(-7deg)}93%{transform:translate(-50%,-50%)rotate(3deg)}}.balance-pill{height:46px;color:var(--ink);background:rgba(242,81,60,.055);border:1px solid rgba(242,81,60,.28);border-radius:999px;align-items:center;gap:6px;padding:0 13px 0 7px;font-size:15px;font-weight:700;transition:transform .14s,border-color .14s,background .14s,box-shadow .14s;display:flex}.balance-pill svg{color:var(--sub)}.balance-pill>span:nth-child(2){white-space:nowrap;min-width:0}.balance-pill--compact{gap:4px;padding-right:9px;font-size:13px}.balance-pill:active{background:rgba(242,81,60,.14);border-color:rgba(242,81,60,.72);transform:scale(.955);box-shadow:0 0 0 3px rgba(242,81,60,.08)}.balance-pill:focus-visible{outline-offset:2px;outline:2px solid rgba(242,81,60,.75)}.balance-icon{background:rgba(242,81,60,.16);border:1px solid rgba(242,81,60,.34);border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.balance-icon svg{color:#ff6856;stroke-width:2.1px}.app-content{overscroll-behavior-y:contain;flex:1;min-height:0;padding:0 16px 24px;overflow-x:hidden;overflow-y:auto}.screen{flex-direction:column;gap:14px;animation:.28s both enter;display:flex}@keyframes enter{0%{opacity:0;transform:translateY(7px)}}.section-eyebrow{letter-spacing:1.6px;color:var(--muted);font-size:11px;font-weight:700}.section-h2{margin-top:4px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700}.section-h3{margin-top:2px;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:19px;font-weight:700}.card{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:20px}.btn{background:var(--lime-grad);color:#0a0c0b;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:15px 16px;font-size:15px;font-weight:700;display:flex;box-shadow:0 8px 22px rgba(169,224,31,.28)}.btn:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.btn svg{color:#0a0c0b}.home-notices{gap:8px;display:grid}.home-news-alert{background:linear-gradient(120deg,rgba(255,177,60,.09),rgba(10,13,11,.97));border:1px solid rgba(255,177,60,.23);border-radius:15px;align-items:center;gap:11px;min-width:0;padding:10px 10px 10px 12px;display:flex}.home-news-alert--critical{background:linear-gradient(120deg,rgba(242,81,60,.11),rgba(12,10,10,.97));border-color:rgba(242,81,60,.3)}.home-news-alert-icon{color:#ffb13c;background:rgba(255,177,60,.13);border-radius:10px;flex:none;place-items:center;width:34px;height:34px;display:grid}.home-news-alert--critical .home-news-alert-icon{color:#ff7665;background:rgba(242,81,60,.15)}.home-news-alert-copy{min-width:0;color:var(--ink);text-align:left;background:0 0;flex:1;padding:0;overflow:hidden}.home-news-alert-copy strong,.home-news-alert-copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.home-news-alert-copy strong{font-size:13px}.home-news-alert-copy span{color:#a2a8a1;margin-top:2px;font-size:11px}.home-notice-close{color:#777e78;background:0 0;border-radius:9px;flex:none;place-items:center;width:32px;height:32px;display:grid}.home-notice-close:hover{color:var(--ink);background:rgba(255,255,255,.05)}.system-notification-layer{z-index:45;top:max(56px, calc(env(safe-area-inset-top) + 48px));pointer-events:none;width:min(100% - 32px,510px);position:fixed;left:50%;transform:translate(-50%)}.system-notification-layer--behind{z-index:35}.system-notification{pointer-events:auto;transform-origin:100% 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,rgba(13,19,22,.99),rgba(8,13,15,.99));border:1px solid rgba(56,189,248,.23);border-radius:16px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;padding:13px;animation:.36s cubic-bezier(.16,.78,.24,1) both systemNotificationIn;display:grid;box-shadow:0 18px 55px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,.024)}.system-notification--closing{animation:.21s ease-in forwards systemNotificationOut}.system-notification-icon{color:#78d6fc;background:rgba(56,189,248,.14);border-radius:13px;place-items:center;width:44px;height:44px;display:grid}.system-notification-copy{min-width:0}.system-notification-copy strong{color:var(--ink);font-size:14px;display:block}.system-notification-copy span{color:#a2aca7;margin-top:4px;font-size:12px;line-height:1.45;display:block}.system-notification-actions{align-items:center;gap:7px;display:flex}.system-notification-actions button{border-radius:11px;min-height:40px;padding:0 14px;font-size:12px;font-weight:850}.system-notification-hide{color:#a4aba6;background:#292e2c}.system-notification-subscribe{color:#06141b;background:linear-gradient(145deg,#48c8ff,#259ed6);box-shadow:0 5px 16px rgba(37,158,214,.24)}@keyframes systemNotificationIn{0%{opacity:0;transform:translateY(-14px)scaleX(.18)scaleY(.72)}to{opacity:1;transform:translateY(0)scaleX(1)scaleY(1)}}@keyframes systemNotificationOut{to{opacity:0;transform:translateY(-10px)scaleX(.35)scaleY(.8)}}.hero{text-align:center;background:radial-gradient(120% 90% at 50% 0,#171d16 0%,#101312 55%,#0d100f 100%);border:1px solid rgba(196,242,60,.1);border-radius:24px;padding:34px 24px 26px;position:relative;overflow:hidden}.hero.is-warning{background:radial-gradient(120% 90% at 50% 0,#211d12 0%,#131210 55%,#0d0f0e 100%);border-color:rgba(255,176,60,.14)}.hero.is-expired{background:radial-gradient(120% 90% at 50% 0,#1f1513 0%,#131110 55%,#0d0f0e 100%);border-color:rgba(242,81,60,.14)}.hero.is-trial{background:radial-gradient(120% 90% at 50% 0,#141a20 0%,#0f1215 55%,#0d100f 100%);border-color:rgba(120,160,220,.12)}.hero-glow{filter:blur(6px);pointer-events:none;background:radial-gradient(circle,rgba(196,242,60,.28),transparent 68%);border-radius:50%;width:230px;height:230px;animation:4.5s ease-in-out infinite heroGlow;position:absolute;top:96px;left:50%;transform:translate(-50%,-50%)}.hero.is-warning .hero-glow{background:radial-gradient(circle,rgba(255,176,60,.24),transparent 68%)}.hero.is-expired .hero-glow{background:radial-gradient(circle,rgba(242,81,60,.22),transparent 68%)}.hero.is-trial .hero-glow{background:radial-gradient(circle,rgba(120,160,220,.22),transparent 68%);width:190px;height:190px;top:78px}@keyframes heroGlow{0%,to{opacity:.55;transform:translate(-50%,-50%)scale(1)}50%{opacity:.9;transform:translate(-50%,-50%)scale(1.12)}}.hero-shield{color:#0a0c0b;background:linear-gradient(150deg,#d6fb5b,#a4dc18);border-radius:30px;flex:none;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 20px;display:flex;position:relative;box-shadow:0 14px 40px rgba(169,224,31,.4),inset 0 2px 6px rgba(255,255,255,.35)}.hero.is-warning .hero-shield{background:linear-gradient(150deg,#ffd06e,#ff9f2f);box-shadow:0 14px 40px rgba(255,159,47,.32)}.hero.is-expired .hero-shield{background:linear-gradient(150deg,#ff9a91,#ef5a53);box-shadow:0 14px 40px rgba(239,90,83,.3)}.hero-status-icon{flex:none;justify-content:center;align-items:center;display:flex}.hero-status-icon svg{stroke-width:3.4px}.hero-status-icon--active{color:#183209}.hero-status-icon--warning{color:#5a2b00}.hero-status-icon--warning svg{stroke-width:2px}.ticking-clock-hand{transform-box:view-box;transform-origin:12px 12px;animation:6s linear infinite clockSpin}@keyframes clockSpin{to{transform:rotate(360deg)}}.hero-status-icon--inactive{color:#f2513c}.hero.is-expired .hero-status-icon--inactive{color:#9e120d}.hero-shield--cold{color:#7fa8dc;background:linear-gradient(150deg,#1c2228,#12161a);border:1px solid rgba(120,160,220,.18);border-radius:26px;width:84px;height:84px;box-shadow:0 12px 34px rgba(0,0,0,.45)}.hero-badge{letter-spacing:1.4px;color:var(--lime);background:rgba(196,242,60,.1);border:1px solid rgba(196,242,60,.22);border-radius:999px;align-items:center;gap:7px;margin-bottom:14px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex;position:relative}.hero.is-warning .hero-badge{color:#ffb03c;background:rgba(255,176,60,.1);border-color:rgba(255,176,60,.22)}.hero.is-expired .hero-badge{color:#f2725f;background:rgba(242,81,60,.1);border-color:rgba(242,81,60,.22)}.hero-badge .dot{background:currentColor;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite dotPulse}.hero-badge--cold{color:#929a95;background:rgba(160,170,164,.09);border-color:rgba(160,170,164,.2)}.hero-badge--cold .dot{background:currentColor}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.35}}.hero-title{letter-spacing:-.5px;font-family:Space Grotesk,sans-serif;font-size:34px;font-weight:700;line-height:1.05;position:relative}.hero-title--sm{letter-spacing:-.4px;font-size:26px;line-height:1.15}.hero-sub{color:var(--sub);margin-top:8px;margin-bottom:22px;font-size:14px;position:relative}.hero-cta{position:relative}.hero-connect-actions{gap:9px;width:100%;display:grid;position:relative}.hero-connect-hint{color:#82949c;background:rgba(56,189,248,.07);border:1px solid rgba(56,189,248,.2);border-radius:11px;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 8px;min-height:38px;padding:7px 11px;font-size:11px;line-height:1.3;display:flex}.hero-connect-hint button{color:#78d5fb;font-size:inherit;background:0 0;align-items:center;gap:6px;padding:0;font-weight:800;display:inline-flex}.hero-connect-hint button:hover{color:#b9ebff}.hero-connect-hint button svg{color:currentColor}.hero-connect-hint>span{color:#82949c}.trial-cta{isolation:isolate;animation:2.2s ease-in-out infinite trialGlow;overflow:hidden}.trial-cta:after{content:"";z-index:1;filter:blur(5px);pointer-events:none;background:rgba(255,255,255,.58);width:22%;height:240%;animation:2.6s ease-in-out infinite trialShimmer;position:absolute;top:-70%;left:-42%;transform:skew(-18deg)}.trial-cta svg{animation:2.2s ease-in-out infinite trialGift}.trial-cta:disabled,.trial-cta:disabled:after,.trial-cta:disabled svg{animation:none}@keyframes trialGlow{0%,to{box-shadow:0 8px 22px rgba(169,224,31,.28)}50%{box-shadow:0 9px 29px rgba(196,242,60,.52)}}@keyframes trialShimmer{0%,28%{opacity:0;left:-42%}38%{opacity:.8}68%,to{opacity:0;left:122%}}@keyframes trialGift{0%,to{transform:rotate(0)scale(1)}48%{transform:rotate(0)scale(1)}56%{transform:rotate(-8deg)scale(1.12)}64%{transform:rotate(8deg)scale(1.12)}72%{transform:rotate(0)scale(1)}}.card-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.card-title{font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700}.status-badge{color:var(--lime);letter-spacing:.5px;background:rgba(196,242,60,.12);border-radius:999px;align-items:center;gap:6px;padding:6px 11px;font-size:12px;font-weight:700;display:inline-flex}.status-badge .dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite dotPulse}.status-badge--off{color:var(--red);background:rgba(242,81,60,.12)}.renewal{background:linear-gradient(135deg,rgba(196,242,60,.09),rgba(196,242,60,.02));border:1px solid rgba(196,242,60,.22);border-radius:16px;padding:16px 18px}.renewal-head{color:var(--lime);align-items:center;gap:8px;margin-bottom:14px;display:flex}.renewal-head span{letter-spacing:1.3px;font-size:13px;font-weight:700}.renewal-body{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.renewal-k{color:var(--sub);margin-bottom:4px;font-size:14px}.renewal-price{color:var(--lime);text-shadow:0 0 18px rgba(196,242,60,.12);background:linear-gradient(transparent 58%,rgba(196,242,60,.08));border-bottom:2px solid rgba(196,242,60,.62);padding:0 2px 5px;font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;line-height:1;display:inline-block}.renewal-right{text-align:right}.renewal-date{white-space:nowrap;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700;line-height:1.1}.renewal-foot{color:var(--sub);white-space:nowrap;border-top:1px solid rgba(196,242,60,.15);align-items:center;gap:5px;margin-top:14px;padding-top:14px;font-size:13px;display:flex}.renewal-foot svg{color:var(--sub);flex:none}.renewal-foot b{color:var(--ink);margin:0 1px;font-weight:700}.renewal-now{line-height:1.25}.cover,.insuff{letter-spacing:.2px;white-space:nowrap;border-radius:7px;margin-left:auto;padding:4px 6px;font-size:11px;font-weight:900}.cover{color:#68e788;background:rgba(34,197,94,.13)}.insuff{color:var(--red);background:rgba(242,81,60,.13)}.renewal--expired{background:linear-gradient(135deg,rgba(242,81,60,.11),rgba(242,81,60,.024));border-color:rgba(242,81,60,.3)}.renewal--expired .renewal-head,.renewal--expired .renewal-price{color:var(--red)}.renewal--expired .renewal-price{text-shadow:0 0 18px rgba(242,81,60,.12);background:linear-gradient(transparent 58%,rgba(242,81,60,.08));border-bottom-color:rgba(242,81,60,.58)}.renewal--expired .renewal-foot{border-top-color:rgba(242,81,60,.2)}.renewal--expired .renewal-foot svg{color:#d26b60}.auto-status{border:1px solid;border-radius:13px;align-items:center;gap:11px;margin-top:12px;padding:12px 13px;display:flex}.auto-status-icon{border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.auto-status>span:last-child{min-width:0}.auto-status strong,.auto-status small{display:block}.auto-status strong{letter-spacing:.45px;font-size:11px;font-weight:900}.auto-status small{color:var(--sub);margin-top:3px;font-size:11px;line-height:1.35}.auto-status--on{background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.22)}.auto-status--on .auto-status-icon{color:#68e788;background:rgba(34,197,94,.14)}.auto-status--on strong{color:#68e788}.auto-status--off{background:rgba(242,112,60,.08);border-color:rgba(242,112,60,.23)}.auto-status--off .auto-status-icon{color:#ff8a55;background:rgba(242,112,60,.14)}.auto-status--off strong{color:#ff8a55}.auto-status--expired{background:rgba(255,153,47,.09);border-color:rgba(255,153,47,.28);align-items:flex-start}.auto-status--expired .auto-status-icon{color:#ff9f2f;background:rgba(255,153,47,.14)}.auto-status-message{color:#b9a58d;font-size:13px;font-weight:600;line-height:1.5}.auto-status-message em{color:#ff9f2f;font-style:normal;font-weight:900}.card-cta{margin-top:14px}.stat-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.stat-tile{text-align:left;background:var(--panel);border:1px solid var(--line);border-radius:18px;flex-direction:column;gap:14px;min-width:0;padding:20px;transition:background .18s;display:flex}.stat-tile:active{background:var(--panel-active)}.tile-icon{border-radius:13px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tile-icon--dev{color:var(--blue);background:rgba(56,189,248,.14)}.tile-icon--bal{color:#ff6856;background:rgba(242,81,60,.16)}.tile-icon--ref{color:var(--green);background:rgba(34,197,94,.14)}.tile-icon--sm{border-radius:11px;width:38px;height:38px}.tile-body{flex-direction:column;flex:1;justify-content:flex-end;min-width:0;display:flex}.tile-label{color:var(--sub);margin-bottom:7px;font-size:14px;font-weight:600;line-height:1.25}.tile-value{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-family:Space Grotesk,sans-serif;font-size:max(21px,min(6vw,27px));font-weight:700;line-height:1.05;overflow:hidden}.tile-limit-separator{color:var(--dim)}.tile-limit-max{color:var(--lime)}.autorow{background:var(--panel);border:1px solid var(--line);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.autorow-title{font-size:17px;font-weight:700}.autorow-sub{color:var(--muted);margin-top:4px;font-size:14px}.switch{background:#2a2f2b;border-radius:999px;flex:none;width:46px;height:27px;padding:3px;transition:background .2s;display:flex}.switch--on{background:var(--lime)}.switch .knob{background:#fff;border-radius:50%;width:21px;height:21px;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.4)}.switch--on .knob{transform:translate(19px)}.switch:disabled{opacity:.48;cursor:not-allowed}.ref-head{align-items:center;gap:8px;margin-bottom:16px;display:flex}.ref-title{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700}.ref-stats{gap:12px;margin-bottom:16px;display:flex}.ref-box{background:var(--panel-2);border:1px solid var(--line);border-radius:14px;flex:1;min-width:0;padding:14px 16px}.ref-k{color:var(--sub);margin-bottom:6px;font-size:12px}.ref-v{font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700}.ref-linklabel{color:var(--sub);margin-bottom:8px;font-size:14px}.ref-copy{text-align:left;background:var(--panel-2);width:100%;color:var(--ink);border:1px solid rgba(196,242,60,.25);border-radius:14px;align-items:center;gap:10px;padding:14px 16px;display:flex}.ref-copy svg{color:var(--lime);flex:none}.ref-link{min-width:0;color:var(--lime);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:600;overflow:hidden}.ref-act{color:var(--sub);flex:none;font-size:12px;font-weight:700}.ref-copy:disabled{opacity:.6}.tariffs{flex-direction:column;gap:10px;margin-top:12px;display:flex}.tariff{text-align:left;background:var(--panel);border:1px solid var(--line);color:var(--ink);border-radius:16px;justify-content:space-between;align-items:center;padding:16px 18px;transition:border-color .18s,background .18s;display:flex;position:relative}.tariff--popular{background:rgba(196,242,60,.035);border-color:rgba(196,242,60,.2)}.tariff--sel{background:rgba(196,242,60,.09);border-color:rgba(196,242,60,.68);box-shadow:inset 0 0 0 1px rgba(196,242,60,.1)}.tariff-name{font-size:16px;font-weight:700}.tariff-right{align-items:center;gap:8px;display:flex}.tariff-prices{white-space:nowrap;align-items:baseline;gap:7px;display:flex}.tariff-prices s{color:#a7aca6;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;-webkit-text-decoration-color:#f2513c;text-decoration-color:#f2513c;text-decoration-thickness:2px}.tariff-price{font-family:Space Grotesk,sans-serif;font-size:19px;font-weight:700}.tariff-right svg{color:var(--muted)}.tariff-badge{background:var(--lime);color:#0a0c0b;letter-spacing:.8px;border-radius:999px;padding:3px 9px;font-size:10px;font-weight:800;position:absolute;top:-9px;right:16px}.tariffs-cta{margin-top:12px}.whitelist-title{justify-content:space-between;align-items:flex-end;gap:8px;display:flex}.whitelist-title-main{min-width:0}.whitelist-title .page-h1{white-space:nowrap;font-size:23px}.whitelist-traffic-wrap{min-width:0;position:relative}.whitelist-screen--disabled{isolation:isolate;min-height:520px;position:relative}.whitelist-screen--disabled>:not(.whitelist-disabled-overlay){filter:blur(7px);opacity:.48;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.whitelist-disabled-overlay{z-index:20;-webkit-backdrop-filter:blur(2px);background:rgba(8,12,18,.34);border-radius:22px;place-items:center;padding:24px;display:grid;position:absolute;top:0;bottom:0;left:0;right:0}.whitelist-disabled-dialog{width:min(100%,390px);color:var(--text);text-align:center;background:rgba(20,27,38,.94);border:1px solid rgba(255,255,255,.13);border-radius:20px;justify-items:center;gap:10px;padding:28px 24px;display:grid;box-shadow:0 24px 70px rgba(0,0,0,.38)}.whitelist-disabled-dialog svg{color:var(--red)}.whitelist-disabled-dialog h3{margin:2px 0 0;font-size:20px}.whitelist-disabled-dialog p{color:var(--sub);margin:0;font-size:13px;line-height:1.55}.whitelist-status{color:#ff7969;letter-spacing:0;text-align:center;white-space:nowrap;background:#17191a;border:1px solid rgba(242,81,60,.3);border-radius:999px;flex:none;max-width:100%;padding:8px 11px;font-size:13px;font-weight:900;line-height:1.15}.whitelist-status--active{color:var(--lime);background:rgba(196,242,60,.07);border-color:rgba(196,242,60,.28)}.whitelist-status--paused{color:#f5b83f;background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.3)}.whitelist-status--exhausted{color:#ff7969;background:rgba(242,81,60,.08);border-color:rgba(242,81,60,.3)}.whitelist-status--recovery_required{color:var(--blue);background:rgba(56,189,248,.08);border-color:rgba(56,189,248,.3)}.whitelist-traffic-card{background:radial-gradient(circle at 90% 10%,rgba(56,189,248,.15),transparent 38%),linear-gradient(145deg,#151b1e,#101416);border:1px solid rgba(56,189,248,.2);border-radius:22px;min-height:225px;padding:22px;position:relative;overflow:hidden}.whitelist-orbit{border:1px solid rgba(56,189,248,.15);border-radius:50%;width:180px;height:180px;position:absolute;top:-75px;right:-55px;box-shadow:0 0 0 24px rgba(56,189,248,.024),0 0 0 48px rgba(56,189,248,.02)}.whitelist-traffic-head{color:#8aa0aa;letter-spacing:1.5px;justify-content:space-between;align-items:center;font-size:16px;font-weight:800;display:flex;position:relative}.whitelist-traffic-head svg{width:28px;height:28px;color:var(--blue)}.whitelist-remaining{letter-spacing:-1.5px;text-align:center;margin-top:20px;font-family:Space Grotesk,sans-serif;font-size:50px;font-weight:700;line-height:1.05;position:relative}.whitelist-screen .traffic-decimal{color:var(--blue)}.whitelist-empty-traffic{white-space:nowrap;font-size:34px;line-height:1.1;display:inline-block}.whitelist-progress{background:rgba(255,255,255,.07);border-radius:999px;height:7px;margin-top:18px;overflow:hidden}.whitelist-progress i{border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#c4f23c);height:100%;display:block;box-shadow:0 0 14px rgba(56,189,248,.4)}.whitelist-traffic-meta{color:#b6c0bb;background:rgba(255,255,255,.024);border:1px solid rgba(56,189,248,.18);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;font-size:15px;font-weight:700;display:grid}.whitelist-traffic-meta>span{text-align:center;place-content:center;justify-items:center;gap:8px;min-width:0;min-height:78px;padding:13px 14px;display:grid}.whitelist-traffic-meta>span:last-child{border-left:1px solid rgba(56,189,248,.17)}.whitelist-traffic-meta strong{color:#f0f5f2;font-family:Space Grotesk,sans-serif;font-size:23px;font-weight:800;line-height:1.05}.whitelist-traffic-meta-label{color:#c2d0c9;letter-spacing:.25px;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.2}.whitelist-traffic-card>small{color:#8f9b95;text-align:center;margin-top:17px;font-size:12px;font-weight:700;line-height:1.35;display:block}.whitelist-traffic-card>small:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);width:72%;height:1px;margin:0 auto 12px;display:block}.whitelist-connect-actions{gap:9px;margin-top:17px;display:grid;position:relative}.whitelist-connect-btn{color:#101409;background:linear-gradient(145deg,#d4ff33,#a9e61b);border:1px solid rgba(212,255,51,.42);border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;font-size:15px;font-weight:900;display:flex;position:relative;box-shadow:0 8px 22px rgba(196,242,60,.18)}.whitelist-connect-btn:hover{background:linear-gradient(145deg,#ddff59,#b5ed2b)}.whitelist-trial-cta{color:#06151d;background:linear-gradient(135deg,#67d4ff,#269fdc);border:1px solid rgba(125,211,252,.5);min-height:48px;margin-top:17px;font-size:14px;animation-name:whitelistTrialGlow}@keyframes whitelistTrialGlow{0%,to{box-shadow:0 8px 22px rgba(56,189,248,.3)}50%{box-shadow:0 9px 30px rgba(56,189,248,.62)}}.whitelist-base-note{color:#d1bd96;background:rgba(245,158,11,.067);border:1px solid rgba(245,158,11,.2);border-radius:14px;gap:11px;padding:14px 15px;font-size:14px;font-weight:600;line-height:1.5;display:flex}.whitelist-base-note svg{color:#f5b83f;flex:none}.whitelist-alerts{gap:10px;display:grid}.whitelist-packages-section{padding-top:4px}.whitelist-packages{grid-template-columns:1fr;gap:10px;margin-top:14px;display:grid}.whitelist-package{border:1px solid var(--line-2);background:var(--panel);min-height:94px;color:var(--ink);text-align:left;border-radius:17px;grid-template-columns:minmax(0,1fr) auto 20px;align-items:center;gap:14px;padding:17px 18px;transition:border-color .18s,background .18s,box-shadow .18s;display:grid;position:relative}.whitelist-package:disabled{opacity:.48;cursor:not-allowed}.whitelist-package--popular{background:linear-gradient(145deg, rgba(196,242,60,.1), var(--panel));border-color:rgba(196,242,60,.42)}.whitelist-package--selected{background:rgba(196,242,60,.094);border-color:rgba(196,242,60,.7);box-shadow:inset 0 0 0 1px rgba(196,242,60,.1)}.whitelist-package-badge{background:var(--lime);color:#111409;letter-spacing:.65px;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:900;position:absolute;top:-10px;right:12px;box-shadow:0 5px 15px rgba(196,242,60,.16)}.whitelist-package-copy{gap:7px;min-width:0;display:grid}.whitelist-package strong{text-overflow:ellipsis;white-space:nowrap;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:800;overflow:hidden}.whitelist-package strong small{color:var(--blue);font-size:.55em;font-weight:900}.whitelist-package em{color:#929d97;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-style:normal;font-weight:700;overflow:hidden}.whitelist-package-price{white-space:nowrap;justify-content:flex-end;align-items:baseline;gap:7px;display:flex}.whitelist-package-price b{font-family:Space Grotesk,sans-serif;font-size:19px}.whitelist-package-price--with-subscription{flex-direction:column;align-items:flex-end;gap:3px}.whitelist-package-price--with-subscription b{color:var(--lime)}.whitelist-package-saving{color:var(--blue);letter-spacing:.02em;font-size:11px;font-weight:800}.whitelist-package-price--without-subscription{flex-direction:column;align-items:flex-end;gap:4px}.whitelist-package-price--without-subscription small{color:rgba(212,255,51,.68);letter-spacing:.05px;font-size:11px;font-weight:750}.whitelist-package>svg{color:var(--muted)}.whitelist-package--selected>svg{color:var(--lime)}.whitelist-packages-cta{min-height:52px;margin-top:14px;font-size:15px}.whitelist-custom-card{gap:13px;display:grid}.whitelist-stepper{grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;display:grid}.whitelist-stepper button{width:44px;height:44px;color:var(--ink);background:#202622;border-radius:13px;place-items:center;padding:0;line-height:0;display:grid}.whitelist-stepper button svg{margin:0;display:block}.whitelist-stepper .whitelist-stepper-minus{color:#ff7969;background:rgba(242,81,60,.08);border:1px solid rgba(242,81,60,.2)}.whitelist-stepper .whitelist-stepper-plus{color:var(--lime);background:rgba(196,242,60,.09);border:1px solid rgba(196,242,60,.22)}.whitelist-stepper button:disabled{opacity:.35;cursor:not-allowed}.whitelist-stepper>div{justify-content:center;align-items:baseline;gap:7px;display:flex}.whitelist-stepper-value input{width:88px;color:var(--ink);text-align:center;background:rgba(56,189,248,.075);border:1px solid rgba(56,189,248,.35);border-radius:11px;outline:none;padding:6px 9px;font-family:Space Grotesk,sans-serif;font-size:29px;font-weight:700;line-height:1;transition:border-color .18s,box-shadow .18s,background .18s}.whitelist-stepper-value input:hover{background:rgba(56,189,248,.1);border-color:rgba(56,189,248,.55)}.whitelist-stepper-value input:focus{border-color:var(--blue);background:rgba(56,189,248,.12);box-shadow:0 0 0 3px rgba(56,189,248,.12)}.whitelist-stepper-value input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.whitelist-stepper-value input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.whitelist-stepper-value input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.whitelist-stepper span{color:var(--blue);font-size:11px;font-weight:800}.whitelist-custom-range{color:#919d97;text-align:center;margin-top:11px;font-size:12px;font-weight:700;line-height:1.35}.btn.whitelist-custom-buy{color:#071318;background:#38bdf8;min-height:43px;margin-top:1px;box-shadow:0 8px 22px rgba(56,189,248,.16)}.whitelist-unavailable{text-align:center;justify-items:center;gap:12px;padding:30px 20px;display:grid}.whitelist-unavailable svg{color:var(--red)}.whitelist-unavailable p{color:var(--sub);margin:0 0 8px;font-size:12px}.page-title{padding:4px 2px 2px}.page-h1{letter-spacing:-.5px;margin-top:6px;font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:700}.dev-summary{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:18px 20px 17px}.dev-summary-main{justify-content:space-between;align-items:center;gap:12px;display:flex}.dev-sum-left{align-items:center;gap:11px;display:flex}.dev-summary .tile-icon--sm{border-radius:13px;width:48px;height:48px}.dev-summary .tile-icon--sm svg{width:25px;height:25px}.dev-sum-title{font-size:15px;font-weight:700}.dev-sum-note{color:var(--muted);margin-top:3px;font-size:14px}.dev-sum-count{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;line-height:1}.dev-sum-count .c-ink{color:var(--ink)}.dev-sum-count .c-slash{color:var(--dim);margin:0 1px}.dev-sum-count .c-lime{color:var(--lime)}.dev-summary-divider{background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent);width:72%;height:1px;margin:16px auto 14px}.dev-traffic-grid{grid-template-columns:1fr 1fr;display:grid}.dev-traffic-item{text-align:center;flex-direction:column;align-items:center;gap:4px;min-width:0;display:flex}.dev-traffic-item+.dev-traffic-item{border-left:1px solid rgba(255,255,255,.07);padding-left:20px}.dev-traffic-label{color:var(--muted);letter-spacing:.25px;font-size:14px;font-weight:700}.dev-traffic-item strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-family:Space Grotesk,sans-serif;font-size:23px;font-weight:800;line-height:1.05;overflow:hidden}.devices-screen .traffic-decimal{color:var(--lime)}.traffic-decimal{color:inherit;font-size:.68em;font-weight:inherit;letter-spacing:0}.traffic-amount{white-space:nowrap;align-items:baseline;display:inline-flex}.traffic-unit{color:#9eaaa4;letter-spacing:0;font-size:.65em;font-weight:500}.limit-card .section-h3{margin-bottom:16px}.stepper{align-items:center;gap:12px;display:flex}.step-btn{background:var(--panel-2);border:1px solid var(--line-2);border-radius:16px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.step-btn--minus{color:#ff7969;background:rgba(242,81,60,.08);border-color:rgba(242,81,60,.22)}.step-btn--plus{color:var(--lime);background:rgba(196,242,60,.09);border-color:rgba(196,242,60,.22)}.step-btn:disabled{border-color:var(--line-2);background:var(--panel-2);color:#414b46}.step-mid{text-align:center;flex:1}.step-num{font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:700;line-height:1}.step-cap{letter-spacing:1.4px;color:var(--muted);margin-top:2px;font-size:11px;font-weight:700}.slot-quote{background:rgba(196,242,60,.08);border:1px solid rgba(196,242,60,.18);border-radius:14px;grid-template-columns:1fr auto;align-items:center;gap:4px;margin-top:16px;padding:13px 14px;display:grid}.slot-quote span{color:var(--sub);font-size:14px;font-weight:700;line-height:1.35}.slot-quote strong{color:var(--lime);font-family:Space Grotesk,sans-serif;font-size:16px}.slot-quote small{color:var(--red);grid-column:1/-1;font-size:14px;font-weight:900}.slot-quote.insufficient{background:rgba(242,81,60,.07);border-color:rgba(242,81,60,.2)}.slot-quote.insufficient strong{color:var(--red)}.slot-error{color:#e3a19d;background:rgba(242,81,60,.07);border:1px solid rgba(242,81,60,.18);border-radius:13px;margin-top:16px;padding:13px 14px;font-size:13px;line-height:1.5}.empty{text-align:center;padding:44px 24px}.empty-icon{width:58px;height:58px;color:var(--blue);background:rgba(56,189,248,.14);border-radius:18px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.empty-title{margin-bottom:6px;font-family:Space Grotesk,sans-serif;font-size:19px;font-weight:700}.empty-note{color:var(--muted);max-width:240px;margin:0 auto;font-size:13px;line-height:1.5}.device-list{padding:6px 20px}.device-row{border-top:1px solid var(--line);grid-template-columns:43px minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px 0;display:grid}.device-row:first-child{border-top:none}.device-plat{width:43px;height:43px;color:var(--blue);letter-spacing:.5px;background:#202a30;border-radius:13px;justify-content:center;align-items:center;font-size:9px;font-weight:900;display:flex}.device-copy{min-width:0}.device-copy strong,.device-copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.device-copy strong{font-size:14px}.device-copy span{color:var(--muted);margin-top:3px;font-size:12px}.row-actions{gap:4px;display:flex}.row-actions button,.edit-line button{width:34px;height:34px;color:var(--muted);background:0 0;border-radius:10px;justify-content:center;align-items:center;display:flex}.row-actions .danger{color:var(--red)}.edit-line{gap:4px;display:flex}.edit-line input{background:var(--panel-2);width:100%;min-width:0;color:var(--ink);border:1px solid rgba(196,242,60,.25);border-radius:10px;outline:none;padding:8px 10px}.edit-line button{color:var(--lime);background:rgba(196,242,60,.12)}.note{color:var(--muted);gap:10px;padding:2px 6px;font-size:12px;line-height:1.5;display:flex}.note svg{color:var(--lime);flex:none;margin-top:1px}.bal-hero{background:linear-gradient(135deg,#c9f549,#8fce1a);border-radius:22px;padding:26px 24px;position:relative;overflow:hidden}.bal-glow1{background:rgba(255,255,255,.16);border-radius:50%;width:180px;height:180px;position:absolute;top:-30px;right:-40px}.bal-glow2{background:rgba(255,255,255,.1);border-radius:50%;width:120px;height:120px;position:absolute;bottom:-50px;right:20px}.bal-label{color:#33430a;letter-spacing:1.5px;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:800;display:flex;position:relative}.bal-label svg{color:#33430a}.bal-amount{color:#0a0c0b;letter-spacing:-1px;font-family:Space Grotesk,sans-serif;font-size:46px;font-weight:700;line-height:1;position:relative}.bal-amount span{font-size:26px;font-weight:600}.promo-card{padding:18px}.promo-head{align-items:center;gap:11px;margin-bottom:14px;display:flex}.promo-icon{width:38px;height:38px;color:var(--violet);background:rgba(139,92,246,.17);border-radius:12px;flex:none;justify-content:center;align-items:center;display:flex}.promo-title{font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700}.promo-note{color:var(--muted);margin-top:2px;font-size:11px;line-height:1.35}.promo-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.promo-form input{color:#ddd3ff;letter-spacing:.5px;text-transform:uppercase;background:rgba(139,92,246,.035);border:1px solid rgba(139,92,246,.24);border-radius:12px;outline:none;min-width:0;height:45px;padding:0 13px;font-size:16px;font-weight:700;transition:border-color .18s,box-shadow .18s,background .18s}.promo-form input::placeholder{color:#59605a;letter-spacing:0;text-transform:none;font-weight:600}.promo-form input:focus{background:rgba(139,92,246,.07);border-color:rgba(167,139,250,.72);box-shadow:0 0 0 3px rgba(139,92,246,.12)}.promo-form input:disabled{color:#747b75;opacity:1;background:#171a18;border-color:rgba(255,255,255,.043)}.promo-submit{color:#bda9ff;background:rgba(139,92,246,.18);border:1px solid rgba(167,139,250,.34);border-radius:12px;justify-content:center;align-items:center;min-width:106px;height:45px;padding:0 14px;font-size:12px;font-weight:800;transition:transform .14s,background .18s,border-color .18s,color .18s,box-shadow .18s,opacity .14s;display:flex}.promo-submit:active:not(:disabled){background:rgba(139,92,246,.3);border-color:rgba(167,139,250,.68);transform:scale(.96)}.promo-submit--idle:disabled{color:#716589;cursor:not-allowed;opacity:.8;background:rgba(139,92,246,.07);border-color:rgba(139,92,246,.13)}.promo-submit--loading{color:#c6b6ff;cursor:wait;opacity:1;background:rgba(139,92,246,.24);border-color:rgba(167,139,250,.52)}.promo-submit--success{color:#d7cdff;opacity:1;background:rgba(139,92,246,.28);border-color:rgba(167,139,250,.65);box-shadow:0 0 0 3px rgba(139,92,246,.1)}.promo-submit--error{color:#ff6856;opacity:1;background:rgba(242,81,60,.17);border-color:rgba(242,81,60,.42);box-shadow:0 0 0 3px rgba(242,81,60,.06)}.promo-submit--success svg,.promo-submit--error svg{color:currentColor;stroke-width:2.5px}.promo-spinner{border:2px solid rgba(167,139,250,.28);border-top-color:currentColor;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}.topup-title{margin-top:0;margin-bottom:16px;font-size:22px}.presets{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.preset{text-align:center;background:var(--panel-2);border:1px solid var(--line-2);color:var(--ink);border-radius:13px;padding:15px 0;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700}.preset--sel{color:var(--lime);background:rgba(196,242,60,.1);border-color:rgba(196,242,60,.5)}.field-label{color:var(--sub);margin-bottom:8px;font-size:12px}.field{background:var(--panel-2);border:1px solid var(--line-2);border-radius:14px;align-items:center;margin-bottom:16px;padding:0 18px;display:flex}.field input{width:100%;color:var(--ink);background:0 0;border:none;outline:none;flex:1;padding:16px 0;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700}.field .cur{color:var(--muted);font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.topup-limit-note{color:#d09a94;background:rgba(242,81,60,.07);border:1px solid rgba(242,81,60,.2);border-radius:12px;margin-top:-4px;padding:11px 13px;font-size:13px;line-height:1.45}.history-card .section-h3{margin-bottom:14px}.quiet{color:var(--muted);font-size:13px}.history-list{flex-direction:column;display:flex}.hrow{text-align:left;border-top:1px solid var(--line);background:0 0;align-items:center;gap:12px;width:100%;padding:12px 0;display:flex}.hrow:first-child{border-top:none}.hicon{border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.hicon--ok{color:var(--lime);background:rgba(196,242,60,.1)}.hicon--pending{color:#ff9f2f;background:rgba(255,159,47,.13)}.hicon--pending svg{color:#ff9f2f;stroke-width:2.2px}.hicon--failed{color:#ff6856;background:rgba(242,81,60,.13)}.hicon--failed svg{color:#ff6856;stroke-width:2.5px}.hbody{flex:1;min-width:0}.hbody-title{font-size:14px;font-weight:700}.hbody-meta{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;overflow:hidden}.hamount{color:var(--ink);font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700}.hamount--ok{color:#32e66f}.hamount--exp{color:var(--muted)}.wallet-page-title{display:none}.profile-hero{text-align:center;padding:14px 0 4px}.avatar-wrap{width:96px;height:96px;margin:0 auto 14px;position:relative}.avatar-glow{filter:blur(4px);background:radial-gradient(circle,rgba(196,242,60,.3),transparent 70%);border-radius:50%;position:absolute;top:-10px;bottom:-10px;left:-10px;right:-10px}.avatar{color:#0a0c0b;background:linear-gradient(150deg,#d6fb5b,#9ed318);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;font-family:Space Grotesk,sans-serif;font-size:34px;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 34px rgba(169,224,31,.35)}.avatar-photo{object-fit:cover;width:100%;height:100%;display:block}.avatar-fallback{place-items:center;display:grid}.avatar-fallback--desktop{display:none}.prof-name{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700}.prof-user{color:var(--sub);margin-top:2px;font-size:14px}.prof-id{letter-spacing:1.6px;color:var(--muted);margin-top:8px;font-size:11px;font-weight:700}.identity-card .section-h3{margin-bottom:16px}.id-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.id-main{min-width:0}.id-k{color:var(--sub);margin-bottom:3px;font-size:12px}.id-v{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;overflow:hidden}.id-tag{color:var(--lime);flex:none;font-size:14px;font-weight:700}.id-add{color:var(--lime);background:rgba(196,242,60,.12);border-radius:10px;padding:9px 16px;font-size:13px;font-weight:700}.id-note{color:var(--dim);margin-top:8px;font-size:11px}.menu-card{padding:0;overflow:hidden}.menu-item{width:100%;color:var(--ink);text-align:left;border-top:1px solid var(--line);background:0 0;align-items:center;gap:14px;padding:16px 18px;display:flex}.menu-item:first-child{border-top:none}.menu-ic{border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.menu-ic--blue{color:#7fa8dc;background:rgba(120,160,220,.12)}.menu-item:nth-child(2) .menu-ic--blue{color:var(--violet);background:rgba(139,92,246,.16)}.menu-ic--danger{color:#e66;background:rgba(230,80,80,.12)}.menu-body{flex:1}.menu-title{font-size:15px;font-weight:700}.menu-sub{color:var(--muted);margin-top:2px;font-size:12px}.menu-item>svg{color:#4c524a}.menu-item--danger{background:rgba(242,81,60,.07);border-top-color:rgba(242,81,60,.28)}.menu-item--danger .menu-title{color:#f06565}.menu-item--danger>svg{color:var(--red)}.menu-item:disabled{opacity:.45;cursor:not-allowed}.footer-note{text-align:center;color:#3f453d;letter-spacing:2px;padding:8px 0 4px;font-size:11px;font-weight:700}.bottom-nav{padding:8px 8px max(12px, env(safe-area-inset-bottom));background:#0d0f0e;border-top:1px solid rgba(255,255,255,.06);flex:none;display:flex}.nav-btn{color:var(--muted);background:0 0;flex-direction:column;flex:1;align-items:center;gap:5px;display:flex;position:relative}.nav-btn--section-end{margin-right:3px}.nav-btn--section-end:after{content:"";background:rgba(255,255,255,.08);border-radius:999px;width:1px;position:absolute;top:9px;bottom:9px;right:-2px}.nav-btn span{text-align:center;font-size:10px;font-weight:600;line-height:1.05}.nav-btn svg{transition:transform .2s}.nav-btn--active{color:var(--lime)}.nav-btn--active svg{transform:translateY(-1px)}.sheet-backdrop{z-index:40;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.7);justify-content:center;align-items:flex-end;padding-top:24px;animation:.22s both sheetFade;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.renewal-sheet{width:min(100%,520px);max-height:min(88vh,720px);max-height:min(88dvh,720px);padding:10px 20px max(22px, env(safe-area-inset-bottom));background:#121513;border:1px solid rgba(255,255,255,.08);border-bottom:0;border-radius:26px 26px 0 0;animation:.28s cubic-bezier(.22,.8,.25,1) both sheetUp;overflow-y:auto;box-shadow:0 -24px 70px rgba(0,0,0,.55)}.sheet-handle{background:#3c413d;border-radius:999px;width:42px;height:4px;margin:0 auto 18px}.sheet-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.sheet-head h2{margin-top:4px;font-family:Space Grotesk,sans-serif;font-size:25px}.sheet-close{width:40px;height:40px;color:var(--ink);background:#202420;border-radius:13px;flex:none;justify-content:center;align-items:center;display:flex}.sheet-close svg{stroke-width:2.2px}.news-sheet{max-width:620px;max-height:min(88vh,600px);flex-direction:column;max-height:min(88dvh,600px);display:flex;overflow:hidden}.news-sheet:focus{outline:none}.news-sheet .sheet-handle,.news-sheet-head,.news-channel-cta{flex:none}.news-sheet .sheet-handle{margin-bottom:11px}.news-sheet-head{background:#121513;gap:8px;min-width:0;padding:0 0 11px;position:static}.news-sheet-head>div:first-child{min-width:0}.news-sheet-head h2{text-overflow:ellipsis;white-space:nowrap;margin-top:0;font-size:22px;line-height:1.1;overflow:hidden}.news-sheet-actions{flex:none;align-items:center;gap:8px;display:flex}.news-sheet-actions .sheet-close,.news-read-all{height:46px;min-height:46px}.news-sheet-actions .sheet-close{color:#ff7160;background:rgba(242,81,60,.13);border:1px solid rgba(242,81,60,.22);border-radius:14px;width:46px}.news-sheet-actions .sheet-close:hover{color:#ff9487;background:rgba(242,81,60,.2)}.news-read-all{color:var(--lime);white-space:nowrap;background:rgba(196,242,60,.1);border:1px solid rgba(196,242,60,.13);border-radius:12px;padding:0 14px;font-size:12px;font-weight:850}.news-list{min-height:0;max-height:min(55vh,380px);overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(196,242,60,.28) transparent;flex:auto;grid-auto-rows:max-content;align-content:start;gap:9px;max-height:min(55dvh,380px);margin-top:10px;padding-right:4px;display:grid;overflow-x:hidden;overflow-y:auto}.news-item{border:1px solid var(--line-2);background:#101310;border-radius:15px;min-height:66px;transition:opacity .18s,transform .18s,max-height .18s;position:relative;overflow:hidden}.news-item--dismissing{opacity:0;transform:translate(26px)scale(.98)}.news-item--important{border-left:3px solid rgba(255,177,60,.55)}.news-item--critical{border-left:3px solid rgba(242,81,60,.7)}.news-item--unread{background:#141713;border-color:rgba(196,242,60,.16)}.news-item--unread.news-item--important{border-color:rgba(255,177,60,.25) rgba(255,177,60,.25) rgba(255,177,60,.25) #ffb13c}.news-item--unread.news-item--critical{border-color:rgba(242,81,60,.28) rgba(242,81,60,.28) rgba(242,81,60,.28) #ff6856}.news-item-summary{width:100%;min-width:0;color:var(--ink);text-align:left;background:0 0;grid-template-columns:8px minmax(0,1fr) 22px;align-items:center;gap:10px;padding:14px 58px 14px 13px;display:grid}.news-item-state{background:#484e49;border-radius:50%;width:7px;height:7px}.news-item--unread .news-item-state,.news-item--important.news-item--unread .news-item-state,.news-item--critical.news-item--unread .news-item-state{background:#ff9f2f;box-shadow:0 0 10px rgba(255,159,47,.42)}.news-item-heading{min-width:0}.news-item-heading strong{overflow-wrap:anywhere;font-size:14px;line-height:1.35;display:block}.news-item-heading time{color:var(--muted);margin-top:4px;font-size:10px;display:block}.news-item-chevron{color:#626862;transition:transform .18s}.news-item-chevron--open{transform:rotate(90deg)}.news-item-dismiss{z-index:1;color:#8b938d;background:rgba(126,135,128,.1);border:1px solid rgba(255,255,255,.07);border-radius:12px;place-items:center;width:40px;height:40px;padding:0;line-height:0;display:grid;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.news-item-dismiss>svg{margin:auto;display:block}.news-item-dismiss:hover{color:#d0d6d1;background:rgba(126,135,128,.17);border-color:rgba(255,255,255,.12)}.news-item-content{padding:0 58px 15px 31px}.news-item-content p{color:#b3bab4;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.65}.news-item--channel{background:linear-gradient(145deg,#10171a,#0c1113);border-color:rgba(56,189,248,.2)}.news-item--channel .news-item-state{background:#48c8ff;box-shadow:0 0 10px rgba(72,200,255,.4)}.news-system-item{grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px;display:grid}.news-system-item-copy{min-width:0}.news-system-item-copy strong{font-size:13px;display:block}.news-system-item-copy span{color:#98a3a0;margin-top:4px;font-size:11px;line-height:1.45;display:block}.news-system-promo{color:#61cfff;font-style:normal;font-weight:800}.news-system-item .news-action{color:#7cd7fc;background:rgba(56,189,248,.14);margin-top:0}.news-action{min-height:38px;color:var(--lime);background:rgba(196,242,60,.11);border-radius:10px;align-items:center;gap:7px;margin-top:13px;padding:0 13px;font-size:12px;font-weight:800;display:inline-flex}.news-empty{color:#646b65;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:150px;font-size:13px;display:flex}.news-load-more{border:1px solid var(--line-2);color:#9fa7a0;background:#171a18;border-radius:12px;width:100%;min-height:44px;font-size:12px;font-weight:800}.news-load-more:disabled{opacity:.55}.news-channel-cta{background:var(--lime-grad);color:#101409;border:1px solid rgba(196,242,60,.42);border-radius:13px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:48px;margin-top:14px;font-size:13px;font-weight:850;display:flex;box-shadow:0 8px 22px rgba(169,224,31,.2)}.sheet-balance{background:rgba(196,242,60,.08);border:1px solid rgba(196,242,60,.16);border-radius:15px;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding:15px 16px;display:flex}.sheet-balance span{color:var(--sub);font-size:13px}.sheet-balance strong{color:var(--lime);font-family:Space Grotesk,sans-serif;font-size:21px}.sheet-options{gap:9px;margin-top:14px;display:grid}.sheet-option{text-align:left;border:1px solid var(--line-2);width:100%;min-width:0;color:var(--ink);background:#181b19;border-radius:15px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px;transition:border-color .18s,background .18s,transform .18s;display:grid;position:relative}.sheet-option:active{transform:scale(.985)}.sheet-option--selected{background:rgba(196,242,60,.09);border-color:rgba(196,242,60,.65);box-shadow:inset 0 0 0 1px rgba(196,242,60,.1)}.sheet-option-check{color:transparent;border:1px solid #3b403c;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.sheet-option--selected .sheet-option-check{border-color:var(--lime);background:var(--lime);color:#0a0c0b}.sheet-option-copy{min-width:0}.sheet-option-copy strong{font-size:15px;display:block}.sheet-option-prices{white-space:nowrap;justify-content:flex-end;align-items:baseline;gap:7px;min-width:0;display:flex}.sheet-option-prices s{color:#a7aca6;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;-webkit-text-decoration-color:#f2513c;text-decoration-color:#f2513c;text-decoration-thickness:2px}.sheet-option-prices b{color:var(--ink);font-family:Space Grotesk,sans-serif;font-size:18px}.sheet-total{border-top:1px solid var(--line-2);justify-content:space-between;align-items:center;gap:16px;margin-top:15px;padding-top:15px;display:flex}.sheet-total span{color:var(--sub);font-size:12px}.sheet-total strong{white-space:nowrap;font-family:Space Grotesk,sans-serif;font-size:24px}.sheet-shortfall{color:#c49a95;background:rgba(242,81,60,.07);border:1px solid rgba(242,81,60,.18);border-radius:11px;margin-top:10px;padding:10px 12px;font-size:12px;line-height:1.45}.sheet-shortfall strong{color:#ff7565;font-weight:900}.sheet-action{margin-top:16px}.sheet-action--topup{color:#160503;background:linear-gradient(150deg,#ff897b,#f2513c);box-shadow:0 8px 22px rgba(242,81,60,.25)}.identity-link-sheet{max-width:470px}.identity-link-content{gap:13px;margin-top:24px;display:grid}.identity-link-content>p{color:var(--sub);margin:0 0 2px;font-size:14px;line-height:1.6}.identity-link-content>p strong{color:var(--ink);overflow-wrap:anywhere}.identity-link-input{border:1px solid var(--line-2);width:100%;height:55px;color:var(--ink);background:#0d100e;border-radius:13px;outline:none;padding:0 15px;font-size:14px;transition:border-color .18s,box-shadow .18s}.identity-link-input:focus{border-color:rgba(196,242,60,.55);box-shadow:0 0 0 4px rgba(196,242,60,.06)}.identity-link-code{text-align:center;letter-spacing:8px;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700}.identity-link-error{color:#ff9386;background:rgba(242,81,60,.07);border:1px solid rgba(242,81,60,.2);border-radius:11px;padding:11px 12px;font-size:13px;line-height:1.5}.quote-error{color:#ff9386;text-align:center;background:rgba(242,81,60,.07);border:1px solid rgba(242,81,60,.2);border-radius:11px;padding:11px 12px;font-size:13px;line-height:1.5}.identity-link-action{margin-top:2px}.identity-link-secondary{justify-content:space-between;gap:14px;display:flex}.identity-link-secondary button,.identity-link-check{color:#9aa29b;background:0 0;padding:10px 2px;font-size:12px;font-weight:700}.identity-link-secondary button:disabled,.identity-link-check:disabled{color:#505651;cursor:not-allowed}.identity-link-next-step{color:#77857e;text-align:center;align-items:center;gap:10px;font-size:10px;font-weight:700;display:flex}.identity-link-next-step:before,.identity-link-next-step:after{content:"";background:rgba(56,189,248,.14);flex:1;height:1px}.identity-link-next-step span{flex:none}.identity-link-check{color:#8bdcff;width:100%;min-height:50px;box-shadow:none;background:rgba(56,189,248,.11);border:1px solid rgba(56,189,248,.3);border-radius:12px;padding:13px;font-size:15px;font-weight:700}.identity-link-check:hover:not(:disabled){color:#b8eaff;background:rgba(56,189,248,.18);border-color:rgba(56,189,248,.5)}.identity-link-sheet .sheet-close{color:#ff6856;background:rgba(242,81,60,.12)}.identity-link-sheet .sheet-close:hover:not(:disabled){background:rgba(242,81,60,.2)}@keyframes sheetFade{0%{opacity:0}}@keyframes sheetUp{0%{opacity:.5;transform:translateY(100%)}}.busy-overlay{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(6,8,7,.45);place-items:center;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.spinner{border:3px solid rgba(255,255,255,.14);border-top-color:var(--lime);border-radius:50%;width:38px;height:38px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.toast{z-index:60;top:max(76px, calc(env(safe-area-inset-top) + 66px));color:#15200a;text-align:center;background:#e9ffc0;border-radius:14px;width:calc(min(100%,390px) - 28px);padding:16px 18px;font-size:15px;font-weight:800;line-height:1.4;animation:.25s cubic-bezier(.16,.78,.24,1) both toastIn;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 18px 50px rgba(0,0,0,.4)}.toast.error{color:#3a1210;background:#ffd2ce}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,-14px)scale(.97)}to{opacity:1;transform:translate(-50%)scale(1)}}.launch-screen{text-align:center;background:radial-gradient(circle at 50% 42%,rgba(196,242,60,.1),transparent 30%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.launch-mark{background:var(--lime-grad);color:#0a0c0b;border-radius:24px;justify-content:center;align-items:center;width:74px;height:74px;margin-bottom:24px;display:flex}.launch-brand{background:var(--lime-grad);color:#0a0c0b;letter-spacing:2.4px;border-radius:18px;justify-content:center;align-items:center;gap:11px;margin-bottom:26px;padding:14px 20px;font-family:Space Grotesk,sans-serif;font-size:25px;font-weight:700;display:flex;box-shadow:0 9px 28px rgba(169,224,31,.36)}.launch-brand-mark{color:#0a0c0b;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.launch-brand-mark svg{stroke-width:3.2px}.launch-screen p{color:var(--sub);font-size:13px}.launch-screen h1{letter-spacing:-.5px;margin:0 0 8px}.loader-line{background:#202622;width:140px;height:2px;margin:4px 0 18px;overflow:hidden}.loader-line:after{content:"";background:var(--lime);width:45%;height:100%;animation:1.1s ease-in-out infinite load;display:block}@keyframes load{0%{transform:translate(-100%)}to{transform:translate(320%)}}.error-screen .btn{width:auto;margin-top:20px;padding:14px 24px}.error-screen .launch-error-message{font-size:15px;line-height:1.5}.maintenance-screen{min-height:100vh;min-height:100dvh;padding:max(24px, env(safe-area-inset-top)) 20px max(24px, env(safe-area-inset-bottom));color:var(--ink);background:radial-gradient(circle at 50% 38%,rgba(196,242,60,.12),transparent 26%),radial-gradient(circle at 15% 85%,rgba(56,189,248,.07),transparent 28%),#090b0a;place-items:center;display:grid;position:relative;overflow:hidden}.maintenance-grid{opacity:.22;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:34px 34px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:radial-gradient(circle,#000,transparent 72%);mask-image:radial-gradient(circle,#000,transparent 72%)}.maintenance-orbit{aspect-ratio:1;border:1px solid rgba(196,242,60,.08);border-radius:50%;width:min(76vw,620px);animation:28s linear infinite maintenanceSpin;position:absolute}.maintenance-orbit:before,.maintenance-orbit:after{content:"";border:1px solid rgba(255,255,255,.035);border-radius:50%;position:absolute;top:14%;bottom:14%;left:14%;right:14%}.maintenance-orbit:after{border-color:rgba(56,189,248,.06);top:31%;bottom:31%;left:31%;right:31%}.maintenance-orbit span{background:var(--lime);border-radius:50%;width:7px;height:7px;position:absolute;box-shadow:0 0 18px rgba(196,242,60,.65)}.maintenance-orbit span:first-child{top:8%;left:27%}.maintenance-orbit span:nth-child(2){background:var(--blue);width:4px;height:4px;top:55%;right:5%}.maintenance-orbit span:nth-child(3){width:5px;height:5px;bottom:10%;left:20%}.maintenance-card{z-index:1;text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,rgba(24,28,26,.94),rgba(12,15,14,.96));border:1px solid rgba(255,255,255,.075);border-radius:30px;width:min(100%,520px);padding:max(28px,min(6vw,48px));position:relative;box-shadow:0 36px 100px rgba(0,0,0,.55),inset 0 1px rgba(255,255,255,.035)}.maintenance-brand{letter-spacing:3px;justify-content:center;align-items:center;gap:9px;margin-bottom:34px;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;display:flex}.maintenance-brand i{background:var(--lime-grad);color:#0a0c0b;border-radius:10px;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 7px 20px rgba(169,224,31,.24)}.maintenance-brand svg{stroke-width:3.1px}.maintenance-art{width:min(100%,300px);margin:-18px auto 12px}.maintenance-illustration{filter:drop-shadow(0 18px 28px rgba(0,0,0,.42));width:100%;height:auto;display:block;overflow:visible}.maintenance-illustration-ring{fill:rgba(196,242,60,.024);stroke:#b9ed22;stroke-width:4px;stroke-dasharray:470 110;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(196,242,60,.2))}.maintenance-worker{filter:drop-shadow(0 7px 7px rgba(0,0,0,.28))}.maintenance-laptop{filter:drop-shadow(0 8px 9px rgba(0,0,0,.45))}.maintenance-sparks circle{transform-origin:50%;animation:2.6s ease-in-out infinite alternate maintenanceSpark}.maintenance-sparks circle:nth-child(2n){animation-delay:-.9s}.maintenance-label{color:var(--lime);letter-spacing:max(1.5px,min(.8vw,3px));text-shadow:0 0 20px rgba(196,242,60,.22);margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:max(15px,min(4vw,19px));font-weight:800}.maintenance-card h1{letter-spacing:-1.5px;font-family:Space Grotesk,sans-serif;font-size:max(30px,min(8vw,43px))}.maintenance-card p{color:#909790;max-width:390px;margin:16px auto 28px;font-size:14px;line-height:1.7}.maintenance-retry,.maintenance-support{border-radius:15px;width:100%;min-height:52px;font-size:14px;font-weight:800}.maintenance-retry{background:var(--lime-grad);color:#10140b;justify-content:center;align-items:center;gap:9px;display:flex;box-shadow:0 10px 28px rgba(169,224,31,.2)}.maintenance-support{color:#828982;background:0 0;margin-top:10px}.maintenance-support:hover{color:var(--ink)}@keyframes maintenanceSpin{to{transform:rotate(360deg)}}@keyframes maintenanceSpark{to{opacity:.35;transform:scale(.7)}}.hero-sub,.renewal-k,.autorow-sub,.ref-k,.ref-linklabel,.dev-sum-note,.empty-note,.note,.field-label,.hbody-meta,.prof-user,.id-k,.menu-sub,.quiet,.launch-screen p{font-size:var(--muted-text-size)}@media (prefers-reduced-motion:reduce){*,:before,:after{animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:600px){.system-notification{grid-template-columns:44px minmax(0,1fr)}.system-notification-actions{grid-column:2;justify-content:flex-end}}@media (max-width:350px){.brand-name{display:none}.app-header{padding-left:12px;padding-right:12px}.app-header-actions{gap:7px}.balance-pill{height:42px;padding:0 10px 0 6px;font-size:13px}.balance-icon{width:29px;height:29px}.news-bell{width:40px;height:40px}.news-read-all{white-space:normal;max-width:76px;line-height:1.15}.news-item-summary{gap:7px;padding:12px 54px 12px 10px}.news-item-content{padding-left:25px;padding-right:54px}.system-notification-layer{width:calc(100% - 24px)}.system-notification{grid-template-columns:40px minmax(0,1fr);gap:10px;padding:11px}.system-notification-icon{width:40px;height:40px}.system-notification-actions{grid-column:1/-1;justify-content:flex-end}.news-system-item{grid-template-columns:7px minmax(0,1fr)}.news-system-item .news-action{grid-column:2;justify-self:start}.whitelist-title .page-h1{font-size:20px}.whitelist-status{padding:7px 8px;font-size:11px}.renewal-foot{gap:3px;font-size:10px}.renewal-foot svg{display:none}.cover,.insuff{letter-spacing:0;padding:3px 4px;font-size:9px}.stat-tile{padding:16px}.sheet-option{grid-template-columns:24px minmax(0,1fr) auto;gap:8px;padding-left:10px;padding-right:10px}.sheet-option-prices{gap:5px}.sheet-option-prices s{font-size:13px}.sheet-option-prices b{font-size:17px}}@media (min-width:700px){.sheet-backdrop{align-items:center;padding:24px}.renewal-sheet{border-bottom:1px solid rgba(255,255,255,.08);border-radius:26px;padding-bottom:22px}.sheet-handle{display:none}}@media (min-width:960px){.app-shell{--muted-text-size:14px;background:0 0;width:min(100% - 64px,1040px);height:auto;padding:128px 0 20px;position:fixed;top:0;bottom:0;left:0;right:0}.app-header{background:linear-gradient(145deg,#171b1e,#131719);border:1px solid rgba(255,255,255,.08);border-radius:20px;min-height:82px;padding:0 20px 0 22px;box-shadow:0 16px 42px rgba(0,0,0,.18)}.brand{gap:12px}.brand-mark{width:34px;height:34px;box-shadow:none;border-radius:10px}.brand-name{letter-spacing:2.3px;font-size:18px}.brand-context{color:#9aa19b;letter-spacing:0;border-left:1px solid rgba(255,255,255,.13);align-items:center;min-height:22px;margin-left:4px;padding-left:15px;font-size:15px;font-weight:600;display:inline-flex}.balance-pill{justify-content:flex-start;gap:9px;min-width:184px;height:54px;padding:0 14px 0 8px;font-family:Space Grotesk,sans-serif;font-size:19px}.balance-pill>span:nth-child(2){text-align:center;flex:1}.balance-icon{border-radius:50%;width:36px;height:36px}.desktop-profile{background:var(--lime-grad);color:#101409;border-radius:50%;place-items:center;width:44px;height:44px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:800;display:grid;overflow:hidden}.news-bell{border-radius:14px;width:44px;height:44px}.system-notification-layer{width:min(510px,100% - 64px);top:164px;left:50%;transform:translate(-50%)}.app-content{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(196,242,60,.25) transparent;padding:54px 4px 125px 0}.app-content>.screen:not(.home-screen){width:min(100%,560px);margin-left:auto;margin-right:auto}.home-screen--subscribed{grid-template-rows:442px 94px 210px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"hero subscription""referrals autorenew""referrals stats";gap:20px;display:grid}.home-screen--subscribed>.hero{grid-area:hero}.home-screen--subscribed>.subscription-card{grid-area:subscription}.home-screen--subscribed>.autorow{grid-area:autorenew}.home-screen--subscribed>.stat-grid{grid-area:stats}.home-screen--subscribed>.ref-card{grid-area:referrals}.home-screen--subscribed>.home-notices{grid-column:1/-1}.home-screen--onboarding{width:min(100%,760px);margin-left:auto;margin-right:auto}.home-screen--subscribed .hero{border-radius:24px;flex-direction:column;justify-content:center;height:442px;padding:54px 34px 34px;display:flex}.home-screen--subscribed .hero-glow{width:280px;height:280px;top:125px}.home-screen--subscribed .hero-shield{border-radius:27px;width:88px;height:88px;margin-bottom:21px}.home-screen--subscribed .hero-shield--cold{width:82px;height:82px}.home-screen--subscribed .hero-title{letter-spacing:-1.4px;font-size:44px}.home-screen--subscribed .hero-title--sm{font-size:34px}.home-screen--subscribed .hero-sub{margin-top:10px;margin-bottom:25px;font-size:15px}.home-screen--subscribed .hero-cta{min-height:54px}.home-screen--subscribed .hero-badge{align-self:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:12px}.home-screen--subscribed .subscription-card{border-radius:22px;flex-direction:column;height:442px;padding:28px;display:flex}.home-screen--subscribed .subscription-card .card-head{margin-bottom:17px}.home-screen--subscribed .subscription-card .renewal{padding:17px 20px}.home-screen--subscribed .subscription-card .auto-status{margin-top:14px}.home-screen--subscribed .subscription-card .card-cta{min-height:52px;margin-top:auto}.home-screen--subscribed .card-title{font-size:24px}.home-screen--subscribed .status-badge{font-size:13px}.home-screen--subscribed .renewal-head span{font-size:14px}.home-screen--subscribed .renewal-k{font-size:15px}.home-screen--subscribed .renewal-date{font-size:18px}.home-screen--subscribed .renewal-foot{font-size:14px}.home-screen--subscribed .auto-status strong{font-size:12px}.home-screen--subscribed .auto-status small,.home-screen--subscribed .auto-status-message{font-size:13px}.home-screen--subscribed .autorow{border-radius:20px;height:94px;padding:20px 24px}.home-screen--subscribed .autorow-title{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700}.home-screen--subscribed .autorow-sub{margin-top:5px;font-size:14px}.home-screen--subscribed .stat-grid{gap:20px;height:210px}.home-screen--subscribed .stat-tile{border-radius:21px;padding:28px 26px}.home-screen--subscribed .stat-tile .tile-icon{border-radius:18px;width:66px;height:66px}.home-screen--subscribed .stat-tile .tile-icon svg{width:36px;height:36px}.home-screen--subscribed .tile-value{font-size:34px}.home-screen--subscribed .tile-label{font-size:15px}.home-screen--subscribed .ref-card{border-radius:22px;height:324px;padding:28px}.home-screen--subscribed .ref-head{margin-bottom:20px}.home-screen--subscribed .ref-head .tile-icon{border-radius:15px;width:54px;height:54px}.home-screen--subscribed .ref-head .tile-icon svg{width:28px;height:28px}.home-screen--subscribed .ref-title{font-size:21px}.home-screen--subscribed .ref-stats{gap:14px;margin-bottom:20px}.home-screen--subscribed .ref-box{padding:18px 20px}.home-screen--subscribed .ref-k{font-size:14px}.home-screen--subscribed .ref-linklabel{font-size:15px}.home-screen--subscribed .ref-v{font-size:27px}.home-screen--subscribed .ref-copy{min-height:52px}.home-screen--subscribed .ref-link{font-size:14px}.home-screen--subscribed .ref-act{font-size:13px}.app-content>.screen.devices-screen{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"title title""summary limit""list list""note note";gap:20px;width:100%;display:grid}.devices-screen>.page-title{grid-area:title;padding:0 2px 7px}.devices-screen>.dev-summary{grid-area:summary}.devices-screen>.limit-card{grid-area:limit}.devices-screen>.device-list,.devices-screen>.empty{grid-area:list}.devices-screen>.note{grid-area:note}.devices-screen .section-eyebrow{letter-spacing:1.7px;font-size:12px}.devices-screen .page-h1{letter-spacing:-1.2px;margin-top:11px;font-size:39px}.devices-screen .dev-summary,.devices-screen .limit-card{border-radius:22px;min-height:268px;padding:28px}.devices-screen .dev-summary{flex-direction:column;display:flex}.devices-screen .dev-summary-main{gap:20px}.devices-screen .dev-sum-left{gap:14px}.devices-screen .dev-sum-left .tile-icon{border-radius:16px;width:58px;height:58px}.devices-screen .dev-sum-left .tile-icon svg{width:30px;height:30px}.devices-screen .dev-sum-title{font-size:18px}.devices-screen .dev-sum-note{margin-top:5px;font-size:15px}.devices-screen .dev-sum-count{font-size:34px}.devices-screen .dev-summary-divider{background:rgba(255,255,255,.07);width:100%;margin:26px 0 18px}.devices-screen .dev-traffic-grid{gap:16px;margin-top:auto}.devices-screen .dev-traffic-item{background:rgba(255,255,255,.024);border:1px solid rgba(255,255,255,.06);border-radius:16px;justify-content:center;gap:10px;min-height:100px;padding:18px 20px}.devices-screen .dev-traffic-item+.dev-traffic-item{border-left:1px solid rgba(255,255,255,.06);padding-left:20px}.devices-screen .dev-traffic-label{font-size:15px}.devices-screen .dev-traffic-item strong{font-size:26px}.devices-screen .limit-card .section-h3{margin-top:10px;margin-bottom:19px;font-size:24px}.devices-screen .stepper{gap:24px}.devices-screen .step-btn{border-radius:16px;width:60px;height:60px}.devices-screen .step-num{font-size:36px}.devices-screen .step-cap{margin-top:5px;font-size:11px}.devices-screen .limit-card .card-cta{min-height:56px;margin-top:20px}.devices-screen .device-list{border-radius:22px;padding:10px 24px}.devices-screen .device-row{grid-template-columns:48px minmax(0,1fr) auto;gap:15px;padding:17px 0}.devices-screen .device-plat{border-radius:13px;width:46px;height:46px;font-size:10px}.devices-screen .device-copy strong{font-size:16px}.devices-screen .device-copy span{margin-top:4px;font-size:13px}.devices-screen .row-actions{gap:14px}.devices-screen .row-actions button,.devices-screen .edit-line button{background:rgba(255,255,255,.024);border:1px solid rgba(255,255,255,.07);border-radius:12px;width:40px;height:40px}.devices-screen .row-actions .danger{background:rgba(242,81,60,.09);border-color:rgba(242,81,60,.26)}.devices-screen .empty{border-radius:22px;min-height:190px}.devices-screen .note{padding:0 10px;font-size:13px}.app-content>.screen.whitelist-screen{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);grid-template-areas:"title title""traffic custom""base custom""packages packages""note note";gap:20px;width:100%;display:grid}.whitelist-screen>.whitelist-title{grid-area:title;padding-right:calc(46% + 11px)}.whitelist-screen>.whitelist-traffic-wrap{grid-area:traffic}.whitelist-screen>.whitelist-alerts{grid-area:base}.whitelist-screen>.whitelist-packages-section{grid-area:packages}.whitelist-screen>.whitelist-custom-card{grid-area:custom;align-self:start}.whitelist-screen>.whitelist-note{grid-area:note}.whitelist-screen>.whitelist-unavailable{grid-column:1/-1}.whitelist-screen .page-h1{margin-top:10px;font-size:39px}.whitelist-screen .whitelist-traffic-card{min-height:270px;padding:28px}.whitelist-screen .whitelist-remaining{font-size:60px}.whitelist-screen .whitelist-empty-traffic{font-size:44px}.whitelist-screen .whitelist-status{padding:10px 17px;font-size:16px}.whitelist-screen .whitelist-traffic-head{letter-spacing:1.7px;font-size:19px}.whitelist-screen .whitelist-traffic-head svg{width:34px;height:34px}.whitelist-screen .whitelist-traffic-meta{font-size:17px}.whitelist-screen .whitelist-traffic-meta strong{font-size:26px}.whitelist-screen .whitelist-traffic-meta-label{font-size:15px}.whitelist-screen .whitelist-traffic-card>small{font-size:13px}.whitelist-screen .whitelist-connect-btn{min-height:51px;font-size:15px}.whitelist-screen .whitelist-custom-range{font-size:13px}.whitelist-screen .whitelist-base-note{font-size:15px}.whitelist-screen .whitelist-packages{grid-template-columns:1fr;gap:14px}.whitelist-screen .whitelist-package{min-height:104px;padding:20px 22px}.whitelist-screen .whitelist-package strong{font-size:28px}.whitelist-screen .whitelist-package em{font-size:14px}.whitelist-screen .whitelist-package-price b{font-size:22px}.whitelist-screen .whitelist-package-saving,.whitelist-screen .whitelist-package-price--without-subscription small{font-size:13px}.whitelist-screen .whitelist-packages-cta{min-height:58px;font-size:17px}.whitelist-screen .whitelist-custom-card{padding:22px}.app-content>.screen.wallet-screen{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"title title""balance topup""promo topup""history history";gap:18px 20px;width:100%;display:grid}.wallet-screen>.wallet-page-title{grid-area:title}.wallet-screen>.bal-hero{grid-area:balance}.wallet-screen>.promo-card{grid-area:promo}.wallet-screen>.topup-card{grid-area:topup}.wallet-screen>.history-card{grid-area:history}.wallet-screen .wallet-page-title{padding:0 2px 8px;display:block}.wallet-screen .wallet-page-title .section-eyebrow{letter-spacing:1.7px;font-size:12px}.wallet-screen .wallet-page-title .page-h1{letter-spacing:-1.2px;margin-top:11px;font-size:39px}.wallet-screen .bal-hero{border-radius:22px;flex-direction:column;justify-content:center;min-height:138px;padding:26px 30px;display:flex}.wallet-screen .bal-glow1{width:230px;height:230px;top:-65px;right:-10px}.wallet-screen .bal-glow2{width:165px;height:165px;bottom:-90px;right:30px}.wallet-screen .bal-label{margin-bottom:14px;font-size:15px}.wallet-screen .bal-amount{font-size:50px}.wallet-screen .bal-amount span{font-size:27px}.wallet-screen .promo-card{border-color:rgba(139,92,246,.13);border-radius:22px;flex-direction:column;justify-content:center;min-height:162px;padding:26px;display:flex}.wallet-screen .promo-head{gap:13px;margin-bottom:18px}.wallet-screen .promo-icon{width:43px;height:43px}.wallet-screen .promo-title{font-size:19px}.wallet-screen .promo-note{margin-top:4px;font-size:13px}.wallet-screen .promo-form{gap:12px}.wallet-screen .promo-form input{height:50px;padding-left:16px;padding-right:16px;font-size:15px}.wallet-screen .promo-submit{min-width:140px;height:50px;font-size:13px}.wallet-screen .topup-card{border-radius:22px;min-height:318px;padding:28px}.wallet-screen .topup-title{margin-bottom:18px;font-size:24px}.wallet-screen .presets{gap:12px;margin-bottom:18px}.wallet-screen .preset{min-height:52px;padding:0;font-size:16px}.wallet-screen .field-label{margin-bottom:10px;font-size:13px}.wallet-screen .field{min-height:62px;margin-bottom:18px;padding-left:18px;padding-right:18px}.wallet-screen .field input{padding:14px 0;font-size:26px}.wallet-screen .topup-card .card-cta{min-height:54px;margin-top:0}.wallet-screen .history-card{border-radius:22px;margin-top:2px;padding:28px 26px 18px}.wallet-screen .history-card .section-eyebrow{font-size:12px}.wallet-screen .history-card .section-h3{margin-top:9px;margin-bottom:10px;font-size:24px}.wallet-screen .hrow{gap:15px;padding:15px 0}.wallet-screen .hicon{width:40px;height:40px}.wallet-screen .hbody-title{font-size:15px}.wallet-screen .hbody-meta{margin-top:4px;font-size:12px}.wallet-screen .hamount{font-size:16px}.app-content>.screen.profile-screen{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"hero hero""identity menu""footer footer";gap:18px;width:100%;display:grid}.profile-screen>.profile-hero{grid-area:hero}.profile-screen>.identity-card{grid-area:identity}.profile-screen>.menu-card{grid-area:menu}.profile-screen>.footer-note{grid-area:footer}.profile-screen .profile-hero{background:radial-gradient(circle at 50% 12%,rgba(196,242,60,.1),transparent 43%),#101411;border:1px solid rgba(196,242,60,.14);border-radius:22px;flex-direction:column;justify-content:center;align-items:center;min-height:266px;padding:30px;display:flex}.profile-screen .avatar-wrap{width:94px;height:94px;margin-bottom:20px}.profile-screen .avatar-glow{opacity:.42;top:-18px;bottom:-18px;left:-18px;right:-18px}.profile-screen .avatar{background:#e5e9e2;width:94px;height:94px;box-shadow:0 16px 38px rgba(0,0,0,.24)}.profile-screen .avatar-fallback--mobile,.profile-screen .avatar-photo{display:none}.profile-screen .avatar-fallback--desktop{color:#161a16;letter-spacing:.5px;font-size:28px;display:grid}.profile-screen .prof-name{font-size:25px}.profile-screen .prof-user{margin-top:7px;font-size:14px}.profile-screen .prof-id{margin-top:11px;font-size:11px}.profile-screen .identity-card{border-radius:22px;min-height:288px;padding:27px 28px}.profile-screen .identity-card .section-eyebrow{letter-spacing:1.7px;font-size:12px}.profile-screen .identity-card .section-h3{margin-top:10px;margin-bottom:8px;font-size:24px}.profile-screen .id-row{min-height:77px;padding:15px 0}.profile-screen .id-k{margin-bottom:6px;font-size:13px}.profile-screen .id-v{font-size:16px}.profile-screen .id-tag{font-size:13px}.profile-screen .id-note{margin-top:11px;font-size:11px}.profile-screen .menu-card{background:0 0;border:0;border-radius:0;gap:14px;min-height:288px;padding:0;display:grid;overflow:visible}.profile-screen .menu-item{background:var(--panel);border:1px solid rgba(255,255,255,.07);border-radius:19px;min-height:86px;padding:16px 22px;transition:border-color .18s,background .18s,transform .16s}.profile-screen .menu-item:first-child{border-top:1px solid rgba(255,255,255,.07)}.profile-screen .menu-item:hover{background:#181c1f;border-color:rgba(255,255,255,.13)}.profile-screen .menu-item:active{transform:scale(.99)}.profile-screen .menu-ic{border-radius:13px;width:43px;height:43px}.profile-screen .menu-item:nth-child(2) .menu-ic--blue{color:var(--violet);background:rgba(139,92,246,.16)}.profile-screen .menu-title{font-size:16px}.profile-screen .menu-sub{margin-top:4px;font-size:13px}.profile-screen .menu-item--danger{background:rgba(242,81,60,.07);border-color:rgba(242,81,60,.28)}.profile-screen .menu-item--danger:hover{background:rgba(242,81,60,.11);border-color:rgba(242,81,60,.42)}.profile-screen .menu-item--danger>svg{color:var(--red)}.profile-screen .footer-note{display:none}.bottom-nav{z-index:30;background:#111517;border:1px solid rgba(255,255,255,.08);border-radius:22px;gap:4px;width:760px;min-height:65px;margin:0;padding:8px;position:absolute;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 16px 40px rgba(0,0,0,.28)}.nav-btn{border-radius:14px;flex-direction:row;justify-content:center;gap:9px;min-width:0;transition:color .18s,background .18s}.nav-btn span{font-size:13px;font-weight:700}.nav-btn--active{background:var(--lime-grad);color:#111409}.nav-btn--active svg{transform:none}.toast{width:min(100% - 40px,560px);padding:17px 20px;font-size:16px;top:28px}}.welcome-screen{min-height:100vh;color:#f4f7f5;background:radial-gradient(circle at 50% 18%,rgba(84,108,68,.13),transparent 30rem),linear-gradient(#080b09,#090c0a 55%,#070907);place-items:center;min-height:100dvh;padding:40px;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;display:grid;position:relative;overflow:hidden}.welcome-screen:before{content:"";opacity:.05;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:72px 72px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:radial-gradient(circle,#000,transparent 72%);mask-image:radial-gradient(circle,#000,transparent 72%)}.welcome-haze{z-index:0;filter:blur(38px);pointer-events:none;background:linear-gradient(transparent,rgba(55,72,49,.07) 58%,rgba(135,164,118,.17));height:30%;position:absolute;bottom:-5%;left:-8%;right:-8%}.welcome-content{z-index:1;text-align:center;justify-items:center;width:min(100%,1500px);display:grid;position:relative}.welcome-brand{letter-spacing:-.065em;white-space:nowrap;opacity:0;justify-content:center;align-items:center;gap:.12em;font-family:Space Grotesk,sans-serif;font-size:max(68px,min(12vw,180px));font-weight:700;line-height:.82;animation:.95s cubic-bezier(.16,.78,.24,1) forwards welcomeDrop;display:flex}.welcome-brand>span{color:#d4ff33;text-shadow:0 0 34px rgba(212,255,51,.2)}.welcome-brand i{color:#788278;place-items:center;width:1.08em;height:1.41em;font-style:normal;display:grid}.welcome-brand i svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%;overflow:visible}.welcome-brand b{color:#f4f7f5;font-weight:inherit}.welcome-content h1{color:#f4f7f5;letter-spacing:-.055em;opacity:0;margin:max(12px,min(2.2vh,26px)) 0 0;font-family:Space Grotesk,sans-serif;font-size:max(38px,min(6vw,90px));font-weight:600;line-height:1;animation:.95s cubic-bezier(.16,.78,.24,1) forwards welcomeDrop}.welcome-content h1 em{color:#d4ff33;font-style:normal}.welcome-content button{color:#101409;opacity:0;visibility:hidden;background:linear-gradient(145deg,#d4ff33,#a9e61b);border:1px solid rgba(212,255,51,.42);border-radius:17px;justify-content:center;align-items:center;gap:20px;min-width:230px;min-height:64px;margin-top:max(38px,min(6vh,72px));padding:0 31px;font-size:17px;font-weight:850;animation:.55s ease-out 1.02s forwards welcomeButtonIn;display:flex;box-shadow:0 15px 38px rgba(196,242,60,.18)}.welcome-content button:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 18px 46px rgba(196,242,60,.28)}.welcome-content button:active:not(:disabled){transform:scale(.97)}.welcome-content button:disabled{cursor:default}.welcome-content button span{font-size:24px;line-height:1}.welcome-screen--exiting{animation:.68s cubic-bezier(.4,0,.2,1) forwards welcomeExit}.login-page-enter{min-height:100vh;min-height:100dvh;animation:.68s both welcomeLoginIn}@keyframes welcomeDrop{0%{opacity:0;transform:translateY(-110px)}to{opacity:1;transform:translateY(0)}}@keyframes welcomeButtonIn{0%{visibility:visible;opacity:0;transform:translateY(18px)}to{visibility:visible;opacity:1;transform:translateY(0)}}@keyframes welcomeExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-24px)}}@keyframes welcomeLoginIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.public-shell,.auth-shell,.not-found-page{min-height:100vh;min-height:100dvh;color:var(--ink);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.public-shell{background:radial-gradient(circle at 78% 12%,rgba(196,242,60,.09),transparent 24rem),linear-gradient(#090b0a,#0d100e 48%,#090b0a);position:relative;overflow:hidden}.public-grid{opacity:.13;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:64px 64px;height:740px;position:absolute;top:0;bottom:auto;left:0;right:0;-webkit-mask-image:linear-gradient(#000,transparent 92%);mask-image:linear-gradient(#000,transparent 92%)}.public-header,.public-main,.public-footer{z-index:1;width:min(100% - 48px,1180px);margin-left:auto;margin-right:auto;position:relative}.public-header{border-bottom:1px solid rgba(255,255,255,.07);justify-content:space-between;align-items:center;height:92px;display:flex}.public-brand{color:var(--ink);letter-spacing:2.5px;align-items:center;gap:10px;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;text-decoration:none;display:inline-flex}.public-brand-mark{background:var(--lime-grad);color:#101409;border-radius:12px;place-items:center;width:41px;min-width:41px;height:41px;display:grid;box-shadow:0 8px 25px rgba(169,224,31,.22)}.public-brand-mark svg{fill:none;stroke:currentColor;stroke-width:3.2px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.public-brand--compact{letter-spacing:1.8px;font-size:18px}.public-brand--compact .public-brand-mark{border-radius:10px;width:34px;min-width:34px;height:34px}.public-brand--compact .public-brand-mark svg{width:21px;height:21px}.public-nav{align-items:center;gap:28px;display:flex}.public-nav a{color:var(--ink);font-size:13px;font-weight:700;text-decoration:none}.public-nav-link{color:var(--sub)!important}.public-nav-login{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:11px 18px;transition:border-color .2s,background .2s}.public-nav-login:hover{background:rgba(196,242,60,.06);border-color:rgba(196,242,60,.5)}.public-hero-section{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:64px;min-height:650px;padding:76px 0 92px;display:grid}.public-kicker{color:#b8c0b8;letter-spacing:1.6px;text-transform:uppercase;align-items:center;gap:10px;font-size:11px;font-weight:800;display:flex}.public-kicker>span{background:var(--lime);width:24px;height:2px;box-shadow:0 0 12px rgba(196,242,60,.7)}.public-hero-copy h1{letter-spacing:-4px;max-width:680px;margin:25px 0 24px;font-family:Space Grotesk,sans-serif;font-size:max(52px,min(6.2vw,88px));line-height:.94}.public-hero-copy h1 em,.auth-copy h1 em{color:var(--lime);font-style:normal}.public-hero-copy>p{color:#a1a9a1;max-width:600px;font-size:17px;line-height:1.7}.public-actions{align-items:center;gap:12px;margin-top:34px;display:flex}.public-button{min-height:52px;color:var(--ink);border-radius:14px;justify-content:center;align-items:center;gap:18px;padding:0 24px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.public-button:hover{transform:translateY(-2px)}.public-button--primary{background:var(--lime-grad);color:#101409;box-shadow:0 12px 32px rgba(169,224,31,.22)}.public-button--primary>span{font-size:19px}.public-button--ghost{background:rgba(255,255,255,.024);border:1px solid rgba(255,255,255,.11)}.public-button--ghost:hover{border-color:rgba(255,255,255,.25)}.public-trust{color:#717970;letter-spacing:.5px;flex-wrap:wrap;gap:18px 25px;margin-top:34px;font-size:10px;font-weight:700;display:flex}.public-trust span{align-items:center;gap:7px;display:flex}.public-trust i{color:var(--lime);font-family:Space Grotesk,sans-serif;font-style:normal}.public-signal{isolation:isolate;place-items:center;min-height:500px;display:grid;position:relative}.signal-orbit{z-index:-1;border:1px solid rgba(196,242,60,.09);border-radius:50%;position:absolute}.signal-orbit--outer{width:500px;height:500px;animation:26s linear infinite signalOrbit}.signal-orbit--outer:before,.signal-orbit--inner:before{content:"";background:var(--lime);width:7px;height:7px;box-shadow:0 0 16px var(--lime);border-radius:50%;position:absolute;top:50%;left:-4px}.signal-orbit--inner{border-color:rgba(255,255,255,.055);width:390px;height:390px;animation:19s linear infinite reverse signalOrbit}@keyframes signalOrbit{to{transform:rotate(360deg)}}.signal-card{background:linear-gradient(145deg,rgba(27,32,28,.96),rgba(12,15,13,.98));border:1px solid rgba(255,255,255,.1);border-radius:28px;width:min(100%,400px);min-height:420px;padding:22px;box-shadow:0 38px 90px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,.04)}.signal-card-head{color:#7f887f;letter-spacing:1px;justify-content:space-between;align-items:center;font-family:Space Grotesk,sans-serif;font-size:10px;display:flex}.signal-status{color:#c7cec7;align-items:center;gap:8px;display:flex}.signal-status i{background:var(--lime);width:7px;height:7px;box-shadow:0 0 10px var(--lime);border-radius:50%}.signal-code{color:#606760}.signal-core{background:radial-gradient(circle,rgba(196,242,60,.14),transparent 67%);border:1px solid rgba(196,242,60,.18);border-radius:50%;place-items:center;width:158px;height:158px;margin:44px auto 35px;display:grid;box-shadow:0 0 0 18px rgba(196,242,60,.024),0 0 50px rgba(196,242,60,.09)}.signal-core svg{fill:rgba(196,242,60,.08);width:75px;stroke:var(--lime);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(196,242,60,.35))}.signal-route{color:#636b63;letter-spacing:.8px;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:8px;font-size:8px;display:grid}.signal-route i{background:linear-gradient(90deg, rgba(196,242,60,.1), var(--lime), rgba(196,242,60,.1));height:1px}.signal-route b{color:#c7ef4c;white-space:nowrap;font-size:8px}.signal-bars{border-top:1px solid rgba(255,255,255,.055);align-items:flex-end;gap:5px;height:38px;margin-top:30px;padding-top:12px;display:flex}.signal-bars i{background:rgba(196,242,60,.45);border-radius:2px 2px 0 0;flex:1;min-height:3px;animation:1.8s ease-in-out infinite alternate signalBar}.signal-bars i:nth-child(2n){animation-delay:-.5s}.signal-bars i:nth-child(3n){animation-delay:-1s}@keyframes signalBar{0%{opacity:.35;height:15%}to{opacity:1;height:100%}}.signal-float{color:#747d75;letter-spacing:1px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(16,20,17,.9);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:11px 14px;font-size:9px;position:absolute;box-shadow:0 16px 40px rgba(0,0,0,.28)}.signal-float b{color:var(--lime)}.signal-float--top{top:50px;right:-10px}.signal-float--bottom{bottom:53px;left:-15px}.public-section{border-top:1px solid rgba(255,255,255,.067);padding:110px 0}.public-section-head{grid-template-columns:1fr 1.6fr 1fr;align-items:end;gap:40px;margin-bottom:42px;display:grid}.public-section-head>span{color:var(--lime);letter-spacing:1.7px;font-size:10px;font-weight:800}.public-section-head h2,.public-cta h2{letter-spacing:-2px;font-family:Space Grotesk,sans-serif;font-size:max(36px,min(4vw,58px));line-height:1}.public-section-head p{color:#828a82;margin:0;font-size:13px;line-height:1.6}.public-feature-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.public-feature{background:linear-gradient(145deg,#141816,#0f1210);border:1px solid rgba(255,255,255,.07);border-radius:24px;min-height:310px;padding:32px;position:relative;overflow:hidden}.public-feature--wide{grid-column:span 2;grid-template-columns:70px 1fr 1fr;align-items:center;gap:24px;min-height:270px;display:grid}.public-feature--accent{background:linear-gradient(145deg,rgba(196,242,60,.12),#111510 68%);border-color:rgba(196,242,60,.15)}.feature-index{color:#4e564e;letter-spacing:1px;font-family:Space Grotesk,sans-serif;font-size:11px}.public-feature h3{margin:20px 0 12px;font-family:Space Grotesk,sans-serif;font-size:25px}.public-feature--wide h3{margin-top:0}.public-feature p{color:#858e85;max-width:410px;margin:0;font-size:13px;line-height:1.7}.identity-visual{color:#788078;justify-content:flex-end;align-items:center;display:flex}.identity-visual i{background:rgba(196,242,60,.28);width:58px;height:1px}.identity-visual span,.identity-visual b{background:#181c19;border:1px solid rgba(255,255,255,.09);border-radius:22px;place-items:center;width:70px;height:70px;font-size:24px;display:grid}.identity-visual b{color:#172008;background:var(--lime-grad);width:92px;font-size:11px}.device-visual{align-items:flex-end;gap:8px;display:flex;position:absolute;bottom:30px;right:28px}.device-visual i{width:54px;height:86px;box-shadow:inset 0 -5px var(--lime);background:#1a1e1b;border:1px solid rgba(255,255,255,.11);border-radius:12px}.device-visual i:nth-child(2){opacity:.72;height:64px}.device-visual i:nth-child(3){opacity:.45;height:43px}.code-visual{gap:6px;display:flex;position:absolute;bottom:34px;right:30px}.code-visual span{width:34px;height:42px;color:var(--lime);background:rgba(196,242,60,.07);border:1px solid rgba(196,242,60,.18);border-radius:9px;place-items:center;font-size:18px;display:grid}.public-cta{background:radial-gradient(circle at 80% 30%,rgba(196,242,60,.14),transparent 35%),#111510;border:1px solid rgba(196,242,60,.16);border-radius:30px;justify-content:space-between;align-items:center;gap:50px;min-height:360px;margin-bottom:90px;padding:65px 70px;display:flex}.public-cta .public-kicker{margin-bottom:22px}.public-cta .public-button{flex:none}.public-footer{color:#626a63;border-top:1px solid rgba(255,255,255,.07);justify-content:space-between;align-items:center;gap:20px;min-height:110px;font-size:11px;display:flex}.public-footer a:last-child{color:#a4aca5;text-decoration:none}.auth-shell{background:radial-gradient(circle at 46% 8%,rgba(80,100,65,.1),transparent 28rem),#090c0a;position:relative;overflow:hidden}.auth-shell:before{content:"";filter:blur(120px);background:rgba(196,242,60,.043);border-radius:50%;width:560px;height:560px;position:absolute;bottom:-300px;left:-280px}.auth-noise{opacity:.035;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:72px 72px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000,transparent 90%);mask-image:linear-gradient(#000,transparent 90%)}.auth-header{z-index:2;border-bottom:1px solid rgba(255,255,255,.055);justify-content:space-between;align-items:center;width:min(100% - 48px,1120px);height:92px;margin-left:auto;margin-right:auto;display:flex;position:relative}.auth-header>a:last-child{color:#aeb6b1;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 17px;font-size:14px;font-weight:800;text-decoration:none;transition:border-color .18s,background .18s,color .18s,transform .18s}.auth-header>a:last-child:hover{color:#d4ff33;background:rgba(212,255,51,.067);border-color:rgba(212,255,51,.36);transform:translateY(-1px)}.auth-main{z-index:1;width:min(100% - 48px,1120px);min-height:calc(100vh - 92px);grid-template-columns:1fr minmax(390px,470px);align-content:center;align-items:start;gap:100px;min-height:calc(100dvh - 92px);margin-left:auto;margin-right:auto;padding:64px 0 90px;display:grid;position:relative}.auth-copy{flex-direction:column;align-self:stretch;display:flex}.auth-copy h1{color:#f4f7f5;letter-spacing:-3px;margin:25px 0;font-family:Space Grotesk,sans-serif;font-size:max(52px,min(6vw,78px));line-height:.96}.auth-copy h1 em{color:#d4ff33}.auth-copy>p{color:#7f8782;max-width:510px;font-size:18px;line-height:1.65}.auth-points{color:#bbc5bf;letter-spacing:.55px;gap:12px;margin-top:auto;padding-top:18px;font-size:14px;font-weight:850;display:grid}.auth-points span{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.067);border-radius:14px;align-items:center;gap:15px;min-height:58px;padding:8px 14px 8px 10px;display:flex}.auth-points i{border:1px solid;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;font-style:normal;display:grid}.auth-points i svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.auth-point--network i{color:#38bdf8;background:rgba(56,189,248,.08)}.auth-point--devices i{color:#a78bfa;background:rgba(167,139,250,.08)}.auth-point--speed i{color:#d4ff33;background:rgba(212,255,51,.08)}.auth-card{background:#111513;border:1px solid rgba(255,255,255,.1);border-radius:23px;align-self:stretch;padding:42px;box-shadow:0 30px 80px rgba(0,0,0,.38)}.auth-step{color:var(--lime);letter-spacing:1.5px;font-size:12px;font-weight:850}.auth-card h2{color:#f1f4f2;letter-spacing:-.7px;margin-top:18px;font-family:Space Grotesk,sans-serif;font-size:31px}.auth-card>p{color:#818a84;margin:11px 0 28px;font-size:15px;line-height:1.6}.auth-card>p strong{color:#c9d0ca;overflow-wrap:anywhere}.auth-form{gap:9px;display:grid}.auth-form label{color:#b6bfb9;font-size:15px;font-weight:750}.auth-form input{color:#eef2ef;background:#191d1b;border:1px solid rgba(255,255,255,.11);border-radius:13px;outline:none;width:100%;height:57px;padding:0 16px;font-size:15px;transition:border-color .18s,box-shadow .18s,background .18s}.auth-form input::placeholder{color:#555e58}.auth-form input:focus{background:#1b201d;border-color:rgba(56,169,225,.58);box-shadow:0 0 0 4px rgba(56,169,225,.07)}.auth-form input:disabled{opacity:.6}.auth-code-input{text-align:center;letter-spacing:9px;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:25px!important}.auth-submit{color:#b6beb9;height:56px;box-shadow:none;background:#242826;border:1px solid rgba(255,255,255,.043);border-radius:13px;justify-content:center;align-items:center;gap:18px;margin-top:7px;font-size:16px;font-weight:800;transition:border-color .18s,background .18s,color .18s;display:flex}.auth-submit:hover:not(:disabled){color:#e4e9e6;background:#2a2f2c;border-color:rgba(255,255,255,.1)}.auth-submit--email:not(:disabled),.auth-submit--verify:not(:disabled){color:#101409;background:linear-gradient(145deg,#d4ff33,#a9e61b);border-color:rgba(212,255,51,.45);box-shadow:0 10px 28px rgba(196,242,60,.18)}.auth-submit--email:hover:not(:disabled),.auth-submit--verify:hover:not(:disabled){color:#101409;background:linear-gradient(145deg,#ddff59,#b5ed2b);border-color:rgba(212,255,51,.7)}.auth-submit>span:last-child{font-size:18px}.auth-submit:disabled{opacity:.45;box-shadow:none;cursor:not-allowed}.auth-spinner{border:2px solid rgba(255,255,255,.22);border-top-color:#dce3de;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin}.auth-error{color:#ff9386;background:rgba(242,81,60,.07);border:1px solid rgba(242,81,60,.2);border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.45}.auth-secondary-actions{justify-content:space-between;gap:18px;margin-top:18px;display:flex}.auth-secondary-actions button{color:#aeb7b1;background:0 0;border-radius:10px;padding:10px 7px;font-size:15px;font-weight:750;transition:color .18s,background .18s}.auth-secondary-actions button:disabled{color:#484f49;cursor:not-allowed}.auth-secondary-actions:not(.auth-secondary-actions--center) button:last-child:not(:disabled){color:#d4ff33;background:0 0}.auth-secondary-actions:not(.auth-secondary-actions--center) button:last-child:not(:disabled):hover{color:#e0ff6b;background:0 0}.auth-secondary-actions--center{justify-content:center}.auth-divider{color:#7f8983;letter-spacing:.3px;align-items:center;gap:12px;margin:20px 0;font-size:12px;font-weight:700;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:rgba(255,255,255,.09);flex:1;height:1px}.auth-telegram-start,.auth-telegram-open{color:#fff;background:linear-gradient(135deg,#3ba9e8,#2998da);border:1px solid rgba(100,194,245,.52);border-radius:13px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:56px;font-size:16px;font-weight:800;text-decoration:none;transition:filter .18s,transform .18s;display:flex;box-shadow:0 12px 30px rgba(39,151,216,.18)}.auth-telegram-start:hover,.auth-telegram-open:hover{filter:brightness(1.08);transform:translateY(-1px)}.auth-telegram-start:disabled{opacity:.45;cursor:not-allowed;transform:none}.auth-telegram-icon{fill:currentColor;stroke:none;width:20px;height:20px}.auth-telegram-code{color:var(--lime);letter-spacing:14px;text-align:center;text-indent:14px;background:rgba(196,242,60,.055);border:1px solid rgba(196,242,60,.2);border-radius:15px;margin:4px 0 20px;padding:18px;font-family:Space Grotesk,sans-serif;font-size:38px;font-weight:700}.auth-telegram-wait{color:#8f9992;justify-content:center;align-items:center;gap:9px;margin-top:17px;font-size:14px;font-weight:700;display:flex}.auth-telegram-wait i{background:var(--lime);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite alternate pulse;box-shadow:0 0 10px rgba(196,242,60,.7)}@keyframes pulse{0%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1.15)}}.not-found-page{text-align:center;background:radial-gradient(circle at 50% 45%,rgba(196,242,60,.09),transparent 28%);flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex}.not-found-code{color:rgba(196,242,60,.12);margin-top:60px;font-family:Space Grotesk,sans-serif;font-size:max(100px,min(22vw,220px));font-weight:700;line-height:.7}.not-found-page h1{margin-top:35px;font-family:Space Grotesk,sans-serif;font-size:32px}.not-found-page p{color:var(--sub)}.not-found-page .public-button{margin-top:20px}@media (max-width:900px){.public-hero-section{grid-template-columns:1fr;gap:35px;padding-top:65px}.public-hero-copy{text-align:center}.public-hero-copy .public-kicker,.public-actions,.public-trust{justify-content:center}.public-hero-copy>p{margin-left:auto;margin-right:auto}.public-signal{min-height:530px}.public-section-head{text-align:center;grid-template-columns:1fr;gap:14px}.public-section-head p{max-width:500px;margin-left:auto;margin-right:auto}.auth-main{grid-template-columns:1fr;gap:45px;max-width:560px}.auth-copy{text-align:center}.auth-copy .public-kicker,.auth-points span{justify-content:center}.auth-copy>p{margin-left:auto;margin-right:auto}}@media (max-width:640px){.welcome-screen{padding:24px 18px}.welcome-brand{letter-spacing:-.055em;gap:.1em;font-size:max(42px,min(13.5vw,62px))}.welcome-content h1{max-width:340px;margin-top:15px;font-size:max(32px,min(10.5vw,48px));line-height:1.06}.welcome-content button{border-radius:15px;min-width:205px;min-height:58px;margin-top:42px;font-size:16px}.public-header,.public-main,.public-footer,.auth-header,.auth-main{width:min(100% - 32px,1180px)}.public-header,.auth-header{height:76px}.public-nav-link{display:none}.public-nav{gap:12px}.public-brand--compact .public-brand-word:last-child{display:none}.public-hero-section{min-height:0;padding:56px 0 72px}.public-hero-copy h1{letter-spacing:-3px;margin-top:20px;font-size:max(46px,min(15vw,66px))}.public-hero-copy>p{font-size:14px}.public-actions{flex-direction:column}.public-button{width:100%}.public-trust{grid-template-columns:1fr;justify-items:center;display:grid}.public-signal{min-height:430px}.signal-card{width:calc(100% - 18px);min-height:375px;padding:18px}.signal-core{width:135px;height:135px;margin:38px auto 30px}.signal-orbit--outer{width:410px;height:410px}.signal-orbit--inner{width:320px;height:320px}.signal-float--top{top:8px;right:0}.signal-float--bottom{bottom:2px;left:0}.signal-route{gap:5px}.signal-route span{font-size:7px}.public-section{padding:78px 0}.public-feature-grid{grid-template-columns:1fr}.public-feature,.public-feature--wide{grid-column:auto;min-height:285px;padding:26px;display:block}.identity-visual{justify-content:center;margin-top:35px}.identity-visual i{width:25px}.identity-visual span{width:56px;height:56px}.identity-visual b{width:80px;height:56px}.code-visual span{width:30px}.public-cta{text-align:center;flex-direction:column;justify-content:center;min-height:390px;margin-bottom:60px;padding:40px 26px}.public-cta .public-kicker{justify-content:center}.public-footer{flex-direction:column;justify-content:center;min-height:140px}.auth-main{gap:36px;min-height:calc(100dvh - 76px);padding:45px 0 65px}.auth-copy h1{margin:20px 0;font-size:50px}.auth-copy>p{font-size:13px}.auth-points{display:none}.auth-card{border-radius:22px;padding:28px 22px}.auth-card h2{font-size:27px}}
