:root {
  --orange: #258dff;
}

.captureWatermark {
  background: #258dff;
}

.captureStickyDock {
  border-color: #258dff;
}

.captureStickyDock button {
  background: #258dff;
}

.peakStatus.isPeak {
  background: linear-gradient(100deg, #082b52, #111b24);
  border-color: #4da3ff;
  box-shadow: 0 0 24px #258dff38;
}

.peakStatus.isPeak > span,
.peakStatus.isPeak strong,
.shareExact > span,
.mapCard.isCapturing .captureBadge b,
.mobileHudPlace small,
body .mapCard.isCapturing .mobileHudPlace small {
  color: #71b7ff;
}

@keyframes peakPulse {
  50% {
    box-shadow: 0 0 38px #258dff66;
  }
}

.eclipse-tooltip {
  border-color: #71b7ff80 !important;
}

.eclipse-tooltip::before {
  border-top-color: #71b7ff80 !important;
}

.mapCard.isCapturing .captureBadge {
  border-color: #71b7ff80;
}

.brandSun {
  text-shadow: 0 0 18px #258dff88;
}

.eclipse-marker {
  background: #258dff;
  box-shadow: 0 0 0 5px #258dff40, 0 2px 10px #000;
}

.rangeWrap input {
  accent-color: #258dff;
}

/*
 * Tipografía y color de la sección explicativa.
 * Se utilizan fuentes del sistema para no añadir descargas que ralenticen la web.
 */
.method {
  font-family:
    "Avenir Next",
    "Segoe UI",
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Arial,
    sans-serif;
}

.method .kicker {
  color: #258dff;
  font-family: inherit;
  font-weight: 800;
}

.method h2 {
  font-family: inherit;
  font-weight: 750;
  letter-spacing: -0.035em;
}

.method article > b {
  color: #258dff;
  font-family:
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
  font-size: 38px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.06em;
}

.method h3 {
  font-family: inherit;
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.018em;
}

.method p,
.method .sourceNote {
  font-family: inherit;
  letter-spacing: 0;
}

.methodGrid {
  border-color: #aab7c4;
}

.method article {
  border-color: #aab7c4;
}

/* Pie corporativo y legal de Meteovigo */
footer.mvLegalFooter {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #b8c6d2;
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 141, 255, .11), transparent 34rem),
    #07131e;
  border-top: 1px solid #263b4c;
  font-family: "Avenir Next", "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  box-sizing: border-box;
}

.mvLegalFooter,
.mvLegalFooter * {
  box-sizing: border-box;
}

.mvLegalFooter__main {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) minmax(200px, .8fr) minmax(220px, 1fr);
  gap: clamp(32px, 5vw, 76px);
  width: min(1380px, calc(100% - 10vw));
  margin: 0 auto;
  padding: clamp(46px, 6vw, 82px) 0;
}

.mvLegalFooter__about,
.mvLegalFooter__nav {
  min-width: 0;
}

.mvLegalFooter__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  color: #f4f8fb;
  text-decoration: none;
}

.mvLegalFooter__brand:hover,
.mvLegalFooter__brand:focus-visible {
  color: #75b8ff;
}

.mvLegalFooter__brandDot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #258dff;
  box-shadow: 0 0 18px rgba(37, 141, 255, .7);
}

.mvLegalFooter__brand strong {
  display: block;
  color: inherit;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mvLegalFooter__brand small {
  display: block;
  margin-top: 5px;
  color: #7fa2bd;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mvLegalFooter h2 {
  margin: 0 0 18px;
  color: #edf5fb;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .04em;
}

.mvLegalFooter__about p,
.mvLegalFooter__bottom p {
  margin: 0;
  color: #9eb0bd;
  font-family: inherit;
  text-align: left;
}

.mvLegalFooter__about p + p {
  margin-top: 14px;
}

.mvLegalFooter a {
  color: #c5d3dd;
  text-decoration-color: rgba(37, 141, 255, .55);
  text-underline-offset: 4px;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

.mvLegalFooter a:hover,
.mvLegalFooter a:focus-visible {
  color: #75b8ff;
}

.mvLegalFooter a:focus-visible {
  outline: 2px solid #258dff;
  outline-offset: 4px;
  border-radius: 2px;
}

.mvLegalFooter__more {
  display: inline-block;
  margin-top: 18px;
  color: #62adff !important;
  font-weight: 750;
}

.mvLegalFooter__nav ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mvLegalFooter__nav li {
  margin: 0;
  padding: 0;
}

.mvLegalFooter__nav a {
  display: inline-block;
  line-height: 1.45;
  text-decoration: none;
}

.mvLegalFooter__legal > ul:first-of-type a {
  color: #d9e8f3;
  font-weight: 700;
}

.mvLegalFooter__secondaryTitle {
  margin-top: 34px !important;
}

.mvLegalFooter__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px 28px;
  width: min(1380px, calc(100% - 10vw));
  margin: 0 auto;
  padding: 24px 0 28px;
  border-top: 1px solid #263b4c;
}

.mvLegalFooter__bottom p {
  color: #7f93a2;
  font-size: 12px;
}

.mvLegalFooter__bottom p a {
  color: #bdd1df;
  font-weight: 750;
  text-decoration: none;
}

.mvLegalFooter__bottomLegal {
  display: flex;
  grid-column: 1 / -1;
  grid-row: 2;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.mvLegalFooter__bottomLegal a {
  color: #98acba;
  font-size: 12px;
  text-decoration: none;
}

.mvLegalFooter__social {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  gap: 9px;
}

.mvLegalFooter__social a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  color: #ddebf5;
  background: #0c2030;
  border: 1px solid #2d485d;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.mvLegalFooter__social a:hover,
.mvLegalFooter__social a:focus-visible {
  color: #fff;
  background: #1679df;
  border-color: #258dff;
}

@media (max-width: 900px) {
  footer.mvLegalFooter {
    text-align: left;
  }

  .mvLegalFooter__main {
    grid-template-columns: 1fr 1fr;
  }

  .mvLegalFooter__about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .mvLegalFooter__main,
  .mvLegalFooter__bottom {
    width: min(1380px, calc(100% - 36px));
  }

  .mvLegalFooter__main {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 46px 0;
  }

  .mvLegalFooter__about {
    grid-column: auto;
  }

  .mvLegalFooter__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 32px;
  }

  .mvLegalFooter__bottomLegal,
  .mvLegalFooter__social {
    display: flex;
    grid-column: auto;
    grid-row: auto;
  }
}
