:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#203040;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--surface:#ffffffeb;--surface-strong:#fff;--border:#1033541a;--primary:#0f5db8;--primary-dark:#093e83;--secondary:#e8eef8;--accent:#d58b24;--text-soft:#58708c;--success:#0f7b60;--danger:#c44536;--shadow:0 18px 48px #0f25401a;--shadow-soft:0 8px 24px #0f254014;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--page-gutter:1.25rem;--card-padding:1.25rem;background:radial-gradient(circle at 0 0,#276fc724,#0000 28%),linear-gradient(#f5f8fc 0%,#eef3f9 100%);font-family:IBM Plex Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer;border:0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft);margin:0 0 .25rem;font-size:.72rem}.subtle{color:#ffffffd1;margin:0}.dashboard-shell,.login-shell{min-height:100vh}.dashboard-content{width:min(1400px,100% - 2rem);margin:0 auto;padding:1.5rem 0 2.5rem}.dashboard-header{color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow);background:linear-gradient(135deg,#0d57b0 0%,#2973c5 42%,#1c4f86 100%);justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1rem;padding:1.5rem 1.75rem;display:flex;position:relative;overflow:hidden}.dashboard-header:after{content:"";background:#ffffff14;border-radius:50%;width:240px;height:240px;position:absolute;inset:auto -80px -80px auto}.dashboard-header__brand,.dashboard-header__actions{z-index:1;align-items:center;gap:1rem;display:flex;position:relative}.dashboard-header__actions{flex-wrap:wrap;justify-content:flex-end}.dashboard-header__brand h1{margin:0;font-size:clamp(1.6rem,2vw,2.3rem)}.gov-logo{object-fit:contain;background:#ffffff1a;border-radius:18px;width:68px;height:auto;padding:.45rem}.primary-button,.secondary-button,.ghost-button{border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:.8rem 1.2rem;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.primary-button{color:#fff;background:linear-gradient(135deg,#0f5db8,#093e83);box-shadow:0 12px 24px #0f5db847}.secondary-button{color:#203040;background:#eef3fa}.ghost-button{color:#eef6ff;background:#ffffff1f;border:1px solid #ffffff2e}.ghost-button--panel{color:#203040;background:#f5f8fc;border-color:#10335414}.primary-button:hover,.secondary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.primary-button--wide{width:100%}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.dashboard-grid--hero{align-items:stretch}.card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden}.card__header{border-bottom:1px solid #10335414;padding:1.15rem 1.35rem .9rem}.card__header-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.card__header h3{margin:0;font-size:1rem;line-height:1.3}.card-link-button{color:var(--primary-dark);background:#0f5db814;border-radius:999px;padding:.35rem .7rem;font-size:.88rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s}.card-link-button:hover,.card-link-button:focus-visible{background:#0f5db824;box-shadow:0 0 0 3px #0f5db81f}.filter-summary{margin-bottom:1rem;padding:1rem 1.25rem 1.1rem}.filter-summary__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem;display:flex}.filter-summary__header h2{margin:0;font-size:1rem}.filter-summary__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.filter-summary__chips{flex-wrap:wrap;gap:.65rem;display:flex}.filter-chip{color:#2f4358;background:#eef4fb;border-radius:999px;align-items:center;gap:.35rem;min-height:38px;padding:.55rem .8rem;font-size:.92rem;display:inline-flex}.filter-summary__empty{color:var(--text-soft);margin:0}.kpi-card{color:#fff;background:linear-gradient(160deg,#1768c1 0%,#0d4a93 55%,#0a376d 100%);align-items:center;gap:1rem;min-height:220px;padding:1.6rem;display:flex}.kpi-card__icon{background:#ffffff24;border-radius:24px;place-items:center;width:76px;height:76px;font-size:2rem;font-weight:700;display:grid}.kpi-card__label{color:#fffc;margin:0 0 .25rem}.kpi-card h2{margin:0;font-size:clamp(2rem,3vw,3rem)}.chart-card{min-height:420px}.chart-card__scroll{padding:.85rem 1rem 1.15rem;overflow:hidden auto}.chart-card__scroll::-webkit-scrollbar{width:6px}.chart-card__scroll::-webkit-scrollbar-thumb{background:#2030402e;border-radius:999px}.pie-chart__body{height:360px;padding:.85rem 1rem 1.25rem}.notice{border-radius:var(--radius-md);color:var(--success);background:#0f7b601f;margin-bottom:1rem;padding:.95rem 1.1rem}.notice--error{color:var(--danger);background:#c445361f}.filter-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:40;background:#f8fbfff5;flex-direction:column;gap:1rem;width:min(400px,94vw);height:100vh;padding:1.5rem;transition:transform .24s;display:flex;position:fixed;top:0;left:0;transform:translate(-105%);box-shadow:18px 0 44px #0f25401f}.filter-sidebar.is-open{transform:translate(0)}.filter-sidebar__header,.filter-sidebar__footer{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.filter-sidebar__content{gap:1rem;padding-right:.25rem;display:grid;overflow-y:auto}.filter-panel{gap:.85rem;display:grid}.filter-panel__intro{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.filter-panel__intro h3{margin:0;font-size:1rem}.filter-panel__intro--with-help{align-items:flex-start}.filter-help{position:relative}.filter-help__button{width:1.7rem;height:1.7rem;color:var(--text-soft);background:#ffffffeb;border:1px solid #10335424;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.85rem;font-weight:700;display:inline-flex}.filter-help__button:hover,.filter-help__button:focus-visible{color:var(--primary);border-color:#0f5db859;box-shadow:0 0 0 3px #0f5db81f}.filter-help__tooltip{border-radius:var(--radius-sm);color:#f5f8fc;width:210px;box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;z-index:2;background:#203040;padding:.75rem .85rem;font-size:.82rem;line-height:1.4;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + .5rem);right:0;transform:translateY(-4px)}.filter-help:hover .filter-help__tooltip,.filter-help:focus-within .filter-help__tooltip,.filter-help__tooltip.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.filter-group,.date-group{border-radius:var(--radius-md);background:#fff;border:1px solid #10335414;padding:1rem}.filter-group summary{cursor:pointer;color:#203040;justify-content:space-between;align-items:center;gap:1rem;font-weight:600;list-style:none;display:flex}.filter-group summary::-webkit-details-marker{display:none}.filter-group--active{border-color:#0f5db838;box-shadow:inset 0 0 0 1px #0f5db80a}.filter-group__meta{min-width:fit-content;color:var(--text-soft);background:#eef3fa;border-radius:999px;padding:.22rem .55rem;font-size:.86rem;font-weight:500}.filter-group--active .filter-group__meta{color:var(--primary-dark);background:#0f5db81f}.filter-group__body{margin-top:.9rem}.filter-checkbox-list{gap:.45rem;max-height:16rem;padding-right:.2rem;display:grid;overflow-y:auto}.filter-checkbox-list::-webkit-scrollbar{width:6px}.filter-checkbox-list::-webkit-scrollbar-thumb{background:#2030402e;border-radius:999px}.filter-checkbox{border-radius:var(--radius-sm);color:#203040;background:#fbfdff;border:1px solid #1033541a;align-items:flex-start;gap:.65rem;padding:.72rem .82rem;display:flex}.filter-checkbox:has(input:checked){background:#0f5db814;border-color:#0f5db84d}.filter-checkbox input{width:1rem;height:1rem;accent-color:var(--primary);flex:none;margin:.1rem 0 0}.filter-checkbox span{word-break:break-word}.filter-group__hint{color:var(--text-soft);margin:0;font-size:.84rem}.filter-search{border-radius:var(--radius-sm);color:#203040;background:#fbfdff;border:1px solid #10335424;outline:none;width:100%;margin-bottom:.7rem;padding:.8rem .95rem}.filter-group select,.date-group input,.login-form input{border-radius:var(--radius-sm);color:#203040;background:#fbfdff;border:1px solid #10335424;outline:none;width:100%;margin-top:.9rem;padding:.85rem .95rem}.filter-help__button:focus,.date-group input:focus,.login-form input:focus{border-color:#0f5db88c;box-shadow:0 0 0 3px #0f5db81f}.date-group{gap:.8rem;display:grid}.date-group label{gap:.4rem;font-weight:600;display:grid}.sidebar-backdrop{z-index:30;background:#111d2b5c;border:0;position:fixed;inset:0}.modal-backdrop{z-index:1000;background:#111d2b7a;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--border);width:min(880px,100%);max-height:min(80vh,720px);box-shadow:var(--shadow);background:#fffffffa;border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.modal__header{border-bottom:1px solid #10335414;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.2rem 1.25rem 1rem;display:flex}.modal__header h3,.modal__header p{margin:0}.modal__header p{color:var(--text-soft);margin-top:.35rem;font-size:.92rem}.modal__close{color:#203040;background:#eef3fa;border-radius:999px;flex:none;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;padding:0;font-size:1.2rem;line-height:1;display:inline-flex}.modal__close:hover,.modal__close:focus-visible{background:#dfe9f6;box-shadow:0 0 0 3px #0f5db81f}.modal__content,.modal__body{padding:0 1.25rem 1.25rem;overflow:hidden}.modal__empty{color:var(--text-soft);margin:0;padding:1.25rem 0 .25rem}.table-scroll{max-height:calc(min(80vh,720px) - 128px);overflow:auto}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #10335414;padding:.9rem .8rem}.data-table th{color:#2f4358;letter-spacing:.02em;z-index:1;background:#f7fafd;font-size:.84rem;position:sticky;top:0}.data-table tbody tr:last-child td{border-bottom:0}.data-table td:nth-child(2),.data-table td:nth-child(3),.data-table th:nth-child(2),.data-table th:nth-child(3){white-space:nowrap}.loading-overlay{z-index:50;background:#0f25403d;place-items:center;display:grid;position:fixed;inset:0}.loading-overlay.full-screen{background:linear-gradient(#f5f8fc 0%,#eef3f9 100%)}.loading-card{box-shadow:var(--shadow-soft);background:#fffffff2;border-radius:999px;align-items:center;gap:.85rem;padding:1rem 1.25rem;display:inline-flex}.loading-spinner{border:3px solid #0f5db82e;border-top-color:var(--primary);border-radius:999px;width:18px;height:18px;animation:.8s linear infinite spin}.login-shell{place-items:center;padding:1.5rem;display:grid}.login-card{width:min(460px,100%);box-shadow:var(--shadow);background:#fffffff0;border:1px solid #1033541a;border-radius:32px;padding:2rem}.login-card__brand{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.login-card__brand img{object-fit:contain;background:#0f5db814;border-radius:20px;width:72px;height:72px;padding:.65rem}.login-card__brand h1{margin:0}.login-form{gap:1rem;display:grid}.login-form label{gap:.4rem;font-weight:600;display:grid}.form-error{color:var(--danger);margin:0}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=980px){.dashboard-header{flex-direction:column;align-items:stretch}.dashboard-header__brand,.dashboard-header__actions{flex-wrap:wrap;justify-content:space-between}.dashboard-grid{grid-template-columns:1fr}.filter-summary__header{flex-direction:column}.filter-summary__actions{justify-content:flex-start;width:100%}}@media (width<=640px){.dashboard-content{width:min(100% - 1rem,100%);padding:.75rem 0 1.5rem}.dashboard-header{border-radius:24px;padding:1.2rem}.dashboard-header__brand{align-items:flex-start}.dashboard-header__actions{justify-content:stretch;width:100%}.dashboard-header__actions .ghost-button,.dashboard-header__actions .primary-button,.filter-summary__actions .ghost-button,.filter-summary__actions .secondary-button{flex:180px}.kpi-card,.chart-card{min-height:auto}.pie-chart__body{height:320px}.filter-sidebar{width:100vw;padding:1rem}.filter-sidebar__header,.filter-sidebar__footer,.filter-panel__intro{align-items:flex-start}.filter-help__tooltip{width:min(210px,100vw - 3rem);left:-8rem;right:auto}.filter-summary{padding:1rem}.filter-chip{border-radius:16px;justify-content:flex-start;width:100%}.card__header-row,.modal__header{align-items:flex-start}.modal-backdrop{padding:.75rem}.modal{border-radius:20px;max-height:88vh}.modal__content{padding:0 .9rem .9rem}.table-scroll{max-height:calc(88vh - 124px)}.data-table th,.data-table td{padding:.8rem .65rem;font-size:.92rem}}
