*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #030303;--surface: rgba(14, 14, 14, .6);--border: rgba(255, 255, 255, .1);--text: #FAFAFA;--text-secondary: #888;--text-muted: #555;--accent: #FFFFFF}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#030303b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);animation:landing-nav-in .5s cubic-bezier(.22,1,.36,1) both}.nav-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 24px}.logo{color:var(--text);text-decoration:none;display:flex;align-items:center;cursor:pointer}.logo:focus-visible{outline:2px solid #fff;outline-offset:5px;border-radius:6px}.logo img{display:block;width:190px;height:46px;object-fit:cover;object-position:center}.nav-right{display:flex;gap:8px;align-items:center}.nav-right a,.nav-btn{font-size:13px;font-weight:500;text-decoration:none;padding:8px 16px;border-radius:8px;transition:all .15s;font-family:inherit;border:none;cursor:pointer}.nav-link-cabinet{background:var(--accent);color:var(--bg);font-weight:600;margin-left:4px}.nav-link-cabinet:hover{opacity:.88}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px;z-index:1;isolation:isolate;overflow:hidden}.globe-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;opacity:.85}.hero-content{position:relative;max-width:660px;animation:landing-hero-in .72s .08s cubic-bezier(.22,1,.36,1) both}@keyframes landing-nav-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-hero-in{0%{opacity:0;transform:translateY(22px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.reveal-item{opacity:0;transform:translateY(18px);transition:opacity .5s ease var(--reveal-delay, 0ms),transform .5s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms)}.reveal-item.is-visible{opacity:1;transform:translateY(0)}.shiny-text{font-size:64px;font-weight:800;letter-spacing:0;line-height:1.2;padding-bottom:.1em;margin-bottom:16px;color:#fff;background:linear-gradient(90deg,#555,#fff,#555);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shine 3s linear infinite reverse}@keyframes shine{to{background-position:200% center}}.hero-content p{font-size:17px;color:#b0b8c8;max-width:440px;margin:0 auto 40px;line-height:1.7}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border-radius:12px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;font-family:inherit}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent);color:#000}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 24px #ffffff26}.btn-secondary{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff}.btn-secondary:hover{border-color:#ffffff38;background:#ffffff1a}.btn-neon{position:relative;background:#03030380;color:#fff;border:1px solid rgba(255,255,255,.1);overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-neon:hover{background:#2d7cf614;border-color:#2d7cf640;box-shadow:0 0 25px #2d7cf633}.content-layer{position:relative;z-index:10}.features-section{max-width:1180px;margin-inline:auto;padding:72px 24px 88px;scroll-margin-top:68px}.features-header{margin-block-end:38px;text-align:center}.features-header h2{margin-block-end:12px;color:var(--text);font-size:38px;font-weight:800;line-height:1.08;letter-spacing:0}.features-header p{color:var(--text-secondary);font-size:16px;line-height:1.5}.features-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:clip;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.feature-item{min-width:0;min-height:218px;padding:34px 40px;border-inline-end:1px solid var(--border);border-block-end:1px solid var(--border);transition:background-color .22s ease,transform .22s ease}.feature-item:hover{background:#ffffff09}.feature-item:hover .feature-icon{transform:translateY(-3px)}.feature-item:nth-child(3n){border-inline-end:0}.feature-item:nth-child(n+4){border-block-end:0}.feature-icon{display:grid;place-items:center;width:52px;height:52px;margin-block-end:24px;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text);transition:border-color .22s ease,transform .22s ease}.feature-item h3{margin-block-end:10px;color:var(--text);font-size:18px;font-weight:700;line-height:1.3;letter-spacing:0}.feature-item p{max-width:31ch;color:var(--text-secondary);font-size:15px;line-height:1.55}.section{max-width:1000px;margin:0 auto;padding:40px 24px 80px}.section-header{text-align:center;margin-bottom:50px}.section-header h2{font-size:34px;font-weight:800;letter-spacing:0;margin-bottom:12px}.section-header p{color:var(--text-secondary);font-size:16px}.pricing-section{max-width:1180px;padding-block:56px 88px}.pricing-header{margin-bottom:32px}.pricing-header h2{font-size:40px;letter-spacing:0}.pricing-header p{min-height:26px}.pricing-description{animation:pricing-description-in .2s cubic-bezier(.23,1,.32,1) backwards}.tariff-toggle{position:relative;isolation:isolate;display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));width:min(100%,510px);margin:0 auto 28px;padding:5px;border:1px solid var(--border);border-radius:8px;background:#ffffff06;overflow:hidden}.tariff-toggle:before{position:absolute;z-index:0;top:5px;bottom:5px;left:5px;width:calc((100% - 10px) / 3);border-radius:6px;background:var(--accent);content:"";transform:translate(0);transition:transform .36s cubic-bezier(.22,1,.36,1)}.tariff-toggle[data-plan=family]:before{transform:translate(100%)}.tariff-toggle[data-plan=traffic]:before{transform:translate(200%)}.tariff-toggle button{position:relative;z-index:1;min-height:44px;padding:10px 18px;border:0;border-radius:6px;background:transparent;color:var(--text-secondary);font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;cursor:pointer;transition:color .18s ease,transform .14s ease}.tariff-toggle button:hover{color:var(--text)}.tariff-toggle button:active{transform:scale(.97)}.tariff-toggle button:focus-visible{outline:2px solid #fff;outline-offset:3px}.tariff-toggle button.active{color:#000;animation:pricing-tab-label-in .28s cubic-bezier(.22,1,.36,1) both}.tariff-panel{animation:pricing-panel-enter .24s cubic-bezier(.22,1,.36,1) both}.tariff-panel.is-backward{animation-name:pricing-panel-enter-backward}.tariff-panel .tariff-overview,.tariff-panel .price-card{animation:pricing-item-enter-forward .3s cubic-bezier(.22,1,.36,1) both}.tariff-panel.is-backward .tariff-overview,.tariff-panel.is-backward .price-card{animation-name:pricing-item-enter-backward}.tariff-panel .price-card:nth-child(2){animation-delay:35ms}.tariff-panel .price-card:nth-child(3){animation-delay:.07s}.tariff-panel .price-card:nth-child(4){animation-delay:.105s}@keyframes pricing-panel-enter{0%{opacity:0;transform:translate3d(0,6px,0) scale(.998)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes pricing-panel-enter-backward{0%{opacity:0;transform:translate3d(0,6px,0) scale(.998)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes pricing-item-enter-forward{0%{opacity:0;transform:translate3d(18px,0,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes pricing-item-enter-backward{0%{opacity:0;transform:translate3d(-18px,0,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes pricing-description-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes pricing-tab-label-in{0%{opacity:.72;transform:translate3d(0,2px,0) scale(.985)}65%{opacity:1;transform:translate3d(0,-1px,0) scale(1.01)}to{opacity:1;transform:translateZ(0) scale(1)}}.tariff-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:48px;padding:28px 22px;border:1px solid var(--border);border-radius:8px;background:#ffffff05}.tariff-overview-item{min-width:0;display:flex;align-items:center;gap:16px;padding-inline:24px}.tariff-overview-item+.tariff-overview-item{border-inline-start:1px solid var(--border)}.tariff-overview-icon{flex:0 0 46px;display:grid;place-items:center;color:#e8e8e8}.tariff-overview-item>span:last-child{min-width:0}.tariff-overview-item strong,.tariff-overview-item small{display:block;letter-spacing:0}.tariff-overview-item strong{margin-bottom:2px;color:var(--text);font-size:16px;line-height:1.35}.tariff-overview-item small{color:var(--text-secondary);font-size:13px;line-height:1.45}.pricing-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}.price-card{position:relative;display:grid;grid-template-rows:auto auto auto 30px auto minmax(52px,1fr) auto;min-width:0;min-height:430px;padding:34px 18px 18px;border:1px solid var(--border);border-radius:8px;background:#080808b8;text-align:center;transition:border-color .18s ease,transform .18s ease}.price-card:hover{border-color:#ffffff3d;transform:translateY(-2px)}.price-card.featured{border-color:#ffffffe6;box-shadow:inset 0 0 0 1px #ffffffe6}.featured-label{position:absolute;top:0;left:50%;min-width:156px;padding:7px 12px;border-radius:6px 6px 0 0;background:#fff;color:#090909;font-size:12px;font-weight:700;line-height:1;transform:translate(-50%,-100%);white-space:nowrap}.price-card-header{margin-bottom:12px}.period-name{color:#fff;font-size:18px;font-weight:700;white-space:nowrap}.price-amount{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:2px;font-size:44px;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:0;line-height:1.15}.price-amount span{color:var(--text-secondary);font-size:16px;font-weight:500}.price-unit{color:var(--text-secondary);font-size:15px;font-variant-numeric:tabular-nums}.price-badge-slot{display:grid;place-items:center;min-height:30px;margin-top:10px}.discount-badge{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border:1px solid rgba(255,255,255,.06);border-radius:6px;background:#ffffff14;color:#d7d7d7;font-size:11px;font-weight:600;line-height:1;white-space:nowrap}.price-card hr{align-self:center;width:100%;height:1px;margin:22px 0;border:0;background:var(--border)}.price-card-note{align-self:center;max-width:190px;margin:0 auto;color:var(--text-secondary);font-size:13px;line-height:1.45}.price-card-action{align-self:end;width:100%;min-height:50px;padding:12px 16px;border-radius:7px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:200;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;padding:16px}.modal-overlay.active{opacity:1;pointer-events:auto}.modal-content{background:#0e0e0e;border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:28px;width:100%;max-width:400px;position:relative;transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;box-shadow:0 24px 60px #00000080;max-height:calc(100vh - 32px);overflow:auto}.modal-overlay.active .modal-content{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:28px;right:28px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--text-secondary);font-size:26px;line-height:1;cursor:pointer;transition:color .15s,background .15s}.modal-close:hover{color:var(--text);background:#ffffff0f}.modal-tabs{display:flex;gap:4px;height:40px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:4px;margin-bottom:24px;width:calc(100% - 68px)}.modal-tabs.hidden{display:none}.modal-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:9px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .18s;background:transparent;color:var(--text-secondary)}.modal-tab.active{background:#fff;color:#000}.modal-panel{display:none}.modal-panel.active{display:block}.login-form input{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.1);color:#fff;padding:14px 16px;border-radius:12px;font-size:15px;outline:none;transition:all .2s;margin-bottom:12px;font-family:inherit}.login-form input:focus{border-color:#ffffff4d;background:#ffffff0f}.login-form input::placeholder{color:#ffffff5c}.password-field{position:relative;width:100%}.password-field input{padding-right:48px}.login-form .password-field{margin-bottom:12px}.login-form .password-field input{margin-bottom:0}.password-field>button{position:absolute;top:50%;right:6px;display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:7px;background:transparent;color:#ffffff8f;cursor:pointer;transform:translateY(-50%)}.password-field>button:hover{background:#ffffff12;color:#fff}.password-field>button:focus-visible{outline:2px solid rgba(255,255,255,.48);outline-offset:1px}.password-field>button:disabled{cursor:not-allowed;opacity:.4}.password-field>button svg{width:18px;height:18px}.landing-turnstile{min-height:65px;display:flex;justify-content:center;margin:0 0 12px}.divider{display:flex;align-items:center;color:var(--text-muted);font-size:13px;margin:20px 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid rgba(255,255,255,.1)}.divider:before{margin-right:12px}.divider:after{margin-left:12px}.telegram-login-shell{position:relative;border-radius:14px;overflow:hidden}.telegram-login-card{min-height:56px;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#03030380;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;overflow:hidden}.telegram-login-title{display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-size:15px;font-weight:600;line-height:1.2}.telegram-login-title svg{width:18px;height:18px;flex:0 0 auto}.telegram-login-shell:hover .telegram-login-card{background:#2d7cf614;border-color:#2d7cf640;box-shadow:0 0 25px #2d7cf633}.telegram-login-box{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;border:0;background:transparent;cursor:pointer}.telegram-login-box:disabled{cursor:wait}.login-status{display:none;margin-top:12px;font-size:13px;line-height:1.4;text-align:center}.login-status.active{display:block}.login-status.error{color:#fb7185}.login-status.success{color:#86efac}.logged-account-panel{text-align:center}.logged-account-badge{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;margin:4px auto 16px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#ffffff0f;color:#fff}.logged-account-title{margin-bottom:8px;font-size:22px;font-weight:800;line-height:1.2}.logged-account-copy{margin-bottom:22px;color:var(--text-secondary);font-size:14px;line-height:1.5}.logged-account-actions{display:grid;gap:10px}.popup{position:fixed;top:max(16px,env(safe-area-inset-top));left:50%;z-index:260;display:flex;align-items:center;justify-content:space-between;gap:16px;width:min(calc(100% - 32px),520px);min-height:56px;padding:11px 11px 11px 16px;border:1px solid #60a5fa;border-radius:8px;background:#f8fafcfa;color:#111827;font-size:14px;font-weight:800;line-height:1.45;text-align:left;box-shadow:0 18px 50px #000000b3,0 0 0 3px #60a5fa29;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transform:translate(-50%) translateY(-12px) scale(.98);opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease}.popup.active{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0) scale(1)}.popup>span{min-width:0;overflow-wrap:anywhere}.popup.closing{opacity:0;transform:translate(-50%) translateY(-12px) scale(.98)}.popup.success{border-color:#4ade80;background:#f0fdf4fa;color:#14532d}.popup.error{border-color:#fb7185;background:#fff1f2fa;color:#881337}footer{border-top:1px solid var(--border);padding:40px 24px;text-align:center;font-size:14px;color:var(--text-muted)}footer a{color:var(--text-secondary);text-decoration:none;margin:0 10px;transition:color .2s}footer a:hover{color:#fff}footer a:focus-visible{outline:2px solid #fff;outline-offset:4px;border-radius:3px}.legal-shell{min-height:100vh;background:#050505}.legal-loading{min-height:100vh;display:grid;place-items:center;background:#050505;color:var(--text-secondary);font-size:14px}.legal-site-header{display:flex;align-items:center;justify-content:space-between;width:min(100% - 48px,960px);margin:0 auto;padding:24px 0;border-bottom:1px solid var(--border)}.legal-home-link{min-height:40px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid var(--border);border-radius:6px;color:#fff;font-size:13px;font-weight:700;text-decoration:none}.legal-home-link:hover{border-color:#ffffff57;background:#ffffff0f}.legal-home-link:focus-visible,.legal-document-nav a:focus-visible,.legal-document article a:focus-visible{outline:2px solid #fff;outline-offset:3px}.legal-document{width:min(100% - 48px,960px);margin:0 auto;padding:38px 0 72px}.legal-document-nav{position:static;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:42px;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;animation:none}.legal-document-nav a{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);font-size:12px;font-weight:700;text-decoration:none}.legal-document-nav a:hover,.legal-document-nav a.is-active{border-color:#ffffff52;background:#ffffff14;color:#fff}.legal-document article{width:100%;max-width:760px;min-width:0;overflow-wrap:anywhere}.legal-document article h1{margin:0 0 14px;color:#fff;font-family:Futura LT,Futura,Trebuchet MS,sans-serif;font-size:2.5rem;line-height:1.05;letter-spacing:0}.legal-document article h2{margin:42px 0 14px;color:#fff;font-size:1.15rem;line-height:1.35;letter-spacing:0}.legal-document article p,.legal-document article li{color:#b5b5b5;font-size:.96rem;line-height:1.8}.legal-document article p{margin:0 0 14px}.legal-document article ul{display:grid;gap:8px;margin:8px 0 20px;padding-left:22px}.legal-document article a{color:#93c5fd;text-underline-offset:3px}@media(max-width:620px){.legal-site-header,.legal-document{width:min(100% - 32px,960px)}.legal-site-header{padding:18px 0}.legal-site-header .logo img{width:150px;height:40px}.legal-home-link{min-height:36px;padding:0 12px}.legal-document{padding-top:28px}.legal-document-nav{display:grid;grid-template-columns:1fr;margin-bottom:32px}}@media(max-width:1050px){.features-section{max-width:780px}.features-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-item:nth-child(3n){border-inline-end:1px solid var(--border)}.feature-item:nth-child(2n){border-inline-end:0}.feature-item:nth-child(n+4){border-block-end:1px solid var(--border)}.feature-item:nth-child(n+5){border-block-end:0}.pricing-section{max-width:780px}.tariff-overview{margin-bottom:42px}.tariff-overview-item{gap:12px;padding-inline:14px}.tariff-overview-icon{flex-basis:38px}.pricing-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 16px}}@media(max-width:600px){.nav-inner{padding:12px 16px}.logo img{width:150px;height:40px}.nav-btn{padding:8px 10px;font-size:12px;white-space:nowrap}.hero{padding:120px 16px 80px}.shiny-text{font-size:42px}.hero-buttons{flex-direction:column;align-items:center;width:100%}.hero-buttons .btn{width:100%;justify-content:center}.features-section{padding:52px 16px 64px}.features-header{margin-block-end:28px}.features-header h2{font-size:30px;line-height:1.12}.features-header p{max-width:310px;margin-inline:auto;font-size:14px}.features-panel{grid-template-columns:1fr}.feature-item,.feature-item:nth-child(2n),.feature-item:nth-child(3n){min-height:auto;padding:28px 24px;border-inline-end:0}.feature-item:nth-child(n+4),.feature-item:nth-child(n+5){border-block-end:1px solid var(--border)}.feature-item:last-child{border-block-end:0}.feature-icon{width:48px;height:48px;margin-block-end:20px}.tariff-toggle{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.tariff-toggle button{min-width:0;padding-inline:7px;font-size:12px}.pricing-section{padding:36px 16px 64px}.pricing-header{margin-bottom:24px}.pricing-header p{max-width:320px;margin-inline:auto;font-size:14px}.tariff-overview{grid-template-columns:1fr;margin-bottom:38px;padding:8px 18px}.tariff-overview-item{min-height:82px;padding:14px 4px}.tariff-overview-item+.tariff-overview-item{border-inline-start:0;border-top:1px solid var(--border)}.tariff-overview-item strong{font-size:15px}.pricing-cards{grid-template-columns:1fr;gap:34px}.price-card{grid-template-rows:auto auto auto 30px auto 54px auto;min-height:340px;padding:28px 22px 16px}.price-amount{font-size:48px}.modal-content{padding:20px;max-height:calc(100vh - 32px);overflow:auto}.modal-close{top:20px;right:20px;width:38px;height:38px;border-radius:11px}.modal-tabs{width:calc(100% - 58px);height:38px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}nav,.hero-content,.reveal-item{opacity:1;animation:none;transform:none;transition:none}.shiny-text{animation:none;background-position:50% center}.tariff-panel,.pricing-description,.tariff-panel .tariff-overview,.tariff-panel .price-card,.tariff-toggle button.active{animation:none!important}.tariff-toggle:before{transition:none}.tariff-toggle button{transition:none}}.section-message{padding:24px;color:var(--text-secondary);text-align:center}.section-message.error{color:#fda4af}.popup-close,.dashboard-message button{border:0;background:transparent;color:inherit;cursor:pointer;font-size:20px;line-height:1}.popup-close{display:grid;flex:0 0 34px;width:34px;height:34px;padding:0;place-items:center;border-radius:6px}.popup-close:hover{background:#0f172a1a}.popup-close:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.auth-modal{text-align:center}.auth-icon{display:grid;width:58px;height:58px;margin:8px auto 18px;place-items:center;border:1px solid rgba(56,189,248,.3);border-radius:18px;background:#0ea5e91a;color:#38bdf8}.auth-icon svg{width:30px;height:30px}.auth-modal h2{margin-bottom:10px;font-size:24px}.auth-copy{margin-bottom:18px;color:var(--text-secondary);font-size:14px;line-height:1.6}.telegram-account-confirmation{display:grid;gap:8px;padding:16px;border:1px solid rgba(56,189,248,.35);border-radius:8px;background:#0ea5e914;text-align:left}.telegram-account-confirmation strong{color:#fff;font-size:18px}.telegram-account-confirmation>span:not(.telegram-account-label){color:var(--text-secondary);font-size:13px}.telegram-account-label{color:#7dd3fc;font-size:11px;font-weight:800;text-transform:uppercase}.telegram-account-confirmation .auth-action{margin-top:4px}.auth-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin:16px 0;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff09}.auth-tabs button,.auth-link-button{border:0;background:transparent;color:var(--text-secondary);cursor:pointer;font:inherit}.auth-tabs button{min-height:38px;border-radius:10px;font-size:13px;font-weight:700}.auth-tabs button.active{background:#ffffff1f;color:#fff}.auth-form{display:grid;gap:10px;text-align:left}.auth-checkbox{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:13px;line-height:1.3}.auth-checkbox input{width:16px;height:16px;flex:0 0 16px;margin:0;padding:0;border-radius:4px;accent-color:#fff}.auth-terms{display:grid;gap:8px;margin-top:2px}.auth-document-links{display:flex;flex-wrap:wrap;gap:5px 12px;padding-left:26px;font-size:12px;line-height:1.35}.auth-document-links a{color:#93c5fd;text-underline-offset:3px}.auth-document-links a:hover{color:#fff}.auth-document-links a:focus-visible{outline:2px solid #fff;outline-offset:3px;border-radius:2px}.auth-link-button{justify-self:center;margin-top:2px;color:#93c5fd;font-size:13px}.auth-bottom-action{display:grid;gap:10px;margin-top:16px;text-align:center}.auth-bottom-action span{color:var(--text-muted);font-size:11px;font-weight:700;text-transform:uppercase}.auth-bottom-action .auth-action{margin-top:0}.selected-tariff{margin-bottom:18px;padding:12px;border:1px solid var(--border);border-radius:12px;background:#ffffff08;color:var(--text-secondary);font-size:13px}.telegram-widget{display:flex;min-height:16px;justify-content:center}.auth-action{width:100%;margin-top:10px}.dashboard-loading,.dashboard-shell{min-height:100vh;background:radial-gradient(circle at 10% 20%,rgba(37,99,235,.09),transparent 30%),radial-gradient(circle at 90% 70%,rgba(6,182,212,.07),transparent 28%),#030303}.dashboard-loading{display:grid;place-items:center;color:var(--text-secondary)}.dashboard-shell nav{position:fixed}.account-name{max-width:230px;overflow:hidden;color:var(--text-secondary);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.dashboard-main{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:110px 0 70px}.dashboard-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.dashboard-eyebrow,.card-kicker{color:#67e8f9;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dashboard-heading h1{margin:6px 0;font-size:44px;line-height:1.05;letter-spacing:0}.dashboard-heading p{color:var(--text-secondary)}.compact-button{flex:0 0 auto;padding:10px 18px}.dashboard-message{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;padding:14px 18px;border:1px solid rgba(103,232,249,.24);border-radius:14px;background:#082f4947;color:#cffafe;font-size:14px}.summary-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:20px}.summary-card,.dashboard-card{border:1px solid var(--border);background:#0e0e0eb8;box-shadow:0 16px 50px #00000038;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.summary-card{min-width:0;padding:18px;border-radius:16px}.summary-card span{display:block;margin-bottom:7px;color:var(--text-muted);font-size:11px;text-transform:uppercase}.summary-card strong{display:block;overflow:hidden;font-size:15px;text-overflow:ellipsis}.summary-card.accent{border-color:#34d39940;background:#064e3b2e}.dashboard-card{margin-bottom:20px;padding:28px;border-radius:22px}.card-heading-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.card-heading-row h2{margin-top:4px;font-size:20px}.status-pill,.counter{padding:6px 10px;border:1px solid var(--border);border-radius:999px;color:var(--text-secondary);font-size:12px;font-weight:700}.status-pill.active{border-color:#34d39947;background:#064e3b40;color:#a7f3d0}.subscription-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:28px;align-items:center}.subscription-qr{border:8px solid #fff;border-radius:18px;background:#fff}.subscription-details code{display:block;overflow-wrap:anywhere;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#050505;color:#bae6fd;font-size:12px}.subscription-details p,.empty-access p{margin:14px 0 18px;color:var(--text-secondary);font-size:14px}.action-row{display:flex;flex-wrap:wrap;gap:10px}.action-row .btn,.renew-plan .btn{padding:11px 16px;font-size:13px}.text-action{margin-top:18px;padding:0;border:0;background:transparent;cursor:pointer;font:inherit}.danger-text{color:#fda4af}.dashboard-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dashboard-list{display:grid;gap:10px}.device-row,.payment-row{display:flex;min-width:0;align-items:center;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:#ffffff06}.device-row>div:nth-child(2),.payment-row>div{min-width:0;flex:1}.device-row strong,.payment-row strong,.device-row span,.payment-row span{display:block}.device-row span,.payment-row span{overflow:hidden;margin-top:3px;color:var(--text-secondary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.device-icon{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:10px;background:#22d3ee1a;color:#67e8f9;font-size:8px}.list-action{border:0;background:transparent;color:#fda4af;cursor:pointer;font:inherit;font-size:12px}.empty-copy{color:var(--text-secondary);font-size:14px;line-height:1.6}.payment-status{padding:5px 8px;border-radius:999px;background:#ffffff0f;font-size:10px!important;font-weight:800}.payment-status.confirmed{color:#86efac}.payment-status.canceled,.payment-status.chargebacked{color:#fda4af}.promo-input{width:min(220px,100%);padding:11px 14px;border:1px solid var(--border);border-radius:12px;outline:0;background:#ffffff0a;color:#fff;font:inherit}.promo-input:focus{border-color:#67e8f966}.renew-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.renew-plan{display:flex;min-width:0;flex-direction:column;gap:12px;padding:18px;border:1px solid var(--border);border-radius:16px;background:#ffffff06}.renew-plan strong{min-height:44px;font-size:14px}.renew-plan>span{color:var(--text-secondary)}@media(max-width:980px){.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-columns{grid-template-columns:1fr}.renew-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.account-customer-traffic-dialog{width:min(720px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:min(760px,calc(100dvh - 32px));margin:auto;padding:0;overflow:auto;border:1px solid rgba(158,216,255,.28);border-radius:14px;background:#0d0d0d;color:#f7f7f7;box-shadow:0 24px 80px #000000b3}.account-customer-traffic-dialog::backdrop{background:#000000c7;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.account-customer-traffic-dialog[open]{animation:customer-traffic-dialog-in .18s cubic-bezier(.22,1,.36,1) both}@keyframes customer-traffic-dialog-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.account-customer-traffic-dialog-inner{display:grid;gap:20px;padding:24px}.account-customer-traffic-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.account-customer-traffic-dialog-head>div{min-width:0}.account-customer-traffic-dialog-head span,.account-customer-traffic-dialog-head p{color:#888;font-size:.75rem}.account-customer-traffic-dialog-head h2{margin:3px 0 2px;font-size:1.45rem;line-height:1.15}.account-icon-button{border-color:#ffffff29;background:#ffffff0f;color:#fff}.account-customer-traffic-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#ffffff09}.account-customer-traffic-summary>div{min-width:0;padding:15px 16px;border-inline-end:1px solid rgba(255,255,255,.1)}.account-customer-traffic-summary>div:last-child{border-inline-end:0}.account-customer-traffic-summary span,.account-customer-traffic-summary strong{display:block}.account-customer-traffic-summary span{margin-bottom:4px;color:#858585;font-size:.6875rem;font-weight:700}.account-customer-traffic-summary strong{overflow:hidden;color:#fff;font-size:1.08rem;text-overflow:ellipsis;white-space:nowrap}.account-customer-traffic-devices{display:grid;gap:11px}.account-customer-traffic-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-customer-traffic-section-head h3{font-size:.95rem}.account-customer-traffic-section-head>span{min-width:26px;padding:3px 7px;border:1px solid rgba(158,216,255,.22);border-radius:999px;color:#b7e3ff;font-size:.6875rem;font-weight:800;text-align:center}.account-customer-traffic-devices ul{display:grid;gap:8px;list-style:none}.account-customer-traffic-devices li{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#ffffff06}.account-customer-traffic-devices li>div:first-child{min-width:0}.account-customer-traffic-devices li strong,.account-customer-traffic-devices li span{display:block}.account-customer-traffic-devices li strong{overflow:hidden;color:#f5f5f5;font-size:.8125rem;text-overflow:ellipsis;white-space:nowrap}.account-customer-traffic-devices li span,.account-customer-traffic-device-meta{color:#858585;font-size:.6875rem}.account-customer-traffic-device-meta{display:grid;flex:0 0 auto;gap:2px;text-align:right}.account-customer-traffic-device-meta strong{margin-top:3px;color:#b7e3ff}.account-customer-traffic-note,.account-customer-traffic-state{padding:12px 13px;border:1px solid rgba(255,255,255,.1);border-radius:9px;color:#9b9b9b;font-size:.75rem}.account-customer-traffic-state{color:#d8d8d8}.account-customer-traffic-state.is-error{border-color:#ff70704d;background:#ff707012;color:#ffb1b1}.account-customer-traffic-empty{color:#858585;font-size:.75rem}@media(max-width:620px){.account-admin-form{padding:18px}.account-admin-table-wrap:not(.account-customer-table-wrap){padding:5px 9px 9px}.account-customer-traffic-dialog{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.account-customer-traffic-dialog-inner{gap:16px;padding:18px}.account-customer-traffic-summary{grid-template-columns:1fr}.account-customer-traffic-summary>div{border-inline-end:0;border-bottom:1px solid rgba(255,255,255,.1)}.account-customer-traffic-summary>div:last-child{border-bottom:0}.account-customer-traffic-devices li{display:grid;gap:9px}.account-customer-traffic-device-meta{text-align:left}}@media(prefers-reduced-motion:reduce){.account-customer-traffic-dialog[open]{animation:none}}@media(max-width:640px){.account-name{display:none}.dashboard-main{width:min(100% - 24px,1180px);padding-top:92px}.dashboard-heading,.card-heading-row{align-items:stretch;flex-direction:column}.dashboard-heading .compact-button{width:100%}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-card{padding:20px}.subscription-layout{grid-template-columns:1fr}.subscription-qr{width:170px;height:170px;margin:0 auto}.action-row{flex-direction:column}.action-row .btn{width:100%}.renew-grid{grid-template-columns:1fr}.promo-input{width:100%}}.account-loading,.account-shell{min-height:100dvh;color:#fafafa;background:linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),#030303;background-size:72px 72px}.account-shell:before{position:fixed;z-index:0;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0303030a,#030303 92%),radial-gradient(ellipse at 50% -20%,rgba(255,255,255,.14),transparent 44%);content:"";pointer-events:none}.account-loading{display:grid;place-items:center;color:#a0a0a0}.account-brand{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:52px 24px 0;cursor:pointer}.account-brand img{display:block;width:min(420px,88vw);height:112px;object-fit:cover;object-position:center}.account-main{position:relative;z-index:1;width:min(100% - 48px,1080px);margin:0 auto;padding:46px 0 56px}.account-main--wide{width:min(100% - 48px,1480px)}.account-main:focus{outline:none}.account-view-stage{view-transition-name:account-view;animation:account-view-enter .46s cubic-bezier(.22,1,.36,1) both}.account-view-stage>*{animation:account-element-enter .42s cubic-bezier(.22,1,.36,1) both}.account-view-stage>:nth-child(2){animation-delay:55ms}.account-view-stage>:nth-child(3){animation-delay:.11s}.account-view-stage>:nth-child(4){animation-delay:165ms}::view-transition-old(account-view){animation:account-view-leave .18s ease both}::view-transition-new(account-view){animation:account-view-enter .38s cubic-bezier(.22,1,.36,1) both}@keyframes account-view-enter{0%{opacity:0;transform:translateY(12px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes account-view-leave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}@keyframes account-element-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.account-terms-notice{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;padding:16px}.account-terms-notice>div{display:grid;gap:7px;min-width:0}.account-terms-notice strong{color:#fafafa;font-size:1rem}.account-terms-notice span{color:#a0a0a0;font-size:.875rem}.account-terms-notice>div>div{display:flex;flex-wrap:wrap;gap:10px}.account-terms-notice a{color:#dbeafe;font-size:.8125rem;font-weight:700}.account-card,.account-metric,.account-tariff{--mouse-x: 50%;--mouse-y: -20%;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#0e0e0e99;box-shadow:0 4px 24px #0003;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.account-card:before,.account-metric:before,.account-tariff:before{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.07),transparent 40%);content:"";opacity:0;pointer-events:none;transition:opacity .3s ease}.account-card:after{position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);content:"";opacity:.42;pointer-events:none}.account-card:hover:before,.account-metric:hover:before,.account-tariff:hover:before{opacity:1}.account-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:22px;margin-bottom:16px}.smart-connect-panel{display:grid;gap:18px;margin-bottom:16px;padding:24px;border-radius:20px}.smart-connect-panel>*{position:relative;z-index:1}.smart-connect-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.smart-connect-heading>div{min-width:0}.account-card-kicker{display:block;margin-bottom:6px;color:#67e8f9;font-size:.6875rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.smart-connect-heading h2{margin:0;font-size:1.35rem;line-height:1.1;letter-spacing:0}.smart-connect-heading p{margin-top:8px;color:#a0a0a0;font-size:.8125rem;line-height:1.5}.smart-connect-refresh{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0d;color:#fff;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.smart-connect-refresh:hover:not(:disabled){border-color:#ffffff4d;background:#ffffff1a;transform:translateY(-1px)}.smart-connect-refresh:focus-visible{outline:2px solid #fff;outline-offset:3px}.smart-connect-refresh:disabled{cursor:wait;opacity:.55}.smart-connect-refresh.is-loading svg{animation:smart-connect-spin .9s linear infinite}@keyframes smart-connect-spin{to{transform:rotate(360deg)}}.smart-connect-recommendation{display:flex;align-items:center;gap:14px;padding:15px 0;border-block:1px solid rgba(74,222,128,.22);background:#4ade8009}.smart-connect-recommendation-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid rgba(74,222,128,.22);border-radius:10px;color:#86efac}.smart-connect-recommendation-copy{display:grid;min-width:0;gap:3px}.smart-connect-recommendation-content{display:flex;min-width:0;flex:1;align-items:center;justify-content:space-between;gap:16px}.smart-connect-recommendation-copy>span,.smart-connect-recommendation-copy small{color:#a0a0a0;font-size:.75rem}.smart-connect-recommendation-copy strong{color:#fff;font-size:1.05rem}.smart-connect-empty,.smart-connect-error{display:flex;align-items:center;gap:10px;padding:13px 0;color:#fda4af}.smart-connect-empty>div{display:grid;gap:3px}.smart-connect-empty span,.smart-connect-error span{color:#a0a0a0;font-size:.8125rem}.smart-connect-nodes{display:grid;margin:0;padding:0;list-style:none}.smart-connect-node{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:10px;align-items:center;min-width:0;padding:13px 0;border-top:1px solid rgba(255,255,255,.08)}.smart-connect-node:first-child{border-top:0}.smart-connect-node-icon{display:grid;width:28px;height:28px;place-items:center}.smart-connect-node--online .smart-connect-node-icon{color:#86efac}.smart-connect-node--degraded .smart-connect-node-icon{color:#fde68a}.smart-connect-node--offline .smart-connect-node-icon{color:#fb7185}.smart-connect-node-main,.smart-connect-node-meta{display:grid;min-width:0;gap:3px}.smart-connect-node-main strong,.smart-connect-node-meta b{overflow:hidden;color:#f5f5f5;font-size:.875rem;text-overflow:ellipsis;white-space:nowrap}.smart-connect-node-main small,.smart-connect-node-meta small{overflow:hidden;color:#888;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.smart-connect-node-meta{min-width:105px;text-align:right}.smart-connect-node-meta b{font-variant-numeric:tabular-nums}.smart-connect-node.is-recommended .smart-connect-node-main strong,.smart-connect-node.is-recommended .smart-connect-node-meta b{color:#a7f3d0}.smart-connect-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px 16px;color:#777;font-size:.6875rem}.smart-connect-footer span{display:inline-flex;align-items:center;gap:6px}.smart-connect-skeleton{height:74px;border-block:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,#ffffff08,#ffffff14,#ffffff08);background-size:200% 100%;animation:smart-connect-skeleton 1.4s ease-in-out infinite}@keyframes smart-connect-skeleton{to{background-position:-200% 0}}.account-hero-panel{display:flex;min-height:224px;align-items:center;padding:26px;border-radius:20px}.account-hero-panel h1{margin:14px 0 22px;font-size:2.5rem;line-height:1.04;letter-spacing:0;white-space:nowrap}.account-badges{display:flex;flex-wrap:wrap;gap:0}.account-badge{display:inline-flex;align-items:center;width:fit-content;padding:6px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;font-size:.75rem;font-weight:800}.account-badges .account-badge+.account-badge{margin-left:-1px}.account-badges .account-badge:first-child{border-radius:999px 0 0 999px}.account-badges .account-badge:last-child{border-radius:0 999px 999px 0}.account-badge.is-active,.account-badge.payment-confirmed{border-color:#4ade8042;background:#4ade801f;color:#4ade80}.account-badge.is-info{border-color:#60a5fa40;background:#60a5fa1f;color:#60a5fa}.account-badge.is-family{border-color:#f472b64d;background:#f472b624;color:#f9a8d4}.account-badge.is-muted,.account-badge.payment-pending{color:#a0a0a0}.account-badge.payment-canceled,.account-badge.payment-chargebacked{border-color:#fb718540;background:#fb71851f;color:#fb7185}.account-badge.invitation-pending{border-color:#facc153d;background:#facc151a;color:#fde68a}.account-badge.invitation-accepted{border-color:#4ade8042;background:#4ade801f;color:#86efac}.account-badge.invitation-expired,.account-badge.invitation-canceled{color:#8f8f8f}.account-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:9px;padding:11px 18px;border:1px solid transparent;border-radius:8px;cursor:pointer;font:inherit;font-size:.875rem;font-weight:800;text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease}.account-button:hover:not(:disabled){transform:translateY(-1px)}.account-button:active:not(:disabled),.account-back:active,.account-mobile-nav button:active,.account-more-grid button:active,.account-more-grid a:active{transform:translateY(0) scale(.97)}button.account-card:hover,a.account-card:hover,.account-tariff:hover{border-color:#fff3;box-shadow:0 12px 34px #00000052;transform:translateY(-3px)}.account-button:focus-visible,.account-tile:focus-visible,.account-metric:focus-visible,.account-tariff:focus-visible,.account-back:focus-visible{outline:2px solid #fff;outline-offset:3px}.account-button:disabled{cursor:not-allowed;opacity:.55}.account-button.is-primary{background:#fff;color:#030303}.account-button.is-secondary{border-color:#ffffff1a;background:#ffffff0e;color:#fafafa}.account-button.is-danger{border-color:#fb718540;background:#fb71851f;color:#fecdd3}.account-button.is-small{min-height:34px;padding:8px 12px;font-size:.75rem}.account-icon{width:18px;height:18px;flex:0 0 auto}.account-metric-rail{display:grid;gap:10px}.account-metric-pair{display:grid;grid-template-columns:minmax(132px,1fr) minmax(0,3fr);gap:10px}.account-metric{display:grid;min-height:86px;gap:5px;padding:18px;border-radius:20px;color:inherit;cursor:pointer;font:inherit;text-align:left;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.account-metric:hover,.account-tile:hover,.account-tariff:hover:not(:disabled){z-index:2;border-color:#fff3;box-shadow:0 16px 40px #0006;transform:translateY(-4px)}.account-expiry{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-metric-value{position:relative;z-index:1;min-width:0;font-size:1.65rem;font-weight:800;line-height:1}.account-device-metric .account-metric-value,.account-stats-card>div:first-child strong{font-variant-numeric:tabular-nums;white-space:nowrap;text-wrap:nowrap}.account-device-metric .account-metric-value{font-size:1.65rem}.account-metric-value small{margin-left:.4em;color:#666;font-size:.45em;font-weight:600;vertical-align:middle}.account-traffic-metric .account-metric-value{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.account-traffic-metric .account-metric-value small{margin-left:auto;color:#a0a0a0;font-size:.46em;font-weight:800}.account-router-traffic{display:flex;align-items:baseline;justify-content:space-between;gap:8px;width:100%;margin-top:8px;color:#a0a0a0;font-size:.72rem;line-height:1.2}.account-router-traffic strong{color:#d7d7d7;font-variant-numeric:tabular-nums;white-space:nowrap}.account-metric-label{position:relative;z-index:1;color:#a0a0a0;font-size:.8125rem}.account-progress{position:relative;z-index:1;height:8px;overflow:hidden;margin-top:6px;border-radius:999px;background:#ffffff14}.account-progress i{display:block;height:100%;border-radius:inherit;background:#fff}.account-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px}.account-tile{min-height:148px;padding:22px;border-radius:20px;color:inherit;cursor:pointer;font:inherit;text-align:left;text-decoration:none;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.account-tile strong,.account-card-title{position:relative;z-index:1;display:flex;align-items:center;gap:9px;color:#fff;font-size:1rem;font-weight:800}.account-tile>span{position:relative;z-index:1;display:block;margin-top:14px;color:#a0a0a0;font-size:.875rem;line-height:1.55}.account-tile.is-logout{border-color:#fb718538;background:#fb718512}.account-tile.is-logout strong{color:#fecdd3}.account-view-navigation{position:sticky;z-index:20;top:14px;display:flex;width:fit-content;margin-bottom:20px}.account-back{display:inline-flex;min-height:44px;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#0e0e0ef0;box-shadow:0 8px 28px #00000057;color:#fafafa;cursor:pointer;font:inherit;font-size:.875rem;font-weight:800;transition:border-color .18s ease,background .18s ease,transform .18s ease}.account-back:hover{border-color:#ffffff47;background:#191919;transform:translateY(-1px)}.account-page-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.account-page-head>div>span{display:block;margin-bottom:8px;color:#666;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.account-page-head h1{font-size:2.25rem;line-height:1.08}.account-page-head p{max-width:620px;margin-top:10px;color:#a0a0a0;font-size:.9375rem}.account-key-card,.account-stats-card,.account-referral-rules,.account-links-card,.account-settings-card,.account-info-card{padding:22px;border-radius:20px}.account-key-layout{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;align-items:center}.account-key-layout>img{border:8px solid #fff;border-radius:14px;background:#fff}.account-key-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;margin-top:14px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0a}.account-key-box>span{overflow:hidden;color:#a0a0a0;font-family:Cascadia Code,monospace;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.account-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.account-tariff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-top:18px}.account-tariff{display:flex;min-height:172px;flex-direction:column;gap:12px;justify-content:space-between;padding:20px;border-radius:20px;color:inherit;cursor:pointer;font:inherit;text-align:left;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.account-tariff>*{position:relative;z-index:1}.account-tariff>span{font-weight:800}.account-tariff>strong{font-size:2.25rem;line-height:1}.account-tariff>small{color:#666}.account-tariff.is-selected,.account-limit-plans button.is-selected{border-color:#ffffff7a;box-shadow:0 0 0 2px #ffffff14;transform:translateY(-2px)}.account-checkout-card{display:grid;grid-template-columns:minmax(140px,.55fr) minmax(240px,1.2fr) minmax(260px,1fr) minmax(220px,max-content);gap:18px;align-items:end;margin-top:18px;padding:20px}.account-payment-method{display:grid;grid-template-columns:1fr;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff09}.account-payment-method button{min-height:38px;padding:8px 11px;border:0;border-radius:5px;background:transparent;color:#8f8f8f;font:inherit;font-size:.8125rem;font-weight:750;text-align:left;cursor:pointer}.account-payment-method button.is-active{background:#f2f2f2;color:#0c0c0c}.account-payment-method button:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.account-payment-method button:disabled{opacity:.42;cursor:not-allowed}.account-payment-method-note{grid-column:1 / -1;margin:-4px 0 0;color:#c8a7a7;font-size:.8125rem;line-height:1.45}.account-checkout-card>div:first-child,.account-limit-checkout>div:first-child{display:grid;gap:5px}.account-checkout-card>div:first-child>span,.account-limit-checkout>div:first-child>span{color:#777;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.account-checkout-card>div:first-child>strong,.account-limit-checkout>div:first-child>strong{font-size:1.75rem}.account-checkout-card small,.account-limit-checkout small{color:#a0a0a0;font-size:.75rem}.account-promo{display:flex;align-items:center;gap:12px;margin-top:20px}.account-promo input{width:min(260px,100%);min-height:46px;padding:12px 14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;outline:0;background:#ffffff0a;color:#fafafa;font:inherit}.account-promo input:focus-visible{border-color:#ffffff5c;outline:2px solid rgba(255,255,255,.18)}.account-promo>span{color:#666;font-size:.8125rem}.account-promo-field{display:grid;gap:7px;min-width:0}.account-promo-field>label{color:#a0a0a0;font-size:.75rem;font-weight:700}.account-promo-field>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-width:0}.account-promo-field input{width:100%;min-width:0;min-height:48px;padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:8px;outline:0;background:#ffffff0b;color:#fafafa;font:inherit}.account-promo-field input:focus-visible{border-color:#fff6;outline:2px solid rgba(255,255,255,.2);outline-offset:2px}.account-promo-field .is-error{color:#ff9090;overflow-wrap:anywhere}.account-promo-field .is-success{color:#65d9aa;overflow-wrap:anywhere}.account-limit-panel{display:grid;gap:18px;margin-top:18px;padding:22px}.account-limit-panel>header{display:flex;align-items:center;justify-content:space-between;gap:18px}.account-limit-panel>header span{color:#777;font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.account-limit-panel>header h2{margin-top:5px;font-size:1.35rem}.account-segmented{display:flex;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff09}.account-segmented button{min-height:42px;padding:8px 14px;border:0;border-radius:7px;background:transparent;color:#777;cursor:pointer;font:inherit;font-size:.8rem;font-weight:800}.account-segmented button.is-active{background:#fafafa;color:#111}.account-limit-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff06}.account-limit-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.account-limit-plans button{display:grid;min-height:116px;gap:7px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff09;color:#fafafa;cursor:pointer;font:inherit;text-align:left;transition:transform .2s ease,border-color .2s ease}.account-limit-plans button>span{color:#a0a0a0;font-size:.8rem;font-weight:800}.account-limit-plans button>strong{font-size:1.35rem}.account-limit-plans button>small{color:#666}.account-limit-checkout{display:grid;grid-template-columns:minmax(170px,.7fr) minmax(260px,1fr) minmax(190px,max-content);gap:18px;align-items:end}.account-checkout-card>.account-button,.account-limit-checkout>.account-button{min-width:190px;white-space:nowrap}.account-checkout-actions{display:grid;min-width:210px;gap:8px}.account-checkout-actions .account-button{width:100%;min-height:48px;justify-content:center;white-space:nowrap}.account-promo-table{min-width:820px}.account-stats-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.account-stats-card>div:first-child{display:grid;gap:6px}.account-stats-card>div:first-child strong{font-size:1.9rem}.account-stats-card>div:first-child span{color:#666;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.account-stat-row{display:flex;flex-wrap:wrap;gap:24px}.account-stat{display:grid;gap:5px}.account-stat strong{font-size:1.75rem;line-height:1}.account-stat span{color:#a0a0a0;font-size:.8125rem}.account-list,.account-stack{display:grid;gap:8px}.account-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px}.account-settings-column{display:contents}.account-settings-grid .account-settings-card{padding:18px;border-radius:16px}.account-settings-summary{grid-column:1 / -1}.account-settings-summary .account-card-title{margin-bottom:14px}.account-settings-summary .account-profile-row{display:grid;grid-template-columns:48px minmax(160px,.65fr) minmax(0,1fr);align-items:center;gap:12px;margin-top:0}.account-profile-main{display:grid;min-height:58px;align-content:center;gap:4px;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff09;min-width:0}.account-profile-main strong{overflow:hidden;color:#fff;font-size:1rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.account-profile-main span{overflow:hidden;color:#8f8f8f;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.account-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0}.account-status-pill{display:grid;min-height:58px;align-content:center;gap:5px;min-width:0;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff09}.account-status-pill span{color:#747474;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.account-status-pill strong{overflow:hidden;color:#d7d7d7;font-size:.86rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.account-settings-email,.account-settings-password{min-height:100%}.account-settings-email>p,.account-settings-password>p{min-height:44px}@media(max-width:820px){.account-settings-grid,.account-settings-summary .account-profile-row,.account-status-grid{grid-template-columns:1fr}}.account-list-item{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09}.account-list-item>div{min-width:0}.account-list-item strong,.account-list-item span{display:block}.account-list-item strong{font-size:.875rem}.account-list-item>div>span{overflow:hidden;margin-top:3px;color:#666;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.account-device-copy{display:grid;flex:1;gap:4px}.account-list-item .account-device-platform{overflow:hidden;margin-top:0;color:#8f8f8f;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.account-family-invite-card{display:grid;gap:14px;margin-top:18px;padding:22px;border-radius:20px}.account-family-invite-card>p,.account-family-invite-card>small{color:#8f8f8f;font-size:.8125rem;line-height:1.55}.account-family-invite-card form,.account-family-invite-card label{display:grid;gap:8px}.account-family-invite-card label{color:#a0a0a0;font-size:.75rem;font-weight:700}.account-family-invite-card label span{color:#666;font-weight:500}.account-family-invite-card form>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.account-family-invite-card input{width:100%;min-width:0;min-height:48px;padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:8px;outline:0;background:#ffffff0b;color:#fafafa;font:inherit}.account-family-invite-card input:focus-visible{border-color:#fff6;outline:2px solid rgba(255,255,255,.2);outline-offset:2px}.account-family-invitations{margin-top:22px}.account-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.account-section-title h2{font-size:1.125rem}.account-section-title>span{color:#777;font-size:.75rem}.account-family-invitation{display:grid;grid-template-columns:minmax(0,1fr) auto auto}.account-family-invitation-actions{display:flex;gap:8px}.account-mobile-nav,.account-more-overlay{display:none}.family-invite-page{min-height:100dvh;color:#f8fafc;background:#030303}.family-invite-header{display:flex;align-items:center;width:min(100% - 40px,1180px);min-height:86px;margin:0 auto}.family-invite-header button{display:inline-flex;align-items:center;border:0;padding:0;background:transparent;cursor:pointer}.family-invite-header img{width:min(190px,48vw);height:auto}.family-invite-main{display:grid;min-height:calc(100dvh - 86px);padding:48px 20px 80px;place-items:start center}.family-invite-card{width:min(100%,540px);padding:clamp(28px,6vw,54px);border:1px solid rgba(96,165,250,.32);border-radius:18px;background:#0d121ce6;box-shadow:0 24px 70px #0000006b;text-align:center}.family-invite-card.is-error{border-color:#fb718566}.family-invite-icon{display:grid;width:56px;height:56px;margin:0 auto 22px;place-items:center;border:1px solid rgba(96,165,250,.45);border-radius:16px;color:#93c5fd;font-size:28px}.family-invite-kicker{color:#93c5fd;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.family-invite-card h1{margin:12px 0;font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.1}.family-invite-card>p{margin:0 auto;max-width:420px;color:#aeb8c8;line-height:1.6}.family-invite-status{display:flex;align-items:flex-start;justify-content:center;gap:10px;margin:26px 0 20px;color:#dbeafe;font-size:.9rem;line-height:1.45}.family-invite-status.is-error{color:#fecdd3}.family-invite-status-dot{width:8px;height:8px;flex:0 0 auto;margin-top:.45em;border-radius:50%;background:#60a5fa;box-shadow:0 0 0 5px #60a5fa1f}.family-invite-status.is-error .family-invite-status-dot{background:#fb7185;box-shadow:0 0 0 5px #fb71851f}.family-invite-action{width:100%}.family-invite-back{margin-top:18px;border:0;padding:4px;background:transparent;color:#8d99aa;cursor:pointer;font:inherit;font-size:.85rem}.family-invite-back:hover{color:#fff}.account-device-dates{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:5px}.account-device-dates>span{display:grid;gap:2px;color:#666;font-size:.6875rem;font-weight:700;text-transform:uppercase}.account-device-dates time{color:#c4c4c4;font-size:.75rem;font-weight:600;text-transform:none}.account-empty{display:grid;justify-items:center;gap:12px;padding:42px 24px;border:1px dashed rgba(255,255,255,.1);border-radius:8px;color:#a0a0a0;text-align:center}.account-empty .account-icon{width:34px;height:34px;color:#fff}.account-referral-rules p,.account-settings-card p,.account-info-card p{position:relative;z-index:1;margin-top:12px;color:#a0a0a0;font-size:.875rem}.account-referral-stats{margin:14px 0;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#0e0e0e99}.account-referral-leaderboard{display:grid;gap:14px;margin-bottom:14px}.account-referral-leaderboard>p{margin:0;color:#a0a0a0;font-size:.875rem}.account-referral-leaderboard ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.account-referral-leaderboard li{display:grid;grid-template-columns:34px minmax(120px,1fr) auto;align-items:center;gap:12px;min-height:52px;border-top:1px solid rgba(255,255,255,.08)}.account-referral-leaderboard li:first-child{border-top:0}.account-referral-leaderboard li.is-current{color:#fff}.account-referral-leaderboard li>span:last-child{color:#a0a0a0;font-size:.8125rem}.account-referral-rank{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:6px;background:#ffffff0f;font-size:.8125rem;font-weight:900}.account-referral-actions{margin-bottom:14px}.account-referral-withdraw-form{display:grid;gap:16px;margin-top:14px}.account-withdrawal-method{width:fit-content}.account-referral-withdraw-form fieldset{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;padding:0;border:0}.account-referral-withdraw-form fieldset.is-phone{grid-template-columns:repeat(3,minmax(0,1fr))}.account-referral-withdraw-form legend{grid-column:1 / -1;margin-bottom:2px;font-size:1rem;font-weight:800}.account-referral-withdraw-form label{display:grid;min-width:0;gap:7px;color:#a0a0a0;font-size:.8125rem;font-weight:700}.account-referral-withdraw-form input{width:100%;min-height:48px;padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:8px;outline:0;background:#ffffff0b;color:#fafafa;font:inherit;font-size:1rem}.account-referral-withdraw-form input:focus-visible{border-color:#fff6;outline:2px solid rgba(255,255,255,.2);outline-offset:2px}.account-referral-withdraw-form input:user-invalid{border-color:#ff7070b3}.account-referral-withdraw-form .account-button{justify-self:start}.account-referral-withdrawals{margin-top:14px}.account-referral-page{display:grid;gap:18px}.account-referral-page .account-page-head{margin-bottom:4px}.account-referral-balance-panel,.account-referral-section,.account-referral-page>.account-referral-stats{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0d0d0d}.account-referral-balance-panel{position:relative;overflow:hidden;padding:28px;border-left:3px solid #60a5fa}.account-referral-balance-head,.account-referral-progress-summary,.account-referral-balance-actions,.account-referral-form-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-referral-balance-head h2,.account-referral-section>h2,.account-referral-form-head h2{display:flex;align-items:center;gap:10px;margin:0;color:#f7f7f7;font-size:1.125rem;font-weight:850;line-height:1.25}.account-referral-balance-head svg,.account-referral-section>h2 svg,.account-referral-form-head h2 svg{width:20px;height:20px;flex:0 0 auto;stroke-width:1.8}.account-referral-level-badge{display:inline-flex;min-height:34px;align-items:center;padding:7px 12px;border:1px solid rgba(96,165,250,.38);border-radius:8px;background:#60a5fa1a;color:#8bc3ff;font-size:.8125rem;font-weight:850}.account-referral-balance-value{display:block;margin-top:22px;color:#fff;font-size:3.25rem;font-variant-numeric:tabular-nums;font-weight:900;line-height:.98}.account-referral-balance-panel>p{margin:10px 0 22px;color:#7f7f7f;font-size:.875rem}.account-referral-balance-actions{justify-content:flex-start;flex-wrap:wrap}.account-referral-balance-actions>span{color:#777;font-size:.8125rem;font-weight:650}.account-referral-balance-actions .account-button svg{width:17px;height:17px}.account-referral-page>.account-referral-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;overflow:hidden}.account-referral-page .account-referral-stats .account-stat{min-width:0;padding:22px 24px;border-left:1px solid rgba(255,255,255,.1)}.account-referral-page .account-referral-stats .account-stat:first-child{border-left:0}.account-referral-page .account-referral-stats .account-stat strong{font-size:1.9rem;font-variant-numeric:tabular-nums;line-height:1}.account-referral-page .account-referral-stats .account-stat:nth-child(2) strong{color:#8bc3ff}.account-referral-page .account-referral-stats .account-stat span{margin-top:7px;color:#777;font-size:.75rem}.account-referral-section{padding:26px}.account-referral-progress-summary{margin-top:22px}.account-referral-progress-summary>strong{color:#8bc3ff;font-size:1.25rem}.account-referral-progress-summary>span{color:#9a9a9a;font-size:.875rem;text-align:right}.account-referral-progress-summary b,.account-referral-tier-grid b,.account-referral-rules-list b{color:#8bc3ff;font-weight:850}.account-referral-progress-track{height:8px;overflow:hidden;margin-top:18px;border-radius:8px;background:#ffffff14}.account-referral-progress-track>span{display:block;height:100%;border-radius:inherit;background:#60a5fa;transition:width .45s cubic-bezier(.22,1,.36,1)}.account-referral-progress>p{margin:12px 0 0;color:#777;font-size:.8125rem}.account-referral-tier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;margin-top:20px;border:1px solid rgba(255,255,255,.11);border-radius:8px}.account-referral-tier-grid article{min-width:0;padding:20px;border-left:1px solid rgba(255,255,255,.1)}.account-referral-tier-grid article:first-child{border-left:0}.account-referral-tier-grid article.is-current{background:#60a5fa14;box-shadow:inset 0 3px #60a5fa}.account-referral-tier-grid article>span{color:#777;font-size:.75rem;font-weight:700}.account-referral-tier-grid article.is-current>span{color:#8bc3ff}.account-referral-tier-grid h3{margin:11px 0 14px;color:#f4f4f4;font-size:1rem}.account-referral-tier-grid p{margin:7px 0 0;color:#8a8a8a;font-size:.8125rem}.account-referral-rules-list{display:grid;gap:10px;margin:20px 0 0;padding:0;list-style:none}.account-referral-rules-list li{position:relative;padding-left:22px;color:#a2a2a2;font-size:.875rem;line-height:1.45}.account-referral-rules-list li:before{position:absolute;top:.52em;left:2px;width:6px;height:6px;border-radius:2px;background:#60a5fa;content:"";transform:rotate(45deg)}.account-referral-section.account-links-card{display:grid;gap:16px}.account-referral-section.account-links-card .account-copy-row>span{margin-bottom:8px}.account-referral-section.account-links-card .account-copy-row>div{min-height:58px;border-color:#ffffff1f;background:#ffffff09}.account-referral-notifications{display:grid}.account-referral-notifications>h2{margin-bottom:14px}.account-referral-notifications>label{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:72px;border-top:1px solid rgba(255,255,255,.09);cursor:pointer}.account-referral-notifications>label:nth-of-type(1){border-top:0}.account-referral-notifications label>span{display:grid;gap:5px}.account-referral-notifications label strong{color:#f0f0f0;font-size:.875rem}.account-referral-notifications label small{color:#727272;font-size:.75rem}.account-referral-notifications input{position:absolute;width:1px;height:1px;opacity:.001}.account-referral-notifications label>i{position:relative;display:block;width:48px;height:28px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#222;transition:background .18s ease,border-color .18s ease}.account-referral-notifications label>i:after{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#aaa;content:"";transition:background .18s ease,transform .18s ease}.account-referral-notifications input:checked+i{border-color:#60a5fab3;background:#60a5fa38}.account-referral-notifications input:checked+i:after{background:#fff;transform:translate(20px)}.account-referral-notifications input:focus-visible+i{outline:2px solid #fff;outline-offset:3px}.account-referral-notifications input:disabled+i{cursor:wait;opacity:.6}.account-referral-page .account-referral-leaderboard{display:grid;gap:12px;margin:0}.account-referral-page .account-referral-leaderboard ol{margin-top:4px}.account-referral-page .account-referral-leaderboard li{grid-template-columns:48px minmax(140px,1fr) auto;min-height:56px;gap:12px}.account-referral-page .account-referral-rank{display:block;width:auto;height:auto;border:0;border-radius:0;background:transparent;color:#727272;font-variant-numeric:tabular-nums;font-weight:850}.account-referral-page .account-referral-leaderboard li:nth-child(-n+3) .account-referral-rank{color:#8bc3ff}.account-referral-page .account-referral-leaderboard li.is-current{background:#60a5fa0e;box-shadow:-26px 0 #60a5fa0e,26px 0 #60a5fa0e}.account-referral-empty{display:flex;min-height:100px;align-items:center;justify-content:center;gap:10px;color:#777}.account-referral-empty svg{width:20px}.account-referral-empty p{margin:0}.account-referral-form-head{align-items:flex-start}.account-referral-form-head p{margin:8px 0 0;color:#777;font-size:.8125rem}.account-referral-withdraw-dialog{width:min(760px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:min(760px,calc(100dvh - 32px));min-height:0;margin:auto;padding:0;overflow:auto;overscroll-behavior:contain;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#0d0d0d;color:#f7f7f7;box-shadow:0 24px 80px #0000009e}.account-referral-withdraw-dialog::backdrop{background:#000000bd;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.account-referral-withdraw-dialog[open]{animation:referral-withdraw-dialog-in .18s cubic-bezier(.22,1,.36,1) both}@keyframes referral-withdraw-dialog-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.account-referral-withdraw-dialog .account-referral-withdraw-form{margin:0;padding:24px}.account-referral-withdraw-summary{position:relative;display:grid;grid-template-columns:auto auto;align-items:center;gap:4px 14px;min-width:250px;padding:12px 52px 12px 16px;border:1px solid rgba(119,181,255,.28);border-radius:8px;background:#286fb81a}.account-referral-withdraw-summary span{color:#9a9a9a;font-size:.75rem;font-weight:700}.account-referral-withdraw-summary strong{grid-column:1 / -1;color:#8bc3ff;font-size:1.35rem;font-variant-numeric:tabular-nums;line-height:1.1}.account-referral-withdraw-close{position:absolute;top:50%;right:10px;display:grid;width:36px;height:36px;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0a;color:#d8d8d8;cursor:pointer;place-items:center;transform:translateY(-50%);transition:border-color .16s ease,background-color .16s ease,color .16s ease}.account-referral-withdraw-close:hover{border-color:#ffffff4d;background:#ffffff1a;color:#fff}.account-referral-withdraw-close:focus-visible{outline:2px solid #8bc3ff;outline-offset:2px}.account-referral-withdraw-close svg{width:18px;height:18px}.account-referral-page .account-referral-withdraw-form .account-button{justify-self:start}.account-referral-page .account-referral-withdrawals{display:grid;gap:14px;margin-top:0}.account-withdrawal-destination{display:grid;gap:4px}.account-withdrawal-destination span,.account-withdrawal-destination small{color:#777;font-size:.7rem;font-weight:700}.account-status{flex:0 0 auto;color:#a0a0a0;font-size:.8125rem;font-weight:800}.account-status.is-paid{color:#75d9a0}.account-status.is-rejected{color:#ff8989}.account-payout-requests{margin-bottom:16px}.account-request-actions{display:flex;gap:8px}.account-links-card{display:grid;gap:16px}.account-partner-card{display:grid;gap:18px;margin-top:14px}.account-admin-form{display:grid;gap:18px;padding:24px;margin-bottom:16px}.account-admin-form fieldset{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0;border:0}.account-admin-form legend{grid-column:1 / -1;margin-bottom:2px;font-size:1rem;font-weight:800}.account-admin-form label,.account-withdrawal label{display:grid;gap:7px;color:#a0a0a0;font-size:.8125rem;font-weight:700}.account-admin-form input,.account-admin-form select,.account-withdrawal input{width:100%;min-height:48px;padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:8px;outline:0;background:#ffffff0b;color:#fafafa;font:inherit}select{color-scheme:dark;background-color:#171717;color:#fafafa}select option,select optgroup{background-color:#171717;color:#fafafa}select option:checked{background-color:#246ed3;color:#fff}select option:disabled{color:#777}.account-admin-form input:focus-visible,.account-admin-form select:focus-visible,.account-withdrawal input:focus-visible{border-color:#fff6;outline:2px solid rgba(255,255,255,.2);outline-offset:2px}.account-admin-form input:user-invalid,.account-withdrawal input:user-invalid{border-color:#ff7070b3}.account-admin-form .account-button{justify-self:start;margin-top:2px}.account-admin-access-grid{display:grid;gap:16px}.account-admin-access-grid .account-admin-form{margin-bottom:0}.account-admin-access-grid .account-admin-form:nth-child(n+2) fieldset{grid-template-columns:repeat(2,minmax(0,1fr))}.account-form-hint{margin:-4px 0 0;color:#777;font-size:.8125rem}.account-admin-table-wrap{overflow-x:auto;padding:6px 14px 14px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0e0e0eb3;content-visibility:auto;contain-intrinsic-size:auto 920px auto 420px}.account-admin-table{width:100%;min-width:1040px;border-collapse:collapse}.account-admin-table th,.account-admin-table td{padding:14px 12px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;vertical-align:middle;white-space:nowrap}.account-admin-table th{color:#777;font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase}.account-admin-table td{color:#d9d9d9;font-size:.8125rem}.account-admin-table tbody tr:last-child td{border-bottom:0}.account-admin-table tbody tr{transition:background-color .18s ease}.account-admin-table tbody tr:hover{background:#ffffff09}.account-admin-table th:last-child,.account-admin-table td:last-child{width:340px}.account-admin-table td:first-child strong{display:block}.account-holder-link{display:inline-flex;color:#fff;text-decoration:none}.account-holder-link:hover{color:#9ed8ff}.account-holder-link:focus-visible{outline:2px solid #fff;outline-offset:3px}.account-link-button{margin-top:4px;padding:0;border:0;background:transparent;color:#9ed8ff;cursor:pointer;font:inherit;font-size:.75rem}.account-link-button:focus-visible{outline:2px solid #fff;outline-offset:3px}.account-withdrawal{display:grid;grid-template-columns:minmax(150px,1fr) 150px;gap:8px;align-items:end;max-width:322px}.account-withdrawal label{grid-column:1 / -1;font-size:.6875rem}.account-withdrawal input{min-height:54px}.account-withdrawal .account-button{min-height:54px;margin:0;justify-content:center}@supports not (content-visibility: auto){.account-admin-table-wrap{contain:layout style paint}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.account-customer-head .account-button svg,.account-customer-tabs svg,.account-customer-toolbar svg,.account-customer-telegram svg,.account-customer-days svg,.account-customer-traffic-button svg,.account-customer-family-button svg,.account-icon-button svg{width:17px;height:17px;flex:0 0 auto}.account-customer-tabs{display:inline-flex;min-height:48px;padding:4px;margin-bottom:16px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#101010}.account-customer-tabs button,.account-customer-status-filter button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:8px 16px;border:0;border-radius:6px;background:transparent;color:#8f8f8f;cursor:pointer;font:inherit;font-size:.8125rem;font-weight:800}.account-customer-tabs button.is-active,.account-customer-status-filter button.is-active{background:#f4f4f4;color:#0a0a0a}.account-customer-tabs button:focus-visible,.account-customer-status-filter button:focus-visible{outline:2px solid #fff;outline-offset:2px}.account-customer-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;overflow:clip;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0e0e0eb8}.account-customer-summary>div{min-width:0;padding:18px 20px;border-inline-end:1px solid rgba(255,255,255,.1)}.account-customer-summary>div:last-child{border-inline-end:0}.account-customer-summary strong,.account-customer-summary span{display:block}.account-customer-summary strong{margin-bottom:3px;color:#fff;font-size:1.55rem;line-height:1.1}.account-customer-summary span{color:#888;font-size:.75rem;font-weight:700}.account-customer-toolbar{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.account-customer-status-filter{display:flex;flex-wrap:wrap;gap:3px;padding:3px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0e0e0eb8}.account-customer-status-filter button{min-height:38px;padding:7px 12px}.account-customer-toolbar form{display:grid;gap:6px;width:min(100%,510px)}.account-customer-toolbar label{color:#888;font-size:.6875rem;font-weight:700}.account-customer-toolbar form>div{display:grid;grid-template-columns:auto minmax(160px,1fr) auto;align-items:center;min-height:46px;padding-inline-start:12px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#151515}.account-customer-toolbar input{min-width:0;min-height:44px;padding:9px 10px;border:0;outline:0;background:transparent;color:#fff;font:inherit;font-size:1rem}.account-customer-toolbar form>div:focus-within{border-color:#ffffff6b;outline:2px solid rgba(255,255,255,.14);outline-offset:2px}.account-customer-toolbar .account-button{min-height:38px;margin-inline-end:4px}.account-customer-warning{margin:0 0 14px;padding:11px 13px;border:1px solid rgba(255,197,92,.35);border-radius:8px;background:#ffc55c14;color:#f1cf91;font-size:.8125rem}.account-customer-table-wrap{position:relative;overflow-x:clip;padding:0;border-radius:8px}.account-customer-table{min-width:0;table-layout:fixed}.account-customer-table th:last-child,.account-customer-table td:last-child{width:120px}.account-customer-table th,.account-customer-table td{padding:12px 8px;white-space:normal;overflow-wrap:anywhere}.account-customer-table.is-vpn th:nth-child(1){width:22%}.account-customer-table.is-vpn th:nth-child(2){width:14%}.account-customer-table.is-vpn th:nth-child(3){width:10%}.account-customer-table.is-vpn th:nth-child(4){width:13%}.account-customer-table.is-vpn th:nth-child(5){width:14%}.account-customer-table.is-vpn th:nth-child(6){width:8%}.account-customer-table.is-vpn th:nth-child(7){width:7%}.account-customer-table.is-vpn th:nth-child(8){width:12%}.account-customer-table.is-router th:nth-child(1){width:26%}.account-customer-table.is-router th:nth-child(2){width:17%}.account-customer-table.is-router th:nth-child(3){width:11%}.account-customer-table.is-router th:nth-child(4){width:15%}.account-customer-table.is-router th:nth-child(5){width:15%}.account-customer-table.is-router th:nth-child(6){width:7%}.account-customer-table.is-router th:nth-child(7){width:9%}.account-customer-sort{display:inline-flex;min-width:0;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:inherit;letter-spacing:inherit;text-align:start;text-transform:inherit}.account-customer-sort svg{width:13px;height:13px;flex:0 0 auto}.account-customer-sort:focus-visible{outline:2px solid #fff;outline-offset:4px}.account-customer-table td:first-child strong,.account-customer-table td:nth-child(4) strong{max-width:220px;overflow:hidden;text-overflow:ellipsis}.account-customer-secondary{display:block;margin-top:4px;color:#737373;font-size:.6875rem}.account-customer-contacts{display:grid;gap:3px;margin-top:7px;color:#8a8a8a;font-size:.6875rem}.account-customer-telegram{display:inline-flex;align-items:center;gap:6px;color:#9ed8ff;text-decoration:none}.account-customer-telegram:focus-visible{outline:2px solid #fff;outline-offset:3px}.account-customer-family-button{display:inline-flex;align-items:center;gap:6px;width:fit-content;max-width:100%;margin-top:8px;padding:6px 8px;border:1px solid rgba(158,216,255,.25);border-radius:7px;background:#9ed8ff12;color:#b7e3ff;cursor:pointer;font:inherit;font-size:.6875rem;font-weight:800;text-align:start;transition:border-color .18s ease,background .18s ease,transform .18s ease}.account-customer-family-button:hover{border-color:#9ed8ff8c;background:#9ed8ff24}.account-customer-family-button:active{transform:scale(.98)}.account-customer-family-button:focus-visible{outline:2px solid #fff;outline-offset:3px}.account-customer-family-button>span,.account-customer-family-button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-customer-family-button small{color:#8fc8ec;font-size:.625rem;font-weight:700}.account-customer-family-dialog{width:min(780px,calc(100vw - 32px));max-width:calc(100vw - 32px)}.account-customer-family-section{min-width:0}.account-customer-family-list .account-badge{display:inline-flex;margin-top:6px}.account-customer-family-list .account-customer-telegram{margin-top:5px}.account-customer-openconnect{display:grid;max-width:240px;gap:3px}.account-customer-openconnect>strong{color:#f4f4f4}.account-customer-traffic-cell{display:inline-flex;min-width:0;align-items:center;gap:6px}.account-customer-traffic-cell>span{min-width:0;color:#cfcfcf;font-size:.6875rem;white-space:nowrap}.account-customer-traffic-button,.account-icon-button{display:inline-grid;width:36px;height:36px;flex:0 0 36px;place-items:center;padding:0;border:1px solid rgba(158,216,255,.28);border-radius:8px;background:#9ed8ff14;color:#b7e3ff;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.account-customer-traffic-button:hover,.account-icon-button:hover{border-color:#9ed8ff8c;background:#9ed8ff29}.account-customer-traffic-button:active,.account-icon-button:active{transform:scale(.96)}.account-customer-traffic-button:focus-visible,.account-icon-button:focus-visible{outline:2px solid #fff;outline-offset:3px}.account-customer-traffic-button svg{width:16px;height:16px}.account-customer-days{display:grid;grid-template-columns:minmax(64px,1fr) 40px;gap:7px}.account-customer-days select{width:100%;min-height:40px;padding:7px 9px;border:1px solid rgba(255,255,255,.14);border-radius:7px;background:#171717;color:#fff;font:inherit;font-size:.75rem;font-weight:700}.account-customer-days .account-button{width:40px;padding-inline:0;min-height:40px;justify-content:center}.account-customer-days .account-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.account-customer-empty{height:130px;color:#777!important;text-align:center!important}.account-customer-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;min-height:130px;background:#080808d1;color:#bdbdbd;font-size:.8125rem;font-weight:700}.account-customer-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px;color:#777;font-size:.75rem;font-weight:700}.account-customer-pagination>div{display:flex;align-items:center;gap:10px}.account-copy-row>span{display:block;margin-bottom:7px;color:#a0a0a0;font-size:.8125rem;font-weight:700}.account-copy-row>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09}.account-copy-row code{overflow:hidden;color:#a0a0a0;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.account-profile-row{position:relative;z-index:1;display:flex;align-items:center;gap:12px;margin-top:12px}.account-avatar{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#ffffff14;font-weight:800}.account-profile-row:not(.account-profile-summary)>div:last-child{display:grid;gap:2px}.account-profile-row:not(.account-profile-summary) span{color:#666;font-size:.75rem}.account-settings-card .account-button{position:relative;z-index:1;margin-top:10px}.account-settings-form{position:relative;z-index:1;display:grid;gap:7px;margin-top:10px}.account-settings-form label{color:var(--text-secondary);font-size:.74rem;font-weight:700}.account-settings-form input{min-height:38px;width:100%;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0e;color:var(--text-primary);padding:0 12px;font:inherit}.account-settings-form input:focus{border-color:#ffffff47;outline:none}.account-settings-form input::placeholder{color:#ffffff57}.account-settings-form input:disabled{cursor:not-allowed;opacity:.48}.account-settings-message{position:relative;z-index:1;margin:12px 0 0;color:var(--text-secondary);font-size:.82rem}.account-info-card{display:grid;max-width:680px;justify-items:start;gap:14px}.account-info-card>.account-icon{width:34px;height:34px}.gift-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:14px}.gift-purchase-card,.gift-redeem-card{padding:22px}.gift-type-switch{width:fit-content;margin-top:18px}.gift-tariff-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}.gift-tariff-grid button{display:grid;gap:7px;min-height:84px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09;color:#777;cursor:pointer;font:inherit;text-align:left}.gift-tariff-grid button strong{color:#f2f2f2;font-size:1.05rem}.gift-tariff-grid button.is-selected{border-color:#ffffff8c;background:#ffffff17;color:#fff}.gift-checkout-row{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.gift-checkout-row>div{display:grid;gap:4px}.gift-checkout-row span,.gift-checkout-row small,.gift-redeem-card p,.gift-code-item small{color:#777;font-size:.75rem}.gift-checkout-row strong{font-size:1.75rem}.gift-redeem-card p{margin-top:12px;line-height:1.5}.gift-redeem-card form{display:grid;gap:9px;margin-top:18px}.gift-redeem-card label{color:#888;font-size:.72rem;font-weight:700}.gift-redeem-card input{min-height:44px;width:100%;padding:0 12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0e;color:#fff;font:inherit;text-transform:uppercase}.gift-redeem-card input:focus{border-color:#ffffff6b;outline:none}.gift-codes-section{margin-top:22px}.gift-codes-section>header{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:12px}.gift-codes-section>header span,.gift-codes-section>header small{color:#666;font-size:.72rem;font-weight:700;text-transform:uppercase}.gift-codes-section>header h2{margin-top:4px;font-size:1.35rem}.gift-code-list{display:grid;gap:8px}.gift-code-item{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px}.gift-code-item>div{display:grid;gap:7px;min-width:0}.gift-code-item code{color:#fff;font-size:1rem;overflow-wrap:anywhere}.gift-status{width:fit-content;padding:4px 7px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#888;font-size:.68rem;font-weight:800}.gift-status.is-active{border-color:#39d37c47;background:#39d37c17;color:#48df8a}@media(max-width:920px){.gift-layout{grid-template-columns:1fr}}@media(max-width:680px){.gift-tariff-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gift-checkout-row,.gift-code-item{align-items:stretch;flex-direction:column}.gift-checkout-row .account-button,.gift-code-item .account-button{width:100%}}.router-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;container-type:inline-size}.router-product{display:grid;grid-template-rows:230px minmax(0,1fr);padding:0;overflow:hidden}.router-product.is-recommended{border-color:#ffffff4d}.router-product-media{position:relative;display:grid;place-items:center;min-width:0;background:#f3f4f5}.router-product-media img{width:min(88%,420px);height:205px;object-fit:contain}.router-product-basic .router-product-media img{transform:scale(1.02)}.router-product-plus .router-product-media img{transform:scale(1.04)}.router-product-media>span,.router-product-choice{border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#171717;color:#d8d8d8;font-size:.72rem;font-weight:700}.router-product-media>span{position:absolute;top:14px;right:14px;padding:7px 10px}.router-product-body{display:flex;flex-direction:column;gap:16px;padding:24px}.router-product-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.router-product-tier{display:block;margin-bottom:6px;color:#7f7f7f;font-size:.72rem;font-weight:800;text-transform:uppercase}.router-product-heading h2,.router-service-band h2,.router-own-card h2{margin:0;font-size:1.2rem}.router-product-choice{flex:0 0 auto;padding:7px 10px;border-color:#55a2ff66;background:#3179d029;color:#7db8ff}.router-product-body>p,.router-service-band p,.router-own-card p{margin:0;color:#9a9a9a;font-size:.875rem;line-height:1.55}.router-product-specs{display:grid;gap:0;margin:0}.router-product-specs>div{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08)}.router-product-specs dt{color:#777}.router-product-specs dd{margin:0;color:#d7d7d7;font-weight:700;text-align:right}.router-product-footer{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:auto}.router-product-footer>div{display:grid;gap:3px}.router-product-footer strong{font-size:1.45rem}.router-product-footer span{color:#777;font-size:.74rem}.router-service-band{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:40px;align-items:center;margin-top:14px;padding:30px;border-block:1px solid rgba(255,255,255,.12)}.router-service-band p{max-width:64ch;margin-top:10px}.router-service-band ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}.router-service-band li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09}.router-service-band li>div{display:grid;gap:4px}.router-service-band li .account-button{min-width:102px}.router-service-band li span{color:#a0a0a0;font-size:.8rem}.router-subscription-state{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px}.router-subscription-state>span:last-child{color:#9a9a9a;font-size:.8rem;font-weight:700}.router-product-media img{transition:transform .5s cubic-bezier(.22,1,.36,1),filter .3s ease}.router-product:hover .router-product-media img{filter:contrast(1.04);transform:scale(1.055)}.router-own-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:14px}.router-own-card>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 14px;align-items:center}.router-own-card>div>.account-icon{grid-row:1 / 3;width:30px;height:30px}@media(max-width:800px){.router-product-grid,.router-service-band{grid-template-columns:1fr}.router-service-band{gap:22px;padding-inline:18px}.router-own-card,.router-product-footer{align-items:stretch;flex-direction:column}.router-own-card>.account-button,.router-product-footer>.account-button{width:100%}}@media(max-width:480px){.router-product{grid-template-rows:190px minmax(0,1fr)}.router-product-media img{height:170px}.router-product-body{padding:18px}.router-product-heading,.router-product-specs>div{align-items:flex-start;flex-direction:column;gap:5px}.router-product-specs dd{text-align:left}}.router-product{grid-template-rows:minmax(0,1fr);min-height:430px}.router-product-body{padding:28px}.router-product-heading h2{font-size:1.5rem}.router-service-band{grid-template-columns:minmax(0,1fr) minmax(300px,420px);align-items:end}.router-service-band .account-promo-field{width:100%;margin:0}.router-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.router-plan-card{display:flex;min-width:0;min-height:286px;flex-direction:column;align-items:flex-start;gap:12px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0c0c0c;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.router-plan-card:hover{transform:translateY(-3px);border-color:#ffffff47;background:#111}.router-plan-card.is-featured{border-color:#55a2ff8f;background:#3179d014}.router-plan-badge{min-height:30px;padding:6px 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#a8a8a8;font-size:.7rem;font-weight:800}.router-plan-card.is-featured .router-plan-badge{border-color:#55a2ff6b;color:#82bbff}.router-plan-days{font-size:1.22rem}.router-plan-price{display:flex;min-height:38px;flex-wrap:wrap;align-items:baseline;gap:8px}.router-plan-price strong{font-size:1.55rem}.router-plan-price s,.router-plan-monthly,.router-plan-saving{color:#888;font-size:.78rem;line-height:1.45}.router-plan-saving{min-height:36px}.router-plan-card .account-button{width:100%;margin-top:auto}@media(max-width:980px){.router-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.router-service-band{grid-template-columns:1fr;align-items:stretch}}@media(max-width:560px){.router-product{min-height:0}.router-plan-grid{grid-template-columns:1fr}.router-plan-card{min-height:250px}}.account-info-card h2,.account-info-card p,.account-info-card a{position:relative;z-index:1}@media(max-width:920px){.account-customer-toolbar{align-items:stretch;flex-direction:column}.account-customer-toolbar form{width:100%}.account-admin-access-grid .account-admin-form:nth-child(n+2) fieldset{grid-template-columns:1fr}.account-checkout-card,.account-limit-checkout{grid-template-columns:1fr;align-items:stretch}.account-checkout-card>.account-button,.account-limit-checkout>.account-button{width:100%}.account-checkout-actions{width:100%;min-width:0}.account-referral-withdraw-form fieldset,.account-referral-withdraw-form fieldset.is-phone{grid-template-columns:1fr}.account-referral-form-head{align-items:stretch;flex-direction:column}.account-referral-withdraw-summary{width:100%;min-width:0}.account-referral-withdraw-dialog{max-height:calc(100dvh - 24px)}.account-referral-withdraw-dialog .account-referral-withdraw-form{padding:18px}.account-limit-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.account-admin-form fieldset{grid-template-columns:1fr}.account-brand{padding-top:30px}.account-brand img{width:min(340px,86vw);height:92px}.account-main{padding-top:30px}.account-hero{grid-template-columns:1fr}}@media(max-width:760px){.account-customer-table-wrap{overflow:visible;border:0;background:transparent}.account-customer-table,.account-customer-table tbody,.account-customer-table tr,.account-customer-table td{display:block;width:100%}.account-customer-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.account-customer-table tbody{display:grid;gap:10px}.account-customer-table tbody tr{overflow:clip;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#0e0e0ebd}.account-customer-table td,.account-customer-table td:last-child{display:grid;grid-template-columns:minmax(112px,.75fr) minmax(0,1.25fr);gap:12px;align-items:start;width:100%;padding:11px 12px}.account-customer-table td:before{color:#777;content:attr(data-label);font-size:.6875rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.account-customer-table td>*{min-width:0}.account-customer-table td:last-child{border-bottom:0}.account-customer-days{width:min(100%,132px);justify-self:end}.account-customer-empty{display:grid!important;grid-template-columns:1fr!important;place-items:center}.account-customer-empty:before{display:none}}@media(max-width:620px){.account-customer-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.account-customer-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.account-customer-summary>div:nth-child(2){border-inline-end:0}.account-customer-summary>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.account-customer-toolbar form>div{grid-template-columns:auto minmax(100px,1fr) auto}.account-customer-pagination{align-items:stretch;flex-direction:column}.account-customer-pagination>div{justify-content:space-between}.account-shell{background-size:48px 48px}.account-brand{padding-top:32px}.account-brand img{width:min(300px,84vw);height:82px}.account-main{width:min(100% - 32px,1080px);padding-top:32px;padding-bottom:calc(112px + env(safe-area-inset-bottom,0px))}.account-main--wide{width:min(100% - 32px,1480px)}.account-mobile-nav{position:fixed;z-index:90;top:auto;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;padding:7px 8px max(7px,env(safe-area-inset-bottom,0px));border-bottom:0;border-top:1px solid rgba(255,255,255,.12);background:#050505f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -12px 34px #0000006b}.account-mobile-nav button{display:grid;min-width:0;min-height:56px;place-items:center;align-content:center;gap:4px;padding:6px 3px;border:0;border-radius:8px;background:transparent;color:#777;cursor:pointer;font:inherit;font-size:.625rem;font-weight:700}.account-mobile-nav button svg{width:20px;height:20px}.account-mobile-nav button.is-active{background:#ffffff17;color:#fff}.account-mobile-nav button:focus-visible,.account-more-sheet button:focus-visible,.account-more-sheet a:focus-visible{outline:2px solid #fff;outline-offset:2px}.account-more-overlay{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:16px 12px calc(82px + env(safe-area-inset-bottom,0px));background:#000000b8;animation:account-overlay-in .2s ease both}.account-more-sheet{width:100%;max-height:min(70dvh,620px);overflow-y:auto;padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#0c0c0c;box-shadow:0 20px 60px #0009;animation:account-sheet-in .32s cubic-bezier(.22,1,.36,1) both}@keyframes account-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes account-sheet-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.account-more-sheet>header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.account-more-sheet>header>div{display:grid;gap:3px}.account-more-sheet>header strong{font-size:1.125rem}.account-more-sheet>header span{color:#777;font-size:.75rem}.account-more-sheet>header>button{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:#fff;cursor:pointer}.account-more-sheet>header svg{width:20px;height:20px}.account-more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-more-grid>button,.account-more-grid>a{display:flex;min-width:0;min-height:54px;align-items:center;gap:9px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09;color:#e8e8e8;cursor:pointer;font:inherit;font-size:.75rem;font-weight:750;text-align:left;text-decoration:none}.account-more-grid>.is-danger{border-color:#fb718538;color:#fecdd3}.account-more-grid .account-icon{width:18px;height:18px}.account-hero-panel{min-height:190px;padding:22px}.smart-connect-panel{padding:20px}.smart-connect-recommendation-content{align-items:flex-start;flex-direction:column;gap:12px}.smart-connect-node{grid-template-columns:28px minmax(0,1fr)}.smart-connect-node-meta{grid-column:2;display:flex;min-width:0;align-items:baseline;justify-content:space-between;gap:10px;text-align:left}.smart-connect-node-meta b,.smart-connect-node-meta small{overflow:visible;white-space:normal}.smart-connect-footer{align-items:flex-start;flex-direction:column}.account-hero-panel h1{font-size:1.9rem;white-space:normal}.account-expiry{align-items:stretch;flex-direction:column}.account-expiry .account-button{width:100%}.account-metric-pair{grid-template-columns:minmax(118px,.9fr) minmax(0,2fr)}.account-metric{min-height:76px;padding:14px}.account-metric-value{font-size:1.25rem}.account-device-metric .account-metric-value{font-size:1.2rem}.account-traffic-metric .account-metric-value{align-items:flex-start;flex-direction:column}.account-traffic-metric .account-metric-value small{margin-left:0}.account-tile-grid,.account-tariff-grid{grid-template-columns:1fr}.account-tile{min-height:132px;padding:20px}.account-page-head{align-items:stretch;flex-direction:column}.account-page-head>.account-button{width:100%}.account-key-layout{grid-template-columns:1fr}.account-key-layout>img{margin:0 auto}.account-key-box,.account-copy-row>div{grid-template-columns:1fr}.account-key-box>span,.account-copy-row code{white-space:normal;overflow-wrap:anywhere}.account-actions,.account-promo,.account-terms-notice,.account-stats-card{align-items:stretch;flex-direction:column}.account-actions .account-button,.account-promo input{width:100%}.account-limit-panel>header{align-items:stretch;flex-direction:column}.account-segmented{width:100%}.account-segmented button{flex:1}.account-limit-plans{grid-template-columns:1fr}.account-limit-plans button{min-height:92px}.account-promo-field>div{grid-template-columns:1fr}.account-list-item{align-items:stretch;flex-direction:column}.account-list-item>.account-button{width:100%}.account-family-invite-card form>div,.account-family-invitation{grid-template-columns:1fr}.account-family-invitation-actions{display:grid;grid-template-columns:1fr;width:100%}.account-family-invitation-actions .account-button{width:100%}.account-referral-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.account-referral-stats .account-stat strong{font-size:1.35rem}.account-referral-stats .account-stat span{font-size:.6875rem}.account-referral-leaderboard li{grid-template-columns:32px minmax(0,1fr);gap:8px 10px;padding:10px 0}.account-referral-leaderboard li>span:last-child{grid-column:2}.account-referral-page{gap:14px}.account-referral-balance-panel,.account-referral-section{padding:20px}.account-referral-balance-head{align-items:flex-start}.account-referral-level-badge{max-width:46%;min-height:30px;padding:6px 9px;font-size:.6875rem;text-align:center}.account-referral-balance-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.account-referral-balance-actions .account-button{width:100%;padding-inline:10px}.account-referral-balance-actions>span{grid-column:1 / -1}.account-referral-page>.account-referral-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.account-referral-page .account-referral-stats .account-stat{padding:17px 10px}.account-referral-page .account-referral-stats .account-stat strong{font-size:1.2rem}.account-referral-page .account-referral-stats .account-stat span{font-size:.625rem}.account-referral-progress-summary{align-items:flex-start;flex-direction:column}.account-referral-progress-summary>span{text-align:left}.account-referral-tier-grid{grid-template-columns:1fr}.account-referral-tier-grid article{border-top:1px solid rgba(255,255,255,.1);border-left:0}.account-referral-tier-grid article:first-child{border-top:0}.account-referral-page .account-referral-leaderboard li{grid-template-columns:38px minmax(0,1fr);gap:7px 8px;padding:10px 0}.account-referral-page .account-referral-leaderboard li>span:last-child{grid-column:2}.account-referral-page .account-referral-leaderboard li.is-current{box-shadow:-20px 0 #60a5fa0e,20px 0 #60a5fa0e}.account-referral-notifications>label{min-height:80px}}@media(max-width:430px){.account-referral-balance-actions{grid-template-columns:1fr}.account-referral-balance-actions>span{grid-column:1}.account-referral-notifications label small{max-width:29ch}}@media(prefers-reduced-motion:reduce){.account-view-stage,.account-view-stage>*,.account-more-overlay,.account-more-sheet,.account-referral-withdraw-dialog[open]{animation:none!important}::view-transition-old(account-view),::view-transition-new(account-view){animation:none!important}.account-card,.account-metric,.account-tariff,.account-button{scroll-behavior:auto;transition:none}.smart-connect-refresh.is-loading svg,.smart-connect-skeleton{animation:none!important}.account-referral-progress-track>span,.account-referral-notifications label>i,.account-referral-notifications label>i:after{transition:none}}
