/* ==========================================================================
   Agentic InfraOps MicroHack — Custom Theme Overrides (MkDocs Material)
   ========================================================================== */

/* --- Azure brand colors -------------------------------------------------- */
:root {
  --azure-blue: #0078d4;
  --azure-green: #107c10;
  --azure-dark: #003d6b;
  --badge-bg: #f0f4f8;
}

/* --- Hero section on landing page ---------------------------------------- */
.hero-section {
  text-align: center;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}

.hero-section h1 {
  font-size: 2.25rem;
  color: var(--azure-blue);
}

.hero-tagline {
  font-size: 1.2rem;
  color: #586069;
  max-width: 640px;
  margin: 0.5rem auto 1.5rem;
}

/* --- Print CSS ----------------------------------------------------------- */
@media print {
  .md-header,
  .md-tabs,
  .md-sidebar,
  .md-footer,
  .md-search {
    display: none !important;
  }

  .md-main__inner {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .challenge-header,
  table {
    page-break-inside: avoid;
  }

  body {
    font-size: 10pt;
  }

  table {
    font-size: 9pt;
  }
}
