:root { font-family: system-ui, -apple-system, Segoe UI, sans-serif; }
body { margin:0; background:#f5f5f7; color:#111827; padding:20px; }
.wrap { max-width: 1100px; margin:0 auto; }
.card { background:#fff; border-radius:18px; box-shadow:0 18px 35px rgba(15,23,42,.10); padding:18px; margin:14px 0; }
.row { display:flex; gap:14px; flex-wrap:wrap; }
.kpi { flex:1; min-width:220px; }
h1 { margin:0 0 10px; font-size:26px; }
h2 { margin:0 0 10px; font-size:18px; }
.btn { display:inline-block; padding:10px 14px; border-radius:12px; background:#111827; color:#fff; text-decoration:none; border:0; cursor:pointer; }
.btn.secondary { background:#e5e7eb; color:#111827; }
table { width:100%; border-collapse:collapse; }
th, td { padding:10px; border-bottom:1px solid #eee; text-align:left; vertical-align:top; }
.small { color:#6b7280; font-size:13px; }
.badge { padding:4px 10px; border-radius:999px; font-size:12px; display:inline-block; }
.ok { background:#dcfce7; color:#166534; }
.miss { background:#fee2e2; color:#991b1b; }
input, select, textarea { width:100%; padding:10px 12px; border:1px solid #e5e7eb; border-radius:12px; }
label { font-size:13px; color:#374151; display:block; margin:10px 0 6px; }
form .grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:12px; }
@media (max-width: 700px){ form .grid{ grid-template-columns: 1fr; } }
