@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --gruda-navy: #0b1320;
    --gruda-navy-2: #111d2e;
    --gruda-red: #d9443f;
    --gruda-red-dark: #b82e2a;
    --gruda-cream: #f5f2ec;
    --gruda-line: rgba(30, 42, 60, .12);
    --sidebar-width: 250px;
}

[data-bs-theme="dark"] {
    --bs-body-bg: #0d1420;
    --bs-body-color: #e7ebf0;
    --bs-border-color: #29384b;
    --gruda-line: rgba(218, 228, 242, .12);
}

* { box-sizing: border-box; }
body { margin: 0; font-family: "Manrope", system-ui, sans-serif; background: var(--gruda-cream); color: #152033; min-height: 100vh; }
[data-bs-theme="dark"] body { background: #0d1420; color: #e8edf3; }
a { text-decoration: none; }
.app-shell { min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: var(--sidebar-width); background: var(--gruda-navy); color: #fff; z-index: 1040; flex-direction: column; overflow-y: auto; }
.sidebar-mobile { background: var(--gruda-navy); color: #fff; width: 290px !important; }
.sidebar-head { padding: 1.4rem 1.35rem 1rem; }
.brand-lockup { display: flex; align-items: center; gap: .75rem; color: #fff; font-weight: 800; letter-spacing: .08em; }
.brand-lockup:hover { color: #fff; }
.brand-lockup > span:last-child { display: grid; line-height: 1.05; }
.brand-lockup small { color: #9ba9bb; font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; margin-top: .22rem; }
.brand-mark { display: grid !important; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--gruda-red); color: white; font-size: 1.1rem; box-shadow: 0 8px 24px rgba(217, 68, 63, .28); }
.sidebar-nav { padding: 1rem .8rem; display: grid; gap: .22rem; }
.nav-section-label { color: #66768a; text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; font-weight: 800; padding: .55rem .75rem; }
.sidebar-nav .nav-link { display: flex; align-items: center; gap: .75rem; color: #aeb9c8; border-radius: 10px; padding: .68rem .75rem; font-size: .88rem; font-weight: 600; transition: .18s ease; }
.sidebar-nav .nav-link i { width: 20px; font-size: 1rem; }
.sidebar-nav .nav-link:hover { background: rgba(255,255,255,.06); color: #fff; transform: translateX(2px); }
.sidebar-nav .nav-link.active { background: rgba(217, 68, 63, .14); color: #fff; box-shadow: inset 3px 0 0 var(--gruda-red); }
.sidebar-nav .nav-link.active i { color: #ff766f; }
.sidebar-footer { padding: 1rem 1.2rem 1.35rem; }
.system-status { display: flex; align-items: center; gap: .7rem; border-top: 1px solid rgba(255,255,255,.08); padding-top: 1rem; color: #d1d9e4; font-size: .72rem; }
.system-status > span:last-child { display: grid; }
.system-status small { color: #75859a; }
.status-pulse { width: 9px; height: 9px; border-radius: 50%; background: #38c98a; box-shadow: 0 0 0 5px rgba(56,201,138,.12); }

.main-content { margin-left: var(--sidebar-width); min-height: 100vh; }
.topbar { height: 74px; position: sticky; top: 0; z-index: 1020; display: flex; align-items: center; gap: .9rem; padding: 0 2rem; background: rgba(255,255,255,.88); border-bottom: 1px solid var(--gruda-line); backdrop-filter: blur(16px); }
[data-bs-theme="dark"] .topbar { background: rgba(13,20,32,.9); }
.btn-icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--gruda-line); border-radius: 10px; color: inherit; }
.btn-back { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; height: 40px; padding: 0 .8rem; border: 1px solid var(--gruda-line); border-radius: 10px; color: var(--bs-body-color); background: transparent; white-space: nowrap; }
.btn-back:hover { color: var(--bs-body-color); background: rgba(132,145,162,.1); border-color: rgba(132,145,162,.25); }
.global-search-wrap { position: relative; flex: 1; max-width: 620px; }
.global-search-wrap > i { position: absolute; left: .95rem; top: 50%; transform: translateY(-50%); z-index: 2; color: #7c8998; }
.global-search-wrap .form-control { padding-left: 2.65rem; padding-right: 3rem; height: 42px; border: 1px solid transparent; background: rgba(132,145,162,.1); border-radius: 11px; }
.global-search-wrap .form-control:focus { background: var(--bs-body-bg); border-color: rgba(217,68,63,.4); box-shadow: 0 0 0 .2rem rgba(217,68,63,.09); }
.search-shortcut { position: absolute; right: .8rem; top: 50%; transform: translateY(-50%); background: transparent; color: #8692a2; border: 1px solid var(--gruda-line); border-radius: 5px; font-size: .66rem; padding: .12rem .35rem; }
.search-results { position: absolute; left: 0; right: 0; top: calc(100% + .55rem); max-height: 440px; overflow: auto; background: var(--bs-body-bg); border: 1px solid var(--gruda-line); border-radius: 12px; padding: .4rem; }
.search-result { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem .75rem; border-radius: 8px; color: var(--bs-body-color); }
.search-result:hover { background: rgba(217,68,63,.09); color: var(--bs-body-color); }
.search-result strong, .search-result small { display: block; }
.search-result small { color: #7f8b9b; font-size: .72rem; margin-top: .12rem; }
.search-result-type { color: var(--gruda-red); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.operator-chip { align-items: center; gap: .65rem; padding-left: .85rem; border-left: 1px solid var(--gruda-line); }
.operator-chip > span:last-child { display: grid; font-size: .7rem; line-height: 1.25; }
.operator-chip small { color: #8390a0; }
.operator-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--gruda-navy); color: white; font-size: .66rem; font-weight: 800; }
.page-container { padding: 2rem; max-width: 1660px; margin: 0 auto; }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.7rem; }
.page-heading.compact { align-items: center; }
.page-heading h1 { font-size: clamp(1.6rem, 2.2vw, 2.35rem); font-weight: 800; letter-spacing: -.04em; margin: .2rem 0 0; }
.page-heading p { color: #758294; margin: .45rem 0 0; max-width: 720px; }
.eyebrow { color: var(--gruda-red); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.surface-card { background: var(--bs-body-bg); border: 1px solid var(--gruda-line); border-radius: 15px; box-shadow: 0 12px 36px rgba(22,31,45,.05); }
[data-bs-theme="dark"] .surface-card { box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.form-card { padding: clamp(1.25rem, 3vw, 2.25rem); }
.form-label { font-weight: 700; font-size: .78rem; color: #657183; }
[data-bs-theme="dark"] .form-label { color: #aab4c2; }
.form-control, .form-select { min-height: 44px; border-radius: 9px; border-color: var(--gruda-line); }
textarea.form-control { min-height: 118px; }
select[multiple].form-select { min-height: 170px; }
.form-actions { display: flex; justify-content: flex-end; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--gruda-line); }
.btn { border-radius: 9px; font-weight: 700; font-size: .82rem; }
.btn-primary { --bs-btn-bg: var(--gruda-red); --bs-btn-border-color: var(--gruda-red); --bs-btn-hover-bg: var(--gruda-red-dark); --bs-btn-hover-border-color: var(--gruda-red-dark); }
.btn-lg { padding: .7rem 1.2rem; }
.flash-stack { position: fixed; right: 1.5rem; top: 88px; z-index: 1100; width: min(420px, calc(100vw - 2rem)); }
.table-card { padding: 1rem; overflow: hidden; }
.table { --bs-table-bg: transparent; margin-bottom: 0; }
.table thead th { color: #7c8898; text-transform: uppercase; letter-spacing: .07em; font-size: .65rem; font-weight: 800; border-bottom-width: 1px; white-space: nowrap; }
.table tbody td { vertical-align: middle; font-size: .82rem; padding-top: .75rem; padding-bottom: .75rem; }
.table-title { font-weight: 700; color: var(--bs-body-color); }
.table-subtitle { display: block; color: #8994a3; font-size: .7rem; margin-top: .12rem; }
.badge { letter-spacing: .02em; }
.status-badge { display: inline-flex; align-items: center; gap: .35rem; border-radius: 999px; padding: .35rem .6rem; font-size: .66rem; font-weight: 800; }
.status-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.dashboard-hero { position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: end; gap: 1rem; padding: clamp(1.5rem, 4vw, 2.4rem); margin: -.35rem 0 1.25rem; border-radius: 18px; background: linear-gradient(135deg, #101d2f, #0a121e); color: white; box-shadow: 0 18px 50px rgba(12,23,38,.18); }
.dashboard-hero::after { content: ''; position: absolute; width: 320px; height: 320px; right: -90px; top: -160px; border-radius: 50%; border: 70px solid rgba(217,68,63,.18); }
.dashboard-hero > * { position: relative; z-index: 1; }
.dashboard-hero h1 { font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.045em; font-weight: 800; margin: .25rem 0 .45rem; }
.dashboard-hero p { color: #aebaca; margin: 0; }
.hero-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.metrics-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
.metric-card { position: relative; display: flex; align-items: center; gap: .8rem; padding: 1.1rem; color: var(--bs-body-color); transition: .18s ease; }
.metric-card:hover { color: var(--bs-body-color); transform: translateY(-2px); box-shadow: 0 16px 42px rgba(22,31,45,.09); }
.metric-card > span:nth-child(2) { display: grid; }
.metric-card small { color: #7b8796; font-size: .67rem; font-weight: 700; }
.metric-card strong { font-size: 1.55rem; letter-spacing: -.04em; line-height: 1.2; }
.metric-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 11px; font-size: 1.05rem; }
.metric-icon.red { color: #d9443f; background: rgba(217,68,63,.1); }.metric-icon.blue { color: #3780c8; background: rgba(55,128,200,.1); }.metric-icon.amber { color: #bd7a13; background: rgba(231,159,44,.12); }.metric-icon.green { color: #22865c; background: rgba(34,134,92,.11); }.metric-icon.violet { color: #7655ba; background: rgba(118,85,186,.11); }
.metric-arrow { position: absolute; top: .65rem; right: .75rem; color: #a8b0bb; font-size: .75rem; }
.section-card, .readiness-card { padding: 1.35rem; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.section-heading h2 { font-size: 1.05rem; font-weight: 800; margin: .12rem 0 0; letter-spacing: -.02em; }
.section-heading > a { color: var(--gruda-red); font-size: .72rem; font-weight: 800; }
.readiness-visual { display: grid; place-items: center; padding: .7rem 0 1.4rem; }
.readiness-ring { width: 174px; height: 174px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--gruda-red) var(--completion), rgba(129,143,162,.13) 0); position: relative; }
.readiness-ring::before { content: ''; position: absolute; inset: 15px; border-radius: 50%; background: var(--bs-body-bg); }
.readiness-ring > div { position: relative; display: grid; text-align: center; }
.readiness-ring strong { font-size: 2rem; letter-spacing: -.06em; }
.readiness-ring small { color: #7d8998; font-size: .7rem; }
.readiness-legend { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; padding-top: 1rem; border-top: 1px solid var(--gruda-line); }
.readiness-legend > div { display: flex; align-items: flex-start; gap: .45rem; font-size: .68rem; font-weight: 700; }
.readiness-legend small { display: block; color: #8692a1; font-size: .62rem; font-weight: 500; }
.legend-dot { width: 7px; height: 7px; border-radius: 50%; margin-top: .22rem; }.legend-dot.complete { background: #2e9d6f; }.legend-dot.partial { background: #dda437; }.legend-dot.empty { background: #d9443f; }
.city-progress-list { display: grid; gap: 1.05rem; }
.city-progress-row { display: grid; grid-template-columns: minmax(130px, 1.2fr) minmax(150px, 2fr) 55px; align-items: center; gap: 1rem; }
.city-progress-row > div:first-child { display: grid; font-size: .78rem; }.city-progress-row small { color: #8995a4; font-size: .65rem; }.city-progress-row > span { text-align: right; font-size: .7rem; color: #778495; font-weight: 700; }
.progress { height: 7px; background: rgba(129,143,162,.13); }.progress-bar { background: var(--gruda-red); }
.coverage-text { color: #697689; line-height: 1.75; white-space: pre-line; font-size: .86rem; }
[data-bs-theme="dark"] .coverage-text { color: #aeb8c5; }
.source-note { display: flex; align-items: flex-start; gap: .75rem; padding: .85rem; background: rgba(128,142,160,.08); border-radius: 10px; color: #748194; font-size: .7rem; word-break: break-word; }
.source-note i { color: var(--gruda-red); font-size: 1rem; }.source-note span { display: grid; }.source-note small { font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.detail-list { display: grid; gap: .85rem; }.detail-list > div { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-bottom: .75rem; border-bottom: 1px solid var(--gruda-line); }.detail-list > div:last-child { border-bottom: 0; padding-bottom: 0; }.detail-list small { color: #8490a0; font-size: .7rem; }.detail-list strong { text-align: right; font-size: .78rem; }
.import-result h2 { font-size: 1.1rem; font-weight: 800; margin: 1rem 0; }
.filters-card { padding: 1rem; margin-bottom: 1rem; }
.filters-card .form-label { margin-bottom: .3rem; }
.dt-container { font-size: .8rem; }
.dt-container .dt-search input, .dt-container .dt-length select { border: 1px solid var(--gruda-line) !important; border-radius: 8px !important; }
.empty-state { padding: 4rem 1rem; text-align: center; color: #7f8b9b; }
.empty-state i { display: block; font-size: 2rem; color: var(--gruda-red); margin-bottom: .8rem; }
.coordinator-structure { display: grid; gap: 1rem; }
.coordinator-district-card { overflow: hidden; }
.coordinator-district-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.3rem; border-bottom: 1px solid var(--gruda-line); }
.coordinator-district-heading h2 { margin: .12rem 0 0; font-size: 1.05rem; font-weight: 800; }
.coordinator-scope-list { display: grid; }
.coordinator-scope-row { display: grid; grid-template-columns: minmax(190px, .8fr) minmax(360px, 2fr) auto; gap: 1.25rem; align-items: center; padding: 1.15rem 1.3rem; border-bottom: 1px solid var(--gruda-line); }
.coordinator-scope-row:last-child { border-bottom: 0; }
.coordinator-person { display: flex; align-items: center; gap: .7rem; min-width: 0; }
.coordinator-person > span:last-child { display: grid; min-width: 0; }
.coordinator-person small { color: #8692a1; font-size: .68rem; overflow: hidden; text-overflow: ellipsis; }
.coordinator-avatar { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 11px; background: var(--gruda-navy); color: #fff; font-size: .68rem; font-weight: 800; }
.scope-path { display: flex; align-items: center; gap: .45rem; flex-wrap: wrap; }
.scope-path > i { color: #a4adba; font-size: .65rem; }
.scope-node { display: inline-grid; padding: .35rem .55rem; border: 1px solid var(--gruda-line); border-radius: 8px; font-size: .7rem; font-weight: 700; line-height: 1.2; }
.scope-node small { color: #8a95a4; font-size: .55rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.scope-stations { display: flex; align-items: center; flex-wrap: wrap; gap: .35rem; }
.scope-stations small { color: #7f8b9b; font-size: .64rem; margin-right: .15rem; }
.scope-stations a, .scope-stations span { padding: .22rem .42rem; border-radius: 6px; background: rgba(217,68,63,.09); color: var(--gruda-red); font-size: .63rem; font-weight: 800; }
.coordinator-note { color: #7e8a99; font-size: .68rem; margin: .55rem 0 0; }
.coordinator-actions { display: flex; align-items: center; justify-content: flex-end; gap: .35rem; white-space: nowrap; }
.scope-help { display: flex; align-items: flex-start; gap: .65rem; padding: .8rem 1rem; border-radius: 10px; background: rgba(44, 104, 197, .08); color: var(--gruda-navy); font-size: .75rem; }
.scope-help i { color: #2c68c5; }
.scope-multiselect { min-height: 11rem; }
.scope-multiselect option { padding: .35rem .45rem; }
.coordinator-tree-node { position: relative; }
.coordinator-tree-children { margin-left: clamp(1rem, 3vw, 3rem); border-left: 2px solid rgba(44, 104, 197, .16); }
.coordinator-tree-children .coordinator-scope-row { background: rgba(44, 104, 197, calc(.012 * var(--tree-depth))); }
.coordinator-coverage { display: grid; gap: .5rem; }
.coverage-group { display: grid; grid-template-columns: 105px 1fr; align-items: start; gap: .5rem; }
.coverage-group > small { color: #8490a0; font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; padding-top: .3rem; }
.coverage-group > div { display: flex; flex-wrap: wrap; gap: .3rem; }
.coverage-chip { display: inline-block; padding: .25rem .45rem; border: 1px solid var(--gruda-line); border-radius: 7px; font-size: .66rem; font-weight: 700; background: var(--gruda-surface); }
.city-municipality-coverage { display: grid; gap: .65rem; }
.coverage-city { border: 1px solid var(--gruda-line); border-radius: 12px; overflow: hidden; }
.coverage-city summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 1rem; cursor: pointer; list-style: none; }
.coverage-city summary::-webkit-details-marker { display: none; }
.coverage-city summary > span:first-child { display: grid; }
.coverage-city summary small, .coverage-city-item small { display: block; color: #8490a0; font-size: .63rem; }
.coverage-city-items { border-top: 1px solid var(--gruda-line); }
.coverage-city-item { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem 1rem; border-bottom: 1px solid var(--gruda-line); }
.coverage-city-item:last-child { border-bottom: 0; }
.coverage-city-item-link { color: inherit; text-decoration: none; transition: background-color .16s ease, color .16s ease; }
.coverage-city-item-link:hover, .coverage-city-item-link:focus-visible { color: inherit; background: rgba(128,142,160,.08); }
.coverage-city-item-link > span:last-child > i { color: var(--gruda-red); transition: transform .16s ease; }
.coverage-city-item-link:hover > span:last-child > i { transform: translateX(3px); }
.people-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.metric-card.filter-active { border-color: rgba(217,68,63,.5); box-shadow: 0 0 0 2px rgba(217,68,63,.08), 0 16px 42px rgba(22,31,45,.08); }
.people-filters { padding: 1.15rem; }
.filter-check-dropdown { position: relative; }
.filter-check-summary { display: flex; align-items: center; min-height: 38px; cursor: pointer; list-style: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.filter-check-summary::-webkit-details-marker { display: none; }
.filter-check-dropdown[open] .filter-check-summary { border-color: rgba(217,68,63,.55); box-shadow: 0 0 0 .2rem rgba(217,68,63,.1); }
.filter-check-menu { position: absolute; z-index: 40; top: calc(100% + .4rem); left: 0; width: max(100%, 270px); max-height: 310px; overflow: auto; padding: .45rem; border: 1px solid var(--gruda-line); border-radius: 12px; background: var(--bs-body-bg); box-shadow: 0 18px 45px rgba(8,19,33,.28); }
.filter-check-menu-wide { width: max(100%, 330px); }
.filter-check-option { display: flex; align-items: flex-start; gap: .6rem; padding: .55rem .6rem; border-radius: 8px; cursor: pointer; font-size: .76rem; line-height: 1.25; }
.filter-check-option:hover { background: rgba(128,142,160,.1); }
.filter-check-option .form-check-input { flex: 0 0 auto; margin-top: .05rem; }
.people-filter-actions { margin-top: .15rem; }
.people-directory-table { min-width: 1180px; }
.directory-role-list { display: flex; flex-wrap: wrap; gap: .35rem; max-width: 230px; }
.directory-scope { display: grid; justify-items: start; gap: .3rem; margin-bottom: .55rem; max-width: 300px; font-size: .72rem; }
.directory-scope:last-child { margin-bottom: 0; }
.directory-actions { white-space: nowrap; }

.auth-page { min-height: 100vh; background: radial-gradient(circle at 85% 10%, rgba(217,68,63,.18), transparent 28%), linear-gradient(145deg, #07101d, #0e1a2a); }
.auth-shell { min-height: 100vh; display: grid; place-items: center; padding: 1.25rem; }
.auth-card { width: min(100%, 460px); padding: clamp(1.5rem, 5vw, 2.5rem); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(10,20,34,.92); box-shadow: 0 28px 90px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
.auth-brand { display: flex; align-items: center; gap: .85rem; margin-bottom: 2.25rem; }
.auth-brand > span:last-child { display: grid; line-height: 1.05; letter-spacing: .08em; text-transform: uppercase; }
.auth-brand small { margin-top: .3rem; color: #8fa2ba; font-size: .58rem; letter-spacing: .14em; }
.auth-card h1 { margin: .35rem 0 .5rem; font-size: clamp(1.8rem, 5vw, 2.35rem); font-weight: 800; letter-spacing: -.04em; }
.auth-card p { margin-bottom: 1.75rem; color: #93a2b5; }
.auth-card .form-control { min-height: 52px; }

@media (max-width: 991.98px) {
    .main-content { margin-left: 0; }
    .topbar { padding: 0 1rem; height: 66px; }
    .page-container { padding: 1.25rem 1rem 2rem; }
    .page-heading { align-items: flex-start; flex-direction: column; }
    .page-heading .btn-group, .page-heading > .btn { width: 100%; }
    .page-heading .btn-group .btn { flex: 1; }
    .flash-stack { top: 76px; right: 1rem; }
    .dashboard-hero { align-items: flex-start; flex-direction: column; }
    .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .people-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .coordinator-scope-row { grid-template-columns: 1fr; gap: .85rem; }
    .coordinator-actions { justify-content: flex-start; }
    .coordinator-tree-children { margin-left: .75rem; }
    .coverage-group { grid-template-columns: 1fr; gap: .2rem; }
}

@media (max-width: 575.98px) {
    .btn-back { width: 40px; padding: 0; }
    .btn-back span { display: none; }
    .global-search-wrap .form-control { font-size: .75rem; }
    .table-card { padding: .65rem; }
    .metrics-grid { grid-template-columns: 1fr; }
    .people-metrics { grid-template-columns: 1fr; }
    .metric-card { padding: .85rem 1rem; }
    .city-progress-row { grid-template-columns: 1fr 48px; }
    .city-progress-row .progress { grid-column: 1 / -1; grid-row: 2; }
    .hero-actions, .hero-actions .btn { width: 100%; }
    .readiness-legend { grid-template-columns: 1fr; }
}
