:root{--font-primary:"Manrope", system-ui, -apple-system, sans-serif;--brand-navy:#0a714e;--brand-navy-dark:#0a714e;--brand-navy-light:#eafaf5;--brand-teal:#0d7e6a;--brand-teal-light:#aed0ce;--brand-amber:#c97b1a;--brand-danger:#c0392b;--brand-warning:#e67e22;--brand-success:#27ae60;--border-primary:#e0e5eb99;--bg-page:#f7fafc;--bg-surface:#fff;--bg-surface-2:#efefef;--bg-surface-3:#eef2f8;--bg-nav:#fcfdfe;--bg-active-nav:#eafaf5;--bg-nav-text:#65758b;--bg-nav-text-active:#0f1729;--nav-border:#e0e5eb99;--text-primary:#1a2535;--text-secondary:#4a5568;--text-muted:#64748b;--text-placeholder:#a0aec0;--border-default:#e2e8f0;--border-strong:#cbd5e1;--border-focus:#0a714e;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014, 0 2px 4px #0000000a;--shadow-lg:0 10px 30px #0000001a, 0 4px 8px #0000000d;--status-compliant-bg:#d4edda;--status-compliant-text:#155724;--status-flagged-bg:#fff3cd;--status-flagged-text:#856404;--status-exceedance-bg:#f8d7da;--status-exceedance-text:#721c24;--status-open-bg:#cce5ff;--status-open-text:#004085;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px}[data-theme=dark]{--bg-page:#05080f;--bg-surface:#080e18;--bg-surface-2:#1a1f30;--bg-surface-3:#243347;--bg-nav:#080e18;--bg-active-nav:#053827;--bg-nav-text:#94a3b8;--bg-nav-text-active:#f8fafc;--nav-border:#31313199;--text-primary:#e8edf5;--text-secondary:#a8b8cc;--text-muted:#7a93ad;--text-placeholder:#4a6180;--border-primary:#222939b3;--border-default:#1e3050;--border-strong:#2a4060;--border-focus:#5b88c0;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 10px 30px #00000080;--status-compliant-bg:#0d3d2a;--status-compliant-text:#5cdb95;--status-flagged-bg:#3d2a00;--status-flagged-text:#ffd166;--status-exceedance-bg:#3d0d0d;--status-exceedance-text:#ff6b6b;--status-open-bg:#0d1f3d;--status-open-text:#6ba3ff}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}#root{flex-direction:column;width:100%;height:100%;display:flex}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}body{font-family:var(--font-primary);background:var(--bg-page);color:var(--text-primary);min-height:100vh;line-height:1.5}#root{height:100vh;display:flex;overflow:hidden}h1{font-size:1.75rem;font-weight:700;line-height:1.2}h2{font-size:1.375rem;font-weight:600;line-height:1.3}h3{font-size:1.125rem;font-weight:600;line-height:1.35}h4{font-size:1rem;font-weight:600;line-height:1.4}h5{font-size:.875rem;font-weight:600;line-height:1.4}p{line-height:1.65}a{color:var(--brand-navy);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea{color:var(--text-primary);background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-md);outline:none;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #1a33551f}input::placeholder,textarea::placeholder{color:var(--text-placeholder)}textarea{resize:vertical;min-height:80px}button{cursor:pointer;border:none;outline:none;font-family:inherit}button:disabled{opacity:.5;cursor:not-allowed}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}table{border-collapse:collapse;width:100%}th,td{text-align:left}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-enter{animation:.2s ease-out fadeSlideIn}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
