.container{ max-width:1100px; margin:40px auto; font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial; color:#e6eef7;}
body{ background:#0b0f14; }
h1,h2{ margin:0 0 12px 0;}
.card{ background:#121821; padding:16px; border-radius:14px; border:1px solid rgba(255,255,255,.08); margin-bottom:16px;}
input,select,textarea{ width:100%; padding:10px 12px; border-radius:10px; border:1px solid rgba(255,255,255,.1); background:#0d141d; color:#e6eef7;}
button{ padding:10px 14px; border:none; border-radius:12px; background:linear-gradient(135deg,#4ea1ff,#7bffb7); color:#081018; font-weight:700; cursor:pointer;}
a{ color:#9fb2c8; text-decoration:none;}
.flex{ display:flex; gap:12px; align-items:center; }
.row{ display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
.table{ width:100%; border-collapse: collapse; }
.table th,.table td{ border-bottom:1px dashed rgba(255,255,255,.1); padding:8px; text-align:left; }
.badge{ display:inline-block; padding:4px 8px; border-radius:999px; background:rgba(78,161,255,.15); border:1px solid rgba(78,161,255,.35); font-size:12px;}
.small{ color:#9fb2c8; font-size:12px;}
