:root {
  --ink: #071624;
  --ink-2: #0c2236;
  --surface: #f4f0e8;
  --cream: #fffaf1;
  --line: rgba(8, 28, 41, .12);
  --muted: #6c7473;
  --sea: #3ba9ae;
  --lime: #cfeb70;
  --sun: #f3a94f;
  --red: #da6656;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(5, 20, 30, .10);
  font-family: "Avenir Next", "Trebuchet MS", ui-sans-serif, sans-serif;
  color: var(--ink);
  background: var(--surface);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--surface); }
body { margin: 0; min-width: 320px; background: var(--surface); }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.app-shell { overflow: clip; padding-bottom: 88px; }
.topbar { height: 68px; display: flex; align-items: center; justify-content: space-between; padding: max(12px, env(safe-area-inset-top)) 18px 10px; background: var(--ink); color: white; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 19px; font-weight: 800; letter-spacing: -.8px; }
.brand > span:last-child span { color: var(--lime); }
.brand-mark { position: relative; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--lime); overflow: hidden; }
.brand-mark i { position: absolute; width: 25px; height: 25px; border-radius: 50%; background: var(--ink); transform: translate(9px, -4px); }
.icon-button, .install-button { border: 0; cursor: pointer; }
.icon-button { display: grid; place-items: center; width: 38px; height: 38px; color: white; font-size: 25px; background: transparent; }
.install-button { margin-left: auto; margin-right: 6px; background: rgba(255,255,255,.12); color: white; padding: 8px 11px; border-radius: 12px; font-size: 12px; font-weight: 800; }
.hero-section { position: relative; color: white; padding: 12px 18px 42px; background: radial-gradient(circle at 94% 40%, rgba(68, 174, 183, .3), transparent 26%), var(--ink); }
.hero-section:after { content:""; position:absolute; width: 420px; height: 90px; border-radius: 50%; border-top: 1px solid rgba(207,235,112,.13); left:-80px; bottom:-65px; transform: rotate(-5deg); }
.location-line { position: relative; z-index: 1; display: flex; align-items: center; gap: 5px; min-height: 24px; }
.pin { color: var(--lime); font-size: 16px; }
.location-button { padding: 0; border: 0; color: white; background: none; font-size: 13px; font-weight: 800; cursor: pointer; }
.location-button span { display:inline-block; margin-left:4px; color: var(--lime); }
.freshness { margin-left: auto; color: rgba(255,255,255,.58); font-size: 10px; white-space: nowrap; }
.freshness i { display:inline-block; width:6px; height:6px; margin-right:5px; vertical-align:1px; border-radius:50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.date-row { position: relative; z-index: 1; display: grid; grid-template-columns: 34px 1fr 34px; align-items: end; margin-top: 28px; }
.day-shift { display: grid; place-items: center; width: 34px; height: 34px; color: var(--lime); font-size: 32px; line-height: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.date-row > div { text-align: center; }
.eyebrow { margin: 0 0 5px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.hero-section .eyebrow { color: rgba(255,255,255,.58); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.8px; }
h1 { margin-bottom: 0; font-size: 25px; line-height: 1; }
h1 span { color: rgba(255,255,255,.45); font-size: 12px; letter-spacing: .5px; text-transform: uppercase; }
.hero-score { position:relative; z-index:1; display:grid; grid-template-columns: 145px 1fr; align-items:center; gap: 3px; margin-top: 29px; }
.orb-wrap { position:relative; width: 145px; height:145px; }
.score-ring { position:absolute; inset:0; transform:rotate(-90deg); width:100%; height:100%; fill:none; stroke:rgba(255,255,255,.10); stroke-width:2; }
.score-ring .ring-value { stroke: var(--lime); stroke-dasharray: var(--score) 100; stroke-linecap:round; filter:drop-shadow(0 0 5px rgba(207,235,112,.35)); }
.score-orb { position:absolute; inset:12px; display:flex; align-items:baseline; justify-content:center; padding-top: 70px; overflow:hidden; border-radius:50%; background:#112f45; box-shadow:inset 10px -9px 30px rgba(0,0,0,.28); }
.score-orb strong { position:relative; font: 800 34px/1 Georgia, serif; }
.score-orb small { position:relative; color:rgba(255,255,255,.56); font-size: 10px; }
.moon-disc, .mini-moon { --shade: 75%; position:absolute; border-radius:50%; background: #f7efc8; overflow:hidden; }
.moon-disc { top: 14px; width:54px; height:54px; box-shadow: 0 0 28px rgba(247,239,200,.24); }
.moon-disc:after, .mini-moon:after { content:""; position:absolute; width:100%; height:100%; border-radius:50%; background:#112f45; transform: translateX(var(--shade)); }
.new { --shade: 0%; }.waxing-crescent { --shade: 50%; }.first-quarter { --shade: 78%; }.waxing-gibbous { --shade: 105%; }.full { --shade: 150%; }.waning-gibbous { --shade: -8%; }.last-quarter { --shade: -55%; }.waning-crescent { --shade: -24%; }
.score-copy h2 { margin:0 0 7px; font: 700 22px/1.03 Georgia, serif; }
.score-copy > p:not(.eyebrow) { margin:0; color:rgba(255,255,255,.68); font-size:12px; line-height:1.45; }
.score-copy b { color:white; }
.source-link { display:inline-block; margin-top:10px; color:var(--lime); font-size:11px; font-weight:800; }.source-link span,.text-action span { margin-left:4px; }
section:not(.hero-section) { padding-left:18px; padding-right:18px; }
.primary-window { position:relative; z-index:2; margin:-20px 12px 0; padding:21px 14px 16px !important; background:var(--cream); border-radius:var(--radius); box-shadow:var(--shadow); }
.section-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
.section-heading h2 { margin:0; font:700 21px/1.1 Georgia, serif; }
.primary-window h2 { font-size:22px; }.primary-window .eyebrow { margin-bottom:4px; }
.status-pill { display:inline-flex; padding:6px 8px; border-radius:9px; font-size:12px; font-weight:900; }.status-pill.excellent { color:#143e35; background:#c4e998; }
.window-track { display:flex; align-items:end; height:47px; gap:2px; margin-top:19px; padding:0 1px; border-bottom:1px solid var(--line); }.hour-trigger { position:relative; display:flex; align-items:end; flex:1; height:100%; min-width:8px; padding:0 1px; border:0; background:transparent; cursor:pointer; }.hour-trigger:focus-visible { z-index:4; outline:2px solid var(--sea); outline-offset:2px; border-radius:5px; }.bar-fill { display:block; width:100%; height:var(--height); min-height:7px; border-radius:5px 5px 0 0; background:#b5c3c0; }.bar-fill.quiet { background:#d5dbd5; }.bar-fill.fair { background:#a5c6bb; }.bar-fill.good { background:#69b69e; }.bar-fill.excellent { background:var(--sea); }.hour-trigger.is-current .bar-fill { background:var(--lime); box-shadow:0 0 0 2px rgba(207,235,112,.22); }.hour-tooltip { position:absolute; z-index:3; bottom:calc(100% + 8px); left:50%; display:grid; gap:3px; min-width:66px; padding:7px 8px; color:white; background:var(--ink); border-radius:8px; box-shadow:0 8px 18px rgba(7,22,36,.2); font-size:11px; font-weight:800; line-height:1; text-align:center; opacity:0; pointer-events:none; transform:translate(-50%, 4px); transition:opacity .16s ease, transform .16s ease; }.hour-tooltip b { color:var(--lime); font-size:15px; }.hour-tooltip small { color:rgba(255,255,255,.58); font-size:9px; }.hour-trigger:hover .hour-tooltip, .hour-trigger:focus-visible .hour-tooltip { opacity:1; transform:translate(-50%, 0); }
.window-legend { display:flex; justify-content:space-between; margin-top:6px; color:#94a09b; font-size:9px; font-weight:800; }.reason-line { margin:14px 0 0; color:#65716d; font-size:11px; line-height:1.4; }.reason-line span { color:var(--sea); font-size:16px; vertical-align:-2px; }.reason-line b { color:var(--ink); }
.periods-section { padding-top:41px; }.text-action { color:#147a78; font-size:11px; font-weight:900; white-space:nowrap; }.period-list { display:grid; gap:8px; margin-top:16px; }.period-card { display:grid; grid-template-columns:28px 1fr auto; align-items:center; gap:10px; min-height:65px; padding:10px 12px; border-radius:16px; background:rgba(255,255,255,.5); border:1px solid rgba(7,22,36,.055); }.period-card.excellent { background:#dbeeb4; }.period-number { color:#7e8a84; font-size:10px; font-weight:900; }.period-card h3 { margin:0 0 2px; font-size:15px; }.period-card p { margin:0; color:#707a76; font-size:10px; }.period-card > strong { font:700 22px/1 Georgia,serif; }.period-card > strong small { font:800 10px/1 "Avenir Next",sans-serif; }
.conditions-grid { display:grid; gap:10px; margin-top:38px; }.condition-card { min-height:118px; padding:15px; border-radius:18px; background:#eae6dc; }.weather-card { background:#ddede6; }.tide-card { background:#dce8e7; }.moon-card { background:#202f45; color:white; }.card-heading { display:flex; align-items:center; gap:10px; }.weather-symbol,.tide-symbol { display:grid; place-items:center; width:33px; height:33px; border-radius:50%; color:#23454c; background:rgba(255,255,255,.5); font-size:21px; }.tide-symbol { font-family:Georgia,serif; font-size:28px; }.condition-card .eyebrow { margin-bottom:2px; }.condition-card h3 { margin:0; font-size:16px; }.condition-card h3 small { font-size:11px; font-weight:600; }.condition-card dl { display:flex; gap:23px; margin:17px 0 0; }.condition-card dl div { display:grid; gap:2px; }.condition-card dt { color:#687773; font-size:9px; font-weight:800; }.condition-card dd { margin:0; font-size:12px; font-weight:900; }.tide-card > p { margin:16px 0 0; color:#607572; font-size:10px; line-height:1.4; }.mini-moon { position:relative; display:inline-block; flex:none; width:28px; height:28px; background:#faf3ca; box-shadow:inset -3px -2px 4px rgba(87,70,27,.16); }.mini-moon:after { background:#202f45; }.moon-card .eyebrow { color:rgba(255,255,255,.55); }.moon-card dt { color:rgba(255,255,255,.55); }
.calendar-section { padding-top:43px; }.info-dot { display:grid; place-items:center; width:19px; height:19px; border:1px solid #9aaba3; border-radius:50%; color:#71827a; font:700 11px Georgia,serif; }.calendar-scroll { display:flex; gap:8px; overflow-x:auto; margin:17px -18px 0; padding:0 18px 8px; scrollbar-width:none; }.calendar-scroll::-webkit-scrollbar { display:none; }.calendar-day { display:grid; justify-items:center; gap:5px; flex:0 0 57px; min-height:116px; padding:10px 4px 8px; border-radius:15px; background:rgba(255,255,255,.43); border:1px solid transparent; }.calendar-day.selected { color:white; background:var(--ink); box-shadow:0 9px 18px rgba(7,22,36,.16); }.calendar-day.astronomy-only { opacity:.72; }.cal-weekday { color:#8a928e; font-size:9px; font-weight:900; text-transform:uppercase; }.calendar-day.selected .cal-weekday { color:rgba(255,255,255,.5); }.calendar-day strong { font-size:15px; }.calendar-day .mini-moon { width:19px; height:19px; }.calendar-day .mini-moon:after { background:#f4f0e8; }.calendar-day.selected .mini-moon:after { background:var(--ink); }.calendar-day b { color:#147a78; font-size:11px; }.calendar-day.selected b { color:var(--lime); }.calendar-day small { color:#79837f; font-size:8px; }.calendar-day.selected small { color:rgba(255,255,255,.5); }.calendar-note { margin:8px 0 0; color:#7b8580; font-size:10px; }.calendar-note span { color:#147a78; }
.hourly-section { padding-top:42px; }.metric-label { color:#84918b; font-size:9px; font-weight:900; letter-spacing:.5px; text-transform:uppercase; }.hourly-chart { display:flex; align-items:end; height:146px; gap:4px; margin-top:21px; padding:17px 0 0; border-bottom:1px solid var(--line); background:repeating-linear-gradient(to bottom, transparent 0 34px, rgba(7,22,36,.06) 35px); }.hour-column { position:relative; display:grid; flex:1; align-items:end; justify-items:center; height:100%; }.hour-bar { width:100%; height:var(--height); min-height:7px; border-radius:5px 5px 0 0; background:#bcc9c5; }.hour-bar.fair { background:#9fbbb1; }.hour-bar.good { background:#62a89b; }.hour-bar.excellent { background:#198d89; }.hour-score { position:absolute; top:-1px; display:none; padding:2px 3px; color:white; background:var(--ink); border-radius:3px; font-size:8px; }.hour-column:hover .hour-score { display:block; }.hour-column span { position:absolute; bottom:-18px; color:#87928d; font-size:8px; }.hour-column:nth-child(even) span { display:none; }.quiet-summary { display:flex; gap:9px; align-items:center; margin-top:31px; color:#78837e; font-size:10px; }.quiet-summary b { padding:4px 6px; color:#59716d; background:#e2e5dd; border-radius:6px; font-size:10px; }
.map-section { padding-top:44px; }.button-reset { padding:0; border:0; background:transparent; cursor:pointer; }.map-wrap { position:relative; overflow:hidden; height:210px; margin-top:17px; border-radius:20px; background:#cdd9d4; box-shadow:inset 0 0 0 1px rgba(7,22,36,.06); }.map-wrap #map { width:100%; height:100%; background:linear-gradient(120deg,#b9d0c4,#e3e2c7); }.leaflet-control-attribution { font-size:8px !important; }.map-overlay { position:absolute; z-index:500; top:11px; left:11px; display:grid; gap:2px; padding:7px 9px; border-radius:9px; color:white; background:rgba(7,22,36,.84); pointer-events:none; }.map-overlay span { font-size:11px; font-weight:900; }.map-overlay small { color:rgba(255,255,255,.6); font-size:9px; }.map-help { margin:9px 0 0; color:#7e8984; font-size:10px; }
.method-section { margin-top:47px; padding-top:34px; padding-bottom:36px; color:white; background:var(--ink-2); }.method-section .eyebrow { color:var(--lime); }.method-section h2 { max-width:310px; margin:0 0 10px; font:700 24px/1.05 Georgia,serif; }.method-section > p:not(.eyebrow) { max-width:470px; margin-bottom:18px; color:rgba(255,255,255,.64); font-size:12px; line-height:1.55; }.method-section div { display:flex; flex-wrap:wrap; gap:7px; }.method-section a { padding:7px 8px; border:1px solid rgba(255,255,255,.15); border-radius:8px; color:var(--lime); font-size:10px; font-weight:800; }
.bottom-nav { position:fixed; z-index:1000; bottom:0; left:0; right:0; display:flex; justify-content:space-around; height:calc(67px + env(safe-area-inset-bottom)); padding-bottom:env(safe-area-inset-bottom); background:rgba(255,250,241,.93); border-top:1px solid rgba(7,22,36,.1); backdrop-filter:blur(15px); }.bottom-nav a,.bottom-nav button { display:grid; place-content:center; gap:3px; min-width:62px; padding:8px; border:0; color:#83908a; background:transparent; font-size:9px; font-weight:800; text-align:center; }.bottom-nav span { font-size:20px; line-height:18px; }.bottom-nav .active { color:#0d7775; }
.map-sheet[hidden] { display:none; }.map-sheet { position:fixed; z-index:2000; inset:0; }.sheet-backdrop { position:absolute; inset:0; background:rgba(7,22,36,.55); backdrop-filter:blur(3px); }.sheet-dialog { position:absolute; bottom:0; left:0; right:0; padding:12px 22px calc(26px + env(safe-area-inset-bottom)); border-radius:25px 25px 0 0; background:var(--cream); }.sheet-handle { width:38px; height:4px; margin:0 auto 23px; border-radius:9px; background:#c8cdc6; }.sheet-close { position:absolute; top:13px; right:18px; width:31px; height:31px; border:0; border-radius:50%; background:#e8e6dc; font-size:23px; line-height:1; }.sheet-dialog h2 { margin:0 0 7px; font:700 25px/1 Georgia,serif; }.sheet-dialog > p:not(.eyebrow) { color:#718078; font-size:12px; }.primary-button { width:100%; margin-top:12px; padding:14px; border:0; border-radius:13px; color:#12343d; background:var(--lime); font-size:13px; font-weight:900; }
@media (min-width: 700px) { body { background:linear-gradient(90deg,#d8e2dc 0 15%,var(--surface) 15% 85%,#d8e2dc 85%); }.app-shell { max-width:720px; margin:auto; min-height:100vh; background:var(--surface); box-shadow:0 0 60px rgba(5,20,30,.13); }.conditions-grid { grid-template-columns:repeat(3,1fr); }.condition-card { min-height:143px; }.bottom-nav { left:50%; right:auto; width:720px; transform:translateX(-50%); }.hero-score { grid-template-columns:180px 1fr; }.orb-wrap { width:180px; height:180px; }.score-orb { inset:14px; padding-top:84px; }.moon-disc { top:18px; width:65px; height:65px; }.score-copy h2 { font-size:29px; }.map-wrap { height:300px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none !important; transition:none !important; } }

/* Readability pass: larger defaults and calmer contrast for outdoor/mobile use. */
body { font-size: 16px; }
.location-button { font-size: 15px; }
.freshness { color: rgba(255,255,255,.66); font-size: 11px; }
.location-line .freshness { max-width: 155px; white-space: normal; text-align: right; line-height: 1.25; }
.eyebrow { font-size: 11px; letter-spacing: 1.1px; }
h1 { font-size: 28px; }
h1 span { color: rgba(255,255,255,.55); font-size: 13px; }
.score-orb strong { font-size: 38px; }
.score-orb small { color: rgba(255,255,255,.62); font-size: 11px; }
.score-copy h2 { margin-bottom: 8px; font-size: 24px; line-height: 1.08; }
.score-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.48; }
.source-link, .location-cta { display: inline-block; margin-top: 12px; color: var(--lime); font-size: 13px; font-weight: 800; }
.location-cta { padding: 0; border: 0; background: transparent; cursor: pointer; }
.section-heading h2 { font-size: 23px; line-height: 1.12; }
.primary-window h2 { font-size: 24px; }
.status-pill { padding: 7px 9px; font-size: 13px; }
.status-pill.excellent { color: #143e35; background: #c4e998; }
.status-pill.good { color: #174c48; background: #bfe2d4; }
.status-pill.fair { color: #4e5c53; background: #e8dfb9; }
.status-pill.quiet { color: #70534d; background: #f1d8d0; }
.window-legend { font-size: 10px; }
.reason-line { color: #52615b; font-size: 13px; line-height: 1.48; }
.reason-line span { font-size: 18px; }
.text-action { font-size: 13px; }
.period-card { grid-template-columns: 30px 1fr auto; min-height: 71px; padding: 11px 13px; }
.period-number { font-size: 11px; }
.period-card h3 { font-size: 17px; }
.period-card p { color: #596661; font-size: 12px; }
.period-card > strong { font-size: 24px; }
.condition-card h3 { font-size: 18px; }
.condition-card h3 small { font-size: 13px; }
.condition-card dt { font-size: 11px; }
.condition-card dd { font-size: 14px; }
.tide-card > p { color: #52615d; font-size: 12px; line-height: 1.48; }
.calendar-note { color: #64716b; font-size: 12px; line-height: 1.4; }
.metric-label { font-size: 10px; }
.map-help { color: #617069; font-size: 12px; line-height: 1.4; }
.method-section > p:not(.eyebrow) { color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.58; }
.method-section a { padding: 8px 9px; font-size: 11px; }
.bottom-nav { height: calc(71px + env(safe-area-inset-bottom)); }
.bottom-nav a, .bottom-nav button { min-width: 67px; font-size: 11px; color: #66736d; }
.bottom-nav span { font-size: 21px; line-height: 19px; }
.location-pending .forecast-dependent { display: none; }

/* Species and weather controls: compact in the hero, detailed only on demand. */
.fish-picker { position:relative; z-index:1; display:flex; align-items:center; gap:9px; margin-top:15px; padding:8px 10px; border:1px solid rgba(255,255,255,.14); border-radius:14px; background:rgba(255,255,255,.07); }
.fish-picker label { flex:none; color:rgba(255,255,255,.62); font-size:12px; font-weight:900; letter-spacing:.7px; text-transform:uppercase; }
.fish-picker select { width:100%; min-height:38px; padding:5px 30px 5px 4px; border:0; outline:0; color:white; background:transparent; font:800 15px/1.2 "Avenir Next", "Trebuchet MS", sans-serif; cursor:pointer; }
.fish-picker option, .fish-picker optgroup { color:var(--ink); background:var(--cream); }
.weather-trigger { width:100%; border:0; color:inherit; text-align:left; cursor:pointer; font:inherit; }
.weather-trigger:focus-visible { outline:3px solid var(--sea); outline-offset:3px; }
.weather-trigger:hover { filter:brightness(.985); }
.card-arrow { margin-left:auto; color:#326a69; font:400 30px/1 Georgia,serif; }
.weather-dialog { max-height:min(80svh, 720px); overflow:auto; padding-bottom:calc(28px + env(safe-area-inset-bottom)); }
.weather-sheet-head { display:flex; align-items:center; gap:12px; margin:8px 0 17px; }
.weather-sheet-head .weather-symbol { width:52px; height:52px; flex:none; font-size:30px; }
.weather-sheet-head h2 { margin:0 0 3px; font:700 34px/1 Georgia,serif; }
.weather-sheet-head h2 small { color:#718078; font-size:17px; }
.weather-sheet-head p { margin:0; color:#687670; font-size:13px; }
.weather-summary { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; }
.weather-summary div { display:grid; gap:3px; min-height:62px; padding:10px; border-radius:12px; background:#e6ede8; }
.weather-summary span { color:#698078; font-size:11px; font-weight:800; text-transform:uppercase; }
.weather-summary b { font-size:15px; }
.weather-hourly-title { margin:24px 0 11px; font:700 20px/1 Georgia,serif; }
.weather-hours { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.weather-hours article { display:grid; justify-items:center; gap:5px; min-height:151px; padding:9px 4px; border:1px solid rgba(7,22,36,.08); border-radius:13px; background:#f6f3eb; text-align:center; }
.weather-hours time { color:#62726c; font-size:11px; font-weight:900; }
.weather-hours article > span { font-size:21px; line-height:1; }
.weather-hours b { font-size:17px; }
.weather-hours small { color:#64736d; font-size:9px; line-height:1.15; white-space:nowrap; }
.weather-source { margin:16px 2px 0; color:#6f7e77; font-size:12px; line-height:1.45; }
.hourly-dialog { max-height:min(86svh, 760px); overflow:auto; padding-bottom:calc(28px + env(safe-area-inset-bottom)); }
.hour-detail { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:8px 0 16px; padding:16px; border-radius:16px; background:#e4eee8; }
.hour-detail .eyebrow { margin-bottom:5px; color:#638078; }
.hour-detail h2 { margin:0 0 5px; font:700 24px/1.05 Georgia,serif; }
.hour-detail p:not(.eyebrow) { margin:0; color:#63736d; font-size:13px; }
.hour-detail > strong { color:#137e7b; font:700 34px/1 Georgia,serif; white-space:nowrap; }
.hour-detail > strong small { color:#6a8179; font:800 12px/1 "Avenir Next",sans-serif; }
.hour-detail-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; }
.hour-detail-grid div { display:grid; gap:3px; padding:11px; border:1px solid rgba(7,22,36,.08); border-radius:12px; background:#f6f3eb; }
.hour-detail-grid span { color:#6c7d75; font-size:11px; font-weight:800; text-transform:uppercase; }
.hour-detail-grid b { font-size:15px; }
.hour-disclaimer { margin:14px 2px 0; color:#75837d; font-size:11px; line-height:1.4; }
.hour-picker-title { margin:22px 0 10px; font:700 20px/1 Georgia,serif; }
.hour-picker { display:grid; grid-template-columns:repeat(6,1fr); gap:7px; }
.hour-choice { display:grid; justify-items:center; gap:4px; min-height:52px; padding:7px 2px; border:1px solid rgba(7,22,36,.09); border-radius:10px; background:#f6f3eb; cursor:pointer; }
.hour-choice span { color:#65756e; font-size:11px; font-weight:900; }
.hour-choice b { color:#147a78; font-size:14px; }
.hour-choice:hover, .hour-choice:focus-visible { border-color:var(--sea); outline:0; }
.hour-choice.selected { color:white; border-color:var(--ink); background:var(--ink); box-shadow:0 5px 12px rgba(7,22,36,.16); }
.hour-choice.selected span { color:rgba(255,255,255,.62); }.hour-choice.selected b { color:var(--lime); }
@media (max-width: 370px) { .fish-picker select { font-size:14px; }.weather-hours { grid-template-columns:repeat(3,1fr); } }

/* Native button reset: chart controls must never fall back to browser UI. */
.window-track { overflow:visible; }
.hour-trigger {
  margin:0;
  padding:0 1px;
  border:0;
  outline:none;
  appearance:none;
  -webkit-appearance:none;
  color:inherit;
  font:inherit;
  background:transparent;
}
.hour-trigger:focus-visible {
  outline:2px solid var(--lime);
  outline-offset:3px;
  border-radius:6px;
}

/* Model v3 controls: species and waterbody are both first-class inputs. */
.fish-picker {
  display:grid;
  grid-template-columns:minmax(0, 1.35fr) minmax(0, .85fr);
  align-items:end;
  gap:8px;
}
.picker-field { display:grid; min-width:0; gap:3px; }
.fish-picker .picker-field label { font-size:10px; }
.fish-picker .picker-field select {
  min-width:0;
  min-height:36px;
  padding-left:0;
  font-size:14px;
  text-overflow:ellipsis;
}
.confidence-line {
  margin-top:7px !important;
  color:rgba(255,255,255,.72) !important;
  font-size:12px !important;
}
.confidence-line b { color:var(--lime); }
@media (max-width: 360px) {
  .fish-picker { grid-template-columns:1fr; }
}
