*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #185FA5;--blue-light: #E6F1FB;--green: #3B6D11;--green-light:#EAF3DE;--red: #A32D2D;--red-light: #FCEBEB;--amber: #854F0B;--amber-light:#FAEEDA;--gray: #5F5E5A;--gray-light: #F1EFE8;--border: #e2e2e0;--text: #1a1a18;--text-muted: #6b6b68;--bg: #f5f4f0;--surface: #ffffff;--radius: 8px;--radius-lg: 12px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--text);background:var(--bg);line-height:1.5}button{cursor:pointer;font-family:inherit;font-size:13px;border-radius:var(--radius);border:.5px solid var(--border);background:var(--surface);color:var(--text);padding:8px 16px;transition:background .15s}button:hover{background:var(--gray-light)}.btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-primary:hover{background:#0c447c}.btn-danger{background:var(--red-light);color:var(--red);border-color:var(--red)}input,select,textarea{font-family:inherit;font-size:13px;border:.5px solid var(--border);border-radius:var(--radius);padding:8px 12px;background:var(--surface);color:var(--text);width:100%;transition:border-color .15s}input:focus,select:focus{outline:none;border-color:var(--blue)}.card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-lg);padding:16px}.badge{display:inline-flex;align-items:center;font-size:11px;font-weight:500;padding:2px 9px;border-radius:20px}.badge-green{background:var(--green-light);color:var(--green)}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-red{background:var(--red-light);color:var(--red)}.badge-amber{background:var(--amber-light);color:var(--amber)}.badge-gray{background:var(--gray-light);color:var(--gray)}.form-group{margin-bottom:14px}.form-label{display:block;font-size:12px;color:var(--text-muted);margin-bottom:5px}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;padding:8px 12px;color:var(--text-muted);font-weight:500;font-size:12px;border-bottom:.5px solid var(--border)}td{padding:9px 12px;border-bottom:.5px solid var(--border)}tr:last-child td{border-bottom:none}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric{background:var(--gray-light);border-radius:var(--radius);padding:14px}.metric-label{font-size:12px;color:var(--text-muted);margin-bottom:4px}.metric-value{font-size:24px;font-weight:500}.metric-sub{font-size:11px;color:var(--text-muted);margin-top:2px}.section-title{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:500;margin:20px 0 10px}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite;margin:40px auto}@keyframes spin{to{transform:rotate(360deg)}}
