*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f172a;--surface: #1e293b;--surface2: #334155;--border: #475569;--text: #f1f5f9;--text-muted: #94a3b8;--red: #dc2626;--red-light: #fee2e2;--green: #16a34a;--blue: #2563eb}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;border:none;border-radius:6px;padding:8px 14px;font-size:14px;font-weight:500}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:#b91c1c}.btn-secondary{background:var(--surface2);color:var(--text)}.btn-secondary:hover{background:var(--border)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface2)}input,select,textarea{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:8px 12px;font-size:14px;font-family:inherit;width:100%}input:focus,select:focus,textarea:focus{outline:2px solid var(--red);outline-offset:1px}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:16px}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.badge-red{background:#450a0a;color:#fca5a5}.badge-blue{background:#1e3a5f;color:#93c5fd}.badge-green{background:#14532d;color:#86efac}.badge-gray{background:var(--surface2);color:var(--text-muted)}.page{max-width:1200px;margin:0 auto;padding:24px 16px}.page-title{font-size:24px;font-weight:700;margin-bottom:20px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 768px){.grid-2,.grid-3{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-label{font-size:13px;font-weight:500;color:var(--text-muted)}.form-row{display:flex;gap:8px;align-items:flex-end}.stat-card{text-align:center}.stat-number{font-size:36px;font-weight:800;color:var(--red)}.stat-label{font-size:13px;color:var(--text-muted);margin-top:4px}
