:root{color-scheme:dark;--bg:#0d1117;--card:#161b22;--line:#30363d;--text:#e6edf3;--muted:#8b949e;--accent:#2f81f7;--ok:#3fb950;--bad:#f85149;--warn:#d29922}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.45 system-ui,-apple-system,Segoe UI,sans-serif}header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid var(--line);background:#010409}nav{display:flex;gap:16px}a{color:#58a6ff;text-decoration:none}.container{max-width:1180px;margin:32px auto;padding:0 20px}.narrow{max-width:650px}.card{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:20px;margin:20px 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}.full{grid-column:1/-1}label{display:flex;flex-direction:column;gap:7px;font-weight:600}.check{flex-direction:row;align-items:center}input{background:#0d1117;color:var(--text);border:1px solid var(--line);border-radius:6px;padding:10px}button,.button{display:inline-block;background:var(--accent);color:white;border:0;border-radius:6px;padding:9px 14px;font-weight:700;cursor:pointer}.secondary{background:#30363d}.danger{background:var(--bad)}.notice{border:1px solid var(--line);border-radius:8px;padding:16px;background:#161b22}.notice.success{border-color:var(--ok)}.notice.error{border-color:var(--bad)}pre,code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;border-bottom:1px solid var(--line);padding:12px;vertical-align:top}small,.help{color:var(--muted)}.status{padding:3px 8px;border-radius:999px;background:#30363d}.status.active{background:#173b24;color:#7ee787}.status.revoked,.status.expired{background:#4b1f1f;color:#ff7b72}.status.suspended{background:#4a3412;color:#e3b341}.actions{display:flex;gap:8px;flex-wrap:wrap}.actions form{margin:0}dl{display:grid;grid-template-columns:max-content 1fr;gap:8px 16px}dt{color:var(--muted)}
.hero{text-align:left;padding:30px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--muted);margin-bottom:6px}.feature-list{padding-left:22px;margin:22px 0}.feature-list li{margin:8px 0}.large{font-size:17px;padding:13px 20px;margin:10px 0}.success-card{text-align:left}.compact{margin-top:24px}.status.locked,.status.consumed{background:#4a3412;color:#e3b341}.status.expired,.status.revoked{background:#4b1f1f;color:#ff7b72}h3.full{margin:8px 0 0;border-top:1px solid var(--line);padding-top:18px}
.section-divider{border:0;border-top:1px solid var(--line);margin:28px 0 22px}.download-section h2{margin:0 0 6px}.platform-downloads{margin:14px 0}.platform-downloads .button{min-width:180px;text-align:center}
