:root {
  --homepage-card-radius: 14px;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0b1220;
  --md-default-fg-color: #dbe6ff;
  --md-primary-fg-color: #0f172a;
  --md-primary-fg-color--light: #1e293b;
  --md-primary-fg-color--dark: #020617;
  --md-accent-fg-color: #22d3ee;
}

.homepage-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 0.75rem;
}

.homepage-card {
  background: linear-gradient(155deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: var(--homepage-card-radius);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.28);
  padding: 1rem;
}

.homepage-card h3 {
  margin-top: 0;
  margin-bottom: 0.3rem;
}

.homepage-card p {
  color: rgba(219, 230, 255, 0.78);
  margin-top: 0;
}

[data-md-color-scheme="slate"] .md-header {
  background: linear-gradient(90deg, #0f172a 0%, #10203c 50%, #0a2236 100%);
  border-bottom: 1px solid rgba(56, 189, 248, 0.28);
  box-shadow: 0 6px 24px rgba(2, 6, 23, 0.42);
}

[data-md-color-scheme="slate"] .md-header__title {
  font-weight: 700;
  letter-spacing: 0.01em;
}

[data-md-color-scheme="slate"] .md-header__button.md-logo img,
[data-md-color-scheme="slate"] .md-nav__button.md-logo img {
  border-radius: 10px;
  filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.45));
}

.hero-banner {
  margin: 0.5rem 0 1.25rem;
  padding: 1.1rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(34, 211, 238, 0.28);
  background: radial-gradient(circle at 0% 0%, rgba(34, 211, 238, 0.2), rgba(2, 6, 23, 0.95) 48%);
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.32);
}

.hero-banner .hero-kicker {
  margin: 0 0 0.35rem;
  color: #67e8f9;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-banner h2 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
}

.hero-banner p {
  margin: 0;
  color: rgba(219, 230, 255, 0.86);
}
