body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial; background:#0b0f17;color:#e8eefc}
.container{max-width:980px;margin:0 auto;padding:18px}
.header{position:sticky;top:0;background:#0b0f17;border-bottom:1px solid #1b253a}
.brand{font-weight:700;letter-spacing:.5px}
.user{display:flex;gap:12px;align-items:center;justify-content:flex-end}
.header .container{display:flex;justify-content:space-between;align-items:center}
.card{background:#0f1626;border:1px solid #1b253a;border-radius:14px;padding:18px;margin:18px 0}
.table{width:100%;border-collapse:collapse}
.table th,.table td{padding:10px;border-bottom:1px solid #1b253a;text-align:left}
.muted{color:#93a4c7}
.btn{display:inline-block;background:#4b7bec;color:white;padding:10px 12px;border-radius:10px;text-decoration:none;border:0;cursor:pointer}
.btn.danger{background:#e05656}
.form{display:grid;gap:10px;margin:12px 0}
input,select{width:100%;padding:10px;border-radius:10px;border:1px solid #1b253a;background:#0b0f17;color:#e8eefc}
.pill{display:inline-block;padding:4px 10px;border-radius:999px;background:#13203a;border:1px solid #1b253a}
code{background:#0b0f17;border:1px solid #1b253a;padding:2px 6px;border-radius:8px}
