:root { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
body { margin: 0; background: #0b0f14; color: #e7eef7; }
a { color: inherit; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 20px; }
.card { background: #111826; border: 1px solid #1f2a3a; border-radius: 12px; padding: 16px; }
.row { display: flex; gap: 12px; flex-wrap: wrap; }
.row > * { flex: 1; min-width: 240px; }
input, select, button, textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #223044;
  background: #0c1320;
  color: #e7eef7;
}
button { cursor: pointer; background: #1b4dff; border-color: #1b4dff; }
button.secondary { background: #0c1320; border-color: #223044; }
.small { font-size: 12px; opacity: 0.8; }
.nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.nav h1 { font-size: 18px; margin: 0; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { text-align: left; padding: 10px; border-bottom: 1px solid #1f2a3a; }
.badge { display:inline-block; padding: 3px 8px; border-radius: 999px; background:#1f2a3a; font-size:12px; }
.error { color: #ff6b6b; }
.success { color: #53e07a; }