:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc;line-height:1.5}*{box-sizing:border-box}body{margin:0;background-color:#f8fafc}a{text-decoration:none;color:inherit}#root{min-height:100vh}.page-container{padding:24px}.section-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0f172a0a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid #e2e8f0}.table th{font-weight:600;color:#475569;background:#f8fafc}.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.badge.success{background:#dcfce7;color:#166534}.badge.warning{background:#fef9c3;color:#854d0e}.badge.neutral{background:#e2e8f0;color:#0f172a}.button{padding:10px 14px;background:#0ea5e9;color:#fff;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease}.button:hover{background:#0284c7}.button.ghost{background:#e2e8f0;color:#0f172a}.button.ghost:hover{background:#cbd5e1}.breadcrumb{color:#475569;font-size:14px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:4px;box-shadow:0 1px 2px #0f172a0a}.stat-label{color:#475569;font-weight:500;font-size:14px}.stat-value{font-size:26px;font-weight:700;color:#0f172a}.stat-subtext{color:#0ea5e9;font-weight:600;font-size:13px}.page-header{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.page-title{font-size:24px;font-weight:700;margin:0}.input,.select{padding:10px 12px;border-radius:10px;border:1px solid #cbd5e1;font-size:14px;background:#fff}.select{min-width:160px}.filter-row{display:flex;gap:8px;align-items:center}.filter-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-field{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#0f172a;font-weight:600}.helper-text{color:#475569;font-size:13px}.button-row{display:flex;gap:8px;align-items:center}.table-placeholder{text-align:center;color:#475569;padding:24px 12px}.table-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px}.error-banner{display:flex;justify-content:space-between;align-items:center;background:#fef2f2;border:1px solid #fecdd3;color:#b91c1c;border-radius:10px;padding:10px 12px;margin-bottom:12px;font-weight:600}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
