:root{
  --navy:#0b2b4b;--navy2:#123d62;--green:#14815a;--green2:#0d6a4a;--ink:#172433;--muted:#6d7987;
  --bg:#f5f7f9;--soft:#eef3f1;--card:#fff;--line:#e2e8ed;--red:#d85151;--blue:#2a74b9;--amber:#d38a1c;
  --shadow:0 12px 34px rgba(16,43,66,.08);--radius:18px;--max:1380px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh}.icon{display:inline-block;vertical-align:middle;flex:0 0 auto}.container{width:min(calc(100% - 40px),var(--max));margin:0 auto}.section{padding:42px 0}.section-soft{background:var(--soft)}.first-section{padding-top:46px}.section-tight{padding:28px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-head h1,.section-head h2{margin:0;font-size:clamp(1.55rem,2vw,2rem);letter-spacing:-.035em;line-height:1.08}.section-head p{margin:.4rem 0 0;color:var(--muted);font-size:.93rem}.eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:5px;color:var(--green2);font-size:.74rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.eyebrow.light{color:#99dec0}.text-link{display:inline-flex;align-items:center;gap:4px;color:var(--green2);font-size:.88rem;font-weight:800;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;padding:11px 16px;background:#e8edf2;color:var(--ink);font-weight:800;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--navy);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-ghost{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.36);color:#fff;backdrop-filter:blur(8px)}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.34);color:#fff}.btn-sm{padding:8px 11px;font-size:.82rem}.pill{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#e7f5ed;color:var(--green2);font-size:.68rem;font-weight:850}.flash{position:fixed;z-index:100;top:82px;right:20px;max-width:430px;padding:13px 16px;border-radius:12px;background:#fff;box-shadow:var(--shadow)}.flash-success{border-left:4px solid var(--green)}.flash-error{border-left:4px solid var(--red)}

/* header */
.topbar{height:72px;display:flex;align-items:center;gap:26px;padding:0 max(20px,calc((100vw - var(--max))/2));z-index:50;color:#fff}.home-page .topbar{position:absolute;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(5,25,43,.72),rgba(5,25,43,0))}.inner-page .topbar{position:sticky;top:0;background:rgba(8,40,67,.98);box-shadow:0 6px 22px rgba(5,25,43,.1)}.topbar.scrolled{position:fixed;top:0;left:0;right:0;background:rgba(8,40,67,.96);backdrop-filter:blur(14px);box-shadow:0 6px 22px rgba(5,25,43,.14)}.brand{display:flex;align-items:center;gap:10px;min-width:195px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.08);font-weight:900}.brand-copy strong{display:block;font-size:1rem;line-height:1}.brand-copy small{display:block;margin-top:4px;font-size:.69rem;opacity:.76}.desktop-nav{display:flex;align-items:stretch;gap:19px;margin-left:auto}.desktop-nav>a,.nav-dropdown-trigger{display:flex;align-items:center;gap:4px;height:72px;padding-top:2px;border-bottom:3px solid transparent;font-size:.84rem;font-weight:750;opacity:.88}.desktop-nav a:hover,.desktop-nav a.is-active{opacity:1;border-color:#70d29b}.nav-dropdown{position:relative}.nav-caret{font-size:.85rem}.nav-dropdown-menu{position:absolute;top:64px;left:50%;width:245px;padding:8px;transform:translate(-50%,8px);background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 46px rgba(6,28,47,.2);opacity:0;visibility:hidden;pointer-events:none;transition:.18s}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.nav-dropdown-menu a{display:block;padding:9px 11px;border-radius:9px;font-size:.79rem}.nav-dropdown-menu a:hover{background:#eef6f2;color:var(--green2)}.nav-dropdown-menu strong{display:block}.nav-dropdown-menu small{display:block;margin-top:2px;color:var(--muted);font-size:.67rem}.btn-install{margin-left:4px;background:var(--green);color:#fff;border-radius:999px;padding:9px 14px;font-size:.82rem}.mobile-head-actions,.mobile-menu,.mobile-menu-backdrop,.mobile-bottom-nav{display:none}

/* hero */
.hero{position:relative;height:430px;overflow:hidden;background:#0a2945;color:#fff}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,27,45,.88) 0%,rgba(5,28,47,.64) 34%,rgba(5,28,47,.18) 68%,rgba(5,28,47,.08) 100%),linear-gradient(0deg,rgba(5,24,40,.4),transparent 55%)}.hero-content{position:relative;z-index:2;width:min(calc(100% - 40px),var(--max));height:100%;margin:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:0 0 54px}.hero-copy{max-width:760px}.hero-eyebrow{color:#9ee2be}.hero h1{margin:0 0 11px;font-size:clamp(3.6rem,5.3vw,5.7rem);line-height:.95;letter-spacing:-.055em}.hero-sub{max-width:650px;margin:0 0 18px;color:rgba(255,255,255,.93);font-size:clamp(1.08rem,1.7vw,1.34rem)}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-facts{display:flex;gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(5,30,49,.55);backdrop-filter:blur(11px)}.hero-facts div{min-width:120px;padding:15px 18px;border-right:1px solid rgba(255,255,255,.16)}.hero-facts div:last-child{border:0}.hero-facts strong{display:block;font-size:1.35rem}.hero-facts span{display:block;margin-top:2px;color:rgba(255,255,255,.72);font-size:.7rem}

/* home articles */
.home-lead-grid{display:grid;grid-template-columns:minmax(0,2.3fr) minmax(280px,.7fr);gap:24px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.article-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 6px 22px rgba(16,43,66,.04);transition:.2s}.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.article-card-media{height:178px;overflow:hidden;background:#dbe4e9}.article-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.article-card:hover img{transform:scale(1.025)}.article-card-body{display:flex;flex:1;flex-direction:column;padding:15px 16px 16px}.article-topline{display:flex;align-items:center;justify-content:space-between;gap:9px}.article-topline time{color:#88939f;font-size:.68rem}.article-card h3{margin:9px 0 7px;font-size:1.05rem;line-height:1.22;letter-spacing:-.018em}.article-card p{margin:0;color:var(--muted);font-size:.83rem}.card-meta{display:flex;gap:13px;margin-top:auto;color:#83909e;font-size:.72rem}.history-teaser{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 6px 22px rgba(16,43,66,.04)}.history-teaser>img{width:100%;height:208px;object-fit:cover}.history-teaser-copy{padding:17px}.history-teaser h3{margin:2px 0 8px;font-size:1.25rem;line-height:1.15}.history-teaser p{margin:0 0 14px;color:var(--muted);font-size:.86rem}

/* community */
.community-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.community-news-card{padding:18px;background:#fff;border:1px solid var(--line);border-radius:16px}.community-news-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.community-news-date{color:#87939f;font-size:.72rem}.community-news-card h3{margin:10px 0 7px;font-size:1.06rem;line-height:1.2}.community-news-card p,.community-news-excerpt{margin:0 0 13px;color:var(--muted);font-size:.84rem}.community-news-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line);color:var(--muted);font-size:.78rem}.compact-prose p{font-size:.9rem}

/* services */
.service-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:11px}.service-mini{min-height:135px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 10px;background:#fff;border:1px solid var(--line);border-radius:15px;text-align:center;transition:.18s}.service-mini:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.service-icon{width:45px;height:45px;display:grid;place-items:center;margin-bottom:9px;border-radius:14px;background:#e8f5ee;color:var(--green2)}.service-mini:nth-child(2) .service-icon{background:#eaf2fb;color:#2b71b0}.service-mini:nth-child(4) .service-icon{background:#f0ebfb;color:#7157be}.service-mini:nth-child(5) .service-icon{background:#fff2e3;color:#d17a1a}.service-mini:nth-child(6) .service-icon{background:#fff0f0;color:#d45050}.service-mini strong{font-size:.83rem}.service-mini>span:last-child{margin-top:3px;color:var(--muted);font-size:.69rem}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.service-card{padding:18px;background:#fff;border:1px solid var(--line);border-radius:16px}.service-card-head{display:flex;align-items:center;gap:12px}.service-category{color:var(--green2);font-size:.72rem;font-weight:800}.service-details{color:var(--muted);font-size:.85rem}.service-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}

/* panels / events / streets */
.two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}.panel,.content-card,.sidebar-card{background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 5px 20px rgba(16,43,66,.035)}.panel{padding:20px}.panel-footer{margin-top:14px}.street-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.street-chip{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 11px;background:#fff;border:1px solid var(--line);border-radius:11px;font-size:.82rem;font-weight:750}.street-chip span{display:flex;align-items:center;gap:6px}.plain-chip{display:inline-flex;justify-content:flex-start}.event-list{display:grid;gap:9px}.event-card{display:grid;grid-template-columns:78px 1fr;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.event-date{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--navy),var(--navy2));color:#fff}.event-date strong{font-size:1.45rem;line-height:1}.event-date span{font-size:.63rem;font-weight:900;letter-spacing:.08em}.event-info{padding:10px 12px}.event-info h4{margin:0 0 3px;font-size:.9rem}.event-info p{margin:0;color:var(--muted);font-size:.74rem}.event-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px;color:#7e8a97;font-size:.65rem}.street-section{display:grid;grid-template-columns:240px 1fr;gap:20px}.street-nav{position:sticky;top:90px;align-self:start;display:grid;gap:7px}.street-detail{scroll-margin-top:90px}

/* councillors */
.councillor-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.councillor-mini{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:14px}.avatar{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#e9f4ef;color:var(--green2);font-size:.78rem;font-weight:900}.councillor-mini strong{display:block;font-size:.82rem}.councillor-mini small{display:block;margin-top:2px;color:var(--muted);font-size:.7rem}.councillor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.councillor-card{padding:18px}.councillor-card h3{margin:9px 0 3px}.councillor-role{margin:0 0 13px;color:var(--muted)}.contact-list{list-style:none;margin:0 0 13px;padding:0;display:grid;gap:8px}.contact-list li{display:flex;align-items:flex-start;gap:8px;font-size:.88rem}.contact-list a{color:var(--green2);font-weight:750}.chip-cloud{display:flex;flex-wrap:wrap;gap:8px}

/* reports */
.report-row{display:grid;grid-template-columns:repeat(3,.75fr) 1.4fr;gap:12px}.report-stat,.community-card{min-height:115px;padding:17px;background:#fff;border:1px solid var(--line);border-radius:15px}.report-stat{display:flex;align-items:center;gap:12px}.report-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px}.report-icon.blue{background:#eaf3fb;color:var(--blue)}.report-icon.amber{background:#fff2de;color:var(--amber)}.report-icon.green{background:#e9f6ed;color:var(--green)}.report-stat small,.report-stat span{display:block;color:var(--muted);font-size:.7rem}.report-stat strong{display:block;font-size:1.55rem;line-height:1.05}.community-card{display:flex;align-items:center;justify-content:space-between;gap:14px;background:linear-gradient(135deg,#143e62,#20755d);color:#fff;border:0}.community-card strong{display:block}.community-card span{display:block;margin-top:3px;color:rgba(255,255,255,.76);font-size:.78rem}.reports-list{display:grid;gap:12px}.report-item{display:grid;grid-template-columns:150px 1fr;gap:15px;padding:15px;background:#fff;border:1px solid var(--line);border-radius:15px}.status-badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#edf2f6;font-size:.7rem;font-weight:800}.report-code{font-size:.72rem;color:var(--muted)}.report-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:.78rem;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid #cfd9e1;border-radius:10px;background:#fff;padding:10px 11px;color:var(--ink);outline:none}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7bb89c;box-shadow:0 0 0 3px rgba(20,129,90,.08)}

/* PWA */
.pwa-banner{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;padding:26px 30px;border-radius:18px;background:linear-gradient(120deg,#0a3154,#0b5061 58%,#12644b);color:#fff;overflow:hidden}.pwa-copy h2{margin:1px 0 8px;font-size:1.75rem;letter-spacing:-.03em}.pwa-copy p{max-width:690px;margin:0;color:rgba(255,255,255,.78);font-size:.9rem}.pwa-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}.pwa-features{display:grid;gap:9px;align-content:center}.pwa-features>div{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.13)}.pwa-features>div:last-child{border:0}.pwa-features strong,.pwa-features small{display:block}.pwa-features strong{font-size:.83rem}.pwa-features small{color:rgba(255,255,255,.68);font-size:.69rem}

/* inner pages */
.page-hero{padding:58px 0 42px;background:linear-gradient(135deg,#0b3153,#0c5f4b);color:#fff}.page-hero h1{margin:4px 0 10px;font-size:clamp(2.5rem,4.6vw,4rem);line-height:1;letter-spacing:-.05em}.page-hero p{max-width:790px;margin:0;color:rgba(255,255,255,.78);font-size:1rem}.page-hero .eyebrow{color:#a7e4c5}.content-card{padding:22px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px}.article-head h1{margin:7px 0 10px;font-size:clamp(2.1rem,4vw,3.7rem);line-height:1.02;letter-spacing:-.045em}.article-cover{width:100%;height:430px;object-fit:cover;border-radius:16px}.prose{font-size:.97rem}.prose h2{margin-top:1.7em;font-size:1.55rem}.prose h3{margin-top:1.5em}.prose p,.prose li{color:#465565}.prose a{color:var(--green2);text-decoration:underline}.source-note{color:var(--muted);font-size:.78rem}.sidebar-card{position:sticky;top:90px;padding:17px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-card{padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px}.stat-card strong{display:block;font-size:1.65rem}.stat-card span{color:var(--muted);font-size:.76rem}.timeline{position:relative;margin-top:24px}.timeline:before{content:"";position:absolute;left:17px;top:7px;bottom:7px;width:2px;background:#dce6e0}.timeline-item{position:relative;display:grid;grid-template-columns:35px 80px 1fr;gap:10px;padding:0 0 22px}.timeline-dot{position:relative;z-index:1;width:12px;height:12px;margin:6px 0 0 12px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #edf6f1}.timeline-year{font-weight:850}.timeline-content h3{margin:0 0 4px}.timeline-content p{margin:0;color:var(--muted)}.demography-chart{height:270px;display:flex;align-items:flex-end;justify-content:space-around;gap:10px;padding-top:35px}.bar-wrap{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px}.bar{width:min(62px,70%);min-height:10px;border-radius:9px 9px 3px 3px;background:linear-gradient(#2a8f67,#0f6d4e)}.bar-wrap strong{font-size:.74rem}.bar-wrap span{font-size:.7rem;color:var(--muted)}.message-thread{display:grid;gap:10px}.bubble{padding:12px;border-radius:13px;background:#edf3f7}.bubble.admin{background:#e8f5ee}.bubble small{display:block;margin-top:6px;color:var(--muted);font-size:.68rem}

/* photos */
.photo-mosaic{display:grid;grid-template-columns:1.35fr .65fr .65fr;grid-template-rows:210px 210px;gap:12px}.photo-mosaic figure{position:relative;margin:0;overflow:hidden;border-radius:15px;background:#dbe5e9}.photo-mosaic .photo-main{grid-row:1/3}.photo-mosaic figure:nth-child(2){grid-column:2/4}.photo-mosaic img{width:100%;height:100%;object-fit:cover}.photo-mosaic figcaption{position:absolute;left:10px;bottom:10px;padding:6px 9px;border-radius:8px;background:rgba(6,29,48,.75);color:#fff;font-size:.69rem;font-weight:750}

/* news */
.news-page-main{padding-top:26px}.news-toolbar{margin-bottom:20px}.news-filter-row{display:flex;gap:7px;overflow:auto;padding-bottom:8px;scrollbar-width:none}.news-filter-row::-webkit-scrollbar{display:none}.news-chip{white-space:nowrap;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.78rem;font-weight:800}.news-chip.active{background:var(--navy);border-color:var(--navy);color:#fff}.news-chip.community-chip{border-color:#bddbcc;background:#f4fbf7;color:var(--green2)}.news-search{display:flex;gap:8px;max-width:700px;margin-top:10px}.news-search-field{height:43px;flex:1;display:flex;align-items:center;gap:8px;padding:0 11px;background:#fff;border:1px solid var(--line);border-radius:10px;color:#7c8996}.news-search-field input{width:100%;height:100%;border:0;outline:0;background:transparent}.news-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.news-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 6px 22px rgba(16,43,66,.04)}.news-card-image{height:210px;overflow:hidden;background:#dbe5e9}.news-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.news-card:hover img{transform:scale(1.025)}.news-card-body{display:flex;flex:1;flex-direction:column;padding:16px}.news-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#87939f;font-size:.7rem}.news-meta span{padding:4px 7px;border-radius:999px;background:#e8f5ee;color:var(--green2);font-weight:850}.news-card h2{margin:9px 0 7px;font-size:1.16rem;line-height:1.18;letter-spacing:-.025em}.news-card p{margin:0 0 14px;color:var(--muted);font-size:.84rem}.news-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;color:#85919d;font-size:.7rem}.empty-state{text-align:center}

/* more page */
.more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.more-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:14px}.more-card>svg{color:var(--green2)}.more-card div{display:flex;flex-direction:column}.more-card strong{font-size:.9rem}.more-card span{color:var(--muted);font-size:.75rem}.more-button{width:100%;text-align:left;cursor:pointer}

/* footer */
.footer{margin-top:22px;background:#082b49;color:#fff}.footer-inner{width:min(calc(100% - 40px),var(--max));margin:auto;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;padding:25px 0}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand strong,.footer-brand small{display:block}.footer-brand small{margin-top:2px;color:rgba(255,255,255,.66);font-size:.68rem}.footer-links{display:flex;gap:16px;font-size:.75rem;color:rgba(255,255,255,.78)}.footer-inner>small{color:rgba(255,255,255,.55);font-size:.67rem}

@media(max-width:1120px){.desktop-nav{gap:12px}.desktop-nav>a,.nav-dropdown-trigger{font-size:.77rem}.btn-install{display:none!important}.home-lead-grid{grid-template-columns:1fr}.history-teaser{display:grid;grid-template-columns:280px 1fr}.history-teaser>img{height:100%}.service-strip{grid-template-columns:repeat(3,1fr)}.councillor-mini-grid{grid-template-columns:repeat(2,1fr)}.report-row{grid-template-columns:repeat(3,1fr)}.community-card{grid-column:1/-1}.news-card-grid{grid-template-columns:repeat(2,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}}

@media(max-width:900px){
  body{padding-bottom:68px}.container{width:min(calc(100% - 28px),var(--max))}
  .desktop-nav,.topbar>.btn-install{display:none!important}.topbar,.home-page .topbar,.inner-page .topbar,.topbar.scrolled{height:64px;position:fixed;top:0;left:0;right:0;padding:0 14px;background:rgba(7,39,64,.94);backdrop-filter:blur(14px);box-shadow:0 2px 14px rgba(5,25,43,.1);color:#fff}.brand{min-width:0}.brand-mark{width:36px;height:36px}.brand-copy strong{font-size:.95rem}.brand-copy small{font-size:.65rem}.mobile-head-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.mobile-message-btn,.menu-toggle{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:11px;background:rgba(255,255,255,.08);color:#fff}.menu-toggle{padding:8px}.menu-toggle span{display:block;width:21px;height:2px;margin:2.5px auto;border-radius:2px;background:#fff}.mobile-menu-backdrop{position:fixed;inset:0;z-index:58;background:rgba(3,18,30,.5);opacity:0}.mobile-menu-backdrop.open{display:block;opacity:1}.mobile-menu{display:block;position:fixed;z-index:60;top:0;right:0;bottom:0;width:min(335px,89vw);padding:14px;background:#082b49;color:#fff;transform:translateX(105%);transition:.22s;overflow:auto;box-shadow:-20px 0 45px rgba(0,0,0,.25)}.mobile-menu.open{transform:translateX(0)}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:5px 3px 13px;margin-bottom:9px;border-bottom:1px solid rgba(255,255,255,.13)}.mobile-menu-head strong,.mobile-menu-head small{display:block}.mobile-menu-head small{margin-top:2px;color:rgba(255,255,255,.62);font-size:.68rem}.mobile-menu-close{width:39px;height:39px;border:0;border-radius:10px;background:rgba(255,255,255,.09);color:#fff;font-size:1.7rem;cursor:pointer}.mobile-menu a{display:flex;align-items:center;gap:10px;padding:12px;margin-bottom:6px;border-radius:10px;background:rgba(255,255,255,.055);font-size:.87rem;font-weight:750}
  .hero{height:360px;margin-top:64px}.hero-bg{object-position:58% center}.hero:after{background:linear-gradient(90deg,rgba(5,27,45,.9) 0%,rgba(5,27,45,.64) 55%,rgba(5,27,45,.2) 100%),linear-gradient(0deg,rgba(5,24,40,.43),transparent 60%)}.hero-content{width:calc(100% - 28px);padding:0 0 32px}.hero-copy{max-width:600px}.hero h1{font-size:3.4rem;margin-bottom:9px}.hero-sub{max-width:520px;font-size:1rem;margin-bottom:15px}.hero-facts{display:none}.hero-actions .btn{padding:9px 12px;font-size:.78rem}
  .first-section{padding-top:28px}.section{padding:32px 0}.section-tight{padding:24px 0}.section-head{align-items:center}.section-head h2{font-size:1.55rem}.section-head p{font-size:.82rem}.section-head .text-link{font-size:.75rem}
  .article-grid,.home-article-grid{grid-template-columns:repeat(2,1fr)}.article-grid .article-card:nth-child(3){grid-column:1/-1;display:grid;grid-template-columns:200px 1fr}.article-grid .article-card:nth-child(3) .article-card-media{height:100%}.home-lead-grid{grid-template-columns:1fr}.history-teaser{grid-template-columns:220px 1fr}
  .community-news-grid{grid-template-columns:1fr}.two-col{grid-template-columns:1fr}.councillor-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.sidebar-card{position:static}.street-section{grid-template-columns:1fr}.street-nav{position:static;grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.photo-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:240px 170px 170px}.photo-mosaic .photo-main{grid-column:1/-1;grid-row:1}.photo-mosaic figure:nth-child(2){grid-column:1;grid-row:2/4}.photo-mosaic figure:nth-child(3){grid-column:2;grid-row:2}.photo-mosaic figure:nth-child(4){grid-column:2;grid-row:3}.pwa-banner{grid-template-columns:1fr}.pwa-features{grid-template-columns:repeat(3,1fr)}.news-card-grid{grid-template-columns:repeat(2,1fr)}
  .footer-inner{grid-template-columns:1fr;text-align:center;padding:26px 14px 88px}.footer-brand{justify-content:center}.footer-links{justify-content:center;flex-wrap:wrap}.mobile-bottom-nav{position:fixed;z-index:80;left:0;right:0;bottom:0;height:68px;display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:env(safe-area-inset-bottom);background:rgba(255,255,255,.97);border-top:1px solid var(--line);backdrop-filter:blur(15px);box-shadow:0 -8px 25px rgba(10,35,55,.06)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#71808d;font-size:.61rem;font-weight:800}.mobile-bottom-nav a.active{color:var(--green2)}.dots-icon{height:22px;font-size:1.15rem;font-weight:900;letter-spacing:1px;line-height:18px}
  .page-hero{padding:105px 0 34px}.page-hero h1{font-size:2.7rem}.page-hero p{font-size:.92rem}
}

@media(max-width:620px){
  .container{width:calc(100% - 24px)}.hero{height:320px}.hero-content{width:calc(100% - 24px);padding-bottom:24px}.hero h1{font-size:2.8rem;line-height:.96}.hero-sub{font-size:.91rem;max-width:95%}.hero-eyebrow{font-size:.67rem}.hero-actions .btn-ghost{display:none}.section{padding:26px 0}.section-soft{background:#f0f4f2}.section-head{align-items:flex-end;margin-bottom:14px}.section-head h2{font-size:1.38rem}.section-head p{display:none}.section-head .text-link{font-size:.69rem}
  .article-grid,.home-article-grid{display:grid;grid-template-columns:1fr;gap:11px}.article-grid .article-card,.article-grid .article-card:nth-child(3){display:grid;grid-template-columns:128px 1fr;min-height:118px;border-radius:14px}.article-grid .article-card:first-child{display:block}.article-grid .article-card:first-child .article-card-media{height:190px}.article-grid .article-card:not(:first-child) .article-card-media{height:100%}.article-card-body{padding:12px}.article-card h3{margin:7px 0 4px;font-size:.98rem}.article-card p{font-size:.76rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-topline time{display:none}.history-teaser{display:grid;grid-template-columns:115px 1fr}.history-teaser>img{height:100%;min-height:160px}.history-teaser-copy{padding:13px}.history-teaser h3{font-size:1.04rem}.history-teaser p{font-size:.76rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.history-teaser .btn{font-size:.73rem}
  .community-news-card{padding:14px}.community-news-card h3{font-size:.98rem}.community-news-card p{font-size:.78rem}.community-news-date{font-size:.66rem}.service-strip{display:flex;overflow-x:auto;gap:9px;padding-bottom:5px;scroll-snap-type:x mandatory;scrollbar-width:none}.service-strip::-webkit-scrollbar{display:none}.service-mini{min-width:145px;min-height:125px;scroll-snap-align:start}.street-grid{grid-template-columns:1fr}.event-card{grid-template-columns:64px 1fr}.event-info p{display:none}.councillor-mini-grid{grid-template-columns:1fr 1fr}.councillor-mini{grid-template-columns:auto 1fr;padding:11px}.councillor-mini>svg{display:none}.councillor-mini .avatar{width:34px;height:34px}.report-row{grid-template-columns:1fr 1fr}.report-stat{min-height:94px;padding:12px}.report-icon{width:38px;height:38px}.report-stat strong{font-size:1.3rem}.community-card{grid-column:1/-1;min-height:92px;padding:14px}.pwa-banner{padding:20px;border-radius:15px}.pwa-copy h2{font-size:1.4rem}.pwa-copy p{font-size:.8rem}.pwa-features{display:none}.pwa-actions .btn{font-size:.76rem;padding:9px 11px}
  .page-hero{padding:92px 0 28px}.page-hero h1{font-size:2.35rem}.page-hero p{font-size:.85rem}.content-card,.panel{padding:16px}.article-cover{height:230px}.report-form-grid{grid-template-columns:1fr}.field.full{grid-column:1}.stats-grid{grid-template-columns:1fr 1fr}.stat-card{padding:13px}.stat-card strong{font-size:1.35rem}.timeline-item{grid-template-columns:32px 64px 1fr;gap:7px}.timeline:before{left:15px}.timeline-dot{margin-left:9px}.timeline-year{font-size:.72rem}.demography-chart{height:210px;gap:3px}.bar-wrap strong{font-size:.59rem}.bar-wrap span{font-size:.57rem}.photo-mosaic{display:flex;overflow:auto;scroll-snap-type:x mandatory}.photo-mosaic figure,.photo-mosaic .photo-main,.photo-mosaic figure:nth-child(2),.photo-mosaic figure:nth-child(3),.photo-mosaic figure:nth-child(4){display:block;min-width:82vw;height:220px;scroll-snap-align:start}.street-nav{grid-template-columns:1fr 1fr}
  .news-page-main{padding-top:18px}.news-toolbar{margin-bottom:14px}.news-filter-row{margin-bottom:6px}.news-chip{padding:7px 10px;font-size:.72rem}.news-search{margin-top:6px}.news-search-field{height:41px}.news-search .btn{padding:9px 11px;font-size:.75rem}.news-card-grid{grid-template-columns:1fr;gap:10px}.news-card{display:grid;grid-template-columns:126px 1fr;min-height:120px;border-radius:14px}.news-card-image{height:100%;min-height:120px}.news-card-body{padding:11px}.news-card h2{margin:6px 0 4px;font-size:.98rem}.news-card p{margin-bottom:7px;font-size:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card-footer .text-link{font-size:.68rem}.news-meta time{display:none}
  .community-news-footer{align-items:flex-start}.councillor-grid{grid-template-columns:1fr}.more-grid{grid-template-columns:1fr}.footer-links{gap:10px}.flash{top:72px;left:12px;right:12px;max-width:none}
}

/* ===== v5 refinement: weather, community-first, cleaner mobile ===== */
.weather-card{width:330px;flex:0 0 330px;padding:16px 17px;border:1px solid rgba(255,255,255,.25);border-radius:18px;background:rgba(5,30,49,.66);backdrop-filter:blur(14px);box-shadow:0 16px 40px rgba(0,0,0,.18)}
.weather-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.weather-card-top strong{display:block;font-size:.9rem}.weather-card-top span:not(.weather-icon){display:block;margin-top:3px;color:rgba(255,255,255,.72);font-size:.72rem}.weather-icon{font-size:2rem;line-height:1}.weather-now{display:flex;align-items:center;gap:14px;margin:13px 0}.weather-now>strong{font-size:2.35rem;line-height:1}.weather-now div span{display:block;font-size:.83rem;font-weight:750}.weather-now div small{display:block;margin-top:2px;color:rgba(255,255,255,.68);font-size:.68rem}.weather-forecast{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding-top:11px;border-top:1px solid rgba(255,255,255,.14)}.weather-forecast span{display:block;padding:7px 6px;border-radius:9px;background:rgba(255,255,255,.07);text-align:center}.weather-forecast b,.weather-forecast small{display:block}.weather-forecast b{font-size:.64rem}.weather-forecast small{margin-top:2px;color:rgba(255,255,255,.76);font-size:.65rem}

.community-first{background:#fff}.community-feature-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:15px}.community-feature{min-width:0;padding:19px;background:#f8faf9;border:1px solid #dce7e1;border-radius:17px;box-shadow:0 8px 24px rgba(16,43,66,.04)}.community-feature.is-primary{background:linear-gradient(135deg,#0e3c5f,#16724f);color:#fff;border:0}.community-feature.is-primary .pill{background:rgba(255,255,255,.16);color:#fff}.community-feature.is-primary p,.community-feature.is-primary time{color:rgba(255,255,255,.78)}.community-feature.is-primary .text-link{color:#b8f2d0}.community-feature-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.community-feature time{color:#85918e;font-size:.71rem}.community-feature h3{margin:12px 0 7px;font-size:1.08rem;line-height:1.22}.community-feature p{margin:0 0 14px;color:var(--muted);font-size:.84rem}

.councillor-mini-copy{min-width:0;display:block}.councillor-mini-copy strong,.councillor-mini-copy small{display:block}.report-stat-copy{display:flex!important;min-width:0;flex-direction:column;align-items:flex-start;line-height:1.15}.report-stat-copy small,.report-stat-copy span,.report-stat-copy strong{display:block!important;margin:0!important}.report-stat-copy strong{margin:4px 0 2px!important}.report-stat{overflow:hidden}.community-card{overflow:hidden}

.community-jump{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:18px;padding:15px 17px;border:1px solid #cde1d6;border-radius:15px;background:#eff8f3;color:var(--ink)}.community-jump-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#dff1e7;color:var(--green2)}.community-jump strong,.community-jump small{display:block}.community-jump strong{font-size:.9rem}.community-jump small{margin-top:2px;color:var(--muted);font-size:.75rem}.news-toolbar-label{margin-bottom:8px;color:var(--muted);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.news-filter-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important;overflow:visible!important;padding-bottom:2px!important}.news-chip{display:inline-flex!important;align-items:center;justify-content:center!important;line-height:1!important}.news-search{margin-top:12px!important}.news-card-footer>span{display:inline-flex;align-items:center;gap:5px}

@media(max-width:1120px){.weather-card{width:300px;flex-basis:300px}.community-feature-grid{grid-template-columns:1fr 1fr}.community-feature.is-primary{grid-column:1/-1}}

@media(max-width:900px){
  .topbar,.home-page .topbar,.inner-page .topbar,.topbar.scrolled{gap:8px!important;flex-wrap:nowrap!important}.brand{flex:1 1 auto;min-width:0!important}.mobile-head-actions{flex:0 0 auto!important;display:flex!important;flex-direction:row!important;margin-left:0!important}.mobile-message-btn{display:none!important}.menu-toggle{display:grid!important}
  .hero{height:520px}.hero-content{flex-direction:column;align-items:stretch;justify-content:flex-end;gap:14px;padding-bottom:18px}.hero-copy{max-width:100%}.weather-card{width:100%;flex:0 0 auto;padding:12px 13px}.weather-card-top span:not(.weather-icon){font-size:.68rem}.weather-now{margin:8px 0}.weather-now>strong{font-size:1.8rem}.weather-icon{font-size:1.6rem}.weather-forecast{padding-top:8px}.weather-forecast span{padding:5px}.hero h1{font-size:3rem}.hero-sub{max-width:92%}
  .community-feature-grid{grid-template-columns:1fr}.community-feature.is-primary{grid-column:auto}.councillor-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.councillor-mini{min-width:0}.councillor-mini-copy strong{white-space:normal}.report-row{grid-template-columns:repeat(2,minmax(0,1fr))}.community-card{grid-column:1/-1}
}

@media(max-width:620px){
  .hero{height:510px}.hero h1{font-size:2.55rem;white-space:nowrap}.hero-sub{font-size:.87rem;line-height:1.45}.hero-actions{gap:8px}.hero-actions .btn{padding:9px 11px;font-size:.73rem}.hero-actions .btn-ghost{display:inline-flex}.weather-card{border-radius:14px}.weather-card-top strong{font-size:.8rem}.weather-now>strong{font-size:1.65rem}.weather-now div span{font-size:.73rem}.weather-forecast b,.weather-forecast small{font-size:.59rem}
  .community-feature{padding:14px}.community-feature h3{font-size:1rem}.community-feature p{font-size:.77rem}.community-feature-top time{font-size:.64rem}
  .councillor-mini-grid{grid-template-columns:1fr!important}.councillor-mini{grid-template-columns:38px minmax(0,1fr) 18px!important;gap:10px!important;padding:12px 13px!important}.councillor-mini>svg{display:block!important}.councillor-mini .avatar{width:38px!important;height:38px!important}.councillor-mini-copy strong{font-size:.84rem!important;line-height:1.2}.councillor-mini-copy small{margin-top:3px!important;font-size:.72rem!important}
  .report-row{grid-template-columns:1fr 1fr!important;gap:9px!important}.report-stat{display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-height:92px!important;padding:12px!important}.report-icon{width:40px!important;height:40px!important}.report-stat-copy small{font-size:.67rem!important}.report-stat-copy strong{font-size:1.3rem!important}.report-stat-copy span{font-size:.64rem!important}.community-card{display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-height:0!important;padding:14px!important}.community-card .btn{align-self:flex-start}
  .community-jump{grid-template-columns:38px minmax(0,1fr) 18px;padding:12px;gap:9px}.community-jump-icon{width:38px;height:38px}.community-jump strong{font-size:.8rem}.community-jump small{font-size:.68rem}
  .news-filter-row{flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none;padding:2px 0 7px!important}.news-filter-row::-webkit-scrollbar{display:none}.news-chip{flex:0 0 auto!important;padding:8px 11px!important;margin:0!important;font-size:.7rem!important}.news-search{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:7px!important;width:100%;max-width:none!important}.news-search-field{min-width:0}.news-search .btn{white-space:nowrap}.news-card{grid-template-columns:116px minmax(0,1fr)!important}.news-card-body{min-width:0}.news-card h2{overflow-wrap:anywhere}.news-card-footer>span{font-size:.63rem}.news-card-footer .text-link{font-size:.66rem}
}


/* ===== v5.1 mobile breathing room for reports page ===== */
.report-submit-layout{grid-template-columns:1.1fr .9fr}
.reports-page .content-card h2,.reports-page .panel h3{margin-top:0}
.reports-page .tracking-panel .btn{width:100%}
.reports-page .tracking-panel input{font-size:1rem}
@media(max-width:900px){
  .reports-page .report-submit-layout{grid-template-columns:1fr!important;gap:14px!important}
  .reports-page .tracking-column{width:100%}
}
@media(max-width:620px){
  .reports-page{padding-top:22px}
  .reports-page .report-submit-layout{gap:12px!important}
  .reports-page .content-card,.reports-page .panel{padding:18px;border-radius:18px}
  .reports-page .page-hero + .section{padding-top:22px}
  .reports-page .report-form-grid{gap:14px}
  .reports-page .field{gap:7px}
  .reports-page .field label{font-size:.84rem}
  .reports-page .field input,.reports-page .field select,.reports-page .field textarea{padding:13px 14px;border-radius:13px;font-size:1rem}
  .reports-page .field textarea{min-height:150px}
  .reports-page .content-card h2,.reports-page .tracking-panel h3{font-size:1.45rem;line-height:1.1}
  .reports-page .tracking-panel form{display:grid;gap:10px}
  .reports-page .tracking-panel .btn{margin-top:2px;padding:14px 16px;font-size:1rem}
  .reports-page .tracking-panel .status-badge{margin-bottom:10px}
  .reports-page .reports-list{gap:10px}
  .reports-page .report-item{grid-template-columns:1fr;gap:8px;padding:14px}
  .reports-page .report-item>div:last-child{text-align:left!important}
}

/* ===== article media layouts produced by admin editor ===== */
.prose figure.article-media{max-width:100%;margin:22px auto}.prose figure.article-media img{display:block;width:100%;height:auto;border-radius:14px}.prose figure.article-media figcaption{padding-top:7px;color:#738291;font-size:.76rem;line-height:1.4;text-align:center}.prose figure.media-left{float:left;width:var(--media-width,40%);margin:8px 24px 16px 0}.prose figure.media-right{float:right;width:var(--media-width,40%);margin:8px 0 16px 24px}.prose figure.media-center{width:var(--media-width,75%);margin-left:auto;margin-right:auto}.prose figure.media-wide{width:100%;clear:both}.prose:after{content:"";display:block;clear:both}
@media(max-width:620px){.prose figure.media-left,.prose figure.media-right,.prose figure.media-center{float:none;width:100%!important;margin:18px 0}.prose figure.article-media img{border-radius:12px}}

/* ===== v7 important notices + app consent ===== */
[hidden]{display:none!important}
.notice-priority-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:.65rem;font-weight:850;line-height:1.1;white-space:nowrap}
.notice-priority-badge.priority-1{background:#dff3e8;color:#0d6c43;border:1px solid #b9e0ca}
.notice-priority-badge.priority-2{background:#0d6b4d;color:#fff;border:1px solid #0d6b4d}
.community-feature.priority-1,.community-news-card.priority-1{background:linear-gradient(135deg,#e7f6ee,#f8fcfa);border-color:#a9d9bf;box-shadow:0 10px 28px rgba(15,111,74,.10)}
.community-feature.priority-2,.community-news-card.priority-2{background:linear-gradient(135deg,#0e5e49,#0b7051);border-color:#0b7051;color:#fff;box-shadow:0 14px 34px rgba(10,92,67,.20)}
.community-feature.priority-2 p,.community-feature.priority-2 time,.community-news-card.priority-2 p,.community-news-card.priority-2 .prose p,.community-news-card.priority-2 .community-news-date,.community-news-card.priority-2 .community-news-footer{color:rgba(255,255,255,.82)}
.community-feature.priority-2 .text-link,.community-news-card.priority-2 .text-link{color:#fff}
.community-news-card.priority-2 .community-news-footer{border-color:rgba(255,255,255,.18)}
.community-news-card.priority-2 .pill,.community-feature.priority-2 .pill{background:rgba(255,255,255,.17);color:#fff}
.app-consent-banner{position:fixed;z-index:95;left:50%;bottom:18px;transform:translateX(-50%);width:min(calc(100% - 28px),760px);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(7,39,64,.97);backdrop-filter:blur(16px);color:#fff;box-shadow:0 18px 50px rgba(4,25,42,.28)}
.app-consent-copy{min-width:0}.app-consent-copy strong,.app-consent-copy span{display:block}.app-consent-copy strong{font-size:.9rem}.app-consent-copy span{margin-top:2px;color:rgba(255,255,255,.72);font-size:.75rem}.app-consent-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}.app-consent-close{width:34px;height:34px;border:0;border-radius:9px;background:rgba(255,255,255,.1);color:#fff;font-size:1.35rem;cursor:pointer}
@media(max-width:900px){.app-consent-banner{bottom:78px}}
@media(max-width:620px){.app-consent-banner{align-items:flex-start;flex-direction:column;gap:10px;padding:13px 14px}.app-consent-actions{width:100%;flex-wrap:wrap}.app-consent-actions .btn{flex:1}.app-consent-close{flex:0 0 34px}.notice-priority-badge{font-size:.6rem;padding:3px 7px}}


/* ===== v7.1 push fix, priority clarity, upcoming event ===== */
.community-feature.priority-1,.community-news-card.priority-1{background:#f2f8f5!important;border-color:#b9d8c8!important;color:var(--ink)!important;box-shadow:0 8px 22px rgba(15,111,74,.06)!important}
.community-feature.priority-1{border-left:4px solid #3e9b72!important}
.community-feature.priority-1 h3,.community-news-card.priority-1 h3{color:var(--ink)!important}
.community-feature.priority-1 p,.community-feature.priority-1 time,.community-news-card.priority-1 p,.community-news-card.priority-1 .prose p,.community-news-card.priority-1 .community-news-date,.community-news-card.priority-1 .community-news-footer{color:var(--muted)!important}
.community-feature.priority-1 .text-link,.community-news-card.priority-1 .text-link{color:var(--green2)!important}
.community-feature.priority-1 .pill,.community-news-card.priority-1 .pill{background:#e3f2e9!important;color:var(--green2)!important}
.hero-next-event{display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:10px;max-width:620px;margin-top:14px;padding:10px 12px;border:1px solid rgba(255,255,255,.25);border-radius:13px;background:rgba(5,30,49,.56);backdrop-filter:blur(10px);color:#fff}
.hero-next-event:hover{background:rgba(5,30,49,.7)}
.hero-next-event-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(112,210,155,.16);color:#8ee0b3}
.hero-next-event-copy{min-width:0}.hero-next-event-copy small,.hero-next-event-copy strong,.hero-next-event-copy em{display:block}.hero-next-event-copy small{color:rgba(255,255,255,.7);font-size:.65rem}.hero-next-event-copy strong{margin-top:1px;font-size:.83rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-next-event-copy em{margin-top:1px;color:rgba(255,255,255,.68);font-size:.66rem;font-style:normal}
@media(max-width:900px){.hero-next-event{max-width:none;margin-top:10px;padding:8px 10px}.hero-next-event-icon{width:34px;height:34px}.hero-next-event-copy strong{font-size:.78rem}}
@media(max-width:620px){.hero-next-event{grid-template-columns:32px minmax(0,1fr) 16px;gap:8px;margin-top:9px;padding:7px 9px}.hero-next-event-icon{width:32px;height:32px;border-radius:9px}.hero-next-event-copy small{font-size:.58rem}.hero-next-event-copy strong{font-size:.72rem}.hero-next-event-copy em{display:none}}

/* ===== v7.2 report location + remembered reporter ===== */
.reporter-identity-box{padding:14px;border:1px solid #dce7e1;border-radius:14px;background:#f8fbf9}.reporter-identity-box>small,.location-picker small{color:var(--muted);font-size:.7rem}.identity-switch,.location-mode-switch{display:flex;gap:7px;flex-wrap:wrap}.identity-choice,.location-choice{border:1px solid #cfd9e1;background:#fff;color:var(--ink);border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:800;cursor:pointer}.identity-choice.active,.location-choice.active{border-color:#20855f;background:#e9f6ef;color:#136b4b}.location-picker{gap:10px}.map-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:9px}.report-location-map{height:310px;border:1px solid #d2dce3;border-radius:14px;overflow:hidden;background:#eaf0ec}.my-reports-panel{margin-top:14px}.my-report-list{display:grid;gap:8px}.my-report-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border:1px solid var(--line);border-radius:11px;background:#fff}.my-report-list a>span:first-child{min-width:0}.my-report-list strong,.my-report-list small{display:block}.my-report-list strong{font-size:.8rem}.my-report-list small{margin-top:2px;color:var(--muted);font-size:.67rem}.my-report-list .status-badge{flex:0 0 auto}
@media(max-width:620px){.reporter-identity-box{padding:12px}.identity-switch,.location-mode-switch{display:grid;grid-template-columns:1fr 1fr}.location-mode-switch{grid-template-columns:repeat(3,1fr)}.identity-choice,.location-choice{padding:9px 7px;font-size:.7rem}.report-location-map{height:250px}.map-actions .btn{flex:1}.my-reports-panel{margin-top:12px}.my-report-list a{align-items:flex-start}}

/* Dôležité = jemné, čitateľné zvýraznenie; Veľmi dôležité zostáva výrazné. */
.community-feature.priority-1,.community-news-card.priority-1{background:#f4f8f6!important;border:1px solid #c9ddd2!important;border-left:4px solid #4b9b77!important;color:var(--ink)!important;box-shadow:0 7px 18px rgba(15,90,62,.045)!important}
.community-feature.priority-1 h3,.community-news-card.priority-1 h3{color:var(--ink)!important}.community-feature.priority-1 p,.community-feature.priority-1 time,.community-news-card.priority-1 p,.community-news-card.priority-1 .prose p,.community-news-card.priority-1 .community-news-date,.community-news-card.priority-1 .community-news-footer{color:var(--muted)!important}.community-feature.priority-1 .text-link,.community-news-card.priority-1 .text-link{color:var(--green2)!important}.community-feature.priority-1 .pill,.community-news-card.priority-1 .pill{background:#e8f2ed!important;color:#236f52!important}.notice-priority-badge.priority-1{background:#e6f1eb!important;color:#236f52!important;border-color:#c3dacd!important}

/* ===== v7.3 events + app profile onboarding ===== */
.hero-greeting{display:inline-flex;align-items:center;margin-bottom:9px;padding:6px 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(5,30,49,.42);color:#fff;font-size:.76rem;font-weight:800;backdrop-filter:blur(8px)}
.event-group-label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:12px 0 7px;padding-top:9px;border-top:1px solid var(--line);font-size:.7rem;color:var(--muted)}.event-group-label:first-of-type{margin-top:0;padding-top:0;border-top:0}.event-group-label strong{color:var(--ink);font-size:.72rem}.event-group-local strong{color:var(--green2)}.event-card-local{border-color:#a8d4bd;box-shadow:inset 3px 0 0 #1e8a5b}.event-card-local .event-date{background:linear-gradient(145deg,#17684c,#26936c)}
.events-section+.events-section{margin-top:38px;padding-top:34px;border-top:1px solid var(--line)}.events-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.event-page-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 5px 20px rgba(16,43,66,.035)}.event-page-card-local{border-color:#a8d4bd;box-shadow:inset 4px 0 0 #1e8a5b}.event-page-date{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:21px;background:linear-gradient(145deg,var(--navy),var(--navy2));color:#fff}.event-page-card-local .event-page-date{background:linear-gradient(145deg,#17684c,#26936c)}.event-page-date strong{font-size:1.75rem;line-height:1}.event-page-date span{margin-top:3px;font-size:.66rem;font-weight:900;letter-spacing:.08em}.event-page-copy{padding:18px}.event-page-copy h3{margin:6px 0 8px;font-size:1.12rem}.event-page-copy p{margin:0 0 10px;color:var(--muted);font-size:.84rem}.event-source-tag{display:inline-flex;padding:4px 8px;border-radius:999px;background:#edf2f6;color:#607080;font-size:.62rem;font-weight:850}.event-source-tag.local{background:#e7f4ec;color:#126243}
.profile-onboarding[hidden]{display:none!important}.profile-onboarding{position:fixed;z-index:160;inset:0;display:grid;place-items:center;padding:18px}.profile-onboarding-backdrop{position:absolute;inset:0;background:rgba(3,18,30,.68);backdrop-filter:blur(5px)}.profile-onboarding-dialog{position:relative;z-index:1;width:min(560px,100%);padding:25px;background:#fff;border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.28)}.profile-onboarding-dialog h2{margin:5px 0 8px;font-size:1.65rem}.profile-onboarding-dialog>p{margin:0 0 17px;color:var(--muted)}.profile-onboarding-close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:11px;background:#edf2f5;font-size:1.5rem;cursor:pointer}.profile-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.profile-choice{min-height:120px;padding:15px;text-align:left;border:1px solid var(--line);border-radius:15px;background:#f8fafb;color:var(--ink);cursor:pointer}.profile-choice strong,.profile-choice span{display:block}.profile-choice span{margin-top:6px;color:var(--muted);font-size:.76rem;line-height:1.45}.profile-choice.active{border-color:#58a87d;background:#eaf6ef;box-shadow:0 0 0 3px rgba(30,138,91,.08)}.profile-onboarding-actions{display:flex;gap:9px;margin:17px 0 10px}.modal-open{overflow:hidden}
.profile-settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.profile-settings-card{padding:24px}.profile-settings-side{display:grid;gap:14px}.profile-identity-switch{margin:5px 0 18px}.profile-name-field{max-width:520px}.profile-save-row{display:flex;align-items:center;gap:12px;margin-top:18px}.profile-save-row span{color:var(--muted);font-size:.78rem}
@media(max-width:900px){.events-page-grid{grid-template-columns:1fr}.profile-settings-layout{grid-template-columns:1fr}.hero-greeting{font-size:.7rem}}
@media(max-width:620px){.hero-greeting{margin-bottom:7px;padding:5px 8px;font-size:.66rem}.event-group-label{align-items:flex-start;flex-direction:column;gap:2px}.event-page-card{grid-template-columns:64px minmax(0,1fr)}.event-page-date{padding-top:17px}.event-page-date strong{font-size:1.45rem}.event-page-copy{padding:14px}.event-page-copy h3{font-size:1rem}.profile-onboarding{padding:10px}.profile-onboarding-dialog{padding:20px 16px;border-radius:18px}.profile-onboarding-dialog h2{font-size:1.4rem;padding-right:32px}.profile-choice-grid{grid-template-columns:1fr;gap:8px}.profile-choice{min-height:0}.profile-onboarding-actions{flex-direction:column}.profile-onboarding-actions .btn{width:100%}.profile-settings-card{padding:18px}.profile-save-row{align-items:flex-start;flex-direction:column}}
\n\n/* ===== v7.4 event images + stronger homepage event ===== */\n.hero-next-event{grid-template-columns:58px minmax(0,1fr) 22px;gap:13px;max-width:720px;margin-top:17px;padding:12px 14px;border:1px solid rgba(255,255,255,.34);border-left:4px solid #78d5a0;border-radius:16px;background:rgba(4,30,49,.78);box-shadow:0 14px 34px rgba(0,0,0,.2)}\n.hero-next-event.is-local{background:linear-gradient(110deg,rgba(13,93,67,.9),rgba(5,44,63,.86));border-color:rgba(137,225,174,.55);border-left-color:#8ee0b3}\n.hero-next-event:hover{transform:translateY(-1px);background:rgba(5,38,61,.92)}\n.hero-next-event-photo{width:58px;height:58px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.22)}\n.hero-next-event-icon{width:58px;height:58px;border-radius:12px;background:rgba(142,224,179,.16)}\n.hero-event-label{display:inline-flex;margin-bottom:3px;padding:3px 7px;border-radius:999px;background:rgba(142,224,179,.18);color:#a7efc7;font-size:.58rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}\n.hero-next-event-copy small{font-size:.68rem}.hero-next-event-copy strong{margin-top:3px;font-size:1rem;white-space:normal;line-height:1.15}.hero-next-event-copy em{margin-top:4px;font-size:.7rem}.hero-next-event-arrow{display:grid;place-items:center;color:#bcebd0}\n.event-card-has-image{grid-template-columns:92px minmax(0,1fr)}.event-card-photo{width:92px;height:100%;min-height:86px;object-fit:cover}\n.event-page-card-with-image{grid-template-columns:170px minmax(0,1fr)}.event-page-image{min-height:175px;background:#e7eeea}.event-page-image img{width:100%;height:100%;object-fit:cover}\n@media(max-width:900px){.hero-next-event{grid-template-columns:52px minmax(0,1fr) 20px;max-width:none;padding:11px 12px}.hero-next-event-photo,.hero-next-event-icon{width:52px;height:52px}.hero-next-event-copy strong{font-size:.92rem}}\n@media(max-width:620px){.hero-next-event{grid-template-columns:48px minmax(0,1fr) 18px;gap:10px;margin-top:12px;padding:10px;border-radius:14px}.hero-next-event-photo,.hero-next-event-icon{width:48px;height:48px}.hero-event-label{font-size:.52rem}.hero-next-event-copy small{font-size:.58rem}.hero-next-event-copy strong{font-size:.8rem}.hero-next-event-copy em{display:block;font-size:.6rem}.event-card-has-image{grid-template-columns:76px minmax(0,1fr)}.event-card-photo{width:76px;min-height:76px}.event-page-card-with-image{grid-template-columns:1fr}.event-page-image{height:190px;min-height:0}.event-page-image img{height:190px}}\n
/* ===== v7.5 citizen notices / susedska nastenka ===== */
.citizen-hero{background:linear-gradient(135deg,#0b3153,#0c5f4b)}
.citizen-notices-page{padding-top:28px}.citizen-notice-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:18px;align-items:start}.citizen-create-card{padding:24px}.citizen-card-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.citizen-card-heading h2{margin:4px 0 0}.citizen-auto-delete{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:#edf6f1;color:#176f4b;font-size:.72rem;font-weight:800;white-space:nowrap}.citizen-help{margin:9px 0 18px;color:var(--muted);font-size:.82rem}.citizen-help a{color:var(--green2);text-decoration:underline}.citizen-notice-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.citizen-notice-form .full{grid-column:1/-1}.duration-choice{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.duration-choice label{cursor:pointer}.duration-choice input{position:absolute;opacity:0;pointer-events:none}.duration-choice span{display:block;padding:12px;border:1px solid var(--line);border-radius:13px;background:#fff;transition:.18s}.duration-choice strong,.duration-choice small{display:block}.duration-choice strong{font-size:.84rem}.duration-choice small{margin-top:3px;color:var(--muted);font-size:.67rem}.duration-choice input:checked+span{border-color:#2b8a63;background:#edf7f2;box-shadow:0 0 0 2px rgba(35,130,92,.09)}.citizen-submit-row{display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;gap:16px;padding-top:4px}.citizen-profile-label{color:var(--muted);font-size:.75rem}.citizen-rules-card{display:grid;gap:14px;position:sticky;top:88px}.citizen-rules-card h3{margin:0}.citizen-rule{display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:start;padding-top:12px;border-top:1px solid var(--line)}.citizen-rule svg{color:var(--green2);margin-top:1px}.citizen-rule strong,.citizen-rule span{display:block}.citizen-rule strong{font-size:.82rem}.citizen-rule span{margin-top:3px;color:var(--muted);font-size:.73rem;line-height:1.45}.citizen-active-section{padding-top:35px}.citizen-active-count{padding:7px 10px;border-radius:999px;background:#eef3f6;color:#62717f;font-size:.72rem}.citizen-notice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.citizen-notice-card{display:grid;grid-template-columns:1fr;overflow:hidden;border:1px solid var(--line);border-left:4px solid #3c9a72;border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(16,43,66,.035)}.citizen-notice-card.has-image{grid-template-columns:170px 1fr}.citizen-notice-image{width:100%;height:100%;min-height:190px;object-fit:cover}.citizen-notice-body{padding:17px}.citizen-notice-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.citizen-expiry{display:inline-flex;align-items:center;gap:4px;color:#147a52;font-size:.68rem;font-weight:800}.citizen-notice-card h3{margin:10px 0 6px;font-size:1.03rem}.citizen-notice-card p{margin:0;color:#4b5b68;font-size:.81rem;line-height:1.55}.citizen-notice-meta{display:flex;flex-wrap:wrap;gap:8px 13px;margin-top:12px;padding-top:10px;border-top:1px solid #edf1f3;color:#74818c;font-size:.68rem}.citizen-notice-meta span{display:inline-flex;align-items:center;gap:5px}.citizen-empty{grid-column:1/-1;display:flex;align-items:center;gap:14px}.citizen-empty>span{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:#edf6f1;color:#16734d}.citizen-empty strong,.citizen-empty p{display:block;margin:0}.citizen-empty p{margin-top:3px;color:var(--muted);font-size:.78rem}
.citizen-home-section{padding-top:28px;padding-bottom:32px}.citizen-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.citizen-home-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-left:4px solid #3c9a72;border-radius:15px;background:#fff;transition:.18s}.citizen-home-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(16,43,66,.06)}.citizen-home-card>img{width:100%;height:125px;object-fit:cover}.citizen-home-card>div{padding:14px}.citizen-home-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.citizen-home-top>span:last-child{display:flex;align-items:center;gap:4px;color:#147a52;font-size:.65rem;font-weight:800}.citizen-home-card h3{margin:9px 0 4px;font-size:.96rem}.citizen-home-card p{margin:0;color:var(--muted);font-size:.73rem;line-height:1.45}.citizen-home-empty{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 17px;border:1px dashed #bfcdd4;border-radius:14px;background:#f8faf9}.citizen-home-empty strong,.citizen-home-empty span{display:block}.citizen-home-empty span{margin-top:3px;color:var(--muted);font-size:.75rem}
@media(max-width:900px){.citizen-notice-layout{grid-template-columns:1fr}.citizen-rules-card{position:static}.citizen-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.citizen-notice-grid{grid-template-columns:1fr}}
@media(max-width:620px){.citizen-notices-page{padding-top:18px}.citizen-create-card{padding:17px}.citizen-card-heading{display:block}.citizen-auto-delete{margin-top:9px}.citizen-notice-form{grid-template-columns:1fr;gap:12px}.citizen-notice-form .full{grid-column:1}.duration-choice{grid-template-columns:1fr 1fr 1fr;gap:6px}.duration-choice span{padding:10px 8px;text-align:center}.duration-choice strong{font-size:.75rem}.duration-choice small{font-size:.59rem}.citizen-submit-row{flex-direction:column!important;align-items:stretch!important}.citizen-submit-row .btn{width:100%;justify-content:center;padding:13px}.citizen-profile-label{text-align:center}.citizen-active-section{padding-top:26px}.citizen-active-count{display:none}.citizen-notice-card.has-image{grid-template-columns:112px 1fr}.citizen-notice-image{min-height:170px}.citizen-notice-body{padding:13px}.citizen-notice-card h3{font-size:.95rem}.citizen-notice-card p{font-size:.75rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.citizen-notice-meta{display:grid;gap:5px}.citizen-home-grid{grid-template-columns:1fr}.citizen-home-card{display:grid;grid-template-columns:105px 1fr;min-height:116px}.citizen-home-card>img{height:100%;min-height:116px}.citizen-home-card:not(:has(img)){display:block}.citizen-home-card>div{padding:12px}.citizen-home-card h3{font-size:.9rem}.citizen-home-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.citizen-home-empty{align-items:flex-start;flex-direction:column}}

/* ===== v7.6 community event notices ===== */
.community-news-event{overflow:hidden}.community-news-image{margin:-18px -18px 16px;height:190px;overflow:hidden;background:#edf3ef}.community-news-image img{width:100%;height:100%;object-fit:cover;display:block}.community-event-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin:0 0 14px;padding:10px 12px;border-radius:11px;background:#eef6f1;color:#356552;font-size:.76rem;font-weight:720}.community-event-meta span{display:inline-flex;align-items:center;gap:5px}.community-event-meta .text-link{margin-left:auto}.community-feature-event-meta{display:flex;align-items:center;gap:5px;margin:-4px 0 12px;color:#3d725c;font-size:.74rem;font-weight:750}.community-feature.priority-2 .community-feature-event-meta{color:rgba(255,255,255,.86)}
@media(max-width:620px){.community-news-image{margin:-14px -14px 14px;height:170px}.community-event-meta{align-items:flex-start;flex-direction:column;gap:7px}.community-event-meta .text-link{margin-left:0}.community-feature-event-meta{font-size:.69rem}}


/* ===== v7.7 community notice detail + full image viewer ===== */
.community-news-image{position:relative;width:100%;height:190px;margin:-18px -18px 16px;width:calc(100% + 36px);border:0;border-radius:16px 16px 0 0;overflow:hidden;padding:0;background:#e8efeb;cursor:zoom-in;text-align:left}.community-news-image img{display:block;width:100%;height:100%;object-fit:cover}.community-news-image .image-zoom-hint{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:9px;background:rgba(5,29,47,.78);color:#fff;font-size:.7rem;font-weight:800;backdrop-filter:blur(8px)}.notice-read-more{margin-top:2px}.notice-detail-hero{padding:118px 0 42px;background:linear-gradient(135deg,#0b3153,#0c5f4b);color:#fff}.notice-detail-hero.priority-2{background:linear-gradient(135deg,#0b3153 0%,#0c6c50 58%,#12825c 100%)}.notice-detail-head{max-width:900px}.notice-back-link{display:inline-flex;align-items:center;gap:5px;margin-bottom:18px;color:rgba(255,255,255,.78);font-size:.8rem;font-weight:800}.notice-back-link svg{transform:rotate(180deg)}.notice-detail-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.notice-detail-hero h1{max-width:900px;margin:13px 0 13px;font-size:clamp(2.3rem,5vw,4.3rem);line-height:1.02;letter-spacing:-.045em}.notice-detail-meta{display:flex;gap:18px;flex-wrap:wrap;color:rgba(255,255,255,.72);font-size:.78rem}.notice-detail-meta span{display:flex;align-items:center;gap:6px}.notice-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:22px;align-items:start}.notice-detail-card{padding:26px}.notice-detail-image{position:relative;display:block;width:100%;height:min(520px,52vw);min-height:280px;margin:0 0 23px;padding:0;border:0;border-radius:17px;overflow:hidden;background:#e8efeb;cursor:zoom-in}.notice-detail-image img{width:100%;height:100%;object-fit:contain;background:#eef2f0}.notice-detail-image span{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:10px;background:rgba(4,27,44,.82);color:#fff;font-size:.74rem;font-weight:800;backdrop-filter:blur(8px)}.notice-detail-event{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center;margin-bottom:23px;padding:15px;border:1px solid #cfe3d8;border-radius:14px;background:#f2f8f4}.notice-detail-event>div{min-width:0}.notice-detail-event strong,.notice-detail-event span{display:flex;align-items:center;gap:6px}.notice-detail-event strong{font-size:.73rem;color:#456256}.notice-detail-event span{margin-top:4px;font-size:.86rem;font-weight:800;color:#183e30}.notice-detail-lead{margin:0 0 20px;font-size:1.08rem;line-height:1.65;color:#364a5c;font-weight:650}.notice-detail-prose{font-size:1rem;line-height:1.75}.notice-detail-source{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:28px;padding-top:17px;border-top:1px solid var(--line);color:var(--muted);font-size:.78rem}.notice-detail-aside{position:sticky;top:88px}.image-lightbox{position:fixed;inset:0;z-index:150;display:grid;place-items:center;padding:24px;background:rgba(2,14,24,.9);opacity:0;visibility:hidden;transition:.18s}.image-lightbox.open{opacity:1;visibility:visible}.image-lightbox-inner{position:relative;display:flex;flex-direction:column;align-items:center;max-width:min(96vw,1500px);max-height:94vh}.image-lightbox img{display:block;max-width:100%;max-height:87vh;object-fit:contain;border-radius:10px;box-shadow:0 25px 80px rgba(0,0,0,.45)}.image-lightbox-caption{max-width:900px;margin-top:9px;color:rgba(255,255,255,.82);font-size:.8rem;text-align:center}.image-lightbox-close{position:fixed;top:max(14px,env(safe-area-inset-top));right:14px;width:45px;height:45px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer;backdrop-filter:blur(8px)}body.lightbox-open{overflow:hidden}
@media(max-width:900px){.notice-detail-hero{padding:94px 0 32px}.notice-detail-layout{grid-template-columns:1fr}.notice-detail-aside{position:static}.notice-detail-event{grid-template-columns:1fr 1fr}.notice-detail-event .btn{grid-column:1/-1;justify-self:start}}
@media(max-width:620px){.community-news-image{height:180px;margin:-14px -14px 14px;width:calc(100% + 28px)}.community-news-image .image-zoom-hint{font-size:.65rem}.notice-detail-hero{padding:88px 0 27px}.notice-detail-hero h1{font-size:2.25rem}.notice-detail-card{padding:15px;border-radius:16px}.notice-detail-image{height:auto;min-height:0;max-height:none;margin-bottom:17px}.notice-detail-image img{height:auto;max-height:68vh;object-fit:contain}.notice-detail-event{grid-template-columns:1fr;padding:13px}.notice-detail-event .btn{grid-column:auto;width:100%}.notice-detail-lead{font-size:.98rem}.notice-detail-prose{font-size:.94rem}.notice-detail-source{align-items:flex-start;flex-direction:column}.image-lightbox{padding:12px}.image-lightbox img{max-height:82vh}.image-lightbox-close{width:42px;height:42px}}


/* ===== v7.8: public lists first, create actions lower ===== */
.reports-current-section,.citizen-active-first{padding-top:0}
.below-list-action{display:flex;justify-content:center;padding:24px 0 4px}
.btn-add-public{min-width:230px;justify-content:center;padding:12px 18px}
.report-tools-section{padding-top:28px}.report-tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.report-tools-grid .panel{height:100%}
.create-public-section{padding-top:30px}.create-public-details{border:0}.create-public-details>summary{list-style:none;display:flex;align-items:center;justify-content:center;gap:8px;width:max-content;min-width:230px;margin:0 auto;padding:12px 18px;border-radius:999px;background:var(--green);color:#fff;font-weight:850;cursor:pointer;box-shadow:0 8px 22px rgba(20,129,90,.16)}.create-public-details>summary::-webkit-details-marker{display:none}.create-public-details[open]>summary{margin-bottom:18px;background:#0d684b}.create-public-inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);gap:18px;align-items:start}.create-info-panel{position:sticky;top:90px}.create-info-panel h3{margin-top:0}.create-info-panel p{color:var(--muted);font-size:.82rem;line-height:1.55}.citizen-create-lower{padding-top:30px}.citizen-create-inner{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)}
@media(max-width:900px){.report-tools-grid,.create-public-inner,.citizen-create-inner{grid-template-columns:1fr}.create-info-panel,.citizen-rules-card{position:static}.below-list-action{padding-top:20px}}
@media(max-width:620px){.reports-current-section .reports-list,.citizen-active-first .citizen-notice-grid{margin-top:4px}.below-list-action{padding:18px 0 2px}.btn-add-public,.create-public-details>summary{width:100%;min-width:0}.create-public-section,.citizen-create-lower{padding-top:22px}.create-public-details[open]>summary{margin-bottom:12px}.report-tools-section{padding-top:20px}.report-tools-grid{gap:10px}.create-public-inner{gap:10px}.citizen-active-first{padding-top:0}.app-consent-banner{max-height:calc(100vh - 96px);overflow:auto}}

.report-tools-grid.single-tool{grid-template-columns:minmax(0,640px)}

/* ===== v7.9 events, councillor contact and panorama ===== */
.event-calendar-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.event-author{margin-top:8px;color:var(--muted);font-size:.72rem}.event-page-image button{display:block;width:100%;height:100%;border:0;padding:0;background:transparent;cursor:zoom-in}.event-page-image button img{width:100%;height:100%;object-fit:cover}.councillor-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:15px}.sipok-panorama-showcase{padding:18px 0 5px;background:#f4f7f6}.sipok-panorama-button{position:relative;display:block;width:100%;height:330px;overflow:hidden;border:0;border-radius:22px;padding:0;background:#0a354f;box-shadow:0 18px 45px rgba(14,45,62,.12);cursor:zoom-in;text-align:left}.sipok-panorama-button:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,29,45,.77),rgba(5,29,45,.1) 58%,rgba(5,29,45,.03))}.sipok-panorama-button img{width:100%;height:100%;object-fit:cover;object-position:center}.sipok-panorama-button>span{position:absolute;z-index:2;left:28px;bottom:25px;color:#fff}.sipok-panorama-button small,.sipok-panorama-button strong,.sipok-panorama-button em{display:block}.sipok-panorama-button small{text-transform:uppercase;letter-spacing:.12em;font-size:.69rem;font-weight:850;color:#a4e2c2}.sipok-panorama-button strong{margin-top:4px;font-size:1.75rem}.sipok-panorama-button em{margin-top:7px;font-size:.75rem;font-style:normal;color:rgba(255,255,255,.76)}
@media(max-width:620px){.event-calendar-actions .btn{font-size:.72rem;padding:9px 10px}.sipok-panorama-showcase{padding:12px 0 0}.sipok-panorama-button{height:210px;border-radius:16px}.sipok-panorama-button>span{left:17px;bottom:16px}.sipok-panorama-button strong{font-size:1.25rem}.sipok-panorama-button em{font-size:.67rem}.councillor-actions{align-items:flex-start;flex-direction:column}}


/* ===== v7.9b reports delete + UBIAN MHD ===== */
.mhd-home-section{padding:18px 0 4px;background:#f4f7f6}.mhd-home-card{display:grid;grid-template-columns:54px minmax(0,1fr) 24px;gap:15px;align-items:center;padding:16px 18px;border:1px solid #d6e5de;border-radius:17px;background:linear-gradient(110deg,#eef8f2,#fff);box-shadow:0 8px 25px rgba(12,55,46,.06)}.mhd-home-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:#0d704f;color:#fff}.mhd-home-copy small,.mhd-home-copy strong,.mhd-home-copy em{display:block}.mhd-home-copy small{color:#16815c;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mhd-home-copy strong{margin-top:3px;color:#132b3d;font-size:1.06rem}.mhd-home-copy em{margin-top:3px;color:#6f7e89;font-size:.76rem;font-style:normal}.mhd-home-arrow{color:#147a58}.mhd-page-hero{background:linear-gradient(135deg,#0b3153,#0c664f)}.mhd-live-card{padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(10,45,63,.06)}.mhd-live-head{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;align-items:center}.mhd-stop-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:#e9f5ef;color:#117450}.mhd-live-head h2{margin:2px 0 3px;font-size:1.55rem}.mhd-live-head p{margin:0;color:var(--muted)}.mhd-now{text-align:right}.mhd-now small,.mhd-now strong{display:block}.mhd-now small{color:var(--muted);font-size:.68rem}.mhd-now strong{font-size:1.65rem}.mhd-route-note{display:grid;grid-template-columns:170px 1fr;gap:15px;margin:20px 0;padding:14px 15px;border-radius:13px;background:#f1f6f3}.mhd-route-note strong{color:#116f50}.mhd-route-note span{color:#536472;font-size:.83rem}.mhd-actions{display:flex;gap:10px;flex-wrap:wrap}.mhd-embed{margin-top:18px}.mhd-embed-note{margin-bottom:10px;padding:11px 13px;border-radius:11px;background:#fff5dd;color:#6d5822;font-size:.78rem}.mhd-embed iframe{width:100%;height:680px;border:1px solid var(--line);border-radius:15px;background:#f4f7f8}.mhd-source-note{margin-top:12px}.admin-row-actions-inline{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
@media(max-width:620px){.mhd-home-section{padding:12px 0 2px}.mhd-home-card{grid-template-columns:45px minmax(0,1fr) 18px;padding:13px;gap:11px}.mhd-home-icon{width:45px;height:45px}.mhd-home-copy strong{font-size:.9rem}.mhd-home-copy em{font-size:.68rem}.mhd-live-card{padding:15px}.mhd-live-head{grid-template-columns:48px minmax(0,1fr);gap:10px}.mhd-stop-icon{width:48px;height:48px}.mhd-now{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding-top:9px;border-top:1px solid var(--line);text-align:left}.mhd-now strong{font-size:1.25rem}.mhd-route-note{grid-template-columns:1fr;gap:5px}.mhd-actions .btn{width:100%}.mhd-embed iframe{height:620px}}

/* ===== v7.9c live MHD card – no external UBIAN UI ===== */
.mhd-home-card.mhd-live-home{display:grid;grid-template-columns:54px minmax(0,1fr) minmax(190px,.7fr);gap:16px;align-items:center;padding:17px 19px;border:1px solid #cfe3d8;border-radius:18px;background:linear-gradient(110deg,#eaf7ef 0%,#fff 64%);box-shadow:0 10px 28px rgba(12,55,46,.07);cursor:default}
.mhd-live-main{min-width:0}.mhd-live-main>small{display:block;color:#16815c;font-size:.67rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mhd-live-route{margin-top:4px}.mhd-live-route>span{display:block;color:#60717d;font-size:.7rem;font-weight:750}.mhd-live-route>strong{display:block;margin-top:2px;color:#112b3e;font-size:1.05rem}.mhd-live-route b{padding:0 4px;color:#16815c}.mhd-live-time-row{display:flex;align-items:baseline;gap:10px;margin-top:8px}.mhd-departure-time{font-size:1.75rem;line-height:1;color:#0b6549}.mhd-countdown{display:inline-flex;padding:5px 9px;border-radius:999px;background:#dff3e8;color:#0d684b;font-size:.74rem;font-weight:900}.mhd-next-mini{display:grid;gap:5px;padding-left:17px;border-left:1px solid #d7e5df}.mhd-next-mini small{color:#70808c;font-size:.65rem;font-weight:800}.mhd-next-mini span{display:block;color:#53636e;font-size:.72rem}.mhd-next-mini b{display:inline-block;min-width:42px;color:#173349;font-size:.8rem}
.mhd-primary-departure{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:21px 0 16px;padding:18px;border-radius:16px;background:linear-gradient(110deg,#0d704f,#0b4f5e);color:#fff}.mhd-primary-departure small,.mhd-primary-departure strong{display:block}.mhd-primary-departure small{color:rgba(255,255,255,.72);font-size:.69rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.mhd-primary-departure>div>strong{margin-top:4px;font-size:1.15rem}.mhd-primary-departure b{color:#9fe5c1}.mhd-primary-time{text-align:right}.mhd-primary-time>strong{font-size:2.1rem;line-height:1}.mhd-primary-time>span{display:block;margin-top:4px;color:#b9ecd0;font-size:.78rem;font-weight:900}.mhd-departure-list{display:grid;border-top:1px solid var(--line)}.mhd-departure-row{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:14px;align-items:center;padding:13px 5px;border-bottom:1px solid var(--line)}.mhd-departure-row.is-next{background:#f1f8f4}.mhd-departure-clock{font-size:1.15rem;font-weight:900;color:#153247}.mhd-departure-destination strong,.mhd-departure-destination small{display:block}.mhd-departure-destination strong{font-size:.84rem}.mhd-departure-destination small{margin-top:2px;color:var(--muted);font-size:.68rem}.mhd-departure-in{justify-self:end;color:#0b704e;font-size:.74rem;font-weight:900}
@media(max-width:760px){.mhd-home-card.mhd-live-home{grid-template-columns:46px minmax(0,1fr);gap:11px;padding:14px}.mhd-next-mini{grid-column:1/-1;display:flex;gap:10px;overflow-x:auto;padding:10px 0 0;border-left:0;border-top:1px solid #d7e5df}.mhd-next-mini small{display:none}.mhd-next-mini span{white-space:nowrap;padding:5px 8px;border-radius:9px;background:#f2f6f4}.mhd-live-route>strong{font-size:.94rem}.mhd-departure-time{font-size:1.55rem}.mhd-primary-departure{align-items:flex-start;flex-direction:column;gap:12px}.mhd-primary-time{text-align:left}.mhd-departure-row{grid-template-columns:58px minmax(0,1fr);gap:10px}.mhd-departure-in{grid-column:2;justify-self:start}}


/* ===== v7.9h MHD first + corrected weekend/holiday UX ===== */
.mhd-home-section{padding:12px 0 8px!important;background:#eef5f2!important}
.mhd-home-section+.community-first{padding-top:28px}
.mhd-home-card.mhd-live-home{border-color:#bcdacb!important;box-shadow:0 12px 32px rgba(10,83,58,.10)!important}
.mhd-live-route>span{display:block;color:#167a58;font-weight:850}
.mhd-departure-time{font-variant-numeric:tabular-nums}
@media(max-width:760px){
  .mhd-home-section{padding:9px 0 5px!important}
  .mhd-home-section .container{width:calc(100% - 18px)}
  .mhd-home-card.mhd-live-home{border-radius:16px!important;padding:13px!important;background:linear-gradient(135deg,#e6f5ec 0%,#fff 78%)!important}
  .mhd-live-main>small{font-size:.64rem;font-weight:850;color:#467161}
  .mhd-live-route>span{font-size:.67rem;margin-top:2px}
  .mhd-live-route>strong{font-size:.96rem!important}
  .mhd-live-time-row{margin-top:5px}
  .mhd-departure-time{font-size:1.9rem!important;line-height:1}
  .mhd-countdown{font-size:.78rem;font-weight:850;color:#0d704f}
  .mhd-next-mini{margin-top:2px}
  .mhd-next-mini span{font-size:.71rem}
  .mhd-home-section+.community-first{padding-top:22px}
}

/* ===== v7.10 premium mobile home ===== */
.mobile-home-dashboard{display:none}
.brand-mark-logo{overflow:hidden;padding:0;border:0;background:transparent}
.brand-mark-logo img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.mobile-notice-btn{position:relative}
.mobile-notice-dot{position:absolute;top:8px;right:8px;width:7px;height:7px;border-radius:50%;background:#69d68f;box-shadow:0 0 0 2px #0a3658}

@media(max-width:760px){
  body.home-page{background:#f4f7f8}
  body{padding-bottom:78px}
  .home-page .topbar,.home-page .topbar.scrolled,.inner-page .topbar,.topbar.scrolled{height:68px!important;padding:0 14px!important;background:#082f50!important;box-shadow:0 4px 18px rgba(3,25,44,.16)!important;backdrop-filter:blur(16px)}
  .brand{gap:10px!important;min-width:0!important}.brand-mark-logo{width:42px!important;height:42px!important;border-radius:13px!important}.brand-copy strong{font-size:1rem!important;line-height:1.05!important}.brand-copy small{margin-top:3px!important;font-size:.66rem!important;opacity:.76!important}
  .mobile-head-actions{display:flex!important;gap:7px!important}.mobile-message-btn,.menu-toggle{display:grid!important;width:42px!important;height:42px!important;border-radius:13px!important;background:rgba(255,255,255,.075)!important}.mobile-message-btn{color:#fff!important}.menu-toggle{padding:9px!important}

  .mobile-home-dashboard{display:block;margin-top:68px;background:linear-gradient(180deg,#0a3a61 0,#0a365a 42%,#0c4268 100%);color:#fff;overflow:hidden}
  .mobile-home-banner{position:relative;height:210px;overflow:hidden;background:#0b3659}
  .mobile-home-banner>img{width:100%;height:100%;object-fit:cover;object-position:center 44%}
  .mobile-home-banner-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,30,51,.08),rgba(4,31,52,.22) 45%,rgba(4,31,52,.78) 100%)}
  .mobile-home-banner-copy{position:absolute;left:18px;right:18px;bottom:40px;z-index:2;text-shadow:0 2px 12px rgba(0,0,0,.28)}
  .mobile-home-banner-copy strong,.mobile-home-banner-copy span{display:block}.mobile-home-banner-copy strong{font-size:1.08rem;letter-spacing:-.015em}.mobile-home-banner-copy span{margin-top:3px;color:rgba(255,255,255,.78);font-size:.73rem}.mobile-home-greeting{display:inline-flex;margin-bottom:6px;padding:4px 8px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(5,38,62,.42);backdrop-filter:blur(8px);font-size:.7rem;font-weight:800;color:#b8f0d0}
  .mobile-home-inner{width:calc(100% - 20px);margin:-28px auto 0;padding-bottom:20px;position:relative;z-index:3;display:grid;gap:11px}

  .mobile-info-strip{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:62px;padding:0 15px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(7,38,64,.92);box-shadow:0 12px 28px rgba(2,22,38,.18);backdrop-filter:blur(14px)}
  .mobile-info-date,.mobile-info-weather{display:flex;align-items:center;gap:8px;min-width:0}.mobile-info-date{padding-right:12px;border-right:1px solid rgba(255,255,255,.13)}.mobile-info-date span{font-size:.76rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-info-weather{justify-content:flex-end;padding-left:12px}.mobile-info-weather strong{font-size:1.05rem}.mobile-info-weather>span:last-of-type{max-width:78px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(255,255,255,.72);font-size:.69rem}.mobile-weather-icon{font-size:1.25rem;line-height:1}

  .mobile-mhd-card,.mobile-alert-card,.mobile-event-card,.mobile-news-card,.mobile-quick-card{color:#14263a;background:#fff;border:1px solid rgba(216,226,233,.92);box-shadow:0 12px 26px rgba(2,30,53,.14)}
  .mobile-mhd-card{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:11px;align-items:center;padding:15px 14px;border-radius:20px}
  .mobile-card-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:15px}.mobile-card-icon.blue{background:linear-gradient(145deg,#e7f2ff,#cfe4fb);color:#1266b5}.mobile-card-icon.green{background:linear-gradient(145deg,#e3f7eb,#ccebd9);color:#0b7a50}.mobile-card-icon.soft-green{background:#eaf7ee;color:#13754f}
  .mobile-mhd-copy{min-width:0}.mobile-kicker{display:block;margin-bottom:2px;color:#1d3854;font-size:.71rem;font-weight:900}.mobile-mhd-copy>small{display:block;color:#73808c;font-size:.65rem}.mobile-mhd-copy>strong{display:block;margin-top:3px;font-size:.88rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-mhd-copy>strong b{padding:0 3px;color:#168158}.mobile-mhd-time{align-self:center;text-align:right;padding-right:14px}.mobile-mhd-time strong{display:block;font-size:1.85rem;line-height:1;color:#0c3556;font-variant-numeric:tabular-nums}.mobile-mhd-time span{display:block;margin-top:4px;color:#118256;font-size:.69rem;font-weight:900;white-space:nowrap}.mobile-mhd-next{display:flex;gap:9px;margin-top:7px;padding-top:7px;border-top:1px solid #ebeff2;overflow:hidden}.mobile-mhd-next span{color:#687887;font-size:.61rem;white-space:nowrap}.mobile-mhd-next b{color:#1c344c}.mobile-card-chevron{position:absolute;right:10px;top:12px;color:#8697a6}

  .mobile-alert-card{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr);gap:11px;align-items:center;padding:13px 14px;border-radius:18px}.mobile-alert-card.priority-1{background:linear-gradient(110deg,#e9f8ee,#f8fdf9);border-color:#bfe4ce}.mobile-alert-card.priority-2{background:linear-gradient(120deg,#0f7753,#0b5d46);border-color:transparent;color:#fff}.mobile-alert-card.priority-2 .mobile-card-icon{background:rgba(255,255,255,.14);color:#fff}.mobile-alert-card.priority-2 .mobile-alert-copy small,.mobile-alert-card.priority-2 .mobile-alert-copy span,.mobile-alert-card.priority-2 .mobile-card-chevron{color:rgba(255,255,255,.82)}.mobile-alert-copy{min-width:0;padding-right:22px}.mobile-alert-copy small,.mobile-alert-copy strong,.mobile-alert-copy span{display:block}.mobile-alert-copy small{color:#0f7550;font-size:.66rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.mobile-alert-copy strong{margin-top:2px;font-size:.9rem;line-height:1.22}.mobile-alert-copy span{margin-top:3px;color:#65746f;font-size:.68rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

  .mobile-event-card{padding:14px;border-radius:20px}.mobile-event-main{display:grid;grid-template-columns:44px minmax(0,1fr);gap:11px;align-items:start}.mobile-event-copy{min-width:0}.mobile-event-copy>small{display:block;color:#7b8792;font-size:.65rem}.mobile-event-copy a>strong{display:block;margin-top:2px;font-size:.91rem;line-height:1.22}.mobile-event-meta{display:flex;flex-wrap:wrap;gap:7px 12px;margin-top:8px;color:#627283;font-size:.64rem}.mobile-event-meta span{display:flex;align-items:center;gap:4px}.mobile-calendar-btn{display:inline-flex;align-items:center;gap:5px;margin:11px 0 0 55px;padding:7px 10px;border:1px solid #74b992;border-radius:9px;color:#0d744f;font-size:.68rem;font-weight:850}

  .mobile-news-card{padding:14px;border-radius:20px}.mobile-card-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:6px}.mobile-card-head small,.mobile-card-head strong{display:block}.mobile-card-head small{color:#16815c;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.mobile-card-head strong{margin-top:1px;font-size:1rem}.mobile-card-head>a{display:flex;align-items:center;gap:3px;color:#1662ad;font-size:.67rem;font-weight:850}.mobile-news-list{display:grid}.mobile-news-item{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr) 15px;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #edf1f4}.mobile-news-item:first-child{border-top:0}.mobile-news-item>img{width:92px;height:70px;object-fit:cover;border-radius:11px}.mobile-news-item>div{min-width:0}.mobile-news-item strong{display:block;font-size:.78rem;line-height:1.28}.mobile-news-item p{display:-webkit-box;margin:3px 0 0;color:#687887;font-size:.64rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.mobile-news-item time{display:block;margin-top:4px;color:#9aa5ae;font-size:.57rem}.mobile-news-item>span{color:#93a1ad}

  .mobile-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-quick-card{display:grid;grid-template-columns:40px minmax(0,1fr) 14px;gap:9px;align-items:center;min-height:88px;padding:12px;border-radius:18px}.mobile-quick-card .mobile-card-icon{width:40px;height:40px;border-radius:14px}.mobile-quick-card>span:nth-child(2){min-width:0}.mobile-quick-card strong,.mobile-quick-card small{display:block}.mobile-quick-card strong{font-size:.76rem;line-height:1.2}.mobile-quick-card small{margin-top:4px;color:#74828d;font-size:.59rem;line-height:1.3}.mobile-quick-card>svg{color:#8b9aa6}

  .desktop-home-hero,.mhd-home-section,.community-first,.citizen-home-section,.home-articles-section,.home-reports-section{display:none!important}.event-panel-home{display:none!important}
  .home-page main>.section:not(.home-articles-section):not(.community-first):not(.citizen-home-section):not(.mhd-home-section):not(.home-reports-section){padding-top:26px;padding-bottom:26px}

  .mobile-bottom-nav{height:76px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;padding:5px 5px max(5px,env(safe-area-inset-bottom))!important;background:rgba(255,255,255,.98)!important;box-shadow:0 -10px 30px rgba(7,34,55,.12)!important}.mobile-bottom-nav a{gap:3px!important;border-radius:14px;color:#71808d!important;font-size:.56rem!important}.mobile-bottom-nav a.active{margin:1px 3px;background:#e7f5ed;color:#0d704f!important}.mobile-bottom-nav a.active svg{transform:scale(1.05)}.dots-icon{height:21px!important;font-size:1.08rem!important}
}

@media(max-width:390px){
  .mobile-home-banner{height:194px}.mobile-home-inner{width:calc(100% - 16px);gap:9px}.mobile-info-strip{min-height:58px;padding:0 12px}.mobile-info-date span{font-size:.7rem}.mobile-info-weather{gap:6px}.mobile-info-weather>span:last-of-type{display:none}.mobile-mhd-card{grid-template-columns:44px minmax(0,1fr) auto;padding:13px 11px}.mobile-card-icon{width:40px;height:40px}.mobile-mhd-time{padding-right:7px}.mobile-mhd-time strong{font-size:1.55rem}.mobile-mhd-time span{font-size:.61rem}.mobile-mhd-copy>strong{font-size:.8rem}.mobile-mhd-next{gap:6px}.mobile-mhd-next span{font-size:.56rem}.mobile-alert-card{padding:12px}.mobile-event-card,.mobile-news-card{padding:12px}.mobile-calendar-btn{margin-left:51px}.mobile-news-item{grid-template-columns:82px minmax(0,1fr) 13px}.mobile-news-item>img{width:82px;height:64px}.mobile-quick-grid{grid-template-columns:1fr}.mobile-quick-card{min-height:72px}.mobile-bottom-nav a{font-size:.52rem!important}
}

/* ===== v7.10b services directory mobile polish + live opening state ===== */
.services-filter-card{margin-bottom:22px;padding:17px 18px}.services-filter-form{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.services-filter-select{min-width:260px;flex:1 1 320px;max-width:460px}.service-directory-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:19px;border-radius:18px;box-shadow:0 8px 24px rgba(13,42,64,.035)}
.service-title-wrap{min-width:0}.service-directory-card .service-card-head{align-items:flex-start}.service-directory-card .service-card-head .service-icon{flex:0 0 45px;margin:0}.service-directory-card h3{margin:4px 0 0;font-size:1.14rem;line-height:1.18;overflow-wrap:anywhere}.service-description{margin:15px 0 14px;color:#394b5c;line-height:1.48}
.service-live-status{display:flex;align-items:center;gap:7px;width:max-content;max-width:100%;margin:13px 0 0;padding:7px 10px;border-radius:999px;font-size:.76rem;line-height:1.1}.service-live-status strong{font-size:.76rem}.service-live-status>span:last-child{color:inherit;opacity:.78}.service-live-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%}.service-live-open{background:#e7f6ed;color:#0b704d}.service-live-open .service-live-dot{background:#15a36f;box-shadow:0 0 0 4px rgba(21,163,111,.12)}.service-live-closed{background:#f1f4f6;color:#596976}.service-live-closed .service-live-dot{background:#8795a1}.service-details{display:grid;gap:7px;margin-top:auto}.service-details>div{display:flex;align-items:flex-start;gap:7px;min-width:0}.service-details svg{flex:0 0 auto;margin-top:2px}.service-details span,.service-details a{min-width:0;overflow-wrap:anywhere}.service-hours-row span{display:flex;flex-direction:column;gap:2px}.service-hours-row small{color:#273c4f;font-size:.67rem;font-weight:850;text-transform:uppercase;letter-spacing:.035em}.services-note{margin-top:20px}
@media(max-width:760px){
  .services-page{padding-top:22px}.services-hero{padding-bottom:30px}.services-filter-card{padding:14px;border-radius:17px;margin-bottom:15px}.services-filter-form{display:grid;grid-template-columns:1fr auto;gap:9px}.services-filter-select{grid-column:1/-1;min-width:0;max-width:none}.services-filter-form>.btn{min-height:44px}.services-directory-grid{grid-template-columns:1fr!important;gap:11px!important}.service-directory-card{padding:16px;border-radius:17px}.service-directory-card h3{font-size:1.12rem}.service-description{margin:13px 0 12px;font-size:.88rem}.service-details{font-size:.79rem;gap:6px}.service-live-status{margin-top:11px}.service-actions .btn{width:100%;justify-content:center}.services-note{font-size:.68rem;line-height:1.45}
}
@media(max-width:430px){.services-filter-form{grid-template-columns:1fr}.services-filter-form>.btn{width:100%}.service-directory-card .service-card-head{gap:10px}.service-directory-card .service-card-head .service-icon{width:42px;height:42px;flex-basis:42px}.service-directory-card h3{font-size:1.08rem}}
