:root {
  --navy: #0B1F33;
  --ocean: #1A4B73;
  --sea: #2A6F9E;
  --sand: #F4F7FA;
  --white: #FFFFFF;
  --ink: #12202C;
  --muted: #5B6B78;
  --alert: #E8A317;
  --alert-soft: #F8E7C0;
  --radius: 14px;
  --shadow: 0 10px 28px rgba(11, 31, 51, 0.12);
  --font: "Source Sans 3", system-ui, sans-serif;
  --display: "Source Serif 4", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: linear-gradient(180deg, #e8eef4 0%, var(--sand) 40%, #fff 100%);
  padding-bottom: 4.5rem;
}
a { color: var(--ocean); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { width: min(1080px, calc(100% - 1.5rem)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.site-header {
  background: var(--navy);
  color: #fff;
  position: sticky; top: 0; z-index: 30;
}
.header-inner {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .7rem; padding: .9rem 0 .75rem; text-align: center;
}
.brand {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; text-decoration: none; gap: .35rem;
}
.brand-text { display: flex; flex-direction: column; align-items: center; gap: .1rem; }
.brand-text strong { font-size: 1.05rem; letter-spacing: .02em; }
.brand-tag { font-size: .75rem; font-weight: 600; color: #c5d6e4; }
.map-toolbar {
  display: flex; justify-content: flex-end; margin: 0 0 .55rem;
}
.state-select {
  display: flex; align-items: center; gap: .45rem;
  background: #fff; border: 1px solid #d5dee6; border-radius: 999px;
  padding: .25rem .55rem .25rem .8rem;
  box-shadow: 0 4px 12px rgba(11,31,51,.08);
  font-size: .82rem; font-weight: 700; color: var(--navy);
}
.state-select-label { white-space: nowrap; }
.state-select select {
  border: 0; background: transparent; font: inherit; font-weight: 700;
  color: var(--ocean); min-height: 36px; max-width: 42vw;
}
.state-banner { margin: 0 0 .7rem; }
.region-picker { margin: 1.4rem 0 0; }
.region-cards {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: .8rem; margin: .8rem 0 1.2rem;
}
.region-status { font-size: .82rem; font-weight: 700; color: var(--muted); }
.region-status.is-on { color: #2E8B57; }
.btn.is-disabled { opacity: .5; cursor: not-allowed; pointer-events: none; }
.state-status-list { list-style: none; padding: 0; margin: 1rem 0 1.5rem; }
.state-status-item {
  display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .55rem;
  margin: .45rem 0; font-size: .95rem;
}
.state-dot {
  width: .7rem; height: .7rem; border-radius: 50%; background: #c5d0da;
}
.state-dot.is-on { background: #2E8B57; }
.src-badge {
  display: inline-block; font-size: .68rem; font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase;
  border-radius: 999px; padding: .15rem .5rem;
}
.src-badge-oficial { background: #dcefe4; color: #1e6b3a; }
.src-badge-calc { background: #ece6f4; color: #6B4C9A; }
.src-badge-repr { background: #e4eef6; color: #1A4B73; }
.navega-layers-section {
  display: block; width: 100%;
  margin: .55rem 0 .2rem; padding: .15rem 0;
  border: 0; background: transparent; text-align: left;
  font-size: .68rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--ocean); cursor: pointer;
}
.navega-layers-item.is-locked { opacity: 1; cursor: default; }
.navega-layers-note {
  display: block; width: 100%; font-size: .68rem; color: var(--muted); font-weight: 600;
}
.status-badge {
  display: inline-flex; align-items: center; gap: .15rem;
  font-size: .68rem; font-weight: 800; letter-spacing: .02em;
  border-radius: 999px; padding: .12rem .45rem; vertical-align: middle;
  background: #eef2f5; color: var(--muted); white-space: nowrap;
}
.status-badge.is-ok { background: #dcefe4; color: #1e6b3a; }
.status-badge.is-wait { background: #fff3d6; color: #8a6a12; }
.status-badge.is-off { background: #eef2f5; color: #5B6B78; }
.status-badge[hidden] { display: none !important; }
.map-title {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: .45rem;
}
.map-note {
  text-align: center; color: var(--muted); font-size: .85rem;
  margin: -.2rem 0 .65rem;
}
.map-note[hidden] { display: none !important; }
.brand:hover { text-decoration: none; }
.brand-logo {
  width: min(168px, 46vw); height: auto; display: block;
  border-radius: 28%;
}
.site-nav { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.site-nav a { color: #dce7f0; font-weight: 600; font-size: .92rem; }
.banner-edu {
  margin: 0; padding: .45rem 1rem; text-align: center;
  background: var(--alert-soft); color: var(--navy); font-size: .85rem; font-weight: 600;
}

.hero { padding: 1.6rem 0 1rem; }
.hero h1 {
  font-family: var(--display); font-size: clamp(1.7rem, 4vw, 2.4rem);
  margin: .25rem 0 1rem; color: var(--navy);
}
.kicker { color: var(--ocean); font-weight: 600; margin: 0 0 .35rem; }
.kicker a { color: var(--ocean); text-decoration: underline; }
.kicker a:hover { color: var(--navy); }
.search-form { display: flex; gap: .5rem; }
.search-form input {
  flex: 1; min-height: 48px; border-radius: 12px; border: 1px solid #c5d0da;
  padding: .7rem 1rem; font: inherit;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: .55rem 1rem; border-radius: 12px;
  border: 1px solid var(--ocean); background: #fff; color: var(--ocean);
  font: inherit; font-weight: 700; cursor: pointer; text-decoration: none;
}
.btn-primary { background: var(--ocean); color: #fff; border-color: var(--ocean); }
.hint, .map-legend, .source { color: var(--muted); font-size: .9rem; }
.edu-label {
  display: inline-block; font-size: .72rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--ocean); margin: 0 0 .5rem;
}
.quick-places { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.chip {
  border: 1px solid #c5d0da; background: #fff; border-radius: 999px;
  padding: .4rem .8rem; font: inherit; cursor: pointer;
}
.chip:hover { border-color: var(--ocean); color: var(--ocean); }

.map-section { margin: 1.5rem 0 2rem; }
.map {
  height: min(136vh, 1120px); min-height: 640px;
  border-radius: var(--radius); box-shadow: var(--shadow);
  border: 1px solid #d5dee6;
}
.map-page { height: 760px; margin: 1rem 0; }
.layer-legend { display: flex; flex-wrap: wrap; gap: .4rem; margin: .5rem 0 .8rem; }
.layer-legend span {
  font-size: .78rem; padding: .25rem .55rem; border-radius: 999px;
  background: #e6edf3; color: var(--muted);
}
.layer-legend .on { background: var(--ocean); color: #fff; }
.map-key {
  list-style: none; margin: .35rem 0 .85rem; padding: 0;
  display: flex; flex-wrap: wrap; gap: .35rem .9rem;
  font-size: .82rem; color: var(--muted);
}
.map-key li { display: flex; align-items: center; gap: .35rem; }
.map-key li:has(.map-key-zone) {
  flex-direction: column;
  align-items: flex-start;
  max-width: 24rem;
  gap: .12rem;
}
.layers-about {
  margin: .85rem 0 0; padding: .85rem 1rem;
  background: #fff; border: 1px solid #e3eaef; border-radius: var(--radius);
}
.layers-about h3 { margin: 0 0 .4rem; font-size: .95rem; color: var(--navy); }
.layers-about p { margin: .35rem 0; font-size: .88rem; line-height: 1.45; }

.cards-areas { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.card {
  background: #fff; border-radius: var(--radius); padding: 1.2rem 1.25rem;
  box-shadow: var(--shadow); border: 1px solid #e3eaef;
}
.conditions { border-left: 4px solid var(--alert); margin: 1.2rem 0; }
.alerts-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: .5rem; margin: 1.2rem 0 2rem;
}
.alert-chip {
  background: var(--navy); color: #fff; border-radius: 10px;
  padding: .7rem .8rem; font-size: .82rem; font-weight: 700; text-align: center;
}
.page { padding: 1.4rem 0 2rem; }
.page h1 { font-family: var(--display); color: var(--navy); }
.page-lead-title {
  font-size: clamp(1.25rem, 3.4vw, 1.85rem);
  line-height: 1.35;
  margin: .35rem 0 1rem;
}
.page h2 { color: var(--navy); margin: 1.6rem 0 .7rem; }
.page h3 { margin: 0 0 .5rem; color: var(--navy); }
.peculiarity-list { line-height: 1.5; }
.peculiarity-list li { margin: .45rem 0; }
.page-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.4rem; }

.map-frame { position: relative; }
.map-help-cluster {
  position: absolute;
  left: 10px;
  bottom: 52px;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
  pointer-events: none;
}
.map-help-cluster .map-help { pointer-events: auto; }
.map-help {
  position: absolute; left: 10px; bottom: 28px; z-index: 500;
  background: rgba(11, 31, 51, .88); color: #fff; text-decoration: none;
  font-size: .78rem; font-weight: 700; padding: .35rem .65rem; border-radius: 999px;
  box-shadow: 0 4px 12px rgba(11,31,51,.25);
  border: 0; font-family: inherit; cursor: pointer;
}
.map-help-cluster .map-help { position: static; }
.map-help:hover { color: #fff; text-decoration: none; background: var(--ocean); }
.callout {
  background: var(--alert-soft); border-radius: 12px; padding: 1rem 1.1rem; margin: 1rem 0;
}
.table { width: 100%; border-collapse: collapse; font-size: .92rem; margin: 1rem 0; }
.table th, .table td { border-bottom: 1px solid #e3eaef; padding: .55rem .4rem; text-align: left; }
.lead { font-size: 1.15rem; }

.site-footer {
  background: var(--navy); color: #d5e0ea; padding: 1.4rem 0 5.5rem; margin-top: 2rem;
}
.disclaimer { font-size: .88rem; line-height: 1.5; }
.footer-norm { font-size: .82rem; color: var(--alert); }
.heading-center { text-align: center; }
.footer-credit { font-size: .88rem; margin-top: .9rem; text-align: center; }
.footer-credit + .footer-credit { margin-top: .35rem; }
.footer-credit a { color: #fff; text-decoration: underline; }
.footer-credit a:hover { color: var(--alert); }

.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  display: flex; background: var(--navy); border-top: 1px solid #1e3a52;
}
.mobile-bar a {
  flex: 1; text-align: center; color: #fff; padding: .7rem .2rem;
  font-size: .78rem; font-weight: 600; text-decoration: none;
}

.leaflet-container { cursor: crosshair; }
.leaflet-interactive { cursor: pointer; }
.leaflet-popup-content { font-family: var(--font); overflow: auto; }
.popup-title { font-weight: 700; color: var(--navy); margin: 0 0 .2rem; }
.measure-popup { margin-top: .75rem; padding-top: .7rem; border-top: 1px solid #e3eaef; }
.measure-dist { font-size: 1.05rem; line-height: 1.45; margin: .45rem 0; }
.measure-warn { font-size: .78rem; color: var(--muted); line-height: 1.4; }
.measure-land-handle { background: none !important; border: none !important; }
.measure-land-handle-dot {
  display: block; width: 18px; height: 18px; margin: 2px;
  border-radius: 50%;
  background: #E8A317;
  border: 2px solid #0B1F33;
  cursor: grab;
  box-shadow: 0 0 0 5px rgba(232, 163, 23, 0.4);
}
.measure-land-handle-dot:active { cursor: grabbing; }
.measure-origin-handle { background: none !important; border: none !important; }
.measure-origin-handle-dot {
  display: block; width: 16px; height: 16px; margin: 3px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #E8A317;
  cursor: grab;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.65);
}
.measure-origin-handle-dot:active { cursor: grabbing; }
.map-actions {
  margin: .65rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
}
.explore-switch {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.explore-hint { font-size: .85rem; color: var(--muted); margin: .35rem 0 0; }
.measure-panel {
  font-family: var(--font);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(11, 31, 51, 0.18);
  border: 1px solid #d5dee6;
  padding: .5rem .7rem .6rem;
  min-width: 176px;
  max-width: min(240px, 72vw);
  color: var(--navy);
  line-height: 1.35;
}
.measure-panel[hidden] { display: none !important; }
.measure-panel-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: .35rem; margin: 0 0 .3rem;
}
.measure-panel-title { font-weight: 700; font-size: .82rem; margin: 0; flex: 1; }
.measure-panel-close {
  flex: 0 0 auto; border: 0; background: transparent;
  width: 1.85rem; height: 1.85rem; padding: 0;
  font-size: 1.4rem; line-height: 1; font-weight: 700;
  color: var(--navy); cursor: pointer; border-radius: 6px;
}
.measure-panel-close:hover { background: #e8eef4; }
.measure-hint { font-size: .75rem; color: var(--muted); margin: 0 0 .3rem; }
.measure-panel p { margin: .12rem 0; font-size: .8rem; }
.measure-mn { font-size: 1.12rem; font-weight: 700; margin: .15rem 0; }
.measure-seg { font-size: .78rem; color: var(--muted); margin: 0 0 .2rem; }
.measure-panel-actions {
  display: flex; flex-wrap: wrap; gap: .35rem; margin: .4rem 0 0;
}
.measure-panel .btn { font-size: .75rem; padding: .25rem .5rem; }

.navega-layers {
  font-family: var(--font);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(11, 31, 51, 0.18);
  border: 1px solid #d5dee6;
  overflow: hidden;
}
.navega-layers-toggle {
  display: block; width: 100%;
  min-height: 36px; padding: .4rem .75rem;
  border: 0; background: var(--navy); color: #fff;
  font: inherit; font-size: .82rem; font-weight: 700;
  cursor: pointer;
}
.navega-layers-panel {
  min-width: 220px;
  max-width: min(280px, 78vw);
  max-height: min(48vh, 340px);
  overflow: auto;
  padding: .35rem .7rem .7rem;
}
.navega-layers-section {
  margin: .55rem 0 .2rem;
  font-size: .68rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--ocean);
}
.navega-layers-item {
  display: flex; align-items: flex-start; gap: .4rem;
  margin: .28rem 0; font-size: .82rem; font-weight: 500;
  color: var(--ink); cursor: pointer;
}
.navega-layers-item input { margin-top: .15rem; }
.navega-layers-slider {
  margin: .55rem 0 .2rem; font-size: .78rem; color: var(--ink);
}
.navega-layers-slider label { display: block; font-weight: 600; margin-bottom: .2rem; }
.navega-layers-slider input[type="range"] { width: 100%; }
.navega-layers-slider-val { font-size: .72rem; color: var(--muted); }
.dhn-chart-badge {
  border: 0; border-radius: 8px;
  background: rgba(11, 31, 51, 0.88); color: #fff;
  font: inherit; font-size: .75rem; font-weight: 600;
  padding: .35rem .65rem; cursor: pointer;
  max-width: min(280px, 70vw);
  text-align: left; line-height: 1.3;
}
.meteo-marker { background: none !important; border: none !important; }
.meteo-dot {
  display: block; border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(11, 31, 51, 0.35);
}
.meteo-marker-green .meteo-dot {
  width: 10px; height: 10px; margin: 1px;
  background: #2E8B57; opacity: .72;
}
.meteo-marker-yellow .meteo-dot {
  width: 14px; height: 14px; margin: 1px;
  background: #E8A317;
}
.meteo-marker-red .meteo-dot {
  width: 14px; height: 14px; margin: 1px;
  background: #C0392B;
}
.meteo-marker-white .meteo-dot {
  width: 12px; height: 12px; margin: 1px;
  background: #d5dbe1;
}
.meteo-marker-info .meteo-dot {
  width: 10px; height: 10px; margin: 1px;
  background: #6B4C9A;
  opacity: .75;
}
.zone-label-marker {
  background: none !important;
  border: none !important;
  pointer-events: none;
}
.leaflet-zoneLabelPane-pane { pointer-events: none; }
.leaflet-zoneLabelPane-pane .zone-label,
.zone-label {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .1rem;
  max-width: min(14rem, 46vw);
  padding: .2rem .4rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
  cursor: inherit;
  user-select: none;
  -webkit-text-stroke: 0;
}
.zone-label-kicker {
  display: block;
  font-size: clamp(.7rem, 2.6vw, .82rem);
  font-weight: 600;
  white-space: nowrap;
}
.zone-label-title {
  display: block;
  font-size: clamp(.74rem, 2.8vw, .92rem);
  font-weight: 600;
  white-space: nowrap;
}
.zone-label-coastal {
  color: #1A4B73;
  text-shadow:
    0 0 4px #fff,
    0 0 8px #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff;
  opacity: 1;
}
.zone-label-interior {
  color: #0B1F33;
  text-shadow:
    0 0 4px #fff,
    0 0 8px #fff,
    1px 1px 0 #fff;
  opacity: .9;
}
.zone-label-oceanic {
  color: #5B6B78;
  text-shadow:
    0 0 4px #fff,
    0 0 8px #fff,
    1px 1px 0 #fff;
  opacity: .88;
}
.zone-label-marker.is-large .zone-label-title { font-size: 1rem; }
.zone-label-marker.is-large .zone-label-kicker { font-size: .88rem; }
.zone-popup-body { font-size: .85rem; line-height: 1.4; }
.zone-popup-body p { margin: .3rem 0; }
.map-key-zone {
  font-size: .82rem;
  font-weight: 600;
  color: #1A4B73;
  letter-spacing: .02em;
}
.map-key-zone-ocean { color: #5B6B78; font-weight: 600; }
.map-key-zone-note { font-weight: 400; color: var(--muted); font-size: .8rem; }
.meteo-popup-body { font-size: .85rem; line-height: 1.4; }
.meteo-popup-body p { margin: .25rem 0; }
.push-panel { border-left: 4px solid var(--ocean); margin: 1.2rem 0; }
.push-status { font-weight: 600; min-height: 1.2em; }
.push-note { background: var(--alert-soft); border-radius: 10px; padding: .7rem .85rem; }
.nav-swatch {
  display: inline-block;
  width: 2.2rem;
  height: 0;
  border-top: 4px solid #1A4B73;
  vertical-align: middle;
  flex-shrink: 0;
}
.nav-swatch-interior { border-top: 6px solid #1A4B73; }
.nav-swatch-coastal {
  border-top: 3px dashed #6B4C9A;
  width: 2.6rem;
}
.nav-swatch-ocean {
  border: 0;
  width: auto;
  height: auto;
  font-size: 1rem;
  line-height: 1;
}
.nav-swatch-lg { display: block; margin: .45rem 0 .2rem; width: 3.2rem; }
.nav-swatch[hidden],
.nav-areas-scheme-limit[hidden],
.map-help[hidden] { display: none !important; }
.nav-areas-panel { margin: 1.4rem 0 1.6rem; }
.nav-area-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1rem 0;
}
.nav-area-card h3 { margin: .2rem 0 .5rem; }
.nav-area-icon { margin: 0 0 .35rem; }
.nav-area-map-note { font-size: .88rem; color: var(--muted); }
.nav-areas-warn h3 { margin: 0 0 .35rem; color: var(--navy); }
.nav-areas-legend {
  font-family: var(--font);
  background: rgba(255, 255, 255, .94);
  border-radius: 10px;
  border: 1px solid #d5dee6;
  box-shadow: 0 4px 14px rgba(11, 31, 51, .16);
  overflow: hidden;
  margin-bottom: 6px;
}
.nav-areas-legend-toggle {
  display: block; width: 100%;
  border: 0; background: var(--navy); color: #fff;
  font: inherit; font-size: .75rem; font-weight: 700;
  padding: .35rem .65rem; cursor: pointer;
}
.nav-areas-legend-panel {
  padding: .4rem .65rem .55rem;
  font-size: .75rem;
  min-width: 200px;
  max-width: min(260px, 72vw);
}
.nav-areas-legend-panel ul { list-style: none; margin: 0; padding: 0; }
.nav-areas-legend-panel li {
  display: flex; align-items: center; gap: .45rem;
  margin: .28rem 0;
}
.nav-areas-help {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(11, 31, 51, .45);
  display: flex; align-items: flex-end; justify-content: center;
}
.nav-areas-help[hidden] { display: none !important; }
.nav-areas-help-dialog {
  background: #fff;
  width: min(480px, 100%);
  max-height: min(88vh, 640px);
  overflow: auto;
  border-radius: 16px 16px 0 0;
  padding: 1rem 1.1rem 1.4rem;
  box-shadow: 0 -8px 28px rgba(11, 31, 51, .2);
}
.nav-areas-help-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: .5rem; margin-bottom: .35rem;
}
.nav-areas-help-head h2 { margin: 0; font-size: 1.1rem; color: var(--navy); }
.nav-areas-help-close {
  border: 0; background: #e8eef4; border-radius: 8px;
  width: 2rem; height: 2rem; font-size: 1.2rem; cursor: pointer;
}
.nav-areas-scheme {
  border: 1px solid #e3eaef; border-radius: 12px;
  overflow: hidden; margin: .7rem 0 1rem;
}
.nav-areas-scheme-row.is-land {
  background: #e8dcc8; padding: .45rem .7rem;
  font-weight: 700; font-size: .82rem;
}
.nav-areas-scheme-band {
  padding: .7rem .7rem;
  font-weight: 600; font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.nav-areas-scheme-band.is-interior { background: #d7e4ef; color: #1A4B73; }
.nav-areas-scheme-band.is-coastal { background: #ece6f4; color: #6B4C9A; }
.nav-areas-scheme-band.is-ocean { background: #e8eef4; color: #5B6B78; }
.nav-areas-scheme-limit {
  display: flex; align-items: center; gap: .45rem;
  padding: .28rem .7rem;
  font-size: .75rem; font-weight: 600;
  background: #fff;
}
@media (min-width: 800px) {
  .mobile-bar { display: none; }
  body { padding-bottom: 0; }
  .site-footer { padding-bottom: 1.6rem; }
  .nav-areas-help { align-items: center; }
  .nav-areas-help-dialog { border-radius: 16px; }
}
@media (max-width: 799px) {
  .cards-areas { grid-template-columns: 1fr; }
  .nav-area-cards { grid-template-columns: 1fr; }
  .header-inner { gap: .55rem; padding: .7rem 0 .6rem; }
  .search-form { flex-direction: column; }
  .navega-layers-panel {
    max-width: min(240px, 72vw);
    max-height: min(42vh, 280px);
  }
  .state-select { font-size: .75rem; padding: .2rem .45rem .2rem .6rem; }
  .state-select-label { display: none; }
  .state-select select { max-width: 58vw; min-height: 40px; }
}
