:root{--black:#070809;--g900:#0d0f10;--g800:#111315;--g700:#151719;--g600:#1e2124;--lime:#b7ff00;--white:#f5f6f7;--gray:#90959d;--muted:#666c74;--red:#ff6b6b;--radius:22px}*{box-sizing:border-box}body,html{margin:0;background:var(--black);color:var(--white)}body{font-family:Inter,system-ui,sans-serif;min-height:100vh}a{color:var(--lime)}.shell{max-width:720px;margin:0 auto;padding:24px}.top{display:flex;justify-content:space-between;align-items:center;gap:12px}.logo{height:32px}.card{background:var(--g800);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:20px;margin-top:16px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--lime);color:#111;font-weight:700;border:0;border-radius:20px;height:48px;padding:0 20px;cursor:pointer}.btn.secondary{background:var(--g600);color:var(--white)}.btn.ghost{background:transparent;color:var(--lime);border:1px solid rgba(183,255,0,.35)}input{width:100%;background:var(--g700);border:1px solid rgba(255,255,255,.08);color:var(--white);border-radius:16px;height:48px;padding:0 14px;font-size:16px}label{display:block;color:var(--muted);font-size:12px;margin-bottom:8px}.muted{color:var(--gray)}.err{color:var(--red)}.avatar{width:72px;height:72px;border-radius:36px;object-fit:cover;background:var(--g600)}.grid{display:grid;grid-gap:12px;gap:12px}.cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}@media (max-width:640px){.shell{padding:16px}}