:root{--bg:#0f172a;--muted:#94a3b8;--accent:#22c55e;--card:#0b1220;--text:#e6eef8 }*{box-sizing:border-box}body{font-family:Inter,system-ui,Arial,sans-serif;background:linear-gradient(180deg,#071023,#071428);color:var(--text);margin:0}.container{max-width:980px;margin:2rem auto;padding:1rem}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:transparent}.logo-mark{width:36px;height:36px;border-radius:6px;background:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-weight:700}.hero{padding:3rem 1rem;text-align:center}.btn-primary{background:var(--accent);color:#042024;padding:.6rem 1rem;border-radius:6px;text-decoration:none;border:none;cursor:pointer}.card{background:#ffffff08;padding:1rem;border-radius:8px;margin-top:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-card{max-width:480px;margin:2rem auto}label{display:block;margin-top:.75rem}input{width:100%;padding:.6rem;border-radius:6px;border:1px solid rgba(255,255,255,.06);background:transparent;color:var(--text)}.muted{color:var(--muted);font-size:.9rem}.error{color:#ffb4b4}.dash-header{display:flex;justify-content:space-between;align-items:center}
