body{font-family:Inter,Segoe UI,Roboto,Arial;background:var(--bg);color:#e6f6f1}
.brand{display:flex;gap:10px;align-items:center;color:#dffbf0;font-weight:600}
.brand-accent{color:var(--accent);font-weight:700}
.card{background:var(--panel);border-radius:10px;border:1px solid rgba(0,255,200,0.03)}
.table-dark td, .table-dark th{vertical-align:middle}
.nav-link{color:var(--muted);padding:10px 12px;border-radius:8px;display:flex;align-items:center;gap:10px;margin-bottom:6px}
.nav-link.active{background:rgba(0,255,200,0.06);color:var(--accent)}
.fade-in{animation:fadeIn 400ms ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.small-muted{color:var(--muted)}
