:root{--primary:#0f172a;--accent:#2563eb;--muted:#64748b;--bg:#0b1630;--card:#403ca3}
*{box-sizing:border-box}body{background:var(--bg);color:#e5ecff;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto}
a{color:#030000}.navbar{background:#0f172a}.navbar .navbar-brand,.navbar .nav-link{color:#fff!important}
.card{border:none;border-radius:18px;box-shadow:0 10px 30px rgba(2,6,23,.25);background:var(--card);border:1px solid #223658}
.btn{border-radius:10px}.logo{height:96px}.header-logo{display:flex;justify-content:center;align-items:center;margin:16px 0}
.table thead th{background:#0c1a36;color:#a9b6d3;border-bottom:1px solid #223658}.table td{border-bottom:1px solid #233559}
footer{color:#94a3b8}.badge{display:inline-block;padding:8px 12px;border-radius:12px;color:#0a0a0a;font-weight:700}