/* custom.css - minimal theme */
body { background:#061122; color:#e6eef8; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.card { background: linear-gradient(180deg,#071226,#0b2234); border: 1px solid rgba(255,255,255,0.04); border-radius:10px; color: #e6eef8; }
.btn-primary { background-color:#0b84ff; border-color:#0b84ff; }
.link-light { color: #9fbff6; }
input, select, textarea { background: rgba(255,255,255,0.02); color: #e6eef8; border: 1px solid rgba(255,255,255,0.04) !important; }
.nav-link.active { background: rgba(255,255,255,0.04); border-radius:6px; }
.small-muted { color: #9fbff6; font-size:0.9rem; }
.container { max-width:1200px; }

