:root{--green-50:#f0fdf4;--green-100:#dcfce7;--green-200:#bbf7d0;--green-500:#22c55e;--green-600:#16a34a;--green-700:#15803d;--green-800:#166534;--green-900:#14532d;--green-950:#052e16;--bg:#f3f7f4;--surface:#fff;--border:#dbe5de;--text:#12241a;--text-muted:#5b6f63;--danger:#b91c1c;--danger-bg:#fef2f2;--danger-border:#fecaca;--radius:10px;--shadow:0 1px 2px #052e160f, 0 4px 16px #052e160d;--sidebar-width:256px;--topbar-height:64px;color:var(--text);background:var(--bg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box}body{background:var(--bg);min-height:100vh;margin:0}h1,h2,p{margin:0}h1{font-size:1.5rem;line-height:1.25}h2{font-size:1.05rem}a{color:var(--green-700)}:focus-visible{outline:3px solid var(--green-500);outline-offset:2px}.muted{color:var(--text-muted);font-size:.925rem}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.icon{flex-shrink:0}.shell{min-height:100vh;display:flex}.shell__main{min-width:0;margin-left:var(--sidebar-width);flex-direction:column;flex:1;transition:margin-left .2s;display:flex}.shell__backdrop{display:none}.content{flex-direction:column;flex:1;gap:24px;width:100%;max-width:1760px;margin:0 auto;padding:28px 32px 48px;display:flex}.sidebar{z-index:30;width:var(--sidebar-width);color:var(--green-100);background:linear-gradient(180deg, var(--green-900), var(--green-950));flex-direction:column;gap:28px;padding:20px 14px;display:flex;position:fixed;inset:0 auto 0 0}.brand{letter-spacing:-.01em;align-items:center;gap:10px;padding:0 8px;font-size:1.2rem;display:flex}.brand__mark{color:#fff;background:var(--green-600);border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.brand__name strong{color:var(--green-500)}.nav{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.nav__link{color:var(--green-100);border-radius:8px;align-items:center;gap:12px;padding:11px 12px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .15s;display:flex}.nav__group{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;font-family:inherit}.nav__chevron{margin-left:auto;transition:transform .15s;display:inline-flex}.nav__chevron--open{transform:rotate(180deg)}.nav--nested{border-left:1px solid #ffffff2e;margin:4px 0 4px 21px;padding-left:12px}.nav--nested[hidden]{display:none}.nav__link--nested{padding:8px 12px;font-size:.875rem;font-weight:400}.nav__link:hover{background:#ffffff14}.nav__link--active,.nav__link--active:hover{color:#fff;background:var(--green-700)}.sidebar__footer{color:#dcfce78c;margin-top:auto;padding:0 8px;font-size:.8rem}.sidebar__toggle{border:1px solid var(--border);width:26px;height:26px;color:var(--green-800);background:var(--surface);box-shadow:var(--shadow);cursor:pointer;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:27px;right:-13px}.sidebar__toggle:hover{background:var(--green-50)}.sidebar__toggle .icon{transition:transform .2s;transform:rotate(90deg)}@media (width>=901px){.sidebar{transition:width .2s}.shell--collapsed{--sidebar-width:72px}.shell--collapsed .sidebar__toggle .icon{transform:rotate(-90deg)}.shell--collapsed .brand__name,.shell--collapsed .nav__label,.shell--collapsed .nav__chevron,.shell--collapsed .sidebar__footer{display:none}.shell--collapsed .brand{padding:0 3px}.shell--collapsed .nav__link{justify-content:center;padding:11px 0}}.topbar{z-index:10;height:var(--topbar-height);background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:0 32px;display:flex;position:sticky;top:0}.topbar__menu{color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px;display:none}.topbar__user{align-items:center;gap:10px;margin-left:auto;display:flex}.topbar__identity{flex-direction:column;line-height:1.25;display:flex}.topbar__username{font-size:.925rem;font-weight:600}.topbar__role{color:var(--text-muted);font-size:.78rem}.avatar{width:34px;height:34px;color:var(--green-800);background:var(--green-100);border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;display:grid}.db-status{border:1px solid var(--border);min-width:0;color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex;overflow:hidden}.db-status__dot{background:#9ca3af;border-radius:50%;flex-shrink:0;width:8px;height:8px}.db-status--connected{color:var(--green-800);border-color:var(--green-200);background:var(--green-50)}.db-status--connected .db-status__dot{background:var(--green-500);box-shadow:0 0 0 3px var(--green-100)}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.page-header p{color:var(--text-muted);margin-top:4px}.report-heading{border-radius:var(--radius);color:#fff;background:linear-gradient(120deg, var(--green-800), var(--green-950));box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px 28px;display:flex}.report-heading__identity{align-items:center;gap:20px;min-width:0;display:flex}.report-heading__logo{object-fit:cover;border-radius:50%;flex-shrink:0;width:84px;height:84px;box-shadow:0 0 0 2px #ffffff59}.report-heading__ministry{letter-spacing:.08em;text-transform:uppercase;color:var(--green-200);font-size:.85rem;font-weight:600}.report-heading h1{margin-top:4px;font-size:1.4rem}.report-heading__year{color:var(--green-950);background:var(--green-200);border-radius:999px;margin-top:12px;padding:4px 14px;font-size:1.05rem;font-weight:700;display:inline-block}.btn.btn--on-dark{color:#fff;background:#ffffff14;border-color:#ffffff73}.btn.btn--on-dark:hover{background:#ffffff2e}.content>*,.card>*,.dashboard>*{min-width:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:18px;padding:24px;display:flex}.card--narrow{max-width:560px}.card__header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.stat{flex-direction:row;align-items:center;gap:14px;padding:18px 20px}.stat>div{min-width:0}.stat__icon{width:44px;height:44px;color:var(--green-700);background:var(--green-100);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.stat__label{color:var(--text-muted);font-size:.825rem}.stat__value{text-overflow:ellipsis;white-space:nowrap;font-size:1.3rem;font-weight:700;line-height:1.3;overflow:hidden}.empty-state{text-align:center;align-items:center;gap:12px;padding:56px 24px}.empty-state__icon{width:68px;height:68px;color:var(--green-700);background:var(--green-100);border-radius:50%;place-items:center;display:grid}.empty-state .btn{margin-top:8px}:root{--chart-bar:var(--green-700);--chart-bar-hover:var(--green-600);--chart-track:#edf3ef}.dashboard{flex-direction:column;gap:24px;transition:opacity .15s;display:flex}.dashboard--stale{opacity:.5}.chart-grid{grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:start;gap:16px;display:grid}.chart-grid__wide{grid-column:1/-1}.chart-note{color:var(--text-muted);font-size:.825rem}.pie{flex-direction:column;align-items:center;gap:20px;display:flex}.pie__svg{width:100%;max-width:220px;overflow:visible}.pie__slice path,.pie__slice circle{stroke:var(--surface);stroke-width:2px;transition:opacity .15s}.pie__slice:hover path,.pie__slice:focus-visible path{opacity:.85}.pie__slice:focus{outline:none}.pie__label{fill:#fff;text-anchor:middle;dominant-baseline:central;pointer-events:none;font-size:13px;font-weight:700}.legend{width:100%;margin:0;padding:0;font-size:.9rem;list-style:none}.legend__item{border-top:1px solid var(--border);grid-template-columns:12px 1fr auto 4.5em;align-items:center;gap:10px;padding:7px 0;display:grid}.legend__swatch{border-radius:3px;width:12px;height:12px}.legend__value{font-variant-numeric:tabular-nums;font-weight:600}.legend__share{text-align:right;color:var(--text-muted);font-variant-numeric:tabular-nums}.bars{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.bars__row{border-radius:6px;grid-template-columns:minmax(90px,min(34%,230px)) 1fr 4.5em;align-items:center;gap:12px;padding:5px 6px;font-size:.875rem;display:grid}.bars__row:hover,.bars__row:focus-visible{background:var(--green-50)}.bars__row:hover .bars__bar,.bars__row:focus-visible .bars__bar{background:var(--chart-bar-hover)}.bars__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bars__track{background:var(--chart-track);border-radius:0 4px 4px 0;height:14px}.bars__bar{background:var(--chart-bar);border-radius:0 4px 4px 0;min-width:2px;height:100%;display:block}.bars__value{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.grouped-bars{flex-direction:column;gap:12px;display:flex}.grouped-bars__plot{width:100%;min-height:380px}.grouped-bars__bar{cursor:default}.grouped-bars__bar:focus{outline:none}.grouped-bars__bar:hover path,.grouped-bars__bar:focus-visible path{opacity:.8}.grouped-bars__bar:hover rect,.grouped-bars__bar:focus-visible rect{fill:#052e160d}.grouped-bars__trend{pointer-events:none}.grouped-bars__trend polyline{fill:none;stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.grouped-bars__trend circle{stroke:var(--surface);stroke-width:2px}.chart-legend{flex-wrap:wrap;gap:6px 20px;margin:0;padding:0;font-size:.875rem;list-style:none;display:flex}.chart-legend li{align-items:center;gap:8px;display:inline-flex}.chart-grid-line{stroke:var(--border);stroke-width:1px}.chart-axis{stroke:#b4c4ba;stroke-width:1px}.chart-tick{fill:var(--text-muted);font-variant-numeric:tabular-nums;font-size:11px}.chart-group-label{fill:var(--text);font-size:13px;font-weight:600}.chart-value{fill:var(--text);paint-order:stroke;stroke:var(--surface);stroke-width:4px;stroke-linejoin:round;pointer-events:none;font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.grouped-bars__svg,.donut{max-width:100%;height:auto;display:block}.donut__segment path{stroke:var(--surface);stroke-width:1.5px;transition:opacity .15s}.donut__segment:hover path,.donut__segment:focus-visible path{opacity:.85}.donut__segment:focus{outline:none}.donut__label{fill:#fff;text-anchor:middle;dominant-baseline:central;pointer-events:none;font-size:9px;font-weight:700}.donut__centre-value{fill:var(--text);text-anchor:middle;font-size:26px;font-weight:800}.donut__centre-label{fill:var(--text-muted);text-anchor:middle;font-size:11px}.donut__empty{fill:none;stroke:var(--chart-track)}.big-donut{grid-template-columns:minmax(0,440px) minmax(220px,360px);justify-content:center;align-items:center;gap:24px 48px;display:grid}.big-donut__chart{place-items:center;width:100%;display:grid}.big-donut__legend{font-size:1rem}.donut-picker{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:10px;display:grid}.donut-picker__option{border:1px solid var(--border);font:inherit;color:var(--text);background:var(--surface);cursor:pointer;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;display:flex}.donut-picker__option svg{pointer-events:none}.donut-picker__option:hover{border-color:var(--green-200);background:var(--green-50)}.donut-picker__option--active,.donut-picker__option--active:hover{border-color:var(--green-700);background:var(--green-50);box-shadow:inset 0 0 0 1px var(--green-700)}.donut-picker__label{font-weight:700}.donut-picker__value{color:var(--text-muted);font-size:.8rem}.table__row--total>*{background:var(--green-50);border-top:2px solid var(--green-200)}.note-line{display:block}.print-only{display:none}.chart-tooltip{z-index:50;color:#fff;background:var(--green-950);pointer-events:none;border-radius:8px;max-width:220px;padding:8px 12px;font-size:.825rem;line-height:1.45;position:fixed;transform:translateY(-100%);box-shadow:0 6px 20px #00000040}.chart-tooltip__title{color:var(--green-200);margin-bottom:2px;font-weight:600}.chart-tooltip__row strong{font-weight:700}.table-wrap{border:1px solid var(--border);border-radius:8px;overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:.9rem}.table th,.table td{text-align:left;vertical-align:middle;border-bottom:1px solid var(--border);padding:10px 14px}.table thead th{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;color:var(--green-900);background:var(--green-50);font-size:.78rem;font-weight:600}.table tbody th{font-weight:400}.table tbody tr:last-child>*{border-bottom:0}.table__row--muted td:not(:last-child){color:var(--text-muted)}.table__primary{font-weight:600;display:block}.table__secondary{color:var(--text-muted);font-size:.8rem;display:block}.table__nowrap{white-space:nowrap}.table__break{overflow-wrap:anywhere}.table .table__center{text-align:center}.table thead .table__center{white-space:normal;min-width:96px}.table__actions{white-space:nowrap;justify-content:flex-end;display:flex}.table__actions .btn{color:var(--green-800);padding:6px 8px;font-size:.85rem}.table__actions .btn--danger{color:var(--danger)}.matrix__checkbox{width:18px;height:18px;accent-color:var(--green-700);cursor:pointer}.matrix__checkbox:disabled{cursor:not-allowed}.badge{border-radius:999px;padding:2px 10px;font-size:.78rem;font-weight:600;display:inline-block}.badge--active{color:var(--green-800);background:var(--green-100)}.badge--disabled{color:#4b5563;background:#e5e7eb}.table .table__num{text-align:right;font-variant-numeric:tabular-nums}.table__secondary-cell{color:var(--text-muted)}.table__empty{text-align:center;color:var(--text-muted);padding:28px 14px}.table__sort{font:inherit;text-transform:inherit;letter-spacing:inherit;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.table__sort-mark{width:.8em;font-size:.65rem}.data-table .table th,.data-table .table td{padding:9px 10px}.data-table{flex-direction:column;gap:16px;display:flex}.data-table__toolbar{flex-wrap:wrap;gap:10px;display:flex}.data-table__search{flex:260px}.data-table__filter{flex:0 280px}.field.data-table__sort{display:none}.data-table__footer,.data-table__pager{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.data-table__pager .btn{padding:7px 14px}.table-wrap--stale{opacity:.55;transition:opacity .15s}.table thead .table__wrap{white-space:normal;min-width:84px}.segmented{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;display:grid}.segmented__option{border:1px solid var(--border);font:inherit;text-align:left;color:var(--text);background:var(--surface);cursor:pointer;border-radius:10px;flex-direction:column;gap:2px;padding:12px 16px;display:flex}.segmented__option:hover{border-color:var(--green-200);background:var(--green-50)}.segmented__option--active,.segmented__option--active:hover{border-color:var(--green-700);background:var(--green-50);box-shadow:inset 0 0 0 1px var(--green-700)}.segmented__label{font-size:.925rem;font-weight:600}.segmented__count{color:var(--text-muted);font-size:.85rem}.meter{align-items:center;gap:10px;display:inline-flex}.meter__track{background:var(--chart-track);border-radius:4px;width:56px;height:8px}.meter__bar{background:var(--chart-bar);border-radius:4px;height:100%;display:block}.meter__value{text-align:right;min-width:3.6em}.report-title{font-size:1.25rem}.avatar--photo{object-fit:cover;background:var(--green-100)}.user-cell{text-align:left;align-items:center;gap:12px;display:flex}.photo-field{align-items:center;gap:16px;display:flex}.photo-field__label{font-size:.875rem;font-weight:600}.photo-field__actions{flex-wrap:wrap;gap:8px;margin:6px 0;display:flex}.permissions{grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.permissions__users{border:1px solid var(--border);border-radius:10px;max-height:560px;margin:0;padding:6px;list-style:none;overflow-y:auto}.permissions__user{width:100%;font:inherit;text-align:left;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;display:flex}.permissions__user:hover{background:var(--green-50)}.permissions__user--active,.permissions__user--active:hover{background:var(--green-100)}.permissions__user-text{flex:1;min-width:0}.permissions__editor{flex-direction:column;gap:18px;min-width:0;display:flex}.choice-group,.checklist{border:0;flex-direction:column;gap:4px;min-width:0;margin:0;padding:0;display:flex}.choice-group legend,.checklist legend{margin-bottom:8px;padding:0;font-size:.875rem;font-weight:600}.choice,.checklist__item{border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.choice input{width:18px;height:18px;accent-color:var(--green-700);margin:2px 0 0}.checklist__item .matrix__checkbox{flex-shrink:0;margin:2px 0 0}.choice:has(input:checked){border-color:var(--green-700);background:var(--green-50)}.checklist:disabled .checklist__item{cursor:not-allowed;background:var(--bg)}.choice__title{overflow-wrap:anywhere;font-size:.925rem;font-weight:600;display:block}.choice__hint{color:var(--text-muted);font-size:.825rem;display:block}.tag{white-space:nowrap;vertical-align:middle;color:#92400e;background:#fef3c7;border-radius:999px;margin-left:8px;padding:1px 8px;font-size:.72rem;font-weight:600;display:inline-block}.tabs{border-bottom:1px solid var(--border);gap:4px;display:flex}.tabs__tab{color:var(--text-muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 16px;font-size:.925rem;font-weight:600;text-decoration:none}.tabs__tab:hover{color:var(--text)}.tabs__tab--active{color:var(--green-800);border-bottom-color:var(--green-700)}.dialog{width:min(640px,100vw - 32px);max-height:calc(100vh - 48px);color:var(--text);background:var(--surface);border:0;border-radius:14px;padding:24px;box-shadow:0 24px 60px #0000004d}.dialog::backdrop{background:#052e168c}.dialog__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.dialog__close{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:1.4rem;line-height:1}.dialog__close:hover{background:#052e1612}.btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:.925rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{color:#fff;background:var(--green-700)}.btn--primary:hover:not(:disabled){background:var(--green-800)}.btn--secondary{color:var(--green-800);background:var(--surface);border-color:var(--green-200)}.btn--secondary:hover:not(:disabled){background:var(--green-50)}.btn--ghost{color:inherit;background:0 0;padding:8px 10px}.btn--ghost:hover:not(:disabled){background:#052e1612}.btn--block{width:100%}.form{flex-direction:column;gap:18px;display:flex}.form__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.form__actions--end{justify-content:flex-end}.form__actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field label{font-size:.875rem;font-weight:600}.field input,.field select{width:100%;font:inherit;color:var(--text);background:var(--surface);border:1px solid #c3d2c8;border-radius:8px;padding:10px 12px}.field input:focus,.field select:focus{border-color:var(--green-600);box-shadow:0 0 0 3px var(--green-100);outline:none}.field input:disabled,.field select:disabled{color:var(--text-muted);background:var(--bg);cursor:not-allowed}.field input[aria-invalid=true]{border-color:var(--danger)}.field__control{position:relative}.field__control input{padding-right:64px}.field__toggle{font:inherit;color:var(--green-700);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px 8px;font-size:.8rem;font-weight:600;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.field__error{color:var(--danger);font-size:.85rem}.field__hint{color:var(--text-muted);font-size:.85rem}.checkbox{color:var(--text-muted);cursor:pointer;align-items:center;gap:8px;font-size:.9rem;display:inline-flex}.checkbox input{width:16px;height:16px;accent-color:var(--green-700)}.rules{color:var(--text-muted);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:4px 16px;margin:-6px 0 0;padding:0;font-size:.85rem;list-style:none;display:grid}.rules__item--met{color:var(--green-700)}.rules__mark{width:1.2em;display:inline-block}.alert{border:1px solid;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:.9rem;display:flex}.alert__body{flex:1;min-width:0}.alert--error{color:var(--danger);background:var(--danger-bg);border-color:var(--danger-border)}.alert--success,.alert--info{color:var(--green-800);background:var(--green-50);border-color:var(--green-200)}.login{background:radial-gradient(circle at 15% 10%, #22c55e40, transparent 45%), linear-gradient(160deg, var(--green-900), var(--green-950));place-items:center;min-height:100vh;padding:24px;display:grid}.login__card{background:var(--surface);border-radius:14px;flex-direction:column;gap:20px;width:100%;max-width:400px;padding:32px;display:flex;box-shadow:0 20px 50px #0000004d}.login__card .brand{color:var(--green-900);padding:0}.login__card .brand__name strong{color:var(--green-600)}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}.spinner--large{width:36px;height:36px;color:var(--green-600);border-width:3px}.full-page-loader{place-items:center;min-height:100vh;display:grid}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:2s}*{transition:none!important}}@media (width<=900px){.sidebar{transition:transform .2s;transform:translate(-100%)}.sidebar--open{transform:none}.shell__main{margin-left:0}.shell__backdrop{z-index:20;background:#052e1680;display:block;position:fixed;inset:0}.topbar{padding:0 16px}.topbar__menu{display:inline-flex}.sidebar__toggle,.topbar__identity,.topbar__logout-label{display:none}.content{padding:20px 16px 40px}.chart-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=560px){.report-heading__identity{align-items:flex-start;gap:14px}.report-heading__logo{width:56px;height:56px}.bars__row{grid-template-columns:1fr 4.5em;row-gap:2px}.bars__label{white-space:normal;grid-column:1/-1}}@media (width<=900px){.data-table__toolbar>.field{flex:100%}.data-table__toolbar>.btn{flex:1 1 0}.data-table__footer{text-align:center;flex-direction:column;align-items:stretch}.btn,.data-table__pager .btn,.table__actions .btn{min-height:40px}.field__toggle,.dialog__close{min-width:44px;min-height:40px}.table__sort{min-height:40px}.field input,.field select{min-height:44px}.card{padding:18px 16px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat{flex-direction:column;align-items:flex-start;gap:8px;padding:14px}.stat__icon{width:36px;height:36px}.stat__value{font-size:1.15rem}.stat__label{white-space:normal}.report-heading{padding:18px 16px}.report-heading h1{font-size:1.1rem}.report-heading__actions,.report-heading__actions .btn,.page-header__actions,.page-header__actions .btn,.card__header .btn,.card__header .form__actions{width:100%}.card__header .form__actions .btn{flex:1 1 0}.tabs{overflow-x:auto}.permissions,.big-donut{grid-template-columns:minmax(0,1fr)}.permissions__users{max-height:240px}.tabs__tab{white-space:nowrap}.dialog{width:min(640px,100vw - 16px);max-height:calc(100dvh - 16px);padding:18px 16px}.form__actions--end .btn{flex:1 1 0}.login__card{padding:24px 20px}.chart-tooltip{max-width:200px}}@media (width>=600px) and (width<=900px){.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.data-table__toolbar>.field{flex:30%}.data-table__toolbar>.btn{flex:0 auto}.report-heading__actions,.report-heading__actions .btn,.page-header__actions,.page-header__actions .btn,.card__header .btn,.card__header .form__actions{width:auto}}.is-stacked .table--stack thead{display:none}.is-stacked .table--stack,.is-stacked .table--stack tbody{display:block}.is-stacked .table--stack tr{border-bottom:1px solid var(--border);flex-direction:column;gap:2px;padding:12px 14px;display:flex}.is-stacked .table--stack tr:last-child{border-bottom:0}.is-stacked .table--stack td,.is-stacked .table--stack tbody th,.is-stacked .data-table .table--stack td{text-align:right;white-space:normal;border:0;justify-content:space-between;align-items:baseline;gap:16px;padding:3px 0;display:flex}.is-stacked .table--stack td:before{content:attr(data-label);text-align:left;max-width:55%;color:var(--text-muted);flex:0 auto;font-size:.8rem}.is-stacked .table--stack .table__value{overflow-wrap:anywhere;min-width:0}.is-stacked .table--stack .table__nowrap .table__value{white-space:nowrap;flex-shrink:0}.is-stacked .table--stack tbody th{display:block}.is-stacked .table--stack td[data-primary],.is-stacked .table--stack tbody th{text-align:left;order:-1;padding-bottom:6px;font-weight:600}.is-stacked .table--stack td[data-primary]:before,.is-stacked .table--stack td[data-actions]:before,.is-stacked .table--stack .table__empty:before{display:none}.is-stacked .table--stack td[data-actions]{padding-top:8px}.is-stacked .table--stack .table__actions{white-space:normal;flex-wrap:wrap;justify-content:flex-start;gap:6px}.is-stacked .table--stack .table__actions .btn{border-color:var(--border)}.is-stacked .table--stack .table__empty{justify-content:center}.is-stacked .table--stack .matrix__checkbox{width:24px;height:24px}.is-stacked .table--stack .meter__track{display:none}.is-stacked .field.data-table__sort{flex-direction:row;gap:8px;display:flex}.is-stacked .data-table__sort select{flex:1;min-width:0}.is-stacked .data-table__sort .btn{flex:0 0 52px;padding:0}.is-stacked .field.data-table__sort{flex:220px}.is-stacked--two-up .table--stack tbody{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.is-stacked--two-up .table--stack tr{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.is-stacked--two-up .table--stack tr:nth-child(2n){border-right:0}.is-stacked--two-up .table--stack tr:has(.table__empty){grid-column:1/-1}@media print{@page{size:A4;margin:14mm}:root,body{background:#fff}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}.sidebar,.topbar,.shell__backdrop,.btn,.tabs,.chart-tooltip,.data-table__toolbar,.data-table__footer,.donut-picker{display:none!important}.print-only{display:block}.shell__main{margin-left:0}.content{gap:14px;max-width:none;padding:0}.report-heading{border-bottom:2px solid var(--green-700);color:var(--text);box-shadow:none;background:0 0;border-radius:0;padding:0 0 10px}.report-heading__ministry{color:var(--green-800)}.report-heading__year{background:0 0;margin-top:6px;padding:0}.report-heading__printed{color:var(--text-muted);margin-top:2px;font-size:.75rem}.card{box-shadow:none;break-inside:avoid;padding:12px 14px}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.stat{flex-direction:row;align-items:center;padding:8px 10px}.chart-grid{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}.big-donut{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.bars__row{padding:2px 6px}.table-wrap{overflow:visible}.table{font-size:.72rem}.table th,.table td,.data-table .table th,.data-table .table td{padding:5px 6px}.table thead th{white-space:normal;font-size:.62rem}.grouped-bars__plot{min-height:0}.big-donut{gap:16px}.big-donut__chart .donut{max-width:300px}}
