body { font-family: system-ui, Arial, sans-serif; background:#f6f7fb; margin:0; color:#111; }
.container { max-width: 980px; margin: 24px auto; padding: 0 16px; }
.card { background:#fff; border:1px solid #e7e8ee; border-radius:14px; padding:16px; margin-bottom:14px; }
h1 { font-size: 22px; margin:0 0 10px; }
h2 { font-size: 16px; margin:0 0 10px; }
.row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
.field { flex: 1 1 220px; display:flex; flex-direction:column; gap:6px; }
label { font-size: 12px; color:#555; text-transform:uppercase; letter-spacing:.06em; }
input, select, textarea { padding:10px; border:1px solid #cfd3dd; border-radius:10px; font-size:14px; }
textarea { min-height: 90px; }
.btn { display:inline-block; padding:10px 14px; border-radius:10px; border:1px solid #111; background:#111; color:#fff; text-decoration:none; cursor:pointer; }
.btn.secondary { background:#fff; color:#111; }
.btn.danger { border-color:#b00; background:#b00; }
.small { color:#666; font-size: 12px; }
table { width:100%; border-collapse:collapse; }
th, td { text-align:left; padding:10px; border-bottom:1px solid #eee; font-size:14px; vertical-align:top; }
.badge { display:inline-block; padding:4px 8px; border-radius:999px; background:#eef1f7; font-size:12px; }
.right { text-align:right; }
