:root{color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 50% 0,#050e26 0,#02040b 60%,#000 100%);background-attachment:fixed;color:#e2e8f0;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:#38bdf8;text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:720px;margin:0 auto;padding:48px 24px 80px}.brand{display:flex;align-items:center;gap:10px;margin-bottom:40px}.brand:hover{text-decoration:none}.brand .logo{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#3730a3);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff}.card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:18px;padding:28px}h1{font-size:28px;font-weight:800;letter-spacing:-.02em;margin:0 0 12px}h2{font-size:18px;font-weight:700;margin:28px 0 8px}p{line-height:1.65;color:#a8b3c4}.key{font-family:SF Mono,Menlo,monospace;font-size:20px;letter-spacing:.06em;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:16px;text-align:center;color:#fff;word-break:break-all}.btn,.key{font-weight:700}.btn{display:inline-block;background:#fff;color:#000;padding:14px 26px;border-radius:999px}.btn:hover{background:#dbeafe;text-decoration:none}.btn-ghost{display:inline-block;border:1px solid hsla(0,0%,100%,.2);color:#e2e8f0;padding:14px 26px;border-radius:999px}.btn-ghost:hover{background:hsla(0,0%,100%,.06);text-decoration:none}.muted{color:#64748b;font-size:13px}input,textarea{width:100%;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;padding:12px 14px;color:#fff;font-size:15px;font-family:inherit}textarea{min-height:140px;resize:vertical}label{display:block;font-size:13px;color:#94a3b8;margin:14px 0 6px}footer.legal{margin-top:48px;font-size:13px;color:#64748b}footer.legal a{color:#94a3b8}