:root{--bg:#071019;--bg2:#0a1621;--panel:#0e1b27;--panel2:#122331;--line:#203444;--line2:#2b4659;--text:#f6f9fc;--muted:#91a7b8;--cyan:#31ddc8;--blue:#4aa8ff;--green:#50e3ad;--red:#ff7688;--amber:#ffcb6b;--shadow:0 18px 55px #02070c55;--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);font:15px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;background:radial-gradient(900px 520px at 80% -10%,#16445d75,transparent 65%),radial-gradient(650px 420px at -10% 35%,#0b53495c,transparent 62%),var(--bg);background-attachment:fixed}
a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid #203444aa;background:#071019d9;backdrop-filter:blur(18px)}.header-inner,.page,footer{width:min(1180px,calc(100% - 40px));margin:auto}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;letter-spacing:-.5px}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;color:#041514;background:linear-gradient(135deg,var(--cyan),var(--blue));box-shadow:0 8px 28px #31ddc840}.brand span{color:var(--cyan)}nav{display:flex;align-items:center;gap:8px}nav a{padding:9px 13px;color:var(--muted);font-weight:600;border-radius:10px}nav a:hover,nav a.active{color:var(--text);background:#132330}.page{padding:38px 0 10px;min-height:calc(100vh - 190px)}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(34px,5vw,58px);line-height:1.08;letter-spacing:-1.8px;margin-bottom:14px}h2{font-size:26px;line-height:1.25;letter-spacing:-.55px;margin-bottom:10px}h3{font-size:18px;line-height:1.4}.muted{color:var(--muted);line-height:1.65}.eyebrow,.tag{color:var(--cyan);font-size:11px;line-height:1.2;letter-spacing:1.8px;font-weight:800;text-transform:uppercase}.eyebrow{margin-bottom:9px}.section-block{margin:46px 0}.section-title{margin-bottom:18px}.section-title h2{margin-bottom:0}.form-hint{margin:13px 0 0;color:#7890a1;font-size:12px;line-height:1.5}
.button,button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:0;border-radius:11px;padding:11px 18px;margin:10px 0;color:#031310;background:linear-gradient(120deg,var(--cyan),var(--blue));box-shadow:0 8px 24px #159baf2c;font-weight:800;cursor:pointer;transition:transform .18s,filter .18s,border-color .18s}.button:hover,button:hover{filter:brightness(1.07);transform:translateY(-1px)}.secondary{color:var(--text);background:#10202c;border:1px solid var(--line2);box-shadow:none}.secondary:hover{border-color:#4b7088}.danger{color:#ffc3ca;background:#351a23;border:1px solid #69303e;box-shadow:none}.small{min-height:34px;padding:7px 11px;margin:2px;font-size:12px}.full{display:flex;width:100%}.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.panel,.features article,.metrics article,.proxy-card,.plans article,.empty-state,.help-strip{position:relative;background:linear-gradient(155deg,#10202deb,#0b1721eb);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.panel{padding:30px;margin:26px 0}.panel:hover{border-color:#29475a}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.panel-head h2{margin-bottom:4px}
.hero{min-height:520px;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center}.hero h1{font-size:clamp(52px,7vw,78px)}.hero h1 em{color:var(--cyan);font-style:normal}.hero p{max-width:650px;color:#a7bac8;font-size:18px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:12px;margin-top:25px}.hero-trust{display:flex;gap:18px;margin-top:28px;color:var(--muted);font-size:13px}.hero-trust span:before{content:'✓';color:var(--green);margin-right:7px}.orb{justify-self:center;width:310px;height:310px;border:1px solid #3d6977;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle,#1b6a7044,transparent 63%);box-shadow:0 0 100px #12cbb825,inset 0 0 55px #31ddc80d}.orb div{font-size:76px;filter:drop-shadow(0 15px 20px #0008)}.orb small{color:var(--cyan);font-weight:800;letter-spacing:2px}.features,.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.features article,.metrics article{padding:24px}.features article{min-height:190px}.features b{color:var(--cyan);font-size:11px;letter-spacing:2px}.features h3{margin:14px 0 8px}.features p{color:var(--muted)}
.narrow{max-width:580px;margin:60px auto}.metrics article:before{content:'';position:absolute;left:22px;top:0;width:44px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--cyan),var(--blue))}.metrics strong{font-size:34px;display:block;margin-top:8px;letter-spacing:-1px}.metrics small{color:var(--muted);font-weight:600}
label{display:block;color:#cbd7df;font-size:13px;font-weight:600}input,textarea{display:block;width:100%;padding:12px 13px;margin:7px 0 15px;color:var(--text);background:#07131d;border:1px solid var(--line);border-radius:10px;outline:0;transition:border-color .18s,box-shadow .18s}input:focus,textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #31ddc817}textarea{resize:vertical}.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:18px}.check{display:flex!important;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--line);background:#091722;border-radius:11px;color:var(--text)}.check input{width:18px;height:18px;margin:0;accent-color:var(--cyan)}
.status{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #405260;border-radius:999px;background:#1a2935;color:#bdcbd5;font-size:11px;font-weight:800;white-space:nowrap}.status:before{content:'';width:6px;height:6px;border-radius:50%;background:#7e909c}.status.good{color:#70edbd;background:#0e3129;border-color:#225b49}.status.good:before{background:var(--green);box-shadow:0 0 9px var(--green)}.code,code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.code{padding:14px;background:#051019;border:1px solid #172b39;border-radius:10px;color:#b9d1df;word-break:break-all;font-size:12px}table{width:100%;border-collapse:separate;border-spacing:0}th,td{padding:14px 13px;text-align:left;border-bottom:1px solid var(--line);vertical-align:middle}th{position:sticky;top:0;color:#7890a1;background:#0e1b27;font-size:10px;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}tr:last-child td{border-bottom:0}tbody tr:hover td{background:#10233166}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:13px}.error{color:#ff98a5}.positive{color:var(--green);font-weight:700}.negative{color:#ff9ca8;font-weight:700}details summary{cursor:pointer;color:#78deee;font-weight:700;padding:12px 0;list-style:none}details summary:before{content:'＋';display:inline-block;margin-right:8px}details[open] summary:before{content:'−'}footer{padding:30px 0 40px;margin-top:70px;color:var(--muted);text-align:center;border-top:1px solid var(--line)}footer p{margin:7px}footer a:hover{color:var(--text)}
@media(max-width:850px){.hero{grid-template-columns:1fr;min-height:auto;padding:55px 0}.orb{display:none}.features,.metrics,.grid{grid-template-columns:1fr 1fr}.header-inner,.page,footer{width:min(100% - 28px,1180px)}}
@media(max-width:600px){.site-header{position:relative}.header-inner{height:64px}.brand{font-size:17px}.brand-mark{width:31px;height:31px}nav a{padding:8px;font-size:12px}.page{padding-top:24px}h1{letter-spacing:-1.1px}.hero h1{font-size:48px}.hero p{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-trust{flex-direction:column;gap:6px}.features,.metrics,.grid{grid-template-columns:1fr}.panel{padding:20px;margin:18px 0}.panel-head{flex-direction:column}.section-block{margin:34px 0}.table-wrap{margin-left:-8px;margin-right:-8px}.hide-mobile{display:none}footer{margin-top:40px}}
.bot-text-editor{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}.bot-text-editor label:first-child,.bot-text-editor label:nth-child(3),.bot-text-editor button{grid-column:1/-1}.bot-text-editor textarea{min-height:92px}@media(max-width:600px){.bot-text-editor{grid-template-columns:1fr}.bot-text-editor label,.bot-text-editor button{grid-column:1!important}}
