:root {
  --meteo-primary: #0b2540;
  --meteo-accent: #1a9bd8;
  --meteo-contrast: #e9f5ff;
  --meteo-sun: #ffaf45;
}

[data-md-color-scheme="default"] {
  --md-default-bg-color: #f4f8fc;
}

.md-header {
  background: linear-gradient(100deg, #081726 0%, #0d3554 70%, #105d82 100%);
  box-shadow: 0 10px 24px rgba(8, 23, 38, 0.24);
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  width: 9.8rem;
  height: auto;
}

.md-header__title .md-header__topic:first-child {
  display: none;
}

.md-tabs {
  background: rgba(10, 31, 50, 0.94);
}

.md-main {
  background:
    radial-gradient(900px 460px at 88% -12%, rgba(26, 155, 216, 0.22), transparent 60%),
    radial-gradient(860px 420px at 0% 8%, rgba(255, 175, 69, 0.16), transparent 62%),
    var(--md-default-bg-color);
}

.md-typeset h1 {
  color: var(--meteo-primary);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.md-typeset h2 {
  color: #0f3a5c;
  font-weight: 700;
  border-left: 6px solid var(--meteo-accent);
  padding-left: 0.6rem;
}

.md-typeset .hero-panel {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.2rem;
  align-items: center;
  background: linear-gradient(130deg, #0b2033 0%, #0f395a 72%, #11567c 100%);
  color: var(--meteo-contrast);
  border-radius: 16px;
  padding: 1.2rem;
  margin: 0 0 1.2rem;
  box-shadow: 0 16px 34px rgba(9, 27, 43, 0.32);
}

.md-typeset .hero-panel img {
  width: 100%;
  max-width: 250px;
  justify-self: center;
}

.md-typeset .hero-panel p {
  margin: 0.35rem 0;
}

.md-typeset .hero-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.md-typeset .hero-sub {
  color: #c8e9ff;
  font-size: 1.04rem;
}

.md-typeset .link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.8rem;
  margin: 0.9rem 0 1.5rem;
}

.md-typeset .link-card {
  border: 1px solid rgba(17, 76, 114, 0.16);
  border-radius: 12px;
  padding: 0.9rem;
  background: #ffffffcc;
  box-shadow: 0 8px 20px rgba(10, 35, 55, 0.08);
}

.md-typeset .link-card strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #0b2e49;
}

[data-md-color-scheme="slate"] .md-main {
  background:
    radial-gradient(900px 460px at 90% -8%, rgba(26, 155, 216, 0.24), transparent 58%),
    radial-gradient(760px 400px at 0% 0%, rgba(255, 175, 69, 0.16), transparent 60%),
    #0d1118;
}

[data-md-color-scheme="slate"] .md-typeset h1 {
  color: #e1f4ff;
}

[data-md-color-scheme="slate"] .md-typeset h2 {
  color: #b8e5ff;
}

[data-md-color-scheme="slate"] .md-typeset .link-card {
  background: #111f2d;
  border-color: rgba(112, 186, 225, 0.2);
}

[data-md-color-scheme="slate"] .md-typeset .link-card strong {
  color: #d4efff;
}

@media (max-width: 900px) {
  .md-header__button.md-logo img,
  .md-header__button.md-logo svg {
    width: 7.2rem;
  }

  .md-typeset .hero-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
