.fishing-page {
  --fish-ink: #12202b;
  --fish-muted: #657584;
  --fish-line: #d9e1e5;
  --fish-paper: #fffefa;
  --fish-soft: #eef5f4;
  --fish-deep: #0c4350;
  --fish-accent: #168579;
  color: var(--fish-ink);
  background: radial-gradient(circle at 12% -8%, rgba(21,133,121,.12), transparent 32rem), #f3f7f7;
}
.fishing-page [hidden] { display: none !important; }
.fishing-page .topbar { background: rgba(255,254,250,.9); border-color: rgba(18,32,43,.1); }
.fishing-page .brand { font-size: 22px; }
.fishing-page .top-actions { display: flex; align-items: center; gap: 10px; }
.fishing-page .tools-menu { position: relative; }
.fishing-page .tools-menu-button { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 8px 12px; border: 1px solid rgba(18,32,43,.14); border-radius: 999px; background: rgba(255,254,250,.8); color: var(--fish-ink); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.fishing-page .tools-menu-button:hover, .fishing-page .tools-menu-button[aria-expanded="true"] { border-color: rgba(22,133,121,.5); background: #fff; }
.fishing-page .tools-menu-panel { position: absolute; top: calc(100% + 9px); right: 0; z-index: 20; width: 286px; padding: 9px; border: 1px solid rgba(18,32,43,.12); border-radius: 15px; background: rgba(255,254,250,.98); box-shadow: 0 18px 42px rgba(19,48,59,.18); }
.fishing-page .tools-menu-heading { padding: 6px 9px 8px; color: #87939b; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.fishing-page .tool-menu-item { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 9px; align-items: center; min-height: 54px; padding: 8px 9px; border-radius: 10px; color: var(--fish-ink); text-decoration: none; }
.fishing-page .tool-menu-item:hover, .fishing-page .tool-menu-item.active { background: #edf5f4; }
.fishing-page .tool-menu-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; background: #e7edf8; color: #3859dc; font-size: 16px; font-weight: 900; }
.fishing-page .tool-menu-icon.fishing-icon { background: #dff1ed; color: var(--fish-accent); font-size: 22px; }
.fishing-page .tool-menu-item strong, .fishing-page .tool-menu-item small { display: block; }
.fishing-page .tool-menu-item strong { font-size: 12px; }
.fishing-page .tool-menu-item small { margin-top: 2px; color: #829099; font-size: 11px; line-height: 1.25; }
.fishing-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 52px 0 74px; }
.fishing-hero { display: flex; align-items: end; justify-content: space-between; gap: 38px; padding: 20px 0 42px; }
.fishing-eyebrow, .section-kicker { display: block; margin-bottom: 13px; color: var(--fish-accent); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.fishing-hero h1 { max-width: 760px; font-size: clamp(45px, 6.5vw, 82px); line-height: .94; letter-spacing: -.075em; }
.fishing-hero p { max-width: 700px; margin: 20px 0 0; color: var(--fish-muted); font-size: 18px; line-height: 1.55; }
.hero-note { display: grid; gap: 5px; min-width: 205px; padding: 16px; border: 1px solid rgba(18,32,43,.12); border-radius: 16px; background: rgba(255,254,250,.72); color: var(--fish-muted); font-size: 12px; line-height: 1.35; box-shadow: 0 10px 25px rgba(19,48,59,.05); }
.hero-note strong { color: var(--fish-ink); font-size: 13px; }
.location-panel { position: relative; display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); gap: 28px; align-items: center; padding: 26px; border: 1px solid rgba(18,32,43,.12); border-radius: 20px; background: rgba(255,254,250,.9); box-shadow: 0 18px 48px rgba(19,48,59,.07); }
.location-copy h2 { margin: 0; font-size: 27px; letter-spacing: -.045em; }
.location-copy p { max-width: 370px; margin: 7px 0 0; color: var(--fish-muted); line-height: 1.45; }
.location-controls { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; align-items: center; }
.search-wrap { position: relative; }
.location-controls input { min-height: 50px; width: 100%; padding: 12px 15px; border: 1px solid #bccbd0; border-radius: 11px; background: #fff; color: var(--fish-ink); outline: none; box-shadow: inset 0 1px 2px rgba(18,32,43,.03); }
.location-controls input:focus { border-color: var(--fish-accent); box-shadow: 0 0 0 3px rgba(22,133,121,.13); }
.location-controls .button { min-height: 50px; white-space: nowrap; border-radius: 11px; }
.search-results { position: absolute; top: calc(100% + 6px); right: 0; left: 0; z-index: 10; max-height: min(360px, 46vh); overflow-y: auto; overscroll-behavior: contain; border: 1px solid #c5d1d5; border-radius: 12px; background: #fff; box-shadow: 0 15px 34px rgba(19,48,59,.16); animation: search-results-in .18s ease both; }
@keyframes search-results-in { from { opacity: 0; transform: translateY(-5px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.search-result { display: block; width: 100%; padding: 12px 14px; border: 0; border-bottom: 1px solid #edf1f2; background: #fff; color: var(--fish-ink); text-align: left; cursor: pointer; }
.search-result:last-child { border-bottom: 0; }
.search-result:hover, .search-result:focus { background: #eef6f4; outline: none; }
.search-result strong, .search-result small { display: block; }
.search-result small { margin-top: 3px; color: var(--fish-muted); }
.search-result.search-loading { display: grid; gap: 8px; cursor: default; }
.search-result.search-message { color: var(--fish-muted); font-size: 13px; line-height: 1.4; cursor: default; }
.search-skeleton { display: block; height: 11px; border-radius: 999px; background: linear-gradient(90deg, #edf2f2 20%, #dce9e7 45%, #edf2f2 70%); background-size: 220% 100%; animation: search-shimmer 1.1s ease-in-out infinite; animation-delay: calc(var(--i) * 80ms); }
.search-skeleton-title { width: 47%; height: 13px; }
.search-skeleton-meta { width: 31%; }
@keyframes search-shimmer { from { background-position: 120% 0; } to { background-position: -120% 0; } }
.saved-spot-row { grid-column: 1 / -1; display: flex; align-items: center; gap: 9px; padding-top: 16px; border-top: 1px solid #e6ecee; color: var(--fish-muted); font-size: 12px; }
.saved-spot-label { white-space: nowrap; }
.saved-spot-row button:not(.text-button) { padding: 0; border: 0; background: none; color: var(--fish-deep); font-weight: 800; cursor: pointer; }
.text-button { margin-left: auto; padding: 0; border: 0; background: none; color: var(--fish-muted); font-size: 12px; cursor: pointer; }
.text-button:hover { color: var(--fish-ink); }
.saved-spot-row .unsave-button { padding: 6px 10px; border: 1px solid #c5d1d5; border-radius: 999px; background: #fff; color: var(--fish-deep); font-weight: 800; }
.saved-spot-row .unsave-button:hover { border-color: var(--fish-deep); background: #f1f7f6; }
.empty-state { display: grid; justify-items: center; padding: 98px 24px; text-align: center; }
.empty-mark { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 18px; border-radius: 16px; background: #dff1ed; color: var(--fish-accent); font-size: 34px; }
.empty-state h2 { margin: 0; font-size: 26px; letter-spacing: -.04em; }
.example-spots { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 7px; margin-top: 22px; color: var(--fish-muted); font-size: 12px; }
.example-spot { padding: 7px 11px; border: 1px solid #cbd8da; border-radius: 999px; background: #fff; color: var(--fish-deep); font: inherit; font-weight: 800; cursor: pointer; }
.example-spot:hover, .example-spot:focus { border-color: var(--fish-accent); background: #eaf5f2; outline: none; }
.decision-line { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; }
.decision-badge { display: inline-flex; align-items: center; min-height: 26px; padding: 5px 10px; border-radius: 999px; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.decision-best { background: #167a59; }
.decision-mixed { background: #9a6a16; }
.decision-none { background: #7b8790; }
.decision-text { color: var(--fish-muted); font-size: 12px; font-weight: 700; }
.day-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.day-verdict { padding: 4px 7px; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.day-verdict-best-bet { background: #dff1e9; color: #167a59; }
.day-verdict-maybe { background: #f7edd8; color: #8a5a0c; }
.day-verdict-skip { background: #eef1f2; color: #71808a; }
.trip-checkin-card { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 18px; align-items: center; margin-top: 18px; padding: 20px 22px; border: 1px solid var(--fish-line); border-radius: 17px; background: rgba(255,254,250,.72); }
.trip-checkin-card .section-kicker { margin-bottom: 7px; font-size: 10px; }
.trip-checkin-card h3 { margin: 0; font-size: 20px; letter-spacing: -.045em; }
.trip-checkin-card p { margin: 7px 0 0; color: var(--fish-muted); font-size: 12px; line-height: 1.45; }
.trip-checkin-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.checkin-button { min-height: 38px; padding: 8px 11px; border: 1px solid #cbd8da; border-radius: 999px; background: #fff; color: var(--fish-muted); font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.checkin-button:hover, .checkin-button.selected { border-color: var(--fish-accent); background: #eaf5f2; color: var(--fish-deep); }
.trip-checkin-message { grid-column: 2; color: var(--fish-accent) !important; font-weight: 800; }

.empty-state p { max-width: 480px; margin: 10px 0 0; color: var(--fish-muted); line-height: 1.5; }
.forecast-section { padding-top: 38px; }
.forecast-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.forecast-heading h2 { margin: 0; font-size: 37px; letter-spacing: -.06em; }
.forecast-heading p { margin: 6px 0 0; color: var(--fish-muted); }
.forecast-heading .button { border-radius: 10px; }
.forecast-heading .button.saved { background: var(--fish-deep); border-color: var(--fish-deep); color: #fff; }
.forecast-loading { display: flex; align-items: center; gap: 10px; padding: 30px; border: 1px solid var(--fish-line); border-radius: 16px; background: var(--fish-paper); color: var(--fish-muted); }
.spinner { width: 18px; height: 18px; border: 2px solid #c9d6d9; border-top-color: var(--fish-accent); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.forecast-error { padding: 17px; border: 1px solid #edc6b9; border-radius: 13px; background: #fff5f0; color: #8a3f2b; line-height: 1.45; }
.primary-window-card { padding: 28px; border: 1px solid #beded7; border-radius: 20px; background: linear-gradient(135deg, #e2f3ef, #f9fcf9 65%); box-shadow: 0 16px 40px rgba(17,111,101,.08); }
.window-label { color: var(--fish-accent); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.primary-window { margin-top: 10px; color: var(--fish-deep); font-size: clamp(39px, 5vw, 66px); font-weight: 850; letter-spacing: -.075em; line-height: 1; }
.window-summary { max-width: 700px; margin: 13px 0 0; color: #425c64; font-size: 17px; line-height: 1.45; }
.window-foot { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 23px; color: #698088; font-size: 11px; }
.confidence-badge { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--fish-deep); font-weight: 800; }
.alert-signup { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 25px; align-items: center; margin-top: 14px; padding: 20px 22px; border: 1px solid #cfe2df; border-radius: 17px; background: rgba(255,254,250,.86); }
.alert-signup .section-kicker { margin-bottom: 7px; font-size: 10px; }
.alert-signup h3 { margin: 0; font-size: 21px; letter-spacing: -.045em; }
.alert-signup-copy p { margin: 7px 0 0; color: var(--fish-muted); font-size: 12px; line-height: 1.45; }
.alert-form-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; align-items: center; }
.alert-form input, .alert-form select { min-height: 42px; padding: 9px 11px; border: 1px solid #bdcdd0; border-radius: 9px; background: #fff; color: var(--fish-ink); font: inherit; font-size: 12px; outline: none; }
.alert-form input:focus, .alert-form select:focus { border-color: var(--fish-accent); box-shadow: 0 0 0 3px rgba(22,133,121,.13); }
.alert-form .button { min-height: 42px; padding: 9px 14px; border-radius: 9px; white-space: nowrap; }
.alert-form-note { margin: 7px 0 0; color: #87949a; font-size: 10px; }
.alert-consent { margin: 9px 0 0; color: var(--fish-muted); font-size: 11px; line-height: 1.35; }
.alert-signup-message { margin: 7px 0 0; color: var(--fish-accent); font-size: 11px; font-weight: 800; }
.paid-interest-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: center; margin-top: 14px; padding: 20px 22px; border: 1px solid #cfe2df; border-radius: 17px; background: #eaf5f2; }
.paid-interest-card .section-kicker { margin-bottom: 7px; font-size: 10px; }
.paid-interest-card h3 { margin: 0; font-size: 21px; letter-spacing: -.045em; }
.paid-interest-card p { margin: 7px 0 0; color: var(--fish-muted); font-size: 12px; line-height: 1.45; }
.paid-interest-actions { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.paid-interest-button { min-height: 42px; padding: 9px 14px; border: 1px solid #b5d4ce; border-radius: 9px; background: #fffefa; color: var(--fish-deep); font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; white-space: nowrap; }
.paid-interest-button:hover, .paid-interest-button.selected { border-color: var(--fish-accent); background: #fff; box-shadow: 0 0 0 3px rgba(22,133,121,.1); }
.paid-interest-button:disabled { cursor: default; opacity: .65; }
.paid-interest-message { grid-column: 1 / -1; margin: 0 !important; color: var(--fish-accent) !important; font-weight: 850; }
.forecast-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 14px; margin-top: 14px; }
.reason-card, .secondary-card { min-height: 235px; padding: 22px; border: 1px solid var(--fish-line); border-radius: 17px; background: var(--fish-paper); }
.card-heading, .days-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.card-heading h3, .days-heading h3 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.card-heading span, .days-heading span { color: #8a979d; font-size: 11px; font-weight: 800; }
.reason-rows { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; margin-top: 20px; }
.reason-empty { grid-column: 1 / -1; margin-top: 20px; padding: 18px; border-radius: 10px; background: #f0f5f4; color: var(--fish-muted); font-size: 13px; line-height: 1.45; }
.reason-row { display: grid; gap: 6px; padding: 11px; border-radius: 10px; background: #f0f5f4; }
.reason-row span { color: #809096; font-size: 10px; }
.reason-row strong { color: var(--fish-ink); font-size: 13px; }
.reason-row em { color: var(--fish-accent); font-size: 11px; font-style: normal; line-height: 1.25; }
.quiet-disclaimer { margin: 22px 0 0; color: #87949a; font-size: 11px; line-height: 1.45; }
.secondary-window { margin-top: 31px; color: var(--fish-deep); font-size: 31px; font-weight: 850; letter-spacing: -.06em; }
.secondary-card p { margin: 10px 0 0; color: var(--fish-muted); font-size: 13px; line-height: 1.45; }
.days-heading { margin: 32px 0 11px; }
.day-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.day-card { padding: 16px; border: 1px solid var(--fish-line); border-radius: 14px; background: rgba(255,254,250,.82); }
.day-card .day-name { color: var(--fish-muted); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.day-card strong { display: block; margin-top: 9px; color: var(--fish-deep); font-size: 20px; letter-spacing: -.04em; }
.day-card p { margin: 7px 0 0; color: var(--fish-muted); font-size: 12px; line-height: 1.4; }
.data-details { margin-top: 20px; padding: 15px 17px; border-top: 1px solid var(--fish-line); color: var(--fish-muted); font-size: 12px; }
.data-details summary { color: var(--fish-ink); font-weight: 800; cursor: pointer; }
.data-details p { max-width: 800px; line-height: 1.5; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.fishing-page .forecast-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.fishing-page #shareSpot { border-color: #b9cccf; background: #fffefa; color: var(--fish-deep); }
.fishing-page #shareSpot:hover { border-color: var(--fish-accent); background: #eaf5f2; }

@media (max-width: 780px) {
  .fishing-shell { width: min(100% - 20px, 1180px); padding-top: 28px; }
  .fishing-hero, .forecast-heading { display: grid; align-items: start; }
  .fishing-page .forecast-actions { justify-content: flex-start; }
  .hero-note { min-width: 0; }
  .location-panel, .forecast-grid { grid-template-columns: 1fr; }
  .alert-signup { grid-template-columns: 1fr; }
  .paid-interest-card { grid-template-columns: 1fr; }
  .paid-interest-actions { justify-content: flex-start; }
  .location-controls { grid-template-columns: 1fr; }
  .reason-rows { grid-template-columns: repeat(2,1fr); }
  .day-cards { grid-template-columns: 1fr; }
  .window-foot { align-items: start; flex-direction: column; }
}
@media (max-width: 560px) {
  .fishing-page .topbar { gap: 8px; padding: 12px 16px; }
  .fishing-page .brand-wrap { min-width: 0; gap: 2px 8px; }
  .fishing-page .header-support { flex-basis: auto; white-space: nowrap; font-size: 10px; letter-spacing: -.01em; }
  .fishing-page .top-actions .button.primary { display: none; }
  .fishing-page .tools-menu-panel { right: 0; width: min(286px, calc(100vw - 32px)); }
  .fishing-hero h1 { font-size: 48px; }
  .location-panel { padding: 20px; }
  .primary-window-card { padding: 21px; }
  .alert-form-row { grid-template-columns: 1fr; }
}

.feedback-card {
  display: grid;
  grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr);
  gap: 22px;
  align-items: start;
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid var(--fish-line);
  border-radius: 17px;
  background: rgba(255,254,250,.72);
}
.feedback-card .section-kicker { margin-bottom: 7px; font-size: 10px; }
.feedback-card h3 { margin: 0; font-size: 20px; letter-spacing: -.045em; }
.feedback-copy p { margin: 7px 0 0; color: var(--fish-muted); font-size: 12px; line-height: 1.45; }
.feedback-form { display: grid; gap: 12px; }
.feedback-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.feedback-form legend, .feedback-detail { display: block; margin-bottom: 7px; color: var(--fish-ink); font-size: 11px; font-weight: 800; }
.feedback-options { display: flex; flex-wrap: wrap; gap: 7px; }
.feedback-options label, .feedback-satisfaction label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #cbd8da;
  border-radius: 999px;
  background: #fff;
  color: var(--fish-muted);
  font-size: 11px;
  cursor: pointer;
}
.feedback-options label:has(input:checked), .feedback-satisfaction label:has(input:checked) {
  border-color: var(--fish-accent);
  background: #eaf5f2;
  color: var(--fish-deep);
}
.feedback-options input, .feedback-satisfaction input { margin: 0; accent-color: var(--fish-accent); }
.feedback-satisfaction { display: flex; flex-wrap: wrap; gap: 7px; }
.feedback-detail span { color: #8a979d; font-weight: 500; }
.feedback-form textarea {
  width: 100%;
  resize: vertical;
  padding: 9px 11px;
  border: 1px solid #cbd8da;
  border-radius: 9px;
  background: #fff;
  color: var(--fish-ink);
  font: inherit;
  font-size: 12px;
}
.feedback-form textarea:focus { border-color: var(--fish-accent); outline: 0; box-shadow: 0 0 0 3px rgba(22,133,121,.13); }
.feedback-actions { display: flex; align-items: center; gap: 12px; }
.feedback-actions .button { min-height: 38px; padding: 8px 13px; border-radius: 9px; }
.feedback-actions .text-button { margin-left: 0; }
.feedback-message { margin: 0; color: var(--fish-accent); font-size: 11px; font-weight: 800; }
@media (max-width: 780px) {
  .feedback-card, .trip-checkin-card { grid-template-columns: 1fr; }
  .trip-checkin-message { grid-column: auto; }
}
