/* Map-first field guide. Original search components retain their behavior. */
:root {
  --deep: #f0f5f3;
  --deep-2: #f8faf9;
  --water: #117467;
  --water-light: #117467;
  --teal: #187c65;
  --accent: #bd8726;
  --good: #24775d;
  --ok: #3d7c8c;
  --meh: #a67b26;
  --bad: #b54e45;
  --ink: #17392f;
  --muted: #76847d;
  --line: #e0e7e2;
  --panel: #fff;
  --panel-elevated: #f3f6f3;
  --surface: #f8faf7;
  --chip: #eaf2eb;
  --on-accent: #fff;
  --grad-accent: linear-gradient(115deg, #197861, #248c71);
  --grad-accent-hover: linear-gradient(115deg, #15664f, #197e62);
  --grad-panel: #fff;
  --grad-panel-tinted: #fff;
  --grad-sidebar: #fff;
  --grad-brand: linear-gradient(90deg, #163f32, #28896e);
  --grad-app: #f7f9f6;
  --shadow: 0 24px 80px #18392925;
  --soft-shadow: 0 6px 24px #193b2f10;
  --glow-accent: none;
  --hairline: 1px solid var(--line);
  --radius: 18px;
  --guide-rail: 86px;
  --guide-panel: 386px;
  --guide-header: 72px;
}
html,
body {
  color-scheme: light;
  background: #f7f9f6;
  color: var(--ink);
  font-size: 14px;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
  opacity: 0.5;
}
button,
input,
select,
textarea {
  font: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #47a98e;
  outline-offset: 3px;
}
textarea {
  resize: vertical;
}
button svg,
a svg,
.map-tools svg {
  width: 21px;
  height: 21px;
  flex: none;
  stroke: currentColor;
}
a {
  color: inherit;
}
#top-bar,
#top-bar.hidden {
  position: fixed;
  inset: 0 0 auto;
  height: var(--guide-header);
  padding: 0 25px 0 20px;
  display: flex !important;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  z-index: 1100;
  backdrop-filter: none;
}
#top-bar .brand {
  text-decoration: none;
  gap: 6px;
  flex: none;
}
#top-bar .brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: none;
}
#top-bar .brand-name {
  font-family: var(--font-brand);
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 800;
  color: var(--ink);
  background: none;
  -webkit-text-fill-color: currentColor;
}
#top-bar .brand-spotter {
  color: #227b63;
  background: none;
  -webkit-text-fill-color: currentColor;
}
.header-tagline {
  color: #8b968f;
  font-size: 12px;
  letter-spacing: 0.05px;
  margin-left: 8px;
}
.top-actions {
  margin-left: auto;
  gap: 12px !important;
}
.top-actions .ghost-btn {
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 12px;
  min-height: 40px;
  font-size: 12px;
  color: #577165;
  padding: 9px 10px;
}
#restart {
  display: none;
}
#active-fish {
  display: none !important;
}
.guide-premium {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 17px;
  border-radius: 30px;
  border: 1px solid #e7d8b6;
  background: #faf5e9;
  color: #8b6424;
  font-weight: 650;
  font-size: 12px;
}
.guide-premium span {
  font-size: 16px;
}
.account-open {
  border: 1px solid var(--line) !important;
  border-radius: 30px !important;
}
.account-avatar {
  background: #e7eee7;
  color: #47755e;
  width: 25px;
  height: 25px;
}
.account-avatar:before {
  color: #47755e;
}
.eyebrow {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-weight: 750;
  color: #66806f;
}
.guide-nav {
  position: fixed;
  left: 0;
  top: var(--guide-header);
  bottom: 0;
  width: var(--guide-rail);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 28px 9px 18px;
  background: #fff;
  border-right: 1px solid var(--line);
  z-index: 1020;
}
.guide-nav button,
.guide-nav a {
  position: relative;
  width: 66px;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: none;
  border: 0;
  border-radius: 13px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  color: #85958b;
  text-decoration: none;
  transition:
    background 0.18s,
    color 0.18s;
}
.guide-nav button.active {
  background: #e9f1eb;
  color: #246b50;
}
.guide-nav button:hover,
.guide-nav a:hover {
  background: #f1f5f0;
  color: #2c6b51;
}
.guide-nav [data-icon] {
  display: flex;
}
.guide-nav svg {
  width: 23px;
  height: 23px;
}
.guide-nav .nav-add {
  background: #1b755d;
  color: #fff;
  min-height: 60px;
  margin-top: 8px;
}
.guide-nav .nav-add:hover {
  background: #145e49;
  color: #fff;
}
.guide-nav .nav-help {
  margin-top: auto;
}
.nav-premium-dot {
  position: absolute;
  right: 13px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c69742;
}
#map {
  inset: var(--guide-header) 0 0 calc(var(--guide-rail) + var(--guide-panel));
  width: auto;
  height: auto;
  background: #e1ebdd;
  filter: none !important;
}
.onboarding-world-map #map {
  filter: none;
  transform: none !important;
}
.leaflet-top {
  top: 12px;
}
.leaflet-top.leaflet-left {
  left: 12px;
}
.leaflet-top.leaflet-right {
  right: 14px;
  top: 72px;
}
.leaflet-bottom.leaflet-right {
  right: 15px;
  bottom: 33px;
}
.leaflet-control-zoom,
.leaflet-control-layers {
  border: 1px solid #dce6dc !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 18px #14352412 !important;
  background: #fff !important;
}
.leaflet-bar a {
  background: #fff !important;
  color: #355b44 !important;
  border-color: #e5ece4 !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}
.leaflet-control-layers-toggle {
  background-color: #fff !important;
}
.leaflet-control-layers-expanded {
  padding: 12px !important;
  color: var(--ink);
}
.leaflet-control-attribution {
  background: #ffffffbd !important;
  color: #627262 !important;
  font-size: 9px !important;
}
.map-tools {
  position: fixed;
  right: 24px;
  top: calc(var(--guide-header) + 22px);
  z-index: 700;
}
.map-tools button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid #dce5da;
  border-radius: 12px;
  background: #fffffff5;
  color: #355a43;
  font-size: 12px;
  font-weight: 650;
  box-shadow: var(--soft-shadow);
}
.map-tools img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.map-tools svg {
  width: 13px;
  height: 13px;
  color: #a27b30;
}
.map-welcome {
  position: fixed;
  top: 36%;
  left: calc(var(--guide-rail) + var(--guide-panel) + 60px);
  z-index: 450;
  pointer-events: none;
  color: #28523c;
  text-shadow: 0 1px 10px #fff9;
}
.map-welcome h2 {
  font-family: var(--font-brand);
  font-size: clamp(26px, 3.8vw, 50px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.4px;
  margin: 14px 0;
}
.map-welcome p {
  font-size: 12px;
  max-width: 230px;
  line-height: 1.6;
  color: #536e57;
}
.map-welcome .eyebrow {
  color: #3b6c4d;
}
.map-legend {
  left: auto;
  right: 20px;
  bottom: 20px;
  border-radius: 9px;
  background: #ffffffed;
  box-shadow: none;
  border: 1px solid var(--line);
  font-size: 10px;
  padding: 9px 12px;
  gap: 13px;
}
.map-legend .legend-dot {
  width: 6px;
  height: 6px;
}
.overlay#onboarding {
  position: fixed;
  inset: var(--guide-header) auto 0 var(--guide-rail);
  width: var(--guide-panel);
  padding: 0;
  display: block;
  background: #fff;
  backdrop-filter: none;
  z-index: 900;
  overflow-y: auto;
  overflow-x: hidden;
}
.overlay#onboarding.hidden {
  display: none;
}
.onboarding-card {
  width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: 31px 25px 22px;
  background: #fff;
  box-shadow: none;
}
.explore-heading h1 {
  font-family: var(--font-brand);
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.12;
  margin: 11px 0 9px;
  color: #193d2d;
}
.explore-heading p {
  color: #89948b;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 26px;
}
.field-label {
  display: block;
  font-weight: 650;
  font-size: 12px;
  color: #385140;
}
.search-panel {
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
}
#onboarding #step-method.hidden,
#onboarding #step-fish.hidden,
#onboarding #search-panel.hidden {
  display: block !important;
}
#step-method {
  margin-bottom: 19px;
}
.search-row {
  position: relative;
  align-items: center;
  gap: 8px;
  background: #f7f9f6;
  border: 1px solid #e2e9df;
  border-radius: 12px;
  padding: 5px 8px 5px 13px;
  margin-top: 10px;
}
.search-row > [data-icon] {
  display: flex;
  color: #92a08f;
}
.search-row svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}
.search-row #location-input {
  height: 38px;
  min-width: 0;
  width: 100%;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 12px;
  color: #274832;
  padding: 0;
}
.search-row input::placeholder {
  color: #9ba69b;
}
.search-row #use-location {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  flex: none;
  border: 0;
  border-radius: 9px;
  color: #34816b;
  background: #e9f0e7;
}
.radius-label.inline {
  display: block;
  margin-top: 23px;
  color: #667a69;
  font-weight: 500;
  font-size: 11px;
}
.radius-label > span:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.radius-label strong {
  font-family: var(--font-brand);
  font-weight: 600;
  font-size: 12px;
  background: #edf3e9;
  color: #43805a;
  border-radius: 5px;
  padding: 4px 8px;
}
input[type="range"] {
  accent-color: #377f60;
  height: 4px;
  cursor: pointer;
  margin: 16px 0 9px;
  width: 100%;
}
.range-ends {
  display: flex;
  justify-content: space-between;
  color: #a1aa9f;
}
.range-ends small {
  font-size: 10px;
}
.species-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.species-heading button {
  padding: 4px 0;
  background: none;
  border: 0;
  color: #48906e;
  font-size: 10px;
  font-weight: 600;
}
.fish-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}
.fish-btn {
  min-height: 44px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #e5eae2;
  box-shadow: none;
  border-radius: 10px;
  gap: 7px;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  position: relative;
  color: #7d8a7d;
  transition: background 0.15s;
}
.fish-btn.selected {
  background: #f0f6ec;
  border-color: #d8e4cc;
  box-shadow: none;
  color: #38563d;
}
.fish-emoji,
.fish-emoji img {
  width: 30px;
  height: 27px;
  flex: none;
  object-fit: contain;
  filter: none;
}
.fish-name {
  font-size: 10px;
  font-weight: 650;
}
.fish-btn .check {
  position: static;
  margin-left: auto;
  font-size: 10px;
  background: none;
  color: #64955a;
}
.fish-btn:not(.selected) .check {
  opacity: 0;
}
.explore-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}
.primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--grad-accent);
  color: #fff;
  border: 0;
  box-shadow: none;
  border-radius: 11px;
  min-height: 46px;
  font-size: 12px;
  font-weight: 650;
  padding: 12px 16px;
}
.primary-btn:hover {
  background: var(--grad-accent-hover);
  box-shadow: none;
  transform: none;
}
.primary-btn svg {
  width: 17px;
  height: 17px;
}
.draw-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #fff;
  border: 0;
  color: #6e826c;
  font-size: 11px;
  padding: 3px 0 7px;
}
.draw-choice img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}
.draw-choice span {
  margin-left: 5px;
}
.explore-note {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: 21px;
  padding: 16px 12px;
  border: 1px solid #e9ecdf;
  border-radius: 13px;
  background: #fafbf4;
}
.explore-note > img {
  width: 53px;
  height: 48px;
  object-fit: contain;
  transform: rotate(-12deg);
}
.explore-note strong {
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 600;
  color: #556a42;
}
.explore-note p {
  font-size: 10px;
  color: #959d84;
  margin: 5px 0 8px;
}
.explore-note button {
  font-size: 10px;
  font-weight: 650;
  color: #5b7b44;
  background: none;
  border: 0;
  padding: 0;
}
.explore-note button span {
  margin-left: 12px;
}
.explore-foot {
  font-size: 9px;
  text-align: center;
  color: #a7afa4;
  margin: 24px 0 0;
}
.results-panel {
  top: var(--guide-header);
  left: var(--guide-rail);
  right: auto;
  bottom: 0;
  width: var(--guide-panel);
  max-height: none;
  transform: none;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  z-index: 910;
}
.results-head {
  padding: 26px 24px 17px;
  border: 0;
  background: #fff;
}
.results-head h2 {
  font-family: var(--font-brand);
  font-size: 28px;
  letter-spacing: -0.8px;
  color: var(--ink);
  margin-top: 8px;
}
.results-sub {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.results-head-main {
  gap: 0;
}
.results-brand {
  display: none;
}
.results-tools {
  padding: 0 22px 15px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.results-tools .seg {
  display: none;
}
.filter-row {
  gap: 5px;
}
.filter-chip {
  font-size: 10px;
  padding: 7px 8px;
  border-radius: 8px;
  box-shadow: none;
  background: #fff;
  border: 1px solid var(--line);
  color: #788772;
}
.filter-chip .ui-icon {
  width: 16px;
  height: 16px;
}
.filter-chip.active,
.filter-toggle:has(input:checked) {
  background: #edf4e9;
  border-color: #c6d9bc;
  color: #3f7044;
  box-shadow: none;
}
.filter-toggle input {
  accent-color: #337b53;
}
.tool-row-meta {
  margin-top: 10px;
}
#sort-results {
  font-size: 10px;
  border: 0;
  background: #f5f7f2;
  border-radius: 6px;
  color: #6c8068;
  padding: 7px;
}
.regs-link {
  font-size: 10px;
  border: 0;
}
.results-list {
  padding: 15px 18px;
  background: #f8faf7;
  gap: 12px;
}
.spot-card {
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid #e5eadf;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.18s;
}
.spot-card:hover {
  border-color: #a6c3a0;
  transform: none;
}
.spot-card.top-pick {
  background: #fff;
  border-color: #c9ddbd;
  box-shadow: none;
}
.top-pick-label {
  font-size: 8px;
  font-weight: 650;
  color: #698958;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: #f2f7ec;
  padding: 4px 8px;
  border-radius: 4px;
  width: fit-content;
  margin-bottom: 12px;
}
.spot-top {
  display: block;
}
.spot-name {
  font-family: var(--font-brand);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.35px;
  color: #23442e;
}
.spot-rank {
  font-size: 10px;
  color: #95a08f;
  margin-top: 5px;
}
.spot-side {
  margin-top: 10px;
  align-items: flex-start;
}
.spot-side > .brand-mark,
.spot-brand,
.spot-side > .spot-brand-mark {
  display: none;
}
.spot-badges {
  display: flex;
  align-items: center;
  gap: 7px;
}
.fav-btn {
  border-radius: 30px;
  font-size: 9px;
  min-height: 29px;
  padding: 5px 9px;
  color: #838d7c;
  background: #f8f9f5;
  box-shadow: none;
}
.fav-btn.saved {
  background: #f9f3e2;
  border-color: #e8dba7;
  color: #a68032;
}
.readiness-badge {
  font-size: 9px;
  padding: 5px 8px;
  border-radius: 30px;
  min-height: 29px;
}
.readiness-badge .ui-icon {
  width: 15px;
  height: 15px;
}
.spot-actions {
  gap: 6px;
  margin-top: 14px;
}
.spot-actions a,
.spot-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 35px;
  flex: 1;
  min-width: 0;
  padding: 8px 5px;
  font-size: 9px;
  color: #527451;
  border: 1px solid #e3eade;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: none;
}
.spot-actions .primary-action {
  background: #eaf2e4;
  border-color: #eaf2e4;
  color: #557944;
}
.spot-actions .ui-icon {
  width: 16px;
  height: 16px;
}
.property-action span {
  font-size: 10px;
  color: #ad893c;
}
.spot-coordinates,
.been-btn {
  font-size: 10px;
}
.why-row {
  border-top: 1px solid #f0f2eb;
  margin-top: 13px;
  padding-top: 11px;
}
.why-row > summary {
  font-size: 10px;
  color: #9aa58f;
}
.why-card {
  padding: 10px;
  background: #f7f9f3;
  border-radius: 9px;
  box-shadow: none;
}
.why-card-title {
  font-size: 11px;
}
.why-card-note,
.why-foot {
  font-size: 10px;
}
.spot-card-footer {
  padding-top: 9px;
}
.card-log-catch {
  font-size: 10px;
  color: #668a55;
  background: none;
  border: 0;
  padding: 4px 0;
  margin-top: 7px;
  font-weight: 600;
}
.results-footer {
  background: #fff;
  color: #a0a996;
  font-size: 9px;
  border-color: #edf0e8;
  padding: 11px 18px;
}
.icon-btn {
  background: #f4f7f0;
  border: 0;
  box-shadow: none;
  color: #6d8265;
  border-radius: 9px;
}
.draw-bar {
  left: calc(var(--guide-rail) + 18px);
  top: calc(var(--guide-header) + 20px);
  bottom: auto;
  transform: none;
  width: calc(var(--guide-panel) - 36px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--soft-shadow);
  z-index: 950;
  padding: 19px;
}
.draw-instr {
  font-size: 13px;
  color: #4e6b48;
}
.draw-controls {
  display: block;
}
.draw-buttons {
  display: flex;
  margin-top: 14px;
  justify-content: flex-end;
}
.draw-bar .radius-label {
  display: block;
  margin-top: 14px;
}
.draw-bar .radius-label strong {
  float: right;
}
.draw-bar .ghost-btn {
  border: 0;
  color: #728667;
  background: #f5f7f0;
}
.street-view-preview {
  top: auto;
  bottom: 40px;
  right: 22px;
  left: auto;
  width: 330px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  z-index: 850;
}
.street-view-head,
.street-view-foot,
.spot-brief {
  background: #fff;
  color: var(--ink);
}
.street-view-title {
  color: var(--ink);
}
.street-view-frame-wrap {
  height: 190px;
}
.loading {
  z-index: 2300;
  background: #ffffff45;
  backdrop-filter: blur(3px);
}
.loading-card {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 18px;
}
.toast {
  background: #fff;
  border: 1px solid #cbdcbf;
  color: #3b6337;
  box-shadow: var(--shadow);
  font-size: 12px;
  bottom: 28px;
  z-index: 3000;
}
.toast.error {
  color: #af4e45;
  border-color: #edccc6;
}
.account-sheet,
.name-sheet {
  z-index: 2200;
}
.account-sheet-card,
.name-sheet-card {
  background: #fff;
  color: var(--ink);
  border: 0;
  box-shadow: var(--shadow);
  border-radius: 24px;
}
.account-sheet-backdrop,
.name-sheet-backdrop {
  background: #143a2a55;
  backdrop-filter: blur(5px);
}
.account-sheet h2 {
  font-family: var(--font-brand);
  color: #22482f;
  letter-spacing: -0.7px;
}
.account-lead,
.account-fine-print {
  color: #8a9784;
}
.account-primary {
  background: var(--grad-accent);
  color: #fff;
  box-shadow: none;
}
.account-benefits > div,
.premium-benefits > div,
.account-signed-card {
  background: #f5f8ef;
  border-color: #e8eedf;
}
.account-benefits strong,
.premium-benefits strong {
  color: #46673a;
}
.account-benefits small,
.premium-benefits small {
  color: #8c9a7f;
}
.account-form input,
.name-sheet-input {
  background: #f7f9f3;
  border-color: #dbe5d4;
  color: #315329;
}
.account-google {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
}
.account-close {
  background: #f3f6ee;
  color: #6e8162;
}
.account-text-button {
  color: #6f8b5f;
}
.account-message {
  color: #6e865e;
}
.account-message.error {
  color: #b74d43;
}
.premium-hero-mark {
  background: #f2f6ea;
  border-color: #e4ebd7;
  box-shadow: none;
}
.premium-feature-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #56823b;
}
.premium-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}
.premium-prices > div {
  padding: 13px;
  border: 1px solid #e0e8d9;
  border-radius: 13px;
  background: #f7f9f3;
}
.premium-prices dt {
  color: #64756b;
  font-size: 12px;
  margin-bottom: 5px;
}
.premium-prices dd {
  margin: 0;
  color: #22482f;
}
.premium-prices strong {
  font-size: 22px;
  letter-spacing: -0.5px;
}
.premium-prices dd span {
  color: #64756b;
  font-size: 12px;
  white-space: nowrap;
}
.premium-feature-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
}
.premium-card {
  background: #f7f7ec;
  border-color: #e3e6cf;
}
.premium-card-copy strong {
  color: #53723d;
}
.premium-card-copy small {
  color: #92a181;
}
.account-divider {
  color: #94a18b;
}
.account-divider:before,
.account-divider:after {
  background: #e9ede1;
}
.account-kicker {
  color: #9b834c;
}
.account-plan-badge {
  color: #6b8359;
  background: #edf3e4;
}
.name-sheet-title {
  color: var(--ink);
}
.name-sheet-sub {
  color: var(--muted);
}
/* Journal and premium catch discovery */
.journal-panel {
  position: fixed;
  top: var(--guide-header);
  left: var(--guide-rail);
  bottom: 0;
  width: var(--guide-panel);
  z-index: 920;
  background: #fff;
  overflow-y: auto;
  border-right: 1px solid var(--line);
}
.journal-head {
  padding: 30px 25px 22px;
}
.journal-head h1 {
  font-family: var(--font-brand);
  font-size: 30px;
  letter-spacing: -0.8px;
  line-height: 1.13;
  margin: 10px 0;
  color: #24452f;
}
.journal-head p {
  font-size: 12px;
  line-height: 1.6;
  color: #8c9884;
  margin: 0;
}
.journal-head .primary-btn {
  width: 100%;
  margin-top: 20px;
}
.journal-toolbar {
  display: flex;
  gap: 7px;
  padding: 0 25px 18px;
}
.journal-toolbar select {
  min-width: 0;
  flex: 1;
  border: 1px solid #e1e8d9;
  border-radius: 9px;
  padding: 9px;
  color: #69815b;
  background: #fff;
  font-size: 11px;
}
.journal-empty {
  margin: 0 25px;
  padding: 28px 18px;
  border-radius: 17px;
  border: 1px dashed #d7e3cd;
  background: #f7f9f2;
  text-align: center;
}
.journal-empty > img {
  width: 108px;
  height: 70px;
  object-fit: contain;
  margin: 3px auto 17px;
}
.journal-empty h2 {
  font-family: var(--font-brand);
  font-size: 20px;
  font-weight: 600;
  margin: 8px 0;
}
.journal-empty p {
  font-size: 12px;
  color: #929e86;
  line-height: 1.7;
  margin: 8px 0;
}
.journal-empty button {
  margin: 18px auto 0;
}
.catch-list {
  padding: 0 19px 24px;
}
.catch-card {
  border: 1px solid #e2e9dc;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #fff;
}
.catch-media {
  height: 175px;
  width: 100%;
  object-fit: cover;
  display: block;
  background: #f0f4e9;
}
.catch-art {
  height: 146px;
  background: radial-gradient(ellipse at center, #e7efd7, #f6f8f0);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catch-art:after {
  content: "";
  position: absolute;
  bottom: 22px;
  width: 95px;
  height: 4px;
  border-radius: 50%;
  background: #829e5118;
  filter: blur(4px);
}
.catch-art img {
  width: 150px;
  height: 104px;
  object-fit: contain;
  transform: rotate(-8deg);
}
.catch-info {
  padding: 16px;
}
.catch-byline {
  display: flex;
  justify-content: space-between;
  color: #9aa38e;
  font-size: 9px;
  margin-bottom: 8px;
}
.catch-info h2 {
  font-family: var(--font-brand);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.3px;
  margin: 0 0 6px;
}
.catch-water {
  font-size: 11px;
  color: #7d8f70;
  margin: 0;
}
.catch-stats {
  display: flex;
  gap: 8px;
  margin: 13px 0 0;
  flex-wrap: wrap;
}
.catch-stats span {
  font-size: 10px;
  background: #f0f5e8;
  color: #6e8855;
  padding: 5px 8px;
  border-radius: 6px;
}
.catch-note {
  font-size: 11px;
  line-height: 1.65;
  color: #8c9880;
  margin: 12px 0 0;
}
.catch-actions {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  padding-top: 13px;
  margin-top: 13px;
  border-top: 1px solid #edf0e7;
}
.catch-actions button {
  background: none;
  border: 0;
  color: #7c945d;
  font-size: 10px;
  padding: 4px 0;
}
.catch-actions button.delete-catch {
  color: #a8917d;
}
.journal-stats {
  display: flex;
  gap: 0;
  border-top: 1px solid #edf1e6;
  border-bottom: 1px solid #edf1e6;
  margin: 0 25px 22px;
}
.journal-stats div {
  flex: 1;
  text-align: center;
  padding: 16px 3px;
}
.journal-stats strong {
  font-family: var(--font-brand);
  font-size: 23px;
  font-weight: 600;
  display: block;
  color: #4a693a;
}
.journal-stats small {
  display: block;
  font-size: 9px;
  color: #99a389;
  margin-top: 4px;
}
.catch-lock {
  margin: 0 25px;
  background: #f7f8ef;
  border: 1px solid #e6ead8;
  border-radius: 18px;
  padding: 27px 22px;
  text-align: center;
}
.catch-lock-art {
  height: 135px;
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.catch-lock-art img {
  width: 160px;
  height: 120px;
  object-fit: contain;
  transform: rotate(-15deg);
}
.catch-lock-art .lock-disc {
  position: absolute;
  bottom: 7px;
  right: 38px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #b59a56;
  border: 1px solid #e9dfc1;
  box-shadow: var(--soft-shadow);
}
.lock-disc svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
}
.premium-mini {
  display: inline-block;
  padding: 5px 9px;
  background: #eee9d3;
  border-radius: 6px;
  color: #9d8649;
  font-size: 8px;
  letter-spacing: 1.6px;
  font-weight: 750;
}
.catch-lock h2 {
  font-family: var(--font-brand);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin: 15px 0 10px;
}
.catch-lock p {
  font-size: 11px;
  color: #97a07f;
  line-height: 1.75;
}
.catch-lock .primary-btn {
  width: 100%;
  margin-top: 20px;
}
.quiet-note {
  padding: 18px 25px;
  text-align: center;
  color: #9ea68f;
  font-size: 10px;
  line-height: 1.7;
}
.property-info {
  padding: 20px 25px;
}
.property-illustration {
  background: #f0f4e6;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  margin-bottom: 20px;
}
.property-illustration img {
  width: 114px;
  height: 114px;
  object-fit: contain;
}
.property-info p {
  font-size: 12px;
  color: #8a9b76;
  line-height: 1.7;
}
.property-info a.primary-btn {
  text-decoration: none;
}
.property-status {
  font-size: 11px;
  line-height: 1.6;
  color: #8d9c77;
  margin: 14px 0;
}
.catch-marker {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #77995b;
  box-shadow: 0 3px 10px #16392330;
}
.catch-marker img {
  width: 25px;
  height: 21px;
  object-fit: contain;
}
.preview-toolbar {
  position: fixed;
  bottom: 18px;
  left: calc(var(--guide-rail) + var(--guide-panel) + 20px);
  z-index: 1200;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #dce3d3;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  font-size: 10px;
  color: #8a937d;
}
.preview-toolbar select {
  border: 0;
  background: #f0f4e7;
  color: #69814f;
  font-size: 10px;
  border-radius: 10px;
  padding: 5px 7px;
}
.preview-toolbar span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.preview-toolbar span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a9b579;
}
.preview-note {
  font-size: 10px;
  color: #9aa18b;
  background: #f7f8f0;
  padding: 9px 15px;
  line-height: 1.6;
}
.journal-error {
  font-size: 12px;
  line-height: 1.6;
  color: #a97a57;
  padding: 18px 25px;
}
.journal-loading {
  padding: 45px;
  text-align: center;
  color: #8a987b;
}
.log-dialog {
  border: 0;
  max-width: 490px;
  width: calc(100% - 28px);
  max-height: 92dvh;
  padding: 0;
  border-radius: 23px;
  color: #26452d;
  box-shadow: var(--shadow);
  background: #fff;
}
.log-dialog::backdrop {
  background: #13322070;
  backdrop-filter: blur(5px);
}
.log-dialog-head {
  padding: 26px 27px 17px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.log-dialog-head h2 {
  font-family: var(--font-brand);
  font-size: 27px;
  letter-spacing: -0.6px;
  margin: 7px 0;
}
.log-dialog-head p {
  margin: 0;
  font-size: 11px;
  color: #94a185;
}
.dialog-close {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #f1f5e9;
  color: #788c60;
  font-size: 17px;
}
.log-form {
  padding: 0 27px 27px;
}
.photo-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  min-height: 105px;
  border: 1px dashed #cfdbc1;
  background: #f8faf4;
  border-radius: 13px;
  color: #8b9f73;
  font-size: 11px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.photo-picker svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
}
.photo-picker input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.photo-picker img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.log-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
  margin-top: 18px;
}
.log-fields label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  color: #718362;
  font-size: 10px;
  font-weight: 600;
}
.log-fields input,
.log-fields select,
.log-fields textarea {
  padding: 11px;
  border: 1px solid #e1e8d9;
  border-radius: 9px;
  background: #fff;
  color: #435d38;
  min-width: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}
.log-fields input::placeholder,
.log-fields textarea::placeholder {
  color: #b1baaa;
}
.log-fields .full {
  grid-column: 1/-1;
}
.catch-water-tools {
  display: flex;
  gap: 10px;
  margin-top: 9px;
}
.catch-water-tools button {
  background: #f0f5e8;
  border: 0;
  border-radius: 7px;
  padding: 7px 10px;
  color: #789360;
  font-size: 10px;
}
.catch-place-caption {
  color: #9aa78b;
  font-size: 10px;
  line-height: 1.5;
  margin: 9px 0;
}
.catch-sharing {
  display: flex;
  gap: 11px;
  align-items: center;
  border: 1px solid #e6ecdd;
  border-radius: 11px;
  padding: 13px;
  margin: 17px 0;
}
.catch-sharing input {
  accent-color: #7b995a;
  width: 17px;
  height: 17px;
  flex: none;
}
.catch-sharing strong {
  font-size: 11px;
  font-weight: 600;
  display: block;
  color: #5b7646;
}
.catch-sharing small {
  font-size: 10px;
  display: block;
  color: #9ba78a;
  margin-top: 4px;
  line-height: 1.5;
}
.log-form .primary-btn {
  width: 100%;
}
.log-form-error {
  font-size: 11px;
  color: #b36e57;
  min-height: 15px;
  margin: 10px 0;
}
.log-delete-confirm {
  border: 0;
  border-radius: 18px;
  padding: 23px;
  max-width: 360px;
  background: #fff;
  color: #334f2d;
}
.log-delete-confirm::backdrop {
  background: #14332065;
}
.log-delete-confirm h2 {
  font-family: var(--font-brand);
  font-size: 22px;
}
.log-delete-confirm p {
  font-size: 12px;
  line-height: 1.6;
  color: #8c9d7b;
}
.log-delete-confirm div {
  display: flex;
  gap: 8px;
}
.log-delete-confirm button {
  border: 1px solid #dbe5d0;
  background: #f4f7ed;
  border-radius: 9px;
  padding: 10px 15px;
  color: #6b8454;
}
.log-delete-confirm button.danger {
  background: #a76453;
  border-color: #a76453;
  color: #fff;
}
@media (min-width: 1450px) {
  :root {
    --guide-panel: 410px;
  }
  .onboarding-card {
    padding: 35px 30px;
  }
  .fish-btn {
    min-height: 48px;
  }
  .explore-actions {
    margin-top: 28px;
  }
}
@media (max-height: 780px) and (min-width: 761px) {
  .onboarding-card {
    padding-top: 22px;
  }
  .explore-heading p {
    margin-bottom: 19px;
  }
  .radius-label.inline {
    margin-top: 16px;
  }
  .fish-btn {
    min-height: 40px;
  }
  .explore-note {
    margin-top: 15px;
    padding: 12px;
  }
  .explore-foot {
    margin-top: 16px;
  }
  .explore-actions {
    margin-top: 16px;
  }
}
@media (max-width: 1050px) {
  .header-tagline {
    display: none;
  }
  .map-welcome {
    left: calc(var(--guide-rail) + var(--guide-panel) + 30px);
  }
  .map-welcome h2 {
    font-size: 34px;
  }
  .map-tools {
    right: 18px;
  }
  .street-view-preview {
    width: 280px;
  }
}
@media (max-width: 760px) {
  :root {
    --guide-rail: 0px;
    --guide-panel: 100%;
    --guide-header: 62px;
  }
  #top-bar,
  #top-bar.hidden {
    padding: 0 15px;
    gap: 8px;
  }
  #top-bar .brand-logo {
    width: 34px;
    height: 34px;
  }
  #top-bar .brand-name {
    font-size: 21px;
  }
  .top-actions {
    gap: 6px !important;
  }
  .guide-premium {
    padding: 8px 11px;
    font-size: 10px;
    gap: 4px;
  }
  .account-open {
    padding: 6px !important;
    min-width: 32px;
  }
  #account-open-label {
    display: none;
  }
  .account-avatar {
    width: 24px;
    height: 24px;
  }
  #results-toggle {
    display: none !important;
  }
  .guide-nav {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: calc(68px + env(safe-area-inset-bottom));
    padding: 5px 18px calc(5px + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: 0;
    border-top: 1px solid #e5eade;
    background: #fffffff9;
    gap: 9px;
  }
  .guide-nav button {
    min-height: 53px;
    flex: 1;
    max-width: 84px;
    gap: 4px;
    font-size: 10px;
  }
  .guide-nav svg {
    height: 22px;
    width: 22px;
  }
  .guide-nav .nav-add,
  .guide-nav .nav-help {
    display: none;
  }
  .nav-premium-dot {
    top: 7px;
    right: 23px;
  }
  #map {
    left: 0;
    top: var(--guide-header);
    bottom: calc(68px + env(safe-area-inset-bottom));
    width: 100%;
    height: auto;
  }
  .overlay#onboarding,
  .journal-panel,
  .results-panel {
    left: 0;
    right: 0;
    width: 100%;
    top: 37dvh;
    bottom: calc(68px + env(safe-area-inset-bottom));
    max-height: none;
    min-height: 0;
    border-radius: 23px 23px 0 0;
    border: 0;
    border-top: 1px solid #e1e7da;
    box-shadow: 0 -6px 30px #183f2714;
  }
  .onboarding-card {
    padding: 24px 23px 22px;
  }
  .explore-heading h1 {
    font-size: 28px;
  }
  .explore-heading p {
    font-size: 12px;
    margin-bottom: 22px;
  }
  .explore-heading .eyebrow {
    font-size: 9px;
  }
  .explore-actions .primary-btn {
    font-size: 13px;
    min-height: 48px;
  }
  .fish-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .fish-btn {
    min-height: 47px;
  }
  .fish-name {
    font-size: 12px;
  }
  .fish-emoji,
  .fish-emoji img {
    width: 36px;
    height: 28px;
  }
  .search-row #location-input {
    font-size: 16px;
  }
  .field-label {
    font-size: 12px;
  }
  .radius-label.inline {
    font-size: 12px;
  }
  .map-welcome {
    top: 110px;
    left: 22px;
  }
  .map-welcome .eyebrow {
    font-size: 8px;
  }
  .map-welcome h2 {
    font-size: 26px;
    line-height: 1.05;
    margin: 8px 0;
    max-width: 200px;
  }
  .map-welcome p {
    display: none;
  }
  .map-tools {
    top: calc(var(--guide-header) + 16px);
    right: 14px;
  }
  .map-tools button {
    font-size: 10px;
    padding: 8px 10px;
    gap: 5px;
  }
  .map-tools img {
    width: 19px;
    height: 19px;
  }
  .map-tools svg {
    width: 11px;
    height: 11px;
  }
  .leaflet-top.leaflet-right {
    right: 14px;
    top: 63px;
  }
  .leaflet-control-layers-toggle {
    width: 31px !important;
    height: 31px !important;
    background-size: 18px !important;
  }
  .leaflet-bottom.leaflet-right {
    bottom: 64dvh;
    right: 14px;
  }
  .leaflet-control-zoom {
    display: none;
  }
  .leaflet-control-attribution {
    font-size: 7px !important;
  }
  .map-legend {
    display: none !important;
  }
  .results-head {
    padding: 24px 23px 12px;
  }
  .results-head h2 {
    font-size: 26px;
  }
  .results-list {
    padding: 15px 17px;
  }
  .results-tools {
    padding: 0 22px 13px;
  }
  .spot-name {
    font-size: 20px;
  }
  .spot-card {
    padding: 17px;
  }
  .spot-actions a,
  .spot-actions button {
    font-size: 11px;
    min-height: 41px;
  }
  .filter-chip {
    font-size: 11px;
    padding: 8px 10px;
  }
  .results-footer {
    display: none;
  }
  .spot-rank {
    font-size: 11px;
  }
  .card-log-catch,
  .why-row > summary {
    font-size: 12px;
    min-height: 30px;
  }
  .preview-toolbar {
    left: auto;
    right: 10px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    font-size: 9px;
    padding: 5px 8px;
    box-shadow: 0 3px 16px #193b2f17;
  }
  .preview-toolbar select {
    font-size: 9px;
    padding: 4px;
  }
  .preview-toolbar span {
    font-size: 0;
    gap: 0;
  }
  .preview-toolbar span:before {
    width: 5px;
    height: 5px;
  }
  .journal-panel {
    top: 25dvh;
  }
  .journal-head {
    padding: 25px 24px 20px;
  }
  .journal-head h1 {
    font-size: 28px;
  }
  .catch-lock {
    margin-bottom: 20px;
  }
  .catch-list {
    padding: 0 21px 36px;
  }
  .catch-media {
    height: 210px;
  }
  .catch-info h2 {
    font-size: 20px;
  }
  .catch-water,
  .catch-note {
    font-size: 12px;
  }
  .catch-actions button {
    font-size: 12px;
    min-height: 32px;
  }
  .journal-head .primary-btn {
    min-height: 47px;
    font-size: 13px;
  }
  .draw-bar {
    left: 15px;
    right: 15px;
    top: auto;
    bottom: calc(84px + env(safe-area-inset-bottom));
    width: auto;
  }
  .draw-bar .draw-controls {
    display: block;
  }
  .draw-bar .radius-label {
    max-width: none;
  }
  .street-view-preview {
    left: 14px;
    right: 14px;
    width: auto;
    top: 74px;
    bottom: auto;
    max-height: 40dvh;
  }
  .street-view-frame-wrap {
    height: 140px;
  }
  .street-view-preview .spot-brief {
    display: none;
  }
  .toast {
    bottom: calc(88px + env(safe-area-inset-bottom));
    max-width: calc(100% - 28px);
  }
  .account-sheet-card {
    max-height: 88dvh;
    overflow-y: auto;
    border-radius: 24px 24px 0 0;
  }
  .log-dialog {
    max-height: 90dvh;
  }
  .log-dialog-head {
    padding: 22px 22px 17px;
  }
  .log-form {
    padding: 0 22px 25px;
  }
  .log-fields input,
  .log-fields select,
  .log-fields textarea {
    font-size: 16px;
  }
  .quiet-note {
    padding-bottom: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: 0s !important;
    transition: none !important;
  }
}
.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;
}
body.map-expanded #map {
  left: var(--guide-rail);
}
body.map-expanded .leaflet-bottom.leaflet-right {
  bottom: 33px;
}

.results-head-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}
.new-search {
  border: 0;
  background: #edf3ef;
  color: #316c56;
  border-radius: 8px;
  padding: 9px;
  font-size: 10px;
  white-space: nowrap;
}
.results-head-actions .icon-btn {
  width: 29px;
  height: 29px;
}
.results-head-main {
  min-width: 0;
}
.results-meta h2 {
  font-size: 24px;
}
@media (max-width: 760px) {
  .onboarding-card {
    display: flex;
    flex-direction: column;
  }
  .explore-heading {
    order: 0;
  }
  #step-method {
    order: 1;
  }
  .explore-actions {
    order: 2;
    margin-top: 14px;
  }
  #step-fish {
    order: 3;
    margin-top: 20px;
  }
  .explore-note {
    order: 4;
  }
  .explore-foot {
    order: 5;
  }
  .explore-heading p {
    margin-bottom: 16px;
  }
  .radius-label.inline {
    margin-top: 16px;
  }
  .results-head {
    gap: 8px;
  }
  .results-meta h2 {
    font-size: 23px;
  }
}

/* Keep the new shell independent of the old floating results header. */
body.results-open #top-bar .top-actions {
  position: static;
  margin-left: auto;
  padding: 0;
}
.results-meta {
  text-align: left;
  flex: 1;
}
.results-meta .eyebrow {
  font-size: 9px;
  letter-spacing: 1.3px;
  margin-bottom: 7px;
}
.spot-card .spot-card-brand {
  display: none;
}
.spot-card.top-pick .spot-side {
  margin-top: 0;
  gap: 8px;
}
.spot-card:hover {
  border-color: #adc6b2;
  box-shadow: 0 4px 15px #234b2d0a;
  transform: none;
}
.spot-card.focused {
  background: #f5faf6;
  border-color: #4c9b79;
  box-shadow: 0 0 0 2px #4c9b7925;
}
.spot-name-edit {
  color: var(--ink);
}
.spot-name-text {
  font-family: var(--font-brand);
  font-size: 19px;
  line-height: 1.2;
}
.spot-orig-name {
  color: var(--muted);
}
.saved-detail {
  margin-top: 12px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
.saved-detail summary {
  font-size: 11px;
  color: var(--muted);
  cursor: pointer;
}

.results-panel {
  height: auto;
}
.spot-side,
.spot-card.top-pick .spot-side {
  max-width: none;
  margin-top: 10px;
}
.spot-badges {
  justify-content: flex-start;
}
.spot-card .spot-side {
  width: 100%;
}
.spot-card .fav-btn {
  flex: none;
}
.dialog-close {
  min-width: 40px;
  min-height: 40px;
}

/* Navigation already restores the list; keep the map header focused. */
#results-toggle {
  display: none !important;
}
body[data-section="catches"] .map-legend,
body[data-section="log"] .map-legend,
body[data-section="property"] .map-legend {
  display: none !important;
}

/* Explore supports choosing a search center directly on the map. */
.map-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
#map-search-prompt {
  border-color: #aacbb9;
  background: #f1faf4;
  color: #25664f;
}
#map-search-prompt svg {
  width: 18px;
  height: 18px;
  color: currentColor;
}
.map-search-mobile {
  display: none;
}
body:not([data-section="explore"]) #map-search-prompt,
body.choosing-map-center #map-search-prompt {
  display: none;
}
body[data-section="explore"] #map {
  cursor: crosshair;
}
body[data-section="explore"] #map.leaflet-drag-target {
  cursor: grabbing;
}
body.onboarding-world-map .leaflet-control-container {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 761px) and (max-width: 1100px) {
  .map-tools {
    flex-direction: column;
    align-items: flex-end;
  }
  .leaflet-top.leaflet-right {
    top: 130px;
  }
}
@media (max-width: 760px) {
  .map-tools {
    gap: 7px;
  }
  .map-search-desktop {
    display: none;
  }
  .map-search-mobile {
    display: inline;
  }
  #map-search-prompt {
    font-size: 10px;
    padding: 8px 9px;
    gap: 5px;
  }
  #map-search-prompt svg {
    width: 15px;
    height: 15px;
  }
  .map-welcome {
    top: 133px;
  }
}
