:root { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
body { margin: 0; background: #0b1220; color: #e6e9f0; }
a { color: #9ecbff; }
.container { max-width: 880px; margin: 40px auto; padding: 24px; background: #121a2b; border-radius: 18px; box-shadow: 0 10px 40px rgba(0,0,0,.35); }
h1,h2 { margin: 0 0 12px; }
input,button { padding: 12px 14px; border-radius: 12px; border: 1px solid #2a3550; background: #0f1627; color: #e6e9f0; width: 100%; box-sizing: border-box; }
button { background: #2563eb; border: none; cursor: pointer; }
label { display:block; margin: 12px 0 6px; color: #c5ccda; }
.form { display: grid; gap: 12px; }
nav { display:flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.badge { display:inline-block; padding: 4px 8px; background:#1e293b; border-radius: 999px; font-size: 12px; color:#9fb0d1; }
.table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.table th, .table td { text-align:left; padding: 10px 8px; border-bottom: 1px solid #23304d; font-size: 14px; }
.stat { display:grid; grid-template-columns: repeat(4,minmax(120px,1fr)); gap: 12px; margin-top: 12px; }
.card { background:#0f1627; border:1px solid #2a3550; padding:16px; border-radius:16px; }
.small { font-size: 12px; color:#9fb0d1; }
