.dashboard-container{width:100%;padding:1rem}.dashboard-content{max-width:1100px;margin:0 auto}.dashboard-header{text-align:center;margin-bottom:1rem}.dashboard-title{font-size:3rem;font-weight:300;color:#10b981;margin:0;letter-spacing:-.02em}.dashboard-subtitle{font-size:1.125rem;color:#6b7280;margin-top:.75rem;margin-bottom:0}.dashboard-map-wrapper{width:100%;background:white;border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.05);overflow:hidden;border:1px solid #e5e7eb}.dashboard-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:.25rem auto .75rem}@media (max-width:768px){.dashboard-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;justify-content:flex-start}.dashboard-filters::-webkit-scrollbar{height:6px}.dashboard-filters::-webkit-scrollbar-track{background:var(--colour-vanilla-cream);border-radius:3px}.dashboard-filters::-webkit-scrollbar-thumb{background:var(--color-walnut);border-radius:3px}.dashboard-filters::-webkit-scrollbar-thumb:hover{background:var(--color-dark-teal)}}.dashboard-filter{padding:9px 14px;border:1px solid var(--color-walnut);border-radius:16px;background:var(--colour-vanilla-cream);color:var(--color-ink-black);font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;display:inline-flex;align-items:center;gap:.35rem}.dashboard-filter:hover{border-color:var(--color-dark-teal);background:var(--color-wheat)}.dashboard-filter.active{background:var(--color-dark-teal);color:var(--colour-vanilla-cream);border-color:var(--color-dark-teal);box-shadow:none}.dashboard-filter-count{min-width:22px;padding:2px 6px;border-radius:999px;background:rgba(0,0,0,.08);color:inherit;font-weight:700;text-align:center;line-height:1.2}.dashboard-filter.active .dashboard-filter-count{background:rgba(255,255,255,.16)}@media (max-width:768px){.dashboard-container{padding:2rem 1rem}.dashboard-title{font-size:2rem}.dashboard-subtitle{font-size:1rem}}.map-layout{display:grid;grid-template-columns:1.5fr 1.2fr;gap:1rem;align-items:stretch}.map-wrapper{position:relative;width:100%;height:480px;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.05);border:1px solid #e5e7eb;background:white}.map-container{width:100%;height:100%;background:#f0f0f0}.map-container.map-loaded{opacity:1}.map-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:white;padding:16px 24px;border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:20;font-size:14px;color:#6b7280}.map-side-panel{background:white;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.05);padding:1rem;gap:.5rem;height:480px}.issue-home,.map-side-panel{display:flex;flex-direction:column;overflow:hidden}.issue-home{gap:.75rem;height:100%;flex:1}.issue-home-list{gap:.75rem;overflow-y:auto;padding-right:4px}.issue-home-card,.issue-home-list{display:flex;flex-direction:column}.issue-home-card{gap:.6rem;width:100%;border:1px solid #e5e7eb;border-radius:.75rem;padding:.6rem;background:#f9fafb;cursor:pointer;transition:all .15s ease;text-align:left}.issue-home-card:hover{border-color:#d1d5db;background:#ffffff;box-shadow:0 6px 16px rgba(0,0,0,.06)}.issue-home-hero{position:relative;border-radius:.65rem;overflow:hidden}.issue-home-image{width:100%;height:190px;object-fit:cover;border-radius:.65rem;background:#e5e7eb}.issue-home-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.7));flex-direction:column;padding:.75rem .85rem;gap:.35rem;color:#ffffff}.issue-home-overlay,.issue-home-top{display:flex;justify-content:space-between}.issue-home-top{align-items:flex-start;gap:.5rem}.issue-home-body{flex:1;display:flex;flex-direction:column;gap:4px}.issue-home-description{margin:0 4px 2px;font-size:13px;color:#374151;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.issue-home-header-row{gap:.5rem}.issue-home-header,.issue-home-header-row{display:flex;align-items:center;justify-content:space-between}.issue-home-header{gap:.75rem}.issue-home-title{font-size:14px;font-weight:300;color:#ffffff;margin:0}.issue-home-meta{font-size:12px;color:#e5e7eb;text-shadow:0 0 2px #333}.issue-home-location{font-size:13px;color:#e5e7eb;margin:0}.issue-home-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.issue-home-type{display:inline-flex;align-items:center;padding:4px 8px;border-radius:9999px;background:rgba(255,255,255,.14);color:#f8fafc;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.issue-home-tags{display:flex;flex-wrap:wrap;gap:6px}.issue-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:9999px;background:#e0f2fe;color:#075985;font-size:12px;font-weight:600}.issue-pill-muted{background:#f3f4f6;color:#4b5563}.detail-card{display:flex;flex-direction:column;gap:.5rem;height:100%;flex:1;overflow-y:auto}.back-button{align-self:flex-start;border:1px solid #d1d5db;background:#f9fafb;color:#111827;border-radius:9999px;padding:6px 12px;cursor:pointer;font-weight:600}.back-button:hover{background:#f3f4f6}.detail-image{width:100%;max-height:400px;aspect-ratio:9/16;object-fit:contain;border-radius:.75rem;background:#e5e7eb}.detail-pill-row{display:flex;gap:8px;flex-wrap:wrap}.detail-title{font-size:20px;font-weight:700;color:#111827;margin:4px 0 0}.detail-location{color:#4b5563;font-size:14px;margin:0}.detail-description{font-size:14px;color:#374151;line-height:1.5;margin:0}.detail-meta{font-size:12px;color:#6b7280;margin:0}.detail-link{display:inline-block;margin-top:4px;color:#256d1b;font-weight:700;text-decoration:none}.detail-link:hover{text-decoration:underline}.issue-home-header .panel-title{margin:4px 0}.panel-title{font-size:16px;font-weight:400;color:#0f172a}.eyebrow{margin:0;font-size:12px;color:#2563eb}.panel-subtitle{margin:0;font-size:14px;color:#6b7280}.empty-state{color:#6b7280;font-size:14px;margin-top:.5rem}@media (max-width:1024px){.map-layout{grid-template-columns:1fr}.map-wrapper{height:420px}.map-side-panel{height:auto}}@media (max-width:640px){.map-wrapper{height:360px}}