:root{--bg:#060b12;--panel:#0c141f;--panel2:#101c29;--line:#203044;--text:#f2f7fb;--muted:#91a1b4;--green:#50e5ad;--blue:#5ca8ff;--danger:#ff7885}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% -20%,#16334a 0,transparent 38%),var(--bg);color:var(--text);font:15px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;overflow-x:hidden}.glow{position:fixed;border-radius:50%;filter:blur(120px);opacity:.12;pointer-events:none}.glow-a{width:420px;height:420px;background:var(--green);left:-250px;top:30%}.glow-b{width:480px;height:480px;background:var(--blue);right:-280px;top:5%}.site-head{width:min(1120px,calc(100% - 40px));height:84px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:12px;color:var(--text);text-decoration:none}.brand span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--blue));color:#03120e;font-weight:900}.brand strong{letter-spacing:.02em}.secure{font-size:12px;color:var(--muted)}.secure i{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green)}main{width:min(920px,calc(100% - 40px));margin:0 auto 80px}.hero{text-align:center;padding:88px 0 54px}.eyebrow{margin:0 0 10px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.2em}.hero h1{margin:0;font-size:clamp(42px,7vw,72px);line-height:1.08;letter-spacing:-.055em}.hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--green),#7ec8ff);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{max-width:660px;margin:25px auto 0;color:var(--muted);font-size:17px}.panel{position:relative;display:grid;grid-template-columns:58px 1fr 1.25fr;gap:24px;align-items:start;padding:32px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(16,28,41,.94),rgba(9,16,25,.97));box-shadow:0 35px 100px rgba(0,0,0,.32)}.step-number{width:46px;height:46px;display:grid;place-items:center;border:1px solid #31516a;border-radius:14px;color:var(--green);font-weight:800}.panel h2,.success-card h2{margin:0 0 5px;font-size:23px}.panel-copy p,.success-card p{margin:0;color:var(--muted)}form label{display:block;margin-bottom:8px;color:#bcc9d8;font-size:12px;font-weight:700}.key-row{display:flex;background:#07101a;border:1px solid #2b4055;border-radius:12px;overflow:hidden}.key-row:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(80,229,173,.09)}.key-row input{min-width:0;flex:1;border:0;background:transparent;color:white;padding:14px;outline:0;font:inherit}.key-row button{border:0;border-left:1px solid #24384b;background:#0d1a27;color:var(--muted);padding:0 14px;cursor:pointer}.primary{width:100%;margin-top:12px;padding:14px 17px;display:flex;justify-content:space-between;border:0;border-radius:12px;background:var(--green);color:#03140e;font:inherit;font-weight:850;cursor:pointer}.primary:disabled{opacity:.55;cursor:wait}.form-message{min-height:22px;margin:8px 0 -8px;color:var(--danger);font-size:12px}.hidden{display:none}.instructions{margin-top:28px}.success-card{display:flex;align-items:center;gap:18px;padding:24px 28px;border:1px solid rgba(80,229,173,.35);border-radius:18px;background:rgba(80,229,173,.07)}.check{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#052016;font-size:24px;font-weight:900}.success-card>div:nth-child(2){flex:1}.copy-key,.download,.command button{border:1px solid #30465c;border-radius:9px;background:#101d2a;color:#dce8f4;padding:9px 12px;text-decoration:none;cursor:pointer}.steps{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.steps article{padding:25px;border:1px solid var(--line);border-radius:17px;background:var(--panel)}.steps article>span{color:var(--green);font-size:11px;font-weight:900;letter-spacing:.12em}.steps h3{margin:9px 0 7px;font-size:19px}.steps p,.steps li{color:var(--muted)}.steps ul{padding-left:20px;margin-bottom:0}.download{display:inline-block;margin-top:7px;border-color:rgba(80,229,173,.35);color:var(--green)}.command{display:flex;align-items:center;gap:8px;margin:9px 0;padding:9px 9px 9px 12px;border:1px solid #263b50;border-radius:10px;background:#07101a}.command code{min-width:0;flex:1;overflow:auto;color:#b8d5ed;white-space:nowrap}.command button{padding:6px 9px;font-size:11px}.endpoint{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:16px;padding:20px 24px;border:1px solid var(--line);border-radius:14px;background:var(--panel2);color:var(--muted)}.endpoint small{display:block;color:#6f849b;font-size:9px;letter-spacing:.18em}.endpoint code{color:var(--green)}footer{text-align:center;padding:28px;color:#607286;border-top:1px solid rgba(255,255,255,.06);font-size:12px}@media(max-width:760px){.hero{padding-top:60px}.panel{grid-template-columns:48px 1fr}.panel form{grid-column:1/-1}.steps{grid-template-columns:1fr}.success-card,.endpoint{align-items:flex-start;flex-direction:column}.copy-key{width:100%}.site-head{height:70px}.secure{display:none}}
