:root { color-scheme:dark; --bg:#03050a; --panel:#0a101c; --panel2:#0e1727; --line:#182746; --text:#f7f9ff; --muted:#8c9bb5; --accent:#165dff; --accent2:#3576ff; --ink:#fff; font:16px/1.5 Inter,ui-sans-serif,"Segoe UI",Arial,sans-serif; }
* { box-sizing:border-box; } [hidden] { display:none!important; } body { margin:0; min-width:320px; min-height:100vh; color:var(--text); background:radial-gradient(circle at 52% -20%,#0a2253 0,#050914 34%,var(--bg) 60%); }
button,input,select { font:inherit; } button,a { cursor:pointer; } button:disabled { opacity:.55; cursor:wait; } a { color:inherit; text-decoration:none; } button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible { outline:2px solid var(--accent); outline-offset:3px; }
.admin-bar { height:72px; padding:0 max(24px,calc((100vw - 1120px)/2)); display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #111d34; background:rgba(4,7,13,.9); backdrop-filter:blur(14px); }
.brand,.account { display:flex; align-items:center; gap:11px; } .brand { font-size:18px; font-weight:700; } .brand b { color:var(--muted); font-weight:550; } .brand-logo { display:block; width:40px; height:40px; object-fit:cover; border:1px solid #153d9c; border-radius:10px; box-shadow:0 10px 30px rgba(22,93,255,.18); } .brand-logo.large { width:76px; height:76px; margin:0 auto 22px; border-radius:18px; }
.account img { border-radius:50%; background:#263346; } .account span { color:#d7e0eb; font-size:14px; font-weight:650; } .quiet { padding:8px 10px; color:var(--muted); background:transparent; border:0; border-radius:8px; } .quiet:hover { color:var(--text); background:#17202b; }
main { width:min(1120px,calc(100% - 48px)); margin:0 auto; padding:52px 0 70px; } .center { min-height:calc(100vh - 176px); display:grid; place-items:center; } .login-card { width:min(430px,100%); padding:42px; text-align:center; background:rgba(8,13,23,.96); border:1px solid var(--line); border-radius:18px; box-shadow:0 30px 90px rgba(0,0,0,.42); } .login-card h1 { margin:0; font-size:32px; letter-spacing:-.035em; } .login-card p { margin:10px 0 24px; color:var(--muted); } .login-card small { display:block; margin-top:14px; color:#d59a9a; }
.heading { display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:28px; } .heading span { color:#738da9; font-size:12px; font-weight:800; letter-spacing:.13em; } h1 { margin:7px 0 0; font-size:42px; line-height:1.08; letter-spacing:-.045em; } .heading p { margin:9px 0 0; color:var(--muted); }
.button { min-height:44px; padding:0 18px; display:inline-flex; align-items:center; justify-content:center; border:1px solid transparent; border-radius:9px; font-size:14px; font-weight:750; } .primary { color:#fff; background:linear-gradient(135deg,#1453e8,#1b68ff); box-shadow:0 8px 24px rgba(22,93,255,.16); } .primary:hover { background:linear-gradient(135deg,#1d61ff,#3576ff); } .secondary { color:#dce5ef; background:#0d1625; border-color:#243a61; } .secondary:hover { background:#12203a; } .discord { width:100%; color:white; background:#5865f2; }
.grid { display:grid; grid-template-columns:minmax(0,420px) minmax(0,1fr); gap:18px; } .card,.table-card { padding:24px; background:linear-gradient(145deg,rgba(12,19,32,.98),rgba(7,11,20,.98)); border:1px solid var(--line); border-radius:15px; box-shadow:0 18px 60px rgba(0,0,0,.2); } label { display:block; margin-bottom:8px; font-size:13px; font-weight:700; } input,select { width:100%; min-width:0; padding:12px 13px; color:var(--text); background:#050914; border:1px solid #243a61; border-radius:8px; } .generator { display:grid; grid-template-columns:1fr auto; align-items:end; gap:10px 12px; } .generator label { grid-column:1/-1; } .generated { display:flex; flex-direction:column; justify-content:center; } .copy-row { display:flex; gap:10px; } #generated-key { font-family:ui-monospace,Consolas,monospace; }
.table-card { margin-top:18px; padding:10px 20px 18px; } .table-title { display:flex; justify-content:space-between; align-items:center; padding:10px 6px 6px; } h2 { margin:0; font-size:18px; } .table-scroll { overflow:auto; } table { width:100%; border-collapse:collapse; white-space:nowrap; text-align:left; font-size:14px; } th { color:var(--muted); font-size:12px; font-weight:650; } th,td { padding:14px 10px; border-bottom:1px solid var(--line); } code { color:#dce8f6; } .status { padding:5px 8px; border-radius:999px; font-size:11px; font-weight:800; } .status.good { color:#9ce2c3; background:#10291f; } .status.used { color:#b9d7f5; background:#14263a; } .status.bad { color:#f4adad; background:#2c171b; } .revoke { padding:7px 10px; color:#ffb4b4; background:#2b171a; border:1px solid #63323a; border-radius:7px; } .empty { color:var(--muted); text-align:center; }
.notice { margin-bottom:18px; padding:12px 15px; color:#b8efd7; background:#10251e; border:1px solid #27513f; border-radius:9px; font-size:14px; } .notice.error { color:#ffd0d0; background:#2a171b; border-color:#6a333d; } #loading { color:var(--muted); }
@media(max-width:720px) { .admin-bar { padding:0 18px; } .account span { display:none; } main { width:calc(100% - 32px); padding-top:34px; } .heading { align-items:flex-start; flex-direction:column; } .heading .button { width:100%; } h1 { font-size:34px; } .grid { grid-template-columns:1fr; } .generator { display:block; } .generator .button { width:100%; margin-top:12px; } .copy-row { flex-direction:column; } .login-card { padding:32px 22px; } }
