*{box-sizing:border-box;margin:0;padding:0}:root,:root[data-theme=dark]{--bg:#0c0e12;--surface:#14171c;--surface-2:#1a1e24;--surface-3:#232830;--border:#252b33;--border-strong:#3a424d;--fg:#e9ecf1;--muted:#9aa3af;--faint:#6b7480;--scroll:#2a313a;--scroll-h:#3a424d;--shadow:#00000080;--quote-bg:#ffffff0d;--flash:#7878ff24}:root[data-theme=light]{--bg:#f4f5f8;--surface:#fff;--surface-2:#f6f7f9;--surface-3:#eceef2;--border:#e7e9ee;--border-strong:#cfd3db;--fg:#1a1d24;--muted:#69707c;--faint:#9aa1ad;--scroll:#d5d9e0;--scroll-h:#bcc2cc;--shadow:#1e283c24;--quote-bg:#141e3c0a;--flash:#4f56d61a}@media (prefers-color-scheme:light){:root:not([data-theme]){--bg:#f4f5f8;--surface:#fff;--surface-2:#f6f7f9;--surface-3:#eceef2;--border:#e7e9ee;--border-strong:#cfd3db;--fg:#1a1d24;--muted:#69707c;--faint:#9aa1ad;--scroll:#d5d9e0;--scroll-h:#bcc2cc;--shadow:#1e283c24;--quote-bg:#141e3c0a;--flash:#4f56d61a}}:root{--accent:#4f56d6;--accent-2:#3f46c4;--accent-a:#4f56d61f;--green:#22a06b;--green-a:#22a06b66;--green-tint:#22a06b24;--amber:#c98a1a;--amber-a:#c98a1a26;--red:#d64550;--red-a:#d645501f;--violet:#8a63d2;--violet-a:#8a63d224;--r-card:16px;--r-input:11px;--sh-sm:0 1px 3px var(--shadow);--sh-lg:0 18px 44px var(--shadow)}html,body,#root{height:100%}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;transition:background .2s,color .2s}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-2)}button,input,textarea{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--scroll);background-clip:padding-box;border:3px solid #0000;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--scroll-h);background-clip:padding-box}::-webkit-scrollbar-track{background:0 0}@keyframes vpnpulse{0%{box-shadow:0 0 0 0 var(--pulse)}70%{box-shadow:0 0 0 6px #0000}to{box-shadow:0 0 #0000}}@keyframes vpnfade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes vpnspin{to{transform:rotate(360deg)}}@keyframes vpnpop{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}.vpn-app{background:var(--bg);height:100dvh;color:var(--fg);display:flex;overflow:hidden}.vpn-aside{background:var(--surface);border-right:1px solid var(--border);z-index:60;flex-direction:column;flex:none;width:264px;height:100dvh;display:flex}.vpn-appsw-wrap{padding:16px 14px 10px;position:relative}.vpn-appsw{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;border-radius:12px;align-items:center;gap:11px;width:100%;padding:9px 10px;transition:all .15s;display:flex}.vpn-appsw:hover{border-color:var(--accent);background:var(--surface-3)}.vpn-glyph{color:#fff;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;font-size:15px;font-weight:800;display:grid}.vpn-appicon{object-fit:cover;flex:none;display:block}.vpn-appsw-txt{text-align:left;flex:1;min-width:0}.vpn-appsw-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;display:block;overflow:hidden}.vpn-appsw-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.vpn-appmenu{background:var(--surface);border:1px solid var(--border);box-shadow:var(--sh-lg);z-index:40;border-radius:14px;padding:6px;animation:.16s vpnpop;position:absolute;top:60px;left:14px;right:14px}.vpn-appmenu-label{letter-spacing:.09em;text-transform:uppercase;color:var(--faint);padding:7px 10px 4px;font-size:10px;font-weight:700}.vpn-appmenu-row{cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px 10px;transition:all .12s;display:flex}.vpn-appmenu-row:hover,.vpn-appmenu-row.is-current{background:var(--surface-2)}.vpn-appmenu-shade{z-index:35;position:fixed;inset:0}.vpn-nav{flex:1;padding:8px 10px;overflow-y:auto}.vpn-navgroup{margin-top:14px}.vpn-navgroup:first-child{margin-top:4px}.vpn-navlabel{letter-spacing:.1em;text-transform:uppercase;color:var(--faint);padding:2px 10px 7px;font-size:10px;font-weight:700}.vpn-navitem{cursor:pointer;width:100%;font:inherit;color:var(--muted);text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:11px;margin-bottom:2px;padding:9px 11px;font-size:13.5px;font-weight:600;transition:all .12s;display:flex}.vpn-navitem:hover{background:var(--surface-2);color:var(--fg)}.vpn-navitem.is-active{background:var(--accent-a);color:var(--accent)}.vpn-navitem svg{flex:none}.vpn-navitem .label{flex:1}.vpn-navbadge{background:var(--surface-3);min-width:20px;height:20px;color:var(--muted);border-radius:10px;place-items:center;padding:0 6px;font-size:11px;font-weight:800;display:grid}.vpn-navitem.is-active .vpn-navbadge{background:var(--accent);color:#fff}.vpn-navbadge.is-err{background:var(--red);color:#fff}.vpn-footer{border-top:1px solid var(--border);align-items:center;gap:10px;padding:12px 14px;display:flex}.vpn-avatar{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#fff;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:grid}.vpn-footer-txt{flex:1;min-width:0}.vpn-footer-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.vpn-footer-role{color:var(--muted);font-size:11px}.vpn-iconbtn{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;width:34px;height:34px;color:var(--muted);border-radius:9px;place-items:center;transition:all .15s;display:grid;position:relative}.vpn-iconbtn:hover{color:var(--fg);border-color:var(--accent)}.vpn-iconbtn.lg{border-radius:11px;width:40px;height:40px}.vpn-main{background:var(--bg);flex-direction:column;flex:1;min-width:0;height:100dvh;display:flex}.vpn-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:10;flex:none;align-items:center;gap:14px;height:64px;padding:0 16px;display:flex}.vpn-title{color:var(--fg);letter-spacing:-.01em;font-size:19px;font-weight:800;line-height:1.1}.vpn-sub{color:var(--muted);margin-top:1px;font-size:11.5px}.vpn-search{border:1px solid var(--border);background:var(--surface-2);border-radius:11px;align-items:center;gap:9px;width:290px;max-width:32vw;height:40px;padding:0 14px;transition:all .15s;display:flex}.vpn-search:focus-within{border-color:var(--accent)}.vpn-search input{min-width:0;font:inherit;color:var(--fg);background:0 0;border:none;outline:none;flex:1;font-size:13px}.vpn-ws{border:1px solid var(--border);background:var(--surface-2);height:40px;color:var(--muted);border-radius:11px;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:600;display:flex}.vpn-dot{border-radius:50%;flex:none;width:7px;height:7px}.vpn-dot.live{animation:2s infinite vpnpulse}.vpn-scroll{flex:1;position:relative;overflow:auto}.vpn-shade{z-index:55;background:#06080c80;position:fixed;inset:0}.vpn-switching{z-index:30;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.vpn-spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite vpnspin}.vpn-switching-txt{color:var(--muted);font-size:13px;font-weight:600}.vpn-page{padding:22px 26px 40px;animation:.35s vpnfade}.vpn-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-card)}.vpn-card-title{color:var(--fg);font-size:14px;font-weight:700}.vpn-seg{background:var(--surface-2);border:1px solid var(--border);border-radius:11px;gap:2px;padding:3px;display:flex}.vpn-segbtn{cursor:pointer;height:32px;font:inherit;color:var(--muted);background:0 0;border:none;border-radius:8px;align-items:center;gap:7px;padding:0 14px;font-size:12.5px;font-weight:700;transition:all .12s;display:flex}.vpn-segbtn:hover{color:var(--fg)}.vpn-segbtn.is-active{background:var(--surface);color:var(--fg);box-shadow:var(--sh-sm)}.vpn-outbtn{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;height:38px;color:var(--muted);font:inherit;border-radius:11px;align-items:center;gap:7px;padding:0 13px;font-size:13px;font-weight:600;transition:all .12s;display:flex}.vpn-outbtn:hover{color:var(--fg);border-color:var(--accent)}.vpn-mono{font-family:JetBrains Mono,monospace}.vpn-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.vpn-kpigrid{grid-template-columns:repeat(auto-fit,minmax(184px,1fr));gap:12px;display:grid}.vpn-kpi{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:15px 16px;animation:.4s both vpnfade}.vpn-kpi-head{align-items:center;gap:8px;margin-bottom:12px;display:flex}.vpn-kpi-ico{border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid}.vpn-kpi-label{color:var(--muted);flex:1;min-width:0;font-size:12px;font-weight:600}.vpn-kpi-value{color:var(--fg);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:27px;font-weight:800}.vpn-kpi-delta{margin-top:5px;font-size:11.5px;font-weight:600}.vpn-overview-grid{grid-template-columns:1.7fr 1fr;gap:14px;margin-top:14px;display:grid}.vpn-card-head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.vpn-chart-wrap{height:230px;margin-top:8px;position:relative}.vpn-chart-svg{width:100%;height:100%;display:block;overflow:visible}.vpn-chart-hit{cursor:crosshair;position:absolute;inset:0}.vpn-chart-tip{background:var(--surface);border:1px solid var(--border);box-shadow:0 6px 18px var(--shadow);pointer-events:none;border-radius:9px;padding:6px 10px;position:absolute;top:6px;transform:translate(-50%)}.vpn-chart-ticks{color:var(--faint);justify-content:space-between;margin-top:4px;font-family:JetBrains Mono,monospace;font-size:10.5px;display:flex}.vpn-bar-row{margin-bottom:13px}.vpn-bar-row:last-child{margin-bottom:0}.vpn-bar-head{justify-content:space-between;margin-bottom:5px;font-size:12.5px;display:flex}.vpn-bar-name{color:var(--fg);font-weight:600}.vpn-bar-val{color:var(--muted);font-family:JetBrains Mono,monospace}.vpn-bar-track{background:var(--surface-3);border-radius:4px;height:6px;overflow:hidden}.vpn-bar-fill{border-radius:4px;height:100%;transition:width .6s}.vpn-placeholder{text-align:center;min-height:60vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.vpn-placeholder-ico{background:var(--surface-2);border:1px solid var(--border);width:62px;height:62px;color:var(--accent);border-radius:18px;place-items:center;display:grid}.vpn-placeholder h2{color:var(--fg);font-size:17px;font-weight:800}.vpn-placeholder p{max-width:380px;font-size:13px;line-height:1.6}.vpn-toasts{z-index:200;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.vpn-toast{background:var(--surface);border:1px solid var(--border);box-shadow:var(--sh-lg);color:var(--fg);pointer-events:auto;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:600;animation:.24s vpnfade;display:flex}.vpn-toast .bar{background:var(--accent);border-radius:3px;align-self:stretch;width:4px}.vpn-toast.err .bar{background:var(--red)}@keyframes vpnshimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.vpn-skel{background:linear-gradient(90deg, var(--surface-2) 25%, var(--surface-3) 50%, var(--surface-2) 75%);background-size:800px 100%;border-radius:6px;animation:1.4s linear infinite vpnshimmer}.vpn-error-banner{border:1px solid var(--red-a);background:var(--red-a);color:var(--fg);border-radius:14px;align-items:center;gap:12px;margin-bottom:14px;padding:16px 18px;display:flex}.vpn-empty{min-height:160px;color:var(--faint);flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.vpn-ospill{border-radius:6px;flex:none;padding:2px 7px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:800}.vpn-ospill.ios{color:#4f56d6;background:var(--accent-a)}.vpn-ospill.android{color:#22a06b;background:var(--green-tint)}.vpn-breakdowns{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px;display:grid}.vpn-tcard-head{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;padding:15px 20px;display:flex}.vpn-tcard-count{color:var(--muted);font-size:12px}.vpn-search.sm{border-radius:10px;width:240px;max-width:100%;height:36px}.vpn-table-scroll{overflow-x:auto}.vpn-table{min-width:600px}.vpn-users-grid{grid-template-columns:1.4fr 1fr 1fr 1fr minmax(96px,.8fr);align-items:center;gap:10px;display:grid}.vpn-thead{letter-spacing:.05em;text-transform:uppercase;color:var(--faint);border-bottom:1px solid var(--border);padding:10px 20px;font-size:11px;font-weight:700}.vpn-trow{border-bottom:1px solid var(--border);padding:13px 20px;font-size:13px;transition:all .12s}.vpn-trow:hover{background:var(--surface-2)}.vpn-cell-model{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-weight:600;display:block;overflow:hidden}.vpn-cell-id{color:var(--faint);font-size:11px;display:block}.vpn-open-btn{border:1px solid var(--border);background:var(--surface-2);height:30px;color:var(--accent);font:inherit;white-space:nowrap;cursor:pointer;border-radius:8px;justify-self:start;padding:0 12px;font-size:12px;font-weight:700;transition:all .12s}.vpn-open-btn:hover{border-color:var(--accent)}.vpn-tfoot{text-align:center;padding:16px}.vpn-loadmore{border:1px solid var(--border);background:var(--surface-2);height:38px;color:var(--fg);font:inherit;cursor:pointer;border-radius:10px;padding:0 20px;font-size:13px;font-weight:700;transition:all .12s}.vpn-loadmore:hover{border-color:var(--accent)}.vpn-tfoot-done{color:var(--faint);font-size:12px}.vpn-devices-grid{grid-template-columns:340px 1fr;align-items:start;gap:16px;display:grid}@media (width<=1040px){.vpn-devices-grid{grid-template-columns:1fr}}.vpn-devlist{background:var(--surface);border:1px solid var(--border);border-radius:16px;align-self:start;overflow:hidden}.vpn-devlist-head{border-bottom:1px solid var(--border);padding:13px 16px}.vpn-devlist-body{max-height:66vh;overflow:auto}.vpn-devrow{border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;width:100%;padding:11px 14px;transition:all .12s;display:flex}.vpn-devrow:hover{background:var(--surface-2)}.vpn-devrow.is-active{background:var(--accent-a)}.vpn-devrow-txt{flex:1;min-width:0}.vpn-devrow-model{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;display:block;overflow:hidden}.vpn-devrow-id{color:var(--faint);white-space:nowrap;text-overflow:ellipsis;font-family:JetBrains Mono,monospace;font-size:11px;display:block;overflow:hidden}.vpn-vpndot{border-radius:50%;flex:none;width:8px;height:8px}.vpn-profile-head{align-items:center;gap:14px;margin-bottom:18px;display:flex}.vpn-glyph-lg{color:#fff;border-radius:13px;flex:none;place-items:center;width:48px;height:48px;font-size:14px;font-weight:800;display:grid}.vpn-subpill{white-space:nowrap;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:700}.vpn-facts{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.vpn-fact{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.vpn-fact-k{color:var(--faint);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:11px;font-weight:700}.vpn-fact-v{color:var(--fg);word-break:break-word;font-size:14px;font-weight:700}.vpn-timeline{padding-left:22px;position:relative}.vpn-timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:4px;bottom:4px;left:5px}.vpn-tl-item{padding-bottom:16px;position:relative}.vpn-tl-item:last-child{padding-bottom:0}.vpn-tl-dot{border:2px solid var(--surface);border-radius:50%;width:10px;height:10px;position:absolute;top:3px;left:-21px}.vpn-tl-title{align-items:baseline;gap:10px;display:flex}.vpn-statchips{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.vpn-statchip{background:var(--surface);border:1px solid var(--border);border-radius:12px;min-width:120px;padding:10px 14px}.vpn-statchip-v{color:var(--fg);font-variant-numeric:tabular-nums;font-size:18px;font-weight:800}.vpn-statchip-k{color:var(--muted);margin-top:2px;font-size:11px}.vpn-errbars{align-items:flex-end;gap:4px;height:70px;margin-top:10px;display:flex}.vpn-errbar{background:var(--red);opacity:.75;border-radius:3px 3px 0 0;flex:1;min-height:3px;transition:height .4s}.vpn-feed-row{border-bottom:1px solid var(--border)}.vpn-feed-row:last-child{border-bottom:none}.vpn-feed-btn{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:13px 20px;transition:all .12s;display:grid}.vpn-feed-btn:hover{background:var(--surface-2)}.vpn-feed-err{grid-template-columns:auto 1fr auto auto}.vpn-feed-log{grid-template-columns:auto auto 1fr;padding:10px 20px}.vpn-sevpill{white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:800}.vpn-levelpill{white-space:nowrap;border-radius:5px;padding:2px 7px;font-size:10px;font-weight:800}.vpn-feed-msg{min-width:0}.vpn-feed-title{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;display:block;overflow:hidden}.vpn-feed-sub{color:var(--faint);font-family:JetBrains Mono,monospace;font-size:11px}.vpn-feed-detail{padding:0 20px 16px}.vpn-feed-detailbox{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);white-space:pre-wrap;word-break:break-word;border-radius:10px;padding:12px 14px;font-family:JetBrains Mono,monospace;font-size:12px;line-height:1.7}.vpn-feed-detailbox .k{color:var(--faint)}.vpn-feed-detailbox .v{color:var(--fg)}.vpn-profile-shade{z-index:90;background:#06080c80;position:fixed;inset:0}.vpn-profile-drawer{background:var(--surface);border-left:1px solid var(--border);width:440px;max-width:94%;box-shadow:var(--sh-lg);z-index:91;animation:.24s vpndrawer;position:fixed;top:0;bottom:0;right:0;overflow:auto}@media (width<=560px){.vpn-profile-drawer{width:100%;max-width:100%}}.vpn-label{color:var(--muted);margin-bottom:6px;font-size:12px;font-weight:700;display:block}.vpn-input{border:1px solid var(--border);background:var(--surface-2);width:100%;height:44px;font:inherit;color:var(--fg);border-radius:11px;outline:none;padding:0 14px;font-size:14px;transition:all .15s}.vpn-input::placeholder{color:var(--faint)}.vpn-input:focus{border-color:var(--accent)}.vpn-input.is-error{border-color:var(--red)}.vpn-btn-primary{background:var(--accent);color:#fff;width:100%;height:46px;font:inherit;cursor:pointer;border:none;border-radius:12px;font-size:14px;font-weight:700;transition:all .15s}.vpn-btn-primary:hover{background:var(--accent-2)}.vpn-pushbar{background:var(--surface-2);border-radius:4px;height:6px;margin-top:10px;overflow:hidden}.vpn-pushbar-fill{background:var(--accent);border-radius:4px;height:100%;transition:width .4s}.vpn-push-stats{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px;display:grid}.vpn-push-stat{background:var(--surface-2);border:1px solid var(--border);text-align:center;border-radius:10px;padding:8px 10px}.vpn-push-stat .v{font-size:16px;font-weight:800}.vpn-push-stat .k{color:var(--muted);margin-top:2px;font-size:10.5px}@media (width<=560px){.vpn-push-stats{grid-template-columns:repeat(2,1fr)}}.vpn-btn-primary:disabled{opacity:.5;cursor:default}.vpn-textarea{border:1px solid var(--border);background:var(--surface-2);width:100%;min-height:96px;font:inherit;color:var(--fg);resize:vertical;border-radius:11px;outline:none;padding:12px 14px;font-size:14px}.vpn-textarea:focus{border-color:var(--accent)}.vpn-textarea::placeholder{color:var(--faint)}.vpn-formlabel{color:var(--muted);margin-bottom:6px;font-size:12px;font-weight:700;display:block}.vpn-radio{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;text-align:left;border-radius:11px;align-items:center;gap:11px;width:100%;padding:11px 13px;transition:all .12s;display:flex}.vpn-radio:hover{border-color:var(--border-strong)}.vpn-radio.is-active{border-color:var(--accent);background:var(--accent-a)}.vpn-radio-dot{border:2px solid var(--border-strong);border-radius:50%;flex:none;place-items:center;width:18px;height:18px;display:grid}.vpn-radio.is-active .vpn-radio-dot{border-color:var(--accent)}.vpn-radio.is-active .vpn-radio-dot:after{content:"";background:var(--accent);border-radius:50%;width:8px;height:8px}.vpn-toggle{cursor:pointer;background:var(--surface-3);border:none;border-radius:20px;flex:none;width:42px;height:24px;padding:0;transition:all .2s;position:relative}.vpn-toggle.on{background:var(--accent)}.vpn-toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px}.vpn-toggle.on:after{transform:translate(18px)}.vpn-2col{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}.vpn-rulerow{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 0;display:flex}.vpn-rulerow:last-child{border-bottom:none}.vpn-appmenu-sep{background:var(--border);height:1px;margin:6px 4px}.vpn-appmenu-logout{cursor:pointer;width:100%;color:var(--red);font:inherit;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:9px 10px;font-size:13px;font-weight:600;transition:all .12s;display:flex}.vpn-appmenu-logout:hover{background:var(--red-a)}.vpn-collapse{border:1px solid var(--border);background:var(--surface);border-radius:14px;margin-bottom:12px;overflow:hidden}.vpn-collapse-head{cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:15px 18px;transition:all .12s;display:flex}.vpn-collapse-head:hover{background:var(--surface-2)}.vpn-collapse-ico{background:var(--surface-2);width:34px;height:34px;color:var(--accent);border-radius:9px;flex:none;place-items:center;display:grid}.vpn-collapse-body{border-top:1px solid var(--border);padding:4px 18px 18px}.vpn-field{margin-bottom:14px}.vpn-field:last-child{margin-bottom:0}.vpn-teamrow{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:16px 20px;display:flex}.vpn-teamrow:last-child{border-bottom:none}.vpn-rolepill{border-radius:20px;padding:4px 11px;font-size:11.5px;font-weight:700}.vpn-teamcard{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:12px;padding:16px 18px}.vpn-teamcard-head{align-items:center;gap:14px;display:flex}.vpn-team-caps{border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:6px 20px;margin-top:14px;padding-top:14px;display:grid}.vpn-cap-row{align-items:center;gap:10px;padding:5px 0;display:flex}.vpn-cap-row .lbl{color:var(--fg);flex:1;font-size:13px}.vpn-team-foot{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;padding-top:14px;display:flex}.vpn-adduser-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px 16px;display:grid}.vpn-select{border:1px solid var(--border);background:var(--surface-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237B93B8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 10px center;height:40px;color:var(--fg);font:inherit;cursor:pointer;appearance:none;border-radius:10px;outline:none;padding:0 34px 0 12px;font-size:13.5px;font-weight:600}.vpn-select:focus{border-color:var(--accent)}.vpn-select.sm{height:34px;font-size:13px}.vpn-select option{color:initial}.vpn-warnbox{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--amber);border-radius:14px;gap:14px;margin-bottom:14px;padding:16px 18px;display:flex}.vpn-nopw{color:var(--amber);background:var(--amber-a);border-radius:20px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.vpn-pw-row{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;align-items:center;gap:10px;margin-top:12px;padding:12px;display:flex}.vpn-promo-preview{background:var(--surface-2);border:1px solid var(--border);text-align:center;border-radius:18px;padding:26px 22px}.vpn-promo-ico{background:var(--accent-a);width:54px;height:54px;color:var(--accent);border-radius:15px;place-items:center;margin:0 auto;display:grid}.vpn-promo-code{border:1px dashed var(--border-strong);background:var(--surface);letter-spacing:.08em;color:var(--fg);border-radius:11px;align-items:center;gap:10px;margin:14px auto 0;padding:10px 16px;font-family:JetBrains Mono,monospace;font-size:18px;font-weight:700;display:inline-flex}.vpn-segchip{border-radius:20px;align-items:center;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.vpn-support{flex-direction:column;gap:14px;height:100%;padding:16px;display:flex}.vpn-support-top{flex-wrap:wrap;align-items:stretch;gap:12px;display:flex}.vpn-stats-panel{flex-direction:column;gap:10px;display:flex}.vpn-kb-list{flex-direction:column;gap:8px;display:flex}.vpn-kb-item{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;transition:border-color .12s;display:flex}.vpn-kb-item:focus-within{border-color:var(--accent)}.vpn-kb-num{background:var(--accent-a);width:22px;height:22px;color:var(--accent);border-radius:7px;flex:none;place-items:center;margin-top:2px;font-size:11px;font-weight:800;display:grid}.vpn-kb-grow{flex:1;min-width:0;display:grid}.vpn-kb-grow:after{content:attr(data-val);visibility:hidden}.vpn-kb-grow>textarea,.vpn-kb-grow:after{font:inherit;color:var(--fg);white-space:pre-wrap;overflow-wrap:anywhere;background:0 0;border:none;outline:none;grid-area:1/1/2/2;min-width:0;padding:1px 0;font-size:13px;line-height:1.55}.vpn-kb-grow>textarea{resize:none;overflow:hidden}.vpn-kb-input::placeholder{color:var(--faint)}.vpn-kb-item.is-header{border:none;border-bottom:1px solid var(--border);background:0 0;border-radius:0;align-items:center;gap:8px;margin-top:8px;padding:16px 6px 8px}.vpn-kb-list>.vpn-kb-item.is-header:first-child{margin-top:0;padding-top:2px}.vpn-kb-item.is-header .vpn-kb-input{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:12px;font-weight:800}.vpn-kb-item.is-header .vpn-kb-grow:after{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.vpn-kb-grip{width:20px;color:var(--faint);cursor:grab;flex:none;align-self:stretch;place-items:center;margin:-2px 0;display:grid}.vpn-kb-grip:hover{color:var(--muted)}.vpn-kb-grip:active{cursor:grabbing}.vpn-kb-collapse{cursor:pointer;width:22px;height:22px;color:var(--muted);background:0 0;border:none;flex:none;place-items:center;display:grid}.vpn-kb-collapse:hover{color:var(--fg)}.vpn-kb-item.is-over,.vpn-kb-item.is-header.is-over{box-shadow:inset 0 2px 0 var(--accent)}.vpn-kb-add{border:1px dashed var(--border);height:36px;color:var(--accent);font:inherit;cursor:pointer;background:0 0;border-radius:10px;align-self:flex-start;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:700;transition:all .12s;display:inline-flex}.vpn-kb-add:hover{background:var(--accent-a);border-color:var(--accent)}.vpn-savebar{z-index:5;background:var(--surface);border:1px solid var(--border);box-shadow:var(--sh-lg);border-radius:14px;align-items:center;gap:12px;margin-top:16px;padding:12px 16px;display:flex;position:sticky;bottom:12px}.vpn-savebar>span:first-child{flex:1}.vpn-stats-periods{flex-wrap:wrap;gap:6px;display:flex}.vpn-countcard{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex:1;min-width:150px;padding:16px 18px}.vpn-countcard-v{color:var(--fg);font-variant-numeric:tabular-nums;font-size:26px;font-weight:800}.vpn-countcard-k{color:var(--muted);margin-top:2px;font-size:12px;font-weight:600}.vpn-support-panels{flex:1;grid-template-columns:360px 1fr;gap:14px;min-height:0;display:grid}.vpn-tickets{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;min-height:0;display:flex;overflow:hidden}.vpn-tickets-tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:4px;padding:10px 12px;display:flex}.vpn-tab{cursor:pointer;height:30px;font:inherit;color:var(--muted);background:0 0;border:none;border-radius:8px;flex:none;align-items:center;gap:6px;padding:0 10px;font-size:12.5px;font-weight:700;transition:all .12s;display:flex}.vpn-tab:hover{color:var(--fg)}.vpn-tab.is-active{background:var(--accent-a);color:var(--accent)}.vpn-tab-n{opacity:.8;font-size:10.5px;font-weight:800}.vpn-tickets-list{flex:1;padding:10px;overflow:auto}.vpn-ticket{text-align:left;border:1px solid var(--border);background:var(--surface-2);cursor:pointer;border-radius:14px;width:100%;margin-bottom:8px;padding:12px 14px;transition:all .12s}.vpn-ticket:hover{border-color:var(--border-strong)}.vpn-ticket.is-active{border-color:var(--accent);background:var(--accent-a)}.vpn-ticket-row1{align-items:center;gap:8px;margin-bottom:5px;display:flex}.vpn-waitpill{color:var(--amber);background:var(--amber-a);letter-spacing:.03em;border-radius:6px;padding:2px 7px;font-size:9.5px;font-weight:800}.vpn-unread{background:var(--accent);color:#fff;border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10.5px;font-weight:800;display:grid}.vpn-chat{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.vpn-chat-head{border-bottom:1px solid var(--border);flex:none;align-items:center;gap:12px;padding:13px 18px;display:flex}.vpn-userinfo-toggle{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9px;flex:1;align-items:center;gap:8px;min-width:0;margin:-4px 0;padding:4px 8px;transition:background .12s;display:flex}.vpn-userinfo-toggle:hover{background:var(--surface-2)}.vpn-userinfo-toggle .hi-txt{flex:1;min-width:0}.vpn-userinfo-toggle .hi-title{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:700;display:block;overflow:hidden}.vpn-userinfo-toggle .hi-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;display:block;overflow:hidden}.vpn-userinfo-toggle .hi-chev{color:var(--faint);flex:none;transition:transform .2s}.vpn-userinfo-toggle.is-open .hi-chev{color:var(--accent);transform:rotate(180deg)}.vpn-userinfo{border-bottom:1px solid var(--border);background:var(--surface-2);flex-direction:column;flex:none;gap:12px;max-height:48vh;padding:12px 18px;display:flex;overflow:auto}.vpn-userinfo-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0 24px;display:grid}.vpn-userhist{border-top:1px solid var(--border);flex-direction:column;gap:5px;padding-top:10px;display:flex}.vpn-userhist-title{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:2px;font-size:11px;font-weight:800}.vpn-userhist-row{background:var(--surface);border:1px solid var(--border);cursor:pointer;font:inherit;text-align:left;border-radius:9px;align-items:center;gap:9px;padding:7px 10px;transition:border-color .12s,background .12s;display:flex}.vpn-userhist-row:hover{border-color:var(--accent)}.vpn-userhist-row.is-current{border-color:var(--accent);background:var(--accent-a);cursor:default}.vpn-userhist-row .h-dot{border-radius:50%;flex:none;width:8px;height:8px}.vpn-userhist-row .h-cat{min-width:0;color:var(--fg);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12.5px;font-weight:700;overflow:hidden}.vpn-userhist-row .h-id{color:var(--faint);font-weight:600}.vpn-userhist-row .h-meta{color:var(--muted);white-space:nowrap;flex:none;font-size:11px}.vpn-userhist-row .h-cur{color:var(--accent);text-transform:uppercase;letter-spacing:.04em;flex:none;font-size:10px;font-weight:800}.vpn-userinfo-row{justify-content:space-between;align-items:baseline;gap:12px;min-width:0;padding:5px 0;font-size:12.5px;display:flex}.vpn-userinfo-row .k{color:var(--muted);flex:none}.vpn-userinfo-row .v{color:var(--fg);text-align:right;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;overflow:hidden}.vpn-userinfo-copy{font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.vpn-userinfo-copy:hover{color:var(--accent);text-decoration:underline}.vpn-chat-msgs{flex-direction:column;flex:1;gap:10px;padding:18px;display:flex;overflow:auto}.vpn-bubble{word-break:break-word;border-radius:14px;max-width:74%;padding:9px 13px;font-size:13.5px;line-height:1.45}.vpn-bubble.user{background:var(--surface-2);border:1px solid var(--border);color:var(--fg);border-bottom-left-radius:5px;align-self:flex-start}.vpn-bubble.me{background:var(--accent);color:#fff;border-bottom-right-radius:5px;align-self:flex-end}.vpn-bubble.bot{background:var(--violet-a);color:var(--fg);border:1px solid #8a63d252;border-bottom-right-radius:5px;align-self:flex-end}.vpn-sender-label{color:var(--muted);align-items:center;gap:5px;margin:8px 2px 1px;font-size:10.5px;font-weight:700;display:flex}.vpn-sender-label.right{align-self:flex-end}.vpn-sender-label.bot{color:var(--violet)}.vpn-sender-label.op{color:var(--accent)}.vpn-chat-banner{border-bottom:1px solid var(--border);flex:none;align-items:center;gap:10px;padding:10px 18px;font-size:12.5px;font-weight:700;display:flex}.vpn-state-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:800;display:inline-flex}.vpn-state-badge .pip{background:currentColor;border-radius:50%;width:6px;height:6px}.vpn-state-badge.urgent .pip{--pulse:#d6455080;animation:1.5s infinite vpnpulse}.vpn-bubble.system{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);text-align:center;align-self:center;max-width:90%;font-size:12px}.vpn-bubble-meta{opacity:.7;justify-content:flex-end;align-items:center;gap:4px;margin-top:4px;font-size:10px;display:flex}.vpn-bubble-quote{opacity:.75;cursor:pointer;border-left:2px solid;margin-bottom:5px;padding-left:8px;font-size:12px}.vpn-bubble-img{border-radius:10px;max-width:220px;margin-top:4px;display:block}.vpn-typing{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;align-self:flex-start;gap:3px;padding:10px 14px;display:flex}.vpn-typing span{background:var(--faint);border-radius:50%;width:6px;height:6px;animation:1.2s infinite vpntype}.vpn-typing span:nth-child(2){animation-delay:.15s}.vpn-typing span:nth-child(3){animation-delay:.3s}@keyframes vpntype{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.vpn-composer{border-top:1px solid var(--border);flex:none;padding:12px}.vpn-composer-row{align-items:flex-end;gap:10px;display:flex}.vpn-composer textarea{box-sizing:border-box;resize:none;border:1px solid var(--border);background:var(--surface-2);min-width:0;height:42px;min-height:42px;max-height:140px;font:inherit;color:var(--fg);border-radius:12px;outline:none;flex:1;padding:10px 14px;font-size:14px;line-height:20px}.vpn-composer textarea:focus{border-color:var(--accent)}.vpn-composer-row .vpn-iconbtn.lg{border-radius:12px;flex:none;width:42px;height:42px}.vpn-send{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;transition:all .15s;display:grid}.vpn-send:hover{background:var(--accent-2)}.vpn-send:disabled{opacity:.4;cursor:default}.vpn-reply-preview{background:var(--surface-2);border-left:3px solid var(--accent);color:var(--muted);border-radius:10px;align-items:center;gap:10px;margin-bottom:8px;padding:8px 12px;font-size:12.5px;display:flex}.vpn-composer-closed{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;align-items:center;gap:12px;padding:12px 14px;display:flex}.vpn-composer-closed .ico{width:38px;height:38px;color:var(--muted);background:color-mix(in srgb, var(--muted) 12%, transparent);border-radius:11px;flex:none;place-items:center;display:grid}.vpn-composer-closed .txt{flex:1;min-width:0}.vpn-composer-closed .txt .t{color:var(--fg);font-size:13px;font-weight:700}.vpn-composer-closed .txt .s{color:var(--muted);margin-top:1px;font-size:11.5px}.vpn-reopen-btn{background:var(--green);color:#fff;height:40px;font:inherit;cursor:pointer;box-shadow:0 2px 10px color-mix(in srgb, var(--green) 35%, transparent);border:none;border-radius:11px;flex:none;align-items:center;gap:7px;padding:0 16px;font-size:13px;font-weight:700;transition:all .15s;display:inline-flex}.vpn-reopen-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.vpn-reopen-btn:active{transform:translateY(0)}.vpn-reopen-btn:disabled{opacity:.6;cursor:default;box-shadow:none;transform:none}.vpn-btn-primary,.vpn-outbtn,.vpn-send,.vpn-kb-add,.vpn-open-btn,.vpn-feed-btn,.vpn-loadmore,.vpn-iconbtn,.vpn-segbtn,.vpn-tab,.vpn-radio{transition:transform 90ms,background .15s,border-color .15s,color .15s,filter .15s,box-shadow .15s}.vpn-btn-primary:active:not(:disabled),.vpn-outbtn:active:not(:disabled),.vpn-send:active:not(:disabled),.vpn-kb-add:active,.vpn-open-btn:active,.vpn-feed-btn:active,.vpn-loadmore:active,.vpn-iconbtn:active:not(:disabled),.vpn-segbtn:active,.vpn-tab:active,.vpn-radio:active{transform:scale(.955)}.vpn-kpi,.vpn-countcard{transition:transform .16s,box-shadow .16s,border-color .16s}.vpn-kpi:hover,.vpn-countcard:hover{border-color:var(--border-strong);transform:translateY(-2px);box-shadow:0 8px 22px -12px #02081459}button.vpn-countcard:active{transform:translateY(0)scale(.99)}.vpn-ticket{transition:transform .14s,border-color .14s,background .14s}.vpn-ticket:hover:not(.is-active){transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){.vpn-kpi,.vpn-countcard,.vpn-ticket{transition:none}.vpn-kpi:hover,.vpn-countcard:hover,.vpn-ticket:hover{transform:none}}@media (width<=560px){.vpn-composer-closed{flex-wrap:wrap}.vpn-composer-closed .txt{flex:100%;order:-1}.vpn-reopen-btn{flex:1;justify-content:center}}.vpn-drawer-shade{z-index:40;background:#06080c80;position:absolute;inset:0}.vpn-drawer{background:var(--surface);border-left:1px solid var(--border);width:400px;max-width:92%;box-shadow:var(--sh-lg);z-index:41;animation:.24s vpndrawer;position:absolute;top:0;bottom:0;right:0;overflow:auto}@keyframes vpndrawer{0%{opacity:.4;transform:translate(30px)}to{opacity:1;transform:none}}.vpn-drawer-head{background:var(--surface);border-bottom:1px solid var(--border);z-index:1;align-items:center;gap:10px;padding:16px 18px;display:flex;position:sticky;top:0}.vpn-drawer-body{padding:16px 18px}.vpn-drawer-sec{text-transform:uppercase;letter-spacing:.06em;color:var(--faint);margin:18px 0 8px;font-size:11px;font-weight:700}.vpn-drawer-sec:first-child{margin-top:0}.vpn-modal-shade{z-index:90;background:#06080c8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.vpn-modal{background:var(--surface);border:1px solid var(--border);width:720px;max-width:100%;max-height:82vh;box-shadow:var(--sh-lg);border-radius:18px;flex-direction:column;animation:.18s vpnpop;display:flex;overflow:hidden}.vpn-chat-back{display:none!important}@media (width<=1000px){.vpn-support-panels{grid-template-columns:1fr}.vpn-support-panels.chat-open .vpn-tickets,.vpn-support-panels:not(.chat-open) .vpn-chat{display:none}.vpn-chat-back{display:grid!important}.vpn-drawer{width:100%;max-width:100%}.vpn-support.pane-chat>.vpn-support-top,.vpn-support.pane-chat>.vpn-stats-panel{display:none}}.vpn-login{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.vpn-login-theme{z-index:5;position:fixed;top:18px;right:18px}.vpn-login-card{background:var(--surface);border:1px solid var(--border);width:400px;max-width:100%;box-shadow:var(--sh-lg);border-radius:18px;padding:34px 32px;animation:.35s vpnfade}.vpn-login-head{text-align:center;margin-bottom:22px}.vpn-login-logo{object-fit:cover;border-radius:15px;width:56px;height:56px;margin:0 auto 14px;display:block}.vpn-login-title{color:var(--fg);letter-spacing:-.01em;font-size:20px;font-weight:800}.vpn-login-sub{color:var(--muted);margin-top:5px;font-size:13px}.vpn-login-form{flex-direction:column;gap:16px;display:flex}.vpn-login-error{color:var(--red);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.vpn-login-demo{color:var(--muted);font:inherit;cursor:pointer;text-align:center;background:0 0;border:none;margin-top:2px;font-size:12.5px;font-weight:600;transition:all .15s}.vpn-login-demo:hover{color:var(--accent)}.vpn-desktop-only{display:flex}@media (width<=860px){.vpn-aside{box-shadow:var(--sh-lg);transition:transform .24s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.vpn-aside.is-open{transform:translate(0)}.vpn-page{padding:14px}.vpn-overview-grid,.vpn-breakdowns,.vpn-devices-grid{grid-template-columns:1fr}.vpn-devlist-body{max-height:40vh}.vpn-2col{grid-template-columns:1fr}.vpn-desktop-only{display:none}}@media (width>=861px){.vpn-burger{display:none!important}}
