:root{--background:#fcfcf9;--foreground:#18392e;--card:#fff;--primary:#19563b;--primary-foreground:#fff;--muted:#eff1ec;--muted-foreground:#59685f;--accent:#f1a43c;--accent-foreground:#18392e;--border:#d9e1d9;--radius:.6rem}
*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid #d58019;outline-offset:5px}.masthead{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:27px 5%}.brand{font-size:38px;letter-spacing:-2px;font-weight:800}.brand span{font-weight:400}.brand i{color:#ee9125;font-style:normal;font-size:20px;margin-left:5px}.edition{display:flex;gap:9px;align-items:center;font-size:12px;font-weight:700;letter-spacing:1.4px}.edition span{border-left:1px solid #ccd8cd;margin-left:12px;padding-left:20px;color:#6c7b70}.admin-link{display:flex;gap:7px;font-size:14px}.nav{display:flex;justify-content:center;gap:39px;border-block:1px solid var(--border);padding:18px 24px;font-size:14px}.nav .active{font-weight:700;color:#af5c08}.container{max-width:1320px;padding:35px 40px 65px;margin:auto}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px}.intro{display:flex;justify-content:space-between;color:#45634e}.intro span{color:#7e887e}.lead{display:flex;align-items:flex-end;justify-content:space-between;margin:28px 0 34px;gap:25px}h1,h2,h3,p{margin:0}h1{font-family:Georgia,serif;font-weight:400;font-size:62px;line-height:1.06;letter-spacing:-2px}h1 em{color:#376849;font-weight:400}.lead p{color:#637067;font-size:16px;line-height:1.8;margin-bottom:5px}.feature-grid{display:grid;grid-template-columns:2.4fr 1fr;gap:22px}.hero{position:relative;min-height:395px;overflow:hidden;border-radius:9px;background:#23402e}.hero img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 45%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 25%,#071c17dc)}.hero-copy{position:absolute;z-index:1;bottom:29px;left:32px;right:30px;color:white}.tag{font-size:12px;letter-spacing:1.8px;background:#ffffff24;border:1px solid #ffffff70;padding:6px 9px;border-radius:3px}.hero h2{font-family:Georgia,serif;font-size:39px;font-weight:400;margin:15px 0 9px}.hero p{font-size:15px}.round-arrow{position:absolute;right:0;bottom:1px;border:1px solid #ffffff70;border-radius:50%;padding:10px}.today{background:#e7eee3;border:1px solid #d9e3d5;border-radius:9px;padding:26px;display:flex;flex-direction:column;gap:18px}.today>svg{color:#ad680e;margin-top:3px}.today h2{font-family:Georgia,serif;font-size:31px;font-weight:400;line-height:1.07}.today p{font-size:14px;line-height:1.6;color:#52624f}.today a{display:flex;justify-content:space-between;font-size:14px;font-weight:700}.today-bottom{display:flex;gap:12px;border-top:1px solid #c7d4c2;padding-top:17px;font-size:14px}.today small{color:#63715e;font-size:12px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:37px 0 23px}.section-heading h2{font-family:Georgia,serif;font-size:29px;font-weight:400}.section-heading span{font-size:12px;letter-spacing:1.6px;color:#6b796d}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.categories>a{border:1px solid #dce3d9;border-radius:8px;padding:20px 17px;background:#fff;transition:transform .2s,background .2s}.categories>a:hover{transform:translateY(-4px);background:#f4f7ef}.category-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:31px}.category-top span{font-size:12px;color:#74806f}.categories h3{font-size:16px;margin-bottom:9px}.categories p{font-size:14px;line-height:1.5;color:#6d7669;min-height:43px}.categories>a>svg{margin-top:14px}footer{border-top:1px solid #dce3d9;padding:28px 5%;display:flex;gap:25px;align-items:center;flex-wrap:wrap;font-size:14px;color:#5b6c60}footer .brand{font-size:27px;color:#18392e}footer small{font-size:12px;width:100%}footer p{flex:1}.subhead{padding-bottom:24px;border-bottom:1px solid var(--border);margin-bottom:30px}.subhead h1{font-size:49px;margin:23px 0 12px}.subhead p{color:#637067;max-width:680px;line-height:1.7}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.card{padding:28px;border:1px solid var(--border);border-radius:9px;background:white}.card h2{font:29px Georgia,serif;margin:12px 0}.card p{line-height:1.7;color:#5a6e60}.card a,.back{display:inline-flex;gap:9px;align-items:center;color:#23623d;font-size:14px;font-weight:600;margin-top:22px}.notice{margin:24px 0;padding:18px;background:#edf2e8;font-size:14px;line-height:1.7;border-radius:7px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:25px 0}.stats b{display:block;font-size:42px}.table-wrap{background:white;border:1px solid var(--border);border-radius:8px;padding:20px;margin-top:24px}.plain-button{border:1px solid #b9cbb8;background:#fff;padding:10px 16px;border-radius:5px;cursor:pointer}.muted{color:#637067}
@media(max-width:1000px){.edition span{display:none}.nav{gap:20px;overflow-x:auto;justify-content:flex-start;white-space:nowrap}.lead{align-items:flex-start;flex-direction:column}.categories{grid-template-columns:repeat(3,1fr)}h1{font-size:54px}.feature-grid{grid-template-columns:2fr 1fr}.today{padding:22px}}
@media(max-width:650px){.masthead{padding:19px 22px}.brand{font-size:31px}.edition{display:none}.admin-link{font-size:12px}.container{padding:26px 22px 45px}.intro span{display:none}h1{font-size:42px;letter-spacing:-1.5px}.lead p{font-size:15px}.lead p br{display:none}.feature-grid{grid-template-columns:1fr}.hero{min-height:340px}.hero-copy{left:22px;right:22px}.hero h2{font-size:31px}.hero p{max-width:240px;line-height:1.6}.today{display:grid;grid-template-columns:1fr 1fr}.today .eyebrow{grid-column:1/-1}.today>svg{display:none}.today-bottom{grid-column:1/-1}.categories{grid-template-columns:repeat(2,1fr)}.section-heading span{display:none}.section-heading h2{font-size:27px}.cards,.stats{grid-template-columns:1fr}footer{align-items:flex-start}footer p{flex-basis:65%}.subhead h1{font-size:40px}}

.site-header{position:sticky;top:0;z-index:30;background:#fcfcf9f5;backdrop-filter:blur(12px);box-shadow:0 2px 12px #193f2808}.site-header .masthead{padding-block:16px}.site-header .nav{gap:28px;background:#fcfcf9}.site-header .nav a{padding-bottom:3px}.site-header .nav .active{box-shadow:0 2px #b96816}.skip-link{position:absolute;left:15px;top:-80px;background:#fff;padding:12px}.skip-link:focus{top:5px}#page-content{scroll-margin-top:145px;min-height:60vh}.home-news{margin-bottom:35px}.home-news .section-heading{margin-top:12px}.text-link{font-size:14px;font-weight:600;color:#286143}.neighborhood-banner{display:flex;align-items:center;justify-content:space-between;gap:22px;background:#173f2e;color:#fff;padding:28px 32px;margin:32px 0;border-radius:9px}.neighborhood-banner h2{font:30px Georgia,serif;margin:9px 0}.neighborhood-banner p{color:#d8e4d9;font-size:15px}.neighborhood-banner .plain-button{white-space:nowrap;color:#18392e}.feed-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#5b6d60;font-size:13px;margin:12px 0 20px}.live-dot{height:7px;width:7px;border-radius:50%;background:#39845a;display:inline-block;margin-right:7px}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.news-card{display:flex;flex-direction:column;align-items:flex-start;border-top:2px solid #bfd0bc;background:white;padding:23px;border-radius:0 0 7px 7px;box-shadow:0 3px 12px #18392e08}.news-card h3{font:25px/1.2 Georgia,serif;margin:13px 0 16px;overflow-wrap:anywhere}.news-card a:hover{text-decoration:underline}.news-card .source{font-size:12px;letter-spacing:.8px;font-weight:700;color:#66735e}.news-card .text-link{margin-top:auto}.news-card time{font-size:12px;color:#657565;margin-bottom:20px}.filter-row{display:flex;gap:20px;align-items:end;flex-wrap:wrap;margin:23px 0}.filter-row label{display:grid;gap:8px;font-size:14px}.filter-row input{min-width:240px;min-height:40px}.filter-row select{min-height:40px;min-width:160px;background:white;border-color:#b8c9b8}.results-line{font-size:14px;color:#536952;margin:15px 0}.restaurant-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.restaurant-grid .card h2{font-size:25px}.restaurant-grid .card{display:flex;flex-direction:column}.restaurant-grid .card a{margin-top:auto;padding-top:22px}.restaurant-grid .address{font-size:14px;color:#61735f;margin:12px 0}.opa-intro{background:#e7eee3;padding:28px 32px;border-radius:9px;margin-bottom:28px;max-width:900px;line-height:1.8}.opa-grid{margin-bottom:40px}.story-body{max-width:840px;margin:auto}.story-body h1{font-size:47px;line-height:1.12}.source-status{font-size:13px;color:#62705f;margin-top:20px;line-height:1.8}.subhead .eyebrow{display:block;margin-top:12px}
@media(max-width:900px){.news-grid,.restaurant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header .nav{justify-content:flex-start;gap:22px;overflow-x:auto}.neighborhood-banner{align-items:flex-start;flex-direction:column}.edition{display:none}}
@media(max-width:600px){.news-grid,.restaurant-grid{grid-template-columns:1fr}.site-header .masthead{padding-block:10px}.site-header .nav{padding-block:13px}.neighborhood-banner{padding:23px}.home-news .section-heading{align-items:flex-start;gap:13px;flex-direction:column}.filter-row label{width:100%}.story-body h1{font-size:35px}}

input,select,textarea,button{font:inherit}input,select,textarea{padding:12px;border:1px solid #b8c9b8;border-radius:5px;width:100%;background:white;color:#18392e}textarea{min-height:160px}label{display:grid;gap:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-grid .wide{grid-column:1/-1}.submit-button{background:#19563b;color:white;border:0;border-radius:5px;padding:14px 24px;cursor:pointer}.honeypot{position:absolute;left:-10000px}.error{background:#fff0ed;color:#8b2515}.success{background:#e7f5e9}.card .eyebrow{line-height:1.7}.filter-row input{min-width:0}.filter-row label{flex:1}.card a:hover,.nav a:hover{text-decoration:underline}.hero{display:block}.edition{font-size:14px}.eyebrow{font-size:13px}.nav{flex-wrap:wrap;gap:22px}.categories{grid-template-columns:repeat(3,minmax(0,1fr))}.button-link{display:inline-block;margin-top:18px}.article-text{white-space:pre-line}.menu-toggle{display:none}@media(max-width:650px){.form-grid{grid-template-columns:1fr}.categories{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-toggle{display:block}.nav{display:none;white-space:normal}.nav.open{display:flex;flex-direction:column}.site-header .nav a{padding:8px}.site-header{position:relative}.filter-row{align-items:stretch;flex-direction:column}.lead h1{overflow-wrap:anywhere}.section-heading{gap:14px;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}input[type=checkbox]{width:auto;margin-right:8px}a:hover{ text-underline-offset:4px }

/* OCweb daily hub */
.hub-flow{display:flex;flex-direction:column;gap:32px}.hub-flow>section{min-width:0}.hub-intro h1{font-size:clamp(36px,5vw,62px);margin:16px 0 22px}.search-box{max-width:850px;margin:20px 0}.search-box label{font-size:16px;margin-bottom:10px;font-weight:bold}.search-box>div{display:flex;gap:10px}.search-box input{min-width:0}.muted{color:var(--muted-foreground);font-size:14px;line-height:1.6}.weather-traffic{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hub-flow .section-heading{margin-top:0}.hub-flow .neighborhood-banner{margin:0}.emergency-panel{border:1px solid #ccd8cd;border-left:5px solid #467452;padding:22px;border-radius:8px}.emergency-panel.major{order:-1;background:#fff3e8;border-left-color:#a73919}.alert-item{padding:16px;border-top:1px solid var(--border)}.breaking-strip{background:#8c2e19;color:white;padding:18px 24px;border-radius:7px}.breaking-strip a{text-decoration:underline}.city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}.city-grid>a{border:1px solid var(--border);border-radius:7px;background:white;padding:18px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.city-grid span{font-size:14px;color:var(--muted-foreground)}.topic-links{display:flex;gap:10px;flex-wrap:wrap}.topic-links a{border:1px solid var(--border);padding:12px 16px;border-radius:24px;background:white;font-size:14px}.essentials{display:grid;grid-template-columns:1fr 1fr;gap:12px}details{background:white;border:1px solid var(--border);border-radius:7px;padding:20px}summary{cursor:pointer;font-weight:bold;font-size:17px}details p{line-height:1.6}.local-visual{display:grid;grid-template-columns:1.3fr 1fr;gap:28px;align-items:center}.local-visual img{width:100%;height:280px;object-fit:cover;border-radius:8px}.compact-cards .card h2{font-size:24px}.card p{line-height:1.6}.forecast-value{font:32px Georgia,serif}.owner-table{width:100%;border-collapse:collapse}.owner-table th,.owner-table td{text-align:left;border-bottom:1px solid var(--border);padding:12px;overflow-wrap:anywhere}.table-scroll{overflow:auto}.owner-nav{display:flex;gap:14px;flex-wrap:wrap;padding:20px 0}.owner-nav a{padding:10px;background:#e7eee3;border-radius:5px}.owner-panel{max-width:1150px;margin:auto;padding:25px}.owner-panel h1{font-size:40px}.owner-panel .form-grid{margin:20px 0}.hidden,[hidden]{display:none!important}.source-status,time{font-size:14px}.site-header{position:sticky}.hub-flow .home-news{margin-bottom:0}
@media(max-width:650px){.weather-traffic,.local-visual,.essentials{grid-template-columns:1fr}.city-grid{grid-template-columns:1fr 1fr}.search-box>div{flex-direction:column}.search-box button{width:100%}.hub-flow{gap:26px}.local-visual img{height:230px}.site-header{position:sticky}.nav.open{max-height:55vh;overflow:auto}.hub-flow h2{font-size:27px}.container{padding-inline:18px}.masthead{gap:12px}.admin-link{font-size:14px}.card{padding:22px}}
@media(max-width:380px){.city-grid{grid-template-columns:1fr}}

.analytics-notice{flex-basis:100%;display:flex;align-items:center;gap:14px;flex-wrap:wrap;background:#eef3ec;padding:18px;border-radius:7px}.analytics-notice p{margin:0}.analytics-notice button{cursor:pointer}.local-gallery figure{margin:0}.local-gallery img{width:100%;height:340px;object-fit:cover;border-radius:8px}.gallery-controls{display:flex;gap:12px;margin-top:15px}figcaption{line-height:1.6;margin-top:12px}

.card p,.lead p,.opa-intro p{font-size:16px}.card p.muted{font-size:14px}.owner-panel a:focus-visible{outline:3px solid #d58019;outline-offset:4px}

/* Daily briefing and shared navigation */
.daily-date{margin-top:16px;color:var(--muted-foreground);font-size:14px}.intro-copy{max-width:680px;line-height:1.7;margin-bottom:20px}.news-card{display:flex;flex-direction:column;gap:12px;min-width:0}.news-summary{line-height:1.7;font-size:16px}.news-card>.text-link{margin-top:auto;padding-top:12px}.meeting-heading{font:26px Georgia,serif;margin:26px 0 16px}.hub-flow>[data-breaking]{order:-3}.hub-flow .emergency-panel.major{order:-2}.breaking-strip{line-height:1.6}.breaking-strip a{color:white}.breaking-strip p{margin-top:8px}.daily-section{margin-block:30px}.daily-section>h2{margin-bottom:18px}.nav{gap:18px;flex-wrap:wrap;white-space:normal}.nav a{padding-block:6px}.news-card h3,.card h2{overflow-wrap:anywhere}input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #d58019;outline-offset:3px}
@media(max-width:650px){.masthead{flex-wrap:wrap}.edition{order:3;flex-basis:100%;font-size:11px}.masthead .brand{font-size:32px}.nav.open{gap:6px}.nav a{min-height:44px;display:flex;align-items:center}.section-heading{align-items:flex-start;flex-wrap:wrap}.subhead h1{font-size:clamp(32px,9vw,46px)}.cards{grid-template-columns:minmax(0,1fr)}.hub-intro .topic-links a{flex:1 1 135px}.emergency-panel{padding:18px}.local-gallery img{height:240px}}

/* First-response daily dashboard */
.hub-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);column-gap:30px;align-items:center}.hub-intro>.eyebrow,.hub-intro>.daily-date,.hub-intro>h1,.hub-intro>.intro-copy{grid-column:1}.hub-intro .search-box{grid-column:2;grid-row:2 / span 3;margin:0}.hub-intro>.topic-links{grid-column:1 / -1}.hub-intro>p.muted{grid-column:2;margin:8px 0}.hub-intro h1{font-size:clamp(32px,4vw,48px);margin:10px 0}.hub-intro .daily-date{margin-top:8px}.hub-flow{gap:24px}.forecast-brief{border-top:1px solid var(--border);padding-top:18px;margin-top:18px}.forecast-brief h3{margin-bottom:12px}.forecast-brief .forecast-value{font-size:25px}.news-empty{grid-column:1 / -1;background:var(--muted);padding:20px;border-radius:8px}.news-empty p{margin:12px 0;line-height:1.6}.daily-section p{line-height:1.7}.daily-section>.topic-links{margin-top:18px}.listing-card h2{font-size:25px}.listing-meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.listing-meta span{background:var(--muted);padding:5px 9px;border-radius:5px;font-size:13px}.listing-card address{font-style:normal;line-height:1.6}.directory-picks{margin:20px 0}.nav{font-size:13px;gap:14px}.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}section[id]{scroll-margin-top:170px}
@media(max-width:650px){.hub-intro{display:block}.hub-intro .search-box{margin-top:16px}.hub-intro>.eyebrow{font-size:10px}.hub-intro .intro-copy{margin-bottom:12px}.hub-intro>.topic-links{display:none}.hub-intro>.muted{display:none}.hub-intro h1{font-size:34px}.news-grid{grid-template-columns:minmax(0,1fr)}.forecast-value{font-size:27px}.nav{font-size:15px}.news-card{padding:18px}.hub-flow>.home-news{margin-top:0}.daily-section{margin-block:25px}}

.daily-overview{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,1fr);gap:24px;align-items:start}.daily-overview>.weather-traffic{grid-template-columns:minmax(0,1fr)}.daily-overview .news-grid{grid-template-columns:minmax(0,1fr)}.news-card h3{margin:0;font-size:23px}.news-card time{margin-bottom:0}.daily-overview .card{padding:22px}.daily-overview .section-heading{align-items:flex-start;gap:14px}.daily-overview .section-heading h2{font-size:27px}.daily-overview .forecast-value{font-size:27px}.daily-overview .card h2{font-size:25px}
@media(max-width:850px){.daily-overview{grid-template-columns:minmax(0,1fr)}}
@media(max-width:650px){.hub-intro .search-box{display:none}.hub-intro h1{font-size:31px}.hub-intro .intro-copy{margin-bottom:0}.container{padding-top:20px}.news-card h3{font-size:22px}.daily-overview .section-heading h2{font-size:25px}.daily-overview{gap:20px}}

/* Navigation remains usable when scripts are unavailable. */
.no-js .nav{display:flex;flex-wrap:wrap;max-height:none}.no-js .menu-toggle{display:none}.no-js .site-header{position:static}

.analytics-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0}.analytics-summary strong{font-size:32px}.analytics-reports{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.analytics-reports .card{min-width:0;padding:18px}.analytics-reports h3{margin-bottom:12px}.analytics-reports td{overflow-wrap:anywhere}.owner-panel .filter-row{flex-wrap:wrap}.owner-panel h1{overflow-wrap:anywhere}@media(max-width:650px){.analytics-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-summary .card{padding:16px}.analytics-reports{grid-template-columns:minmax(0,1fr)}.owner-panel{padding:18px}.owner-panel .filter-row input,.owner-panel .filter-row select{min-width:0}.owner-nav a{padding:12px}}
.listing-detail{max-width:850px;margin:1.5rem auto;overflow-wrap:anywhere}.listing-detail h1{font-size:clamp(1.8rem,5vw,3rem)}.listing-detail .submit-button{display:inline-block;text-decoration:none}.listing-detail p{line-height:1.65}
