:root{--bg:#0a0e14;--bg-card:#0f1419;--bg-elevated:#151b23;--border:#1e2630;--text:#e6edf3;--text-muted:#8b949e;--accent:#39c5cf;--accent-dim:#2a9da6;--success:#3fb950;--warning:#d29922;--error:#f85149;--radius:8px;--font-sans:"DM Sans",system-ui,sans-serif;--font-mono:"JetBrains Mono",monospace}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6;min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-dim)}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.25rem}.section-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;margin-top:1rem;letter-spacing:-.02em}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-bottom:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:var(--radius);font-weight:500;font-size:.9rem;cursor:pointer;transition:background .2s,color .2s;border:none;font-family:inherit}.btn-primary{background:var(--accent);color:var(--bg)}.btn-primary:hover{background:var(--accent-dim);color:var(--bg)}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--bg-elevated)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s}.card:hover{border-color:var(--accent-dim)}.badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.badge-public{background:rgba(63,185,80,.2);color:var(--success)}.badge-private{background:rgba(210,153,34,.2);color:var(--warning)}.badge-region{background:var(--bg-elevated);color:var(--text-muted)}.site-header{border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;background:rgba(10,14,20,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50}.nav-inner{display:flex;flex-wrap:nowrap;align-items:center;gap:.5rem .75rem;min-height:3.5rem;padding-top:.25rem;padding-bottom:.25rem}.logo{font-weight:700;font-size:1.25rem;letter-spacing:-.03em;color:var(--text);flex-shrink:0}.nav-links-main{flex:1 1 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.25rem;min-width:0}.nav-links-main a{padding:.5rem .75rem;border-radius:var(--radius);color:var(--text-muted);font-size:.9rem}.nav-links-main a.active,.nav-links-main a:hover{color:var(--text);background:var(--bg-elevated)}.nav-links-main a.active{color:var(--accent)}.nav-trailing{display:flex;align-items:center;gap:.25rem;flex-shrink:0;margin-left:auto}.nav-burger{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;background:transparent;color:var(--text);cursor:pointer;border-radius:var(--radius);transition:background .2s}.nav-burger:hover{background:var(--bg-elevated)}.nav-burger-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:1.25rem;height:1rem}.nav-burger-line{display:block;width:1.25rem;height:2px;background:currentColor;border-radius:1px;transition:transform .2s,opacity .2s;flex-shrink:0}.nav-burger[aria-expanded=true] .nav-burger-line:first-child{transform:translateY(7px) rotate(45deg)}.nav-burger[aria-expanded=true] .nav-burger-line:nth-child(2){opacity:0}.nav-burger[aria-expanded=true] .nav-burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay{display:none;position:fixed;inset:0;top:3.5rem;background:rgba(0,0,0,.5);z-index:40}@media (max-width:950px){.nav-inner{flex-wrap:wrap;align-items:center}.nav-logo{order:1}.nav-trailing{order:2;margin-left:auto}.nav-links-main{order:10;flex:1 0 100%;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:0;position:fixed;top:3.5rem;left:0;right:0;background:var(--bg-card);border-bottom:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,.3);z-index:50;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .25s ease-out,opacity .2s}.nav-links-main.nav-links-open{max-height:80vh;opacity:1;pointer-events:auto;padding:.5rem}.nav-links-main a{display:block;padding:.75rem 1rem;border-radius:var(--radius)}.nav-burger{display:inline-flex}.nav-overlay{display:block}.nav-account-name{max-width:6.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:769px){.nav-overlay{display:none!important}}.site-footer{margin-top:4rem;padding:2rem 0;border-top:1px solid var(--border);color:var(--text-muted);font-size:.875rem}.page-hero{padding:3rem 0 2rem;text-align:center}.page-hero h1{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.75rem}.page-hero p{color:var(--text-muted);max-width:540px;margin:0 auto}.content-section{padding:2rem 0 3rem}.server-list{list-style:none}.server-list.server-list>li+li{margin-top:.75rem}.servers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.servers-grid li{margin-top:0!important}.server-card{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.server-card .server-info{flex:1 1 180px}.server-card .server-info strong{display:block;margin-bottom:.25rem}.server-addr{font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted)}.server-desc{font-size:.875rem;color:var(--text-muted);margin-top:.35rem}.server-stats{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem}.server-stats .ping{color:var(--success)}.server-rank{font-weight:700;color:var(--accent);min-width:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.feature-card{padding:1.5rem}.feature-title{font-size:1.1rem;margin-bottom:.5rem}.feature-text{color:var(--text-muted);font-size:.9rem}.tester-card{padding:1.5rem}.tester-row{display:flex;gap:.5rem;margin-bottom:1rem}.tester-input{flex:1 1;padding:.6rem .75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);color:var(--text);font-family:var(--font-mono);font-size:.9rem}.tester-input:focus{outline:none;border-color:var(--accent)}.tester-port{width:5rem;flex:none}.tester-btn{width:100%;margin-bottom:1rem}.tester-result{font-size:.9rem;margin-bottom:.75rem}.tester-result.result-ok{color:var(--success)}.tester-result.result-error{color:var(--error)}.tester-hint{font-size:.8rem;color:var(--text-muted)}.skeleton{background:linear-gradient(90deg,var(--border) 25%,var(--bg-elevated) 50%,var(--border) 75%);animation:skeleton-shine 1.2s ease-in-out infinite;border-radius:4px}@keyframes skeleton-shine{to{background-position:200% 0}}.skeleton-rank{display:inline-block;width:2rem;height:1rem}.skeleton-title{display:block;height:1.1rem;width:60%;margin-bottom:.35rem}.skeleton-addr{display:block;height:.85rem;width:45%}.skeleton-stat{display:inline-block;height:.875rem;width:3rem}.skeleton-btn{display:inline-block;height:2.25rem;width:8rem;border-radius:var(--radius)}.server-card-skeleton .server-info{flex:1 1 180px}.sentinel{min-height:20px;width:100%;pointer-events:none}.loading-more{margin-top:1rem}.list-end{text-align:center;color:var(--text-muted);font-size:.875rem;margin-top:1.5rem}.install-layout{display:flex;gap:2rem;max-width:1100px;margin:0 auto;padding:0 1.25rem 3rem;align-items:flex-start}.install-nav{flex-shrink:0;width:200px;position:-webkit-sticky;position:sticky;top:calc(3.5rem + 1rem)}.install-nav-inner{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.install-nav-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);display:block;margin-bottom:.75rem}.install-nav-list{list-style:none}.install-nav-list li+li{margin-top:.25rem}.install-nav-link{display:block;padding:.4rem .5rem;border-radius:4px;color:var(--text-muted);font-size:.9rem;transition:background .2s,color .2s}.install-nav-link:hover{color:var(--text);background:var(--bg-elevated)}.install-content{flex:1 1;min-width:0;max-width:720px}.install-section{scroll-margin-top:4rem;margin-bottom:2.5rem}.install-section:target .install-h2{color:var(--accent)}.install-h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.02em;border-bottom:1px solid var(--border);padding-bottom:.5rem}.install-h3{font-size:1.15rem;font-weight:600;margin:1.5rem 0 .75rem}.install-lead,.install-p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}.install-steps{padding-left:1.5rem}.install-steps,.install-steps li{margin-bottom:1rem}.install-steps li:last-child{margin-bottom:0}.install-steps .code-block{margin-top:.5rem;margin-bottom:.75rem}.install-list{padding-left:1.5rem;margin-bottom:1rem}.install-list li{margin-bottom:.75rem}.code-inline{font-size:.875em;padding:.15em .4em;border-radius:4px}.code-block,.code-inline{font-family:var(--font-mono);background:var(--bg-elevated);border:1px solid var(--border)}.code-block{border-radius:var(--radius);padding:1rem 1.25rem;overflow-x:auto;margin:.75rem 0;font-size:.85rem;line-height:1.5}.code-block code{white-space:pre}.install-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.9rem}.install-footer a{color:var(--accent)}@media (max-width:768px){.install-layout{flex-direction:column;padding-left:1.25rem;padding-right:1.25rem}.install-nav{position:static;width:100%}.install-nav-inner{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.install-nav-title{width:100%;margin-bottom:.25rem}.install-nav-list{display:flex;flex-wrap:wrap;gap:.25rem}.install-nav-list li+li{margin-top:0}}.profile-page{padding:2rem 1rem 3rem;max-width:40rem}.auth-page{padding:2rem 1rem 3rem;max-width:28rem}.auth-form{gap:1rem;margin-top:1rem}.auth-form,.auth-label{display:flex;flex-direction:column}.auth-label{gap:.35rem;font-size:.9rem;color:var(--text-muted)}.auth-optional{font-weight:400;color:var(--text-muted)}.auth-input{padding:.55rem .75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);color:var(--text);font-family:inherit;font-size:1rem}.auth-input:focus{outline:none;border-color:var(--accent-dim)}.auth-phone-row{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);overflow:hidden}.auth-phone-prefix{padding:.55rem .65rem;background:var(--bg-elevated);color:var(--text-muted);font-size:1rem;border-right:1px solid var(--border);-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-input-phone{border:none;flex:1 1;min-width:0}.auth-error{color:var(--error);font-size:.9rem}.profile-page .profile-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;padding:1rem}.profile-logout-first{order:-1}.profile-banner{margin-bottom:1rem;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.profile-banner-warn{border-color:var(--warning);background:rgba(210,153,34,.08)}.profile-banner-link{align-self:flex-start}.profile-json{font-family:var(--font-mono);font-size:.8rem;overflow:auto;max-width:100%;white-space:pre-wrap;word-break:break-word}.profile-fields{margin-top:1rem;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.profile-field{display:grid;grid-template-columns:8rem 1fr;grid-gap:.75rem 1rem;gap:.75rem 1rem;align-items:baseline}.profile-field dt{margin:0;font-size:.85rem;font-weight:500;color:var(--text-muted)}.profile-field dd{margin:0;font-size:1rem}@media (max-width:480px){.profile-field{grid-template-columns:1fr;gap:.25rem}}.profile-subscribe{padding:1.25rem;border-color:var(--accent-dim)}.profile-subscribe-title{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em}.profile-subscribe-hint{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem;line-height:1.5}.profile-code{font-family:var(--font-mono);font-size:.8rem;color:var(--accent);background:var(--bg-elevated);padding:.15rem .4rem;border-radius:4px}.profile-subscribe-form{display:flex;flex-direction:column;gap:.85rem;max-width:22rem}.profile-subscribe-ok{color:var(--success);font-size:.9rem;margin:0}@keyframes skeleton-pulse{0%,to{opacity:.45}50%{opacity:.9}}.skeleton{border-radius:var(--radius);background:linear-gradient(90deg,var(--bg-elevated) 0,var(--border) 50%,var(--bg-elevated) 100%);background-size:200% 100%;animation:skeleton-pulse 1.2s ease-in-out infinite}.skeleton-vpn-title{height:1.35rem;width:55%;max-width:14rem;margin-bottom:.75rem}.skeleton-vpn-lead{height:2.6rem;width:100%;margin-bottom:1rem}.skeleton-vpn-qr{width:220px;height:220px;max-width:100%;margin:0 auto 1rem}.skeleton-vpn-btn{height:2.5rem;width:100%;max-width:16rem;margin-bottom:.5rem}.skeleton-vpn-btn-narrow{max-width:10rem;height:2.35rem}.skeleton-vpn-line{height:.85rem;width:100%;margin-bottom:.45rem}.skeleton-vpn-line-short{width:70%;margin-bottom:1rem}.skeleton-vpn-apps{height:8rem;width:100%;margin-top:.5rem}.profile-vpn{margin-top:1.25rem;padding:1.25rem}.profile-vpn-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em}.profile-vpn-lead{color:var(--text-muted);font-size:.9rem;line-height:1.55;margin-bottom:1rem}.profile-vpn-error{margin-bottom:.75rem}.profile-vpn-qr-wrap{display:flex;justify-content:center;margin-bottom:1rem}.profile-vpn-qr-box{padding:1rem;background:#fff;border-radius:var(--radius);max-width:260px}.profile-vpn-actions{display:flex;flex-wrap:wrap;gap:.5rem}.profile-vpn-actions-secondary{margin-bottom:1rem}.profile-vpn-open-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .5rem}.profile-vpn-open-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.profile-vpn-open-happ{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1.15rem;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;transition:filter .2s,transform .15s;border:1px solid transparent}.profile-vpn-open-happ:active{transform:scale(.98)}.profile-vpn-open-icon{flex-shrink:0}.profile-vpn-open-happ{color:#042f2e;background:linear-gradient(160deg,#5eead4,#2dd4bf 45%,#14b8a6);border-color:rgba(4,47,46,.12);box-shadow:0 4px 20px rgba(20,184,166,.35)}.profile-vpn-open-happ:hover{filter:brightness(1.06);color:#021c1b}.profile-vpn-open-v2raytun{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1.15rem;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;transition:filter .2s,transform .15s;color:#1e1b4b;background:linear-gradient(160deg,#a5b4fc,#818cf8 45%,#6366f1);border:1px solid rgba(30,27,75,.12);box-shadow:0 4px 20px rgba(99,102,241,.35)}.profile-vpn-open-v2raytun:hover{filter:brightness(1.06);color:#1e1b4b}.profile-vpn-open-v2raytun:active{transform:scale(.98)}.profile-vpn-deep-hint{font-size:.82rem;color:var(--text-muted);line-height:1.5;margin:0 0 1.25rem;max-width:40rem}.profile-vpn-guide{border-top:1px solid var(--border);padding-top:1.25rem}.profile-vpn-guide-title{font-size:1rem;font-weight:600;margin-bottom:.65rem;color:var(--text)}.profile-vpn-guide-title-apps{margin-top:1.25rem}.profile-vpn-regional-warning{font-size:.88rem;line-height:1.55;color:var(--text-muted);margin:0 0 1rem;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(234,179,8,.35);background:rgba(234,179,8,.08);max-width:48rem}.profile-vpn-steps{margin:0;padding-left:1.25rem;color:var(--text-muted);font-size:.92rem;line-height:1.6}.profile-vpn-steps li+li{margin-top:.5rem}.profile-vpn-apps{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.profile-vpn-app-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.profile-vpn-app-name{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .6rem;font-weight:600;font-size:.95rem;margin-bottom:.6rem;color:var(--text)}.profile-vpn-app-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .45rem;border-radius:4px;background:rgba(57,197,207,.2);color:var(--accent);border:1px solid var(--accent-dim)}.profile-vpn-app-badge--advanced{background:rgba(210,153,34,.12);color:var(--warning);border-color:rgba(210,153,34,.45)}.profile-vpn-app-card--featured{border-color:var(--accent-dim);box-shadow:0 0 0 1px rgba(57,197,207,.12)}.profile-vpn-app-card--advanced{border-color:rgba(210,153,34,.25)}.profile-vpn-app-note{font-size:.85rem;color:var(--text-muted);line-height:1.45;margin:-.25rem 0 .65rem}.profile-vpn-app-list{margin:0;padding-left:1.1rem;font-size:.88rem;line-height:1.55;color:var(--text-muted)}.profile-vpn-app-list li+li{margin-top:.35rem}.profile-vpn-note{margin-top:1.25rem;padding:.85rem 1rem;font-size:.88rem;line-height:1.55;color:var(--text-muted);background:var(--bg-elevated);border-radius:var(--radius);border:1px solid var(--border)}.profile-vpn-note-tv strong{color:var(--text)}.nav-account{position:relative;z-index:55}.nav-account-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .5rem .35rem .35rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s;max-width:100%}.nav-account-trigger:hover{border-color:var(--accent-dim);background:var(--bg-card)}.nav-account-avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:linear-gradient(145deg,var(--accent-dim),var(--accent));color:var(--bg);font-size:.7rem;font-weight:700;letter-spacing:-.02em;flex-shrink:0}.nav-account-avatar-guest{background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border)}.nav-account-avatar-guest svg{display:block}.nav-account-name{line-height:1.2;padding-right:.15rem}.nav-account-dropdown{position:absolute;right:0;top:calc(100% + .35rem);min-width:11.5rem;padding:.4rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 10px 28px rgba(0,0,0,.4)}.nav-account-item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.55rem .65rem;border-radius:var(--radius);border:none;background:transparent;color:var(--text-muted);font:inherit;font-size:.9rem;text-align:left;text-decoration:none;cursor:pointer;transition:color .2s,background .2s}.nav-account-item-row:hover{color:var(--text);background:var(--bg-elevated)}.nav-account-item-icon{flex-shrink:0;opacity:.85}.nav-auth-sublink{display:block;margin:.2rem 0;padding:.55rem .75rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;text-align:center;text-decoration:none;border:1px solid var(--border);color:var(--text-muted);background:transparent;transition:color .2s,border-color .2s,background .2s}.nav-auth-sublink:hover{color:var(--text);border-color:var(--text-muted);background:var(--bg-elevated)}.nav-auth-sublink-accent{border-color:var(--accent);color:var(--bg);background:var(--accent)}.nav-auth-sublink-accent:hover{color:var(--bg);background:var(--accent-dim);border-color:var(--accent-dim)}@media (max-width:768px){.nav-account-dropdown{right:0;left:auto;min-width:12rem}}