:root {
  --bg-base: #e3efe4;
  --bg-depth: #d2e4d2;
  --bg-tilt: #cbe2cd;
  --panel: rgba(249, 253, 249, 0.95);
  --panel-strong: #ffffff;
  --panel-soft: #f2f8f2;
  --line: #b6cbb8;
  --line-strong: #7ba584;
  --text: #13271f;
  --muted: #496459;
  --brand: #16683a;
  --brand-deep: #0d4a29;
  --brand-soft: #82b94a;
  --brand-gold: #c9a84f;
  --danger: #982e33;
  --ok: #1f7c45;
  --radius-lg: 28px;
  --radius-md: 16px;
  --radius-sm: 11px;
  --shadow-lg: 0 24px 48px rgba(14, 42, 27, 0.13);
  --shadow-md: 0 14px 30px rgba(15, 45, 28, 0.1);
  --shadow-sm: 0 8px 16px rgba(16, 48, 30, 0.08);
  --pulse-cyan: #33b0a8;
  --pulse-amber: #d5a33f;
  --spotlight: rgba(255, 255, 255, 0.34);
  --aura-emerald: rgba(22, 104, 58, 0.2);
  --aura-gold: rgba(201, 168, 79, 0.2);
  --aura-cyan: rgba(51, 176, 168, 0.16);
  --glass-stroke: rgba(255, 255, 255, 0.62);
  --grain-soft: rgba(17, 44, 30, 0.06);
  --ambient-shadow: 0 30px 60px rgba(10, 43, 25, 0.14);
  --cursor-x: 50%;
  --cursor-y: 30%;
  --mesh-emerald: rgba(27, 102, 62, 0.18);
  --mesh-cyan: rgba(24, 128, 148, 0.14);
  --mesh-gold: rgba(206, 174, 87, 0.2);
  --ring-stroke: rgba(255, 255, 255, 0.52);
  --ring-core: rgba(130, 185, 74, 0.22);
}

@keyframes chromaDrift {
  0% {
    transform: translate3d(-1%, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(1%, -1.5%, 0) scale(1.03);
  }
}

@keyframes glowPulse {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes titleSweep {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes auroraFloat {
  0% {
    transform: translate3d(-2%, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(2%, -2%, 0) scale(1.04);
  }
}

@keyframes ribbonDrift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes pulseBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes grainShift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(2.5%, 2.5%, 0);
  }
}

@keyframes shimmerDrift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes orbitRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes orbitBreathe {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(1);
  }
  50% {
    opacity: 0.68;
    transform: scale(1.04);
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI Variable", "Trebuchet MS", "Gill Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.005em;
  background:
    radial-gradient(circle at 13% 8%, rgba(130, 185, 74, 0.24), transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(22, 104, 58, 0.18), transparent 42%),
    linear-gradient(158deg, #e8f2e9, #d6e8d7 49%, #c9decb);
}

a {
  color: inherit;
}

.site-backdrop,
.site-panorama,
.site-veil,
.site-chroma,
.site-flares,
.site-orbits,
.site-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.site-backdrop {
  background:
    linear-gradient(182deg, rgba(223, 239, 226, 0.48) 0%, rgba(223, 239, 226, 0.84) 54%, rgba(223, 239, 226, 0.96) 100%),
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.56), transparent 42%),
    radial-gradient(circle at 84% 5%, rgba(255, 255, 255, 0.32), transparent 48%);
  opacity: 0.95;
}

.site-backdrop::before {
  content: "";
  position: absolute;
  inset: -10%;
  background-image: radial-gradient(circle, var(--grain-soft) 0.8px, transparent 0.9px);
  background-size: 4px 4px;
  opacity: 0.22;
}

.site-panorama {
  background:
    linear-gradient(180deg, rgba(27, 75, 52, 0.09), rgba(27, 75, 52, 0)),
    url("/static/img/hero-campus.svg") center 36% / min(1700px, 142vw) no-repeat;
  opacity: 0.3;
  mix-blend-mode: multiply;
  filter: saturate(0.9) contrast(1.02);
  transform: translate3d(0, calc(var(--scroll-progress, 0) * -0.28px), 0) scale(1.04);
}

.site-panorama::before,
.site-panorama::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-panorama::before {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.42) 78%, rgba(227, 239, 228, 0.78) 100%);
}

.site-panorama::after {
  background:
    linear-gradient(180deg, rgba(226, 239, 227, 0.16) 0%, rgba(226, 239, 227, 0.52) 55%, rgba(226, 239, 227, 0.82) 100%);
}

.site-veil {
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 255, 255, 0.32), transparent 34%),
    radial-gradient(circle at 70% 20%, rgba(130, 185, 74, 0.12), transparent 46%),
    linear-gradient(150deg, rgba(212, 232, 215, 0.2), rgba(233, 245, 235, 0.28), rgba(216, 235, 220, 0.16));
  opacity: 0.9;
}

.site-chroma {
  background:
    radial-gradient(circle at 17% 74%, var(--mesh-emerald), transparent 47%),
    radial-gradient(circle at 86% 70%, var(--mesh-gold), transparent 45%),
    radial-gradient(circle at 63% 24%, var(--mesh-cyan), transparent 40%);
}

.site-chroma::before,
.site-chroma::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  pointer-events: none;
}

.site-chroma::before {
  width: 230px;
  height: 230px;
  left: -80px;
  top: 20vh;
  background: radial-gradient(circle at center, rgba(51, 176, 168, 0.24), transparent 70%);
}

.site-chroma::after {
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: 18vh;
  background: radial-gradient(circle at center, rgba(213, 163, 63, 0.22), transparent 70%);
}

.site-flares {
  display: none;
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.26), transparent 26%),
    radial-gradient(circle at 74% 34%, var(--aura-cyan), transparent 34%),
    radial-gradient(circle at 58% 80%, rgba(255, 255, 255, 0.24), transparent 30%);
  opacity: 0.72;
}

.site-orbits {
  opacity: 0.7;
}

.site-orbits::before,
.site-orbits::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid var(--ring-stroke);
}

.site-orbits::before {
  width: 420px;
  height: 420px;
  left: -140px;
  top: 22vh;
  background: radial-gradient(circle at center, var(--ring-core), transparent 72%);
}

.site-orbits::after {
  width: 480px;
  height: 480px;
  right: -170px;
  bottom: 12vh;
  background: radial-gradient(circle at center, rgba(51, 176, 168, 0.14), transparent 72%);
}

body.fx-rich .site-panorama {
  animation: auroraFloat 26s ease-in-out infinite alternate;
}

body.fx-rich .site-chroma {
  animation: chromaDrift 20s ease-in-out infinite alternate;
}

body.fx-rich .site-chroma::before {
  animation: glowPulse 10s ease-in-out infinite;
}

body.fx-rich .site-chroma::after {
  animation: glowPulse 12s ease-in-out infinite reverse;
}

body.fx-rich .site-flares {
  display: block;
  mix-blend-mode: soft-light;
  animation: auroraFloat 20s ease-in-out infinite alternate;
}

body.fx-rich .site-orbits::before {
  animation: orbitRotate 52s linear infinite, orbitBreathe 10s ease-in-out infinite;
}

body.fx-rich .site-orbits::after {
  animation: orbitRotate 66s linear infinite reverse, orbitBreathe 12s ease-in-out infinite reverse;
}

body.fx-rich .site-backdrop::before {
  animation: grainShift 18s linear infinite alternate;
}

.site-grid {
  opacity: 0.22;
  background-image: linear-gradient(to right, rgba(56, 96, 67, 0.15) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(56, 96, 67, 0.15) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black 34%, transparent 96%);
  display: block;
}

.site-header,
.site-main,
.site-footer {
  width: min(1260px, calc(100% - 2.2rem));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.site-header {
  position: relative;
  z-index: 20;
  margin-top: 0.65rem;
}

.header-frame {
  position: relative;
  border: 1px solid rgba(113, 151, 121, 0.54);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(136deg, rgba(247, 252, 247, 0.98), rgba(233, 246, 235, 0.95));
  box-shadow: var(--ambient-shadow);
  overflow: hidden;
  padding: 0.92rem 1.3rem 0.86rem;
}

body.fx-rich .header-frame {
  backdrop-filter: blur(4px);
}

.header-frame::before,
.header-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.header-frame::before {
  inset: 0 0 auto;
  height: 78px;
  background: linear-gradient(100deg, rgba(130, 185, 74, 0.24), rgba(22, 104, 58, 0.05), rgba(51, 176, 168, 0.2));
  background-size: 170% 170%;
}

.header-frame::after {
  left: 1.3rem;
  right: 1.3rem;
  bottom: 0.46rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(22, 104, 58, 0.05), rgba(130, 185, 74, 0.95), rgba(51, 176, 168, 0.42), rgba(22, 104, 58, 0.05));
  background-size: 180% 180%;
}

.header-frame > * {
  position: relative;
  z-index: 1;
}

body.fx-rich .header-frame::before {
  animation: ribbonDrift 8s linear infinite alternate;
}

body.fx-rich .header-frame::after {
  animation: ribbonDrift 7s linear infinite alternate;
}

.header-primary,
.header-secondary,
.header-meta {
  position: relative;
  z-index: 1;
}

.header-primary {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  align-items: end;
  gap: 1rem;
  padding: 0.3rem 0.05rem 0.84rem;
}

.header-brand {
  display: grid;
  align-content: end;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: min(430px, 100%);
  height: auto;
  display: block;
}

.header-utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-bottom: 0.28rem;
}

.call-chip {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 190px;
  padding: 0.54rem 1rem 0.56rem;
  border-radius: 10px;
  border: 1px solid rgba(12, 67, 35, 0.54);
  background: linear-gradient(138deg, #175f36, #77ad35);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 12px 16px rgba(11, 59, 33, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.call-chip::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 9px;
  background: radial-gradient(
      circle at var(--shine-x, 50%) var(--shine-y, 50%),
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0) 42%
    ),
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 45%);
  z-index: -1;
}

.call-chip::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  opacity: 0.4;
  pointer-events: none;
}

body.fx-rich .call-chip::after {
  animation: pulseBob 4.2s ease-in-out infinite;
}

.call-chip span {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.21em;
  opacity: 0.9;
}

.call-chip strong {
  font-size: 1.35rem;
  line-height: 1.04;
}

.call-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 22px rgba(12, 58, 32, 0.27);
  filter: saturate(1.05);
}

.command-launch {
  border-color: rgba(71, 120, 87, 0.58);
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.98), rgba(233, 246, 236, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(130, 185, 74, 0.26), transparent 45%);
  color: var(--brand-deep);
  min-height: 43px;
  padding-inline: 0.84rem;
  box-shadow: 0 8px 14px rgba(17, 58, 36, 0.11);
}

.command-launch::before {
  content: "Ctrl + K";
  font-size: 0.64rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(28, 82, 50, 0.76);
  margin-right: 0.45rem;
}

body.fx-rich .command-launch {
  animation: pulseBob 5s ease-in-out infinite;
}

body::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 3px;
  width: calc(var(--scroll-progress, 0) * 1%);
  background: linear-gradient(90deg, #82b94a, #16683a);
  z-index: 200;
  pointer-events: none;
}

.fx-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.48s ease var(--reveal-delay, 0ms), transform 0.48s ease var(--reveal-delay, 0ms);
}

.fx-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.header-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(96, 136, 105, 0.34);
  padding-top: 0.66rem;
}

.nav-toggle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  border: 1px solid rgba(53, 109, 70, 0.42);
  background: rgba(255, 255, 255, 0.98);
  color: var(--brand-deep);
  border-radius: var(--radius-sm);
  padding: 0.46rem 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.site-nav {
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.48rem;
  width: 100%;
}

.nav-row-break {
  flex-basis: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.site-nav::before {
  content: "";
  position: absolute;
  inset: -0.2rem 0.2rem;
  border-radius: 14px;
  border: 1px dashed rgba(104, 145, 116, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  z-index: 0;
  pointer-events: none;
}

.site-nav a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1b4f35;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(100, 142, 111, 0.3);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(18, 59, 36, 0.06);
  pointer-events: auto;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 0% 50%, rgba(255, 255, 255, 0.45), transparent 40%);
  opacity: 0;
  transform: translateX(-80%);
  transition: opacity 0.26s ease, transform 0.26s ease;
  pointer-events: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0.72rem;
  right: 0.72rem;
  bottom: 0.21rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(22, 104, 58, 0.15), rgba(130, 185, 74, 0.9), rgba(22, 104, 58, 0.15));
  opacity: 0;
  pointer-events: none;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--brand-deep);
  border-color: rgba(89, 141, 102, 0.78);
  background: rgba(234, 246, 236, 0.98);
  box-shadow: 0 10px 18px rgba(13, 55, 31, 0.12);
  transform: translateY(-2px) scale(1.015);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  opacity: 1;
}

.site-nav a:hover::before,
.site-nav a.is-active::before {
  opacity: 1;
  transform: translateX(0);
}

.header-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin-top: 0.72rem;
  padding-top: 0.68rem;
  border-top: 1px dashed rgba(100, 146, 113, 0.42);
}

.header-meta p {
  margin: 0;
  color: #335245;
  font-size: 0.81rem;
  font-weight: 640;
}

.meta-cert {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.meta-cert img {
  width: 20px;
  height: 20px;
  border-radius: 999px;
}

.site-main {
  margin-top: 1.4rem;
  margin-bottom: 2.9rem;
  display: grid;
  gap: 1.26rem;
}

.site-main > .panel,
.site-main .card {
  content-visibility: auto;
  contain-intrinsic-size: 1px 680px;
}

.site-footer {
  margin-bottom: 1.2rem;
  display: grid;
  gap: 0.78rem;
}

body.command-open {
  overflow: hidden;
}

.command-palette {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.command-palette[hidden] {
  display: none !important;
}

.command-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 0;
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 255, 255, 0.14), transparent 36%),
    rgba(8, 25, 15, 0.62);
  cursor: pointer;
}

.command-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  border: 1px solid rgba(116, 160, 129, 0.58);
  border-radius: 22px;
  background:
    linear-gradient(136deg, rgba(248, 253, 249, 0.98), rgba(234, 246, 237, 0.96)),
    radial-gradient(circle at 90% 0%, rgba(130, 185, 74, 0.3), transparent 44%);
  box-shadow: 0 38px 74px rgba(7, 30, 18, 0.36);
  padding: 0.95rem;
  display: grid;
  gap: 0.78rem;
}

.command-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.command-head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  color: var(--brand-deep);
}

.command-search {
  display: grid;
  gap: 0.3rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 640;
}

.command-search input {
  width: 100%;
  border: 1px solid rgba(92, 142, 106, 0.64);
  border-radius: 12px;
  padding: 0.7rem 0.76rem;
  background: rgba(255, 255, 255, 0.98);
  color: var(--text);
  box-shadow: inset 0 1px 2px rgba(16, 48, 30, 0.06);
}

.command-search input:focus {
  outline: 2px solid rgba(36, 134, 73, 0.25);
  border-color: var(--brand);
}

.command-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.38rem;
  max-height: min(58vh, 470px);
  overflow-y: auto;
}

.command-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.72rem;
  text-decoration: none;
  color: #194f35;
  font-weight: 700;
  border: 1px solid rgba(114, 156, 126, 0.5);
  border-radius: 11px;
  padding: 0.58rem 0.68rem;
  background: rgba(255, 255, 255, 0.9);
}

.command-list li a::after {
  content: "Open";
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(30, 92, 55, 0.68);
}

.command-list li.is-highlighted a,
.command-list li a:hover {
  border-color: rgba(56, 119, 77, 0.76);
  background: linear-gradient(132deg, rgba(236, 249, 239, 0.98), rgba(255, 255, 255, 0.96));
  box-shadow: 0 10px 22px rgba(18, 62, 38, 0.14);
}

.command-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.45rem;
  padding: 0.08rem 0.38rem;
  border-radius: 6px;
  border: 1px solid rgba(92, 142, 106, 0.52);
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.74rem;
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", monospace;
}

.panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(120, 156, 129, 0.5);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, -20%), var(--spotlight), transparent 54%),
    linear-gradient(145deg, rgba(251, 255, 251, 0.96), rgba(241, 248, 242, 0.94));
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 1.35rem;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.panel::before,
.panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.panel::before {
  top: 0;
  left: 0;
  width: 112px;
  height: 3px;
  border-bottom-right-radius: 999px;
  background: linear-gradient(90deg, #82b94a, #16683a);
}

.panel::after {
  right: -80px;
  bottom: -95px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(130, 185, 74, 0.12), transparent 70%);
}

body.fx-rich .panel::after {
  animation: pulseBob 8s ease-in-out infinite;
}

body.fx-rich .panel {
  backdrop-filter: blur(4px);
}

.panel:hover {
  transform: translateY(-4px);
  border-color: rgba(89, 141, 102, 0.62);
  box-shadow: 0 26px 42px rgba(12, 50, 30, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.perf-lite .panel:hover {
  transform: none;
}

h1,
h2,
h3 {
  font-family: "Optima", "Avenir Next", "Segoe UI Variable", sans-serif;
  letter-spacing: -0.018em;
}

.page-head h1,
.hero-title {
  margin: 0 0 0.56rem;
  font-weight: 760;
}

.page-head h1 {
  background: linear-gradient(90deg, var(--brand-deep), var(--brand), var(--pulse-cyan), var(--brand-deep));
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.fx-rich .page-head h1 {
  animation: titleSweep 7s linear infinite alternate;
}

body.perf-lite .page-head h1 {
  animation: none;
}

.page-head p {
  margin-bottom: 0;
}

.page-head {
  border-color: rgba(83, 133, 97, 0.52);
  background:
    linear-gradient(132deg, rgba(246, 253, 247, 0.98), rgba(233, 246, 236, 0.94)),
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.45), transparent 42%);
}

.page-head::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.5rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(22, 104, 58, 0.08), rgba(130, 185, 74, 0.88), rgba(51, 176, 168, 0.5), rgba(22, 104, 58, 0.08));
  background-size: 200% 200%;
}

body.fx-rich .page-head::after {
  animation: shimmerDrift 8s linear infinite alternate;
}

.eyebrow {
  margin: 0 0 0.44rem;
  color: var(--brand-deep);
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 0.72rem;
  font-weight: 820;
}

.hero-shell {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 1.2rem;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.99), rgba(231, 245, 233, 0.94));
  isolation: isolate;
}

.hero-shell::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(51, 176, 168, 0.22), transparent 70%);
  filter: blur(4px);
  pointer-events: none;
  z-index: 0;
}

body.fx-rich .hero-shell::after {
  animation: pulseBob 6s ease-in-out infinite;
}

.hero-copy {
  padding: 0.45rem 0.3rem 0.38rem;
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: clamp(2.05rem, 3.1vw, 3.05rem);
  line-height: 1.08;
  max-width: 17ch;
}

.hero-subtitle {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 61ch;
}

.hero-visual {
  display: grid;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.86rem;
  background: linear-gradient(155deg, rgba(244, 251, 245, 0.96), rgba(255, 255, 255, 0.94));
  position: relative;
  z-index: 1;
}

.hero-visual img {
  width: 100%;
  border-radius: 13px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.hero-points {
  display: grid;
  gap: 0.48rem;
}

.hero-points article {
  border: 1px solid rgba(120, 161, 132, 0.45);
  border-radius: 13px;
  padding: 0.68rem 0.76rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 18px rgba(15, 53, 33, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hero-points article:hover {
  transform: translateY(-2px);
  border-color: rgba(46, 114, 69, 0.52);
  box-shadow: 0 14px 22px rgba(13, 49, 30, 0.12);
}

.hero-points strong {
  display: block;
  margin-bottom: 0.1rem;
  color: var(--brand-deep);
}

.hero-points span {
  color: var(--muted);
  font-size: 0.93rem;
}

.hero-actions {
  margin-top: 1.05rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  position: relative;
  overflow: hidden;
  padding: 0.6rem 0.96rem;
  border-radius: 10px;
  border: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--text);
  text-decoration: none;
  font-weight: 730;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.44) 48%, transparent 75%);
  transform: translateX(-120%);
  transition: transform 0.5s ease;
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-1px);
  background: #f8fff9;
  border-color: #6b9880;
  box-shadow: 0 10px 20px rgba(20, 64, 40, 0.12);
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn-primary {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(130deg, #16683a, #0d4a29 64%, #0a3e22);
}

.btn-primary:hover {
  background: linear-gradient(130deg, #17633a, #0f4a2b 64%, #0a3e22);
}

.btn-secondary:hover {
  background: linear-gradient(130deg, #92ba45, #237544);
}

.btn-secondary {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(130deg, #9ec64b, #2a824c);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-bottom: 0.9rem;
}

.section-head h2 {
  margin: 0;
  position: relative;
  padding-left: 0.9rem;
}

.section-head h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.42rem;
  height: 1.02rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #82b94a, #16683a);
}

.text-link {
  color: var(--brand-deep);
  font-weight: 720;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.text-link:hover {
  border-bottom-color: rgba(18, 90, 53, 0.58);
  color: #0f5f35;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.95rem;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(120, 158, 132, 0.54);
  border-radius: 15px;
  background:
    radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, -25%), rgba(255, 255, 255, 0.44), transparent 52%),
    linear-gradient(160deg, var(--panel-strong), rgba(241, 249, 243, 0.95));
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  padding: 1.02rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(130, 185, 74, 0.9), rgba(22, 104, 58, 0.25));
  opacity: 0;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 34px rgba(18, 57, 36, 0.18);
  border-color: rgba(101, 150, 115, 0.62);
}

.card:hover::after {
  opacity: 1;
}

.card h2,
.card h3 {
  margin: 0.22rem 0 0.46rem;
}

.card p {
  margin: 0.32rem 0;
}

.pill {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0.2rem 0.58rem;
  background: rgba(31, 122, 70, 0.12);
  color: var(--brand-deep);
  font-size: 0.74rem;
  font-weight: 810;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.meta-row,
.meta-stack {
  margin-top: 0.52rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.meta-stack p {
  margin: 0.24rem 0;
}

.staff-grid {
  align-items: stretch;
}

.staff-card {
  display: grid;
  align-content: start;
  gap: 0.42rem;
}

.staff-card small {
  color: var(--muted);
}

.staff-media {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel-soft);
}

.staff-media img,
.tour-image {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.avatar-monogram {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.36rem;
  min-height: 220px;
  padding: 1rem;
  background:
    radial-gradient(circle at 18% 15%, rgba(130, 185, 74, 0.24), transparent 36%),
    radial-gradient(circle at 84% 78%, rgba(51, 176, 168, 0.16), transparent 46%),
    linear-gradient(150deg, rgba(226, 242, 229, 0.95), rgba(245, 252, 246, 0.98));
}

.avatar-monogram::before {
  content: "";
  position: absolute;
  inset: 10% 12%;
  border-radius: 14px;
  border: 1px solid rgba(112, 156, 124, 0.4);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(238, 248, 240, 0.38));
  z-index: -1;
}

.monogram-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.4rem;
  min-height: 4.4rem;
  padding: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(150deg, rgba(20, 102, 58, 0.94), rgba(39, 132, 77, 0.9));
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  box-shadow: 0 14px 24px rgba(14, 60, 36, 0.24);
}

.monogram-role {
  text-align: center;
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(21, 86, 51, 0.82);
}

.avatar-monogram-tall {
  min-height: 340px;
}

.doctor-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) 1.08fr;
  gap: 1rem;
}

.doctor-media {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--panel-soft);
}

.doctor-media img {
  display: block;
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

.doctor-content {
  display: grid;
  align-content: start;
  gap: 0.42rem;
}

.pathway-panel {
  background: linear-gradient(130deg, rgba(245, 252, 246, 0.95), rgba(233, 246, 236, 0.9));
}

.journey-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.45rem;
}

.quality-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}

.large-seal img {
  width: 112px;
  height: 112px;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.65rem;
}

.kpi-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.7rem;
  background: rgba(255, 255, 255, 0.86);
}

.kpi-grid strong {
  display: block;
  font-size: 1.24rem;
  color: var(--brand-deep);
}

.kpi-grid span {
  color: var(--muted);
}

.form-grid {
  display: grid;
  gap: 0.72rem;
}

.form-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid label {
  display: grid;
  gap: 0.3rem;
  color: var(--muted);
  font-weight: 620;
}

.form-grid input,
.form-grid select,
.form-grid textarea,
.chat-form input {
  width: 100%;
  padding: 0.58rem 0.66rem;
  border-radius: 10px;
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: linear-gradient(180deg, #ffffff, #f9fef9);
  box-shadow: inset 0 1px 2px rgba(18, 56, 35, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus,
.chat-form input:focus {
  outline: 2px solid rgba(36, 134, 73, 0.25);
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(29, 122, 67, 0.12), inset 0 1px 2px rgba(18, 56, 35, 0.08);
}

.span-full {
  grid-column: 1 / -1;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.46rem;
}

.admin-actions form {
  margin: 0;
}

.danger-btn {
  border-color: rgba(152, 46, 51, 0.5);
  color: #7f2228;
}

.danger-btn:hover {
  background: rgba(255, 236, 238, 0.96);
  border-color: rgba(152, 46, 51, 0.76);
}

.simple-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 0.6rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--brand-deep);
  background: linear-gradient(180deg, rgba(233, 246, 236, 0.74), rgba(233, 246, 236, 0.4));
}

.flash-stack {
  display: grid;
  gap: 0.44rem;
}

.flash {
  border-radius: 10px;
  padding: 0.63rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.flash-error {
  border-color: rgba(152, 46, 51, 0.5);
  background: rgba(255, 237, 238, 0.92);
}

.flash-success {
  border-color: rgba(31, 124, 69, 0.46);
  background: rgba(236, 255, 243, 0.92);
}

.auth-panel {
  width: min(560px, 100%);
  margin-inline: auto;
}

.map-frame {
  width: 100%;
  min-height: 390px;
  border-radius: 13px;
  border: 1px solid var(--line);
  margin-top: 1rem;
  background: #edf5ee;
}

.bootcamp-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.bootcamp-video {
  grid-column: span 7;
}

.bootcamp-chat {
  grid-column: span 5;
}

.bootcamp-live-materials {
  grid-column: span 8;
}

.bootcamp-stage,
.bootcamp-docs {
  grid-column: span 6;
}

.bootcamp-resources {
  grid-column: span 4;
}

.bootcamp-moderation {
  grid-column: span 8;
}

.bootcamp-studio .bootcamp-video,
.bootcamp-studio .bootcamp-chat,
.bootcamp-studio .bootcamp-stage,
.bootcamp-studio .bootcamp-docs,
.bootcamp-studio .bootcamp-live-materials,
.bootcamp-studio .bootcamp-resources,
.bootcamp-studio .bootcamp-moderation {
  position: relative;
  contain: layout paint;
}

.studio-status-strip {
  background: linear-gradient(145deg, rgba(247, 252, 247, 0.97), rgba(231, 244, 234, 0.92));
}

.studio-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.studio-status-card {
  border: 1px solid rgba(113, 152, 123, 0.46);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  padding: 0.8rem;
}

.studio-status-card h2 {
  margin: 0 0 0.35rem;
  font-size: 1.52rem;
  line-height: 1.12;
}

.studio-status-card .eyebrow {
  margin-bottom: 0.22rem;
}

.studio-status-card .muted {
  margin: 0;
}

.bootcamp-head {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bootcamp-head p {
  max-width: 86ch;
}

.bootcamp-head-meta {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.bootcamp-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 111, 72, 0.45);
  background: rgba(232, 246, 236, 0.92);
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bootcamp-view-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.bootcamp-view-controls .btn {
  padding: 0.42rem 0.7rem;
  font-size: 0.82rem;
}

.bootcamp-view-controls .btn.is-active {
  border-color: rgba(46, 114, 69, 0.68);
  background: rgba(33, 107, 57, 0.94);
  color: #f8fff9;
}

.bootcamp-layout.bootcamp-audience {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(320px, 0.9fr);
  gap: 0.9rem;
  align-items: start;
}

.bootcamp-layout.bootcamp-audience.layout-mode-stream {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.bootcamp-layout.bootcamp-audience.layout-mode-materials {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.bootcamp-layout.bootcamp-audience .bootcamp-video {
  grid-column: 1;
}

.bootcamp-layout.bootcamp-audience .bootcamp-live-materials {
  grid-column: 1;
}

.bootcamp-layout.bootcamp-audience .bootcamp-chat {
  grid-column: 2;
}

.bootcamp-layout.bootcamp-audience .bootcamp-resources {
  grid-column: 2;
}

.bootcamp-layout.bootcamp-audience.layout-mode-stream .bootcamp-video {
  grid-column: 1 / -1;
}

.bootcamp-layout.bootcamp-audience.layout-mode-stream .bootcamp-chat,
.bootcamp-layout.bootcamp-audience.layout-mode-stream .bootcamp-resources {
  grid-column: span 1;
}

.bootcamp-layout.bootcamp-audience.layout-mode-stream .bootcamp-live-materials {
  display: none;
}

.bootcamp-layout.bootcamp-audience.layout-mode-materials .bootcamp-live-materials {
  grid-column: 1 / -1;
}

.bootcamp-layout.bootcamp-audience.layout-mode-materials .bootcamp-video {
  display: none;
}

.bootcamp-layout.bootcamp-audience.layout-mode-materials .bootcamp-chat,
.bootcamp-layout.bootcamp-audience.layout-mode-materials .bootcamp-resources {
  grid-column: span 1;
}

.bootcamp-card-head,
.bootcamp-sidecar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.bootcamp-card-head h2,
.bootcamp-sidecar-head h2,
.bootcamp-side-panel h3 {
  margin: 0;
}

.bootcamp-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.bootcamp-card-actions .btn {
  padding: 0.4rem 0.66rem;
  font-size: 0.82rem;
}

.bootcamp-side-tabs {
  display: none;
  gap: 0.4rem;
}

.bootcamp-side-tabs .btn {
  padding: 0.36rem 0.62rem;
  font-size: 0.78rem;
}

.bootcamp-side-tabs .btn.is-active {
  border-color: rgba(46, 114, 69, 0.68);
  background: rgba(229, 245, 232, 0.98);
}

.bootcamp-layout.bootcamp-audience .bootcamp-chat .chat-log {
  min-height: 180px;
  max-height: 360px;
}

.bootcamp-layout.bootcamp-audience .bootcamp-resources .resource-list {
  max-height: 360px;
  overflow: auto;
  padding-right: 0.2rem;
}

.bootcamp-layout.bootcamp-audience .bootcamp-resources .resource-list li {
  align-items: center;
}

.bootcamp-layout.bootcamp-audience .bootcamp-resources .resource-list li.is-previewing {
  border-left: 3px solid rgba(31, 124, 69, 0.7);
  padding-left: 0.4rem;
}

.resource-search {
  display: grid;
  gap: 0.3rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.resource-search input {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 0.5rem 0.62rem;
  background: #ffffff;
  color: var(--text);
}

.resource-preview-btn {
  padding: 0.26rem 0.56rem;
  font-size: 0.76rem;
}

.agenda-item {
  list-style: decimal;
  border: 1px solid rgba(114, 155, 124, 0.42);
  border-radius: 10px;
  padding: 0.5rem 0.62rem;
  background: rgba(255, 255, 255, 0.92);
}

.agenda-item strong {
  display: block;
  color: var(--brand-deep);
}

.agenda-item small {
  display: block;
  color: var(--muted);
}

.agenda-item p {
  margin: 0.2rem 0 0;
}

.agenda-item.is-active {
  border-color: rgba(31, 124, 69, 0.7);
  box-shadow: inset 0 0 0 1px rgba(31, 124, 69, 0.22);
}

.bootcamp-video iframe,
.stream-placeholder {
  width: 100%;
  min-height: 300px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #f4fbf5;
}

.stream-placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
}

.bootcamp-layout.bootcamp-audience .bootcamp-video iframe,
.bootcamp-layout.bootcamp-audience .stream-placeholder {
  min-height: clamp(280px, 44vh, 620px);
}

.material-viewer {
  margin-top: 0.65rem;
  border: 1px solid rgba(108, 149, 120, 0.44);
  border-radius: 12px;
  background: #f2f9f4;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}

.material-empty {
  min-height: 340px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #456053;
  padding: 1rem;
}

#materialFrame {
  width: 100%;
  min-height: 340px;
  border: 0;
  display: block;
  background: #ffffff;
}

.bootcamp-layout.bootcamp-audience .material-viewer,
.bootcamp-layout.bootcamp-audience .material-empty,
.bootcamp-layout.bootcamp-audience #materialFrame {
  min-height: clamp(220px, 34vh, 420px);
}

.material-meta {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.9rem;
}

.material-meta strong {
  color: var(--brand-deep);
}

.live-material-feed {
  margin-top: 0.66rem;
  display: grid;
  gap: 0.58rem;
  max-height: 340px;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.live-material-card {
  border: 1px solid rgba(106, 150, 120, 0.46);
  border-radius: 12px;
  padding: 0.64rem 0.72rem;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(236, 248, 239, 0.93));
  box-shadow: 0 10px 20px rgba(14, 52, 32, 0.08);
}

.live-material-card header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.34rem;
}

.live-material-card strong {
  color: var(--brand-deep);
}

.live-material-card small {
  color: var(--muted);
}

.live-material-card p {
  margin: 0.16rem 0 0;
  color: var(--text);
}

.live-material-link {
  margin-top: 0.44rem;
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
  border-radius: 999px;
  padding: 0.34rem 0.72rem;
  background: linear-gradient(120deg, #1b7441, #2d8a58);
}

.live-material-link:hover {
  filter: brightness(1.03);
}

.chat-log {
  min-height: 220px;
  max-height: 360px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.56rem;
  display: grid;
  gap: 0.4rem;
  background: #ffffff;
}

.chat-item {
  border-left: 3px solid rgba(36, 134, 73, 0.32);
  padding-left: 0.45rem;
  color: var(--muted);
}

.chat-item strong {
  color: var(--brand-deep);
}

.chat-form {
  margin-top: 0.66rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
}

.participant-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.participant-list li {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.54rem;
  display: grid;
  gap: 0.35rem;
  background: #ffffff;
}

.doc-state {
  margin-top: 0.62rem;
  color: var(--muted);
  padding: 0.54rem;
  border: 1px dashed var(--line-strong);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
}

.resource-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.resource-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.42rem 0;
  border-bottom: 1px dashed rgba(123, 165, 135, 0.34);
}

.resource-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.resource-list a {
  color: var(--brand-deep);
  text-decoration: none;
}

.resource-list a:hover {
  text-decoration: underline;
}

.pin-resource-btn {
  margin-left: 0.4rem;
  padding: 0.24rem 0.6rem;
}

.disclaimer,
.muted {
  color: var(--muted);
}

.disclaimer {
  border: 1px solid rgba(130, 185, 74, 0.56);
  border-radius: 10px;
  background: rgba(246, 255, 230, 0.78);
  padding: 0.66rem;
}

.footer-architect {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(93, 133, 102, 0.5);
  border-radius: 30px;
  padding: 1.08rem;
  display: grid;
  grid-template-columns: 1.06fr 1fr 1fr;
  gap: 0.95rem;
  background: linear-gradient(135deg, rgba(246, 253, 247, 0.97), rgba(228, 242, 231, 0.94));
  box-shadow: var(--ambient-shadow);
}

.footer-architect::before,
.footer-architect::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.footer-architect::before {
  left: -130px;
  top: -130px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(22, 104, 58, 0.18), transparent 70%);
}

.footer-architect::after {
  right: -90px;
  bottom: -140px;
  width: 290px;
  height: 290px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(201, 168, 79, 0.21), transparent 70%);
}

.footer-node {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(122, 162, 133, 0.5);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  padding: 1rem;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.footer-node:hover {
  transform: translateY(-2px);
  border-color: rgba(76, 128, 93, 0.56);
  box-shadow: 0 14px 24px rgba(18, 57, 36, 0.12);
}

.footer-node-brand {
  border-radius: 20px;
  border-color: rgba(78, 128, 94, 0.55);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(235, 247, 238, 0.95));
  color: var(--text);
}

.footer-node-brand p {
  margin: 0.4rem 0;
}

.footer-node-brand a {
  color: var(--brand-deep);
  text-decoration: none;
}

.footer-node-brand a:hover {
  text-decoration: underline;
}

.footer-node-links {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.footer-node h2 {
  margin: 0;
  font-size: 1rem;
}

.footer-node-links a,
.footer-node-accreditation a {
  color: var(--brand-deep);
  text-decoration: none;
}

.footer-node-links a:hover,
.footer-node-accreditation a:hover {
  text-decoration: underline;
}

.footer-logo {
  width: min(290px, 100%);
  height: auto;
  display: block;
  margin-bottom: 0.7rem;
}

.seal-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.7rem;
}

.seal-wrap img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.seal-wrap p {
  margin: 0;
}

.footer-ribbon {
  border: 1px solid rgba(95, 138, 107, 0.42);
  border-radius: 13px;
  background: linear-gradient(120deg, rgba(244, 251, 245, 0.93), rgba(230, 244, 233, 0.95), rgba(244, 251, 245, 0.93));
  background-size: 190% 190%;
  padding: 0.54rem 0.85rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.82rem;
  color: #365547;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.fx-rich .footer-ribbon {
  animation: shimmerDrift 10s linear infinite alternate;
}

body.perf-balanced .site-panorama {
  mix-blend-mode: normal;
  opacity: 0.22;
  filter: none;
  transform: none;
}

body.perf-balanced .site-veil {
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.28), transparent 40%),
    linear-gradient(150deg, rgba(212, 232, 215, 0.14), rgba(233, 245, 235, 0.2), rgba(216, 235, 220, 0.12));
}

body.perf-balanced .site-flares,
body.perf-balanced .site-orbits {
  display: none;
}

body.perf-balanced .site-grid {
  opacity: 0.1;
}

body.perf-balanced .panel,
body.perf-balanced .footer-architect {
  box-shadow: var(--shadow-sm);
}

body.perf-balanced .panel:hover,
body.perf-balanced .card:hover {
  box-shadow: var(--shadow-md);
}

body.perf-balanced .panel::after {
  display: none;
}

body.perf-lite .site-grid {
  display: none;
}

body.perf-lite .site-orbits {
  display: none;
}

body.perf-lite .site-flares,
body.perf-lite .panel::after,
body.perf-lite .footer-ribbon,
body.perf-lite .header-frame::before,
body.perf-lite .header-frame::after,
body.perf-lite .call-chip::after,
body.perf-lite .command-launch,
body.perf-lite .page-head::after,
body.perf-lite .site-backdrop::before,
body.perf-lite .site-panorama {
  animation: none;
}

body.perf-lite .header-frame {
  backdrop-filter: none;
}

body.perf-lite .panel,
body.perf-lite .footer-architect {
  box-shadow: var(--shadow-sm);
}

body.perf-lite .btn,
body.perf-lite .card,
body.perf-lite .call-chip,
body.perf-lite .site-nav a {
  transition: none;
}

body.perf-lite .panel {
  backdrop-filter: none;
}

@media (pointer: coarse) {
  .panel:hover,
  .card:hover,
  .btn:hover,
  .call-chip:hover,
  .footer-node:hover,
  .hero-points article:hover,
  .site-nav a:hover {
    transform: none;
    box-shadow: none;
    filter: none;
  }

  .btn:hover::after,
  .site-nav a:hover::before,
  .site-nav a:hover::after {
    opacity: 0;
    transform: none;
  }
}

@media (max-width: 1220px) {
  .site-header,
  .site-main,
  .site-footer {
    width: min(1260px, calc(100% - 1.6rem));
  }
}

@media (max-width: 980px) {
  .site-backdrop {
    opacity: 0.8;
  }

  .site-panorama {
    background-position: center 22%;
    background-size: 215vw;
    opacity: 0.24;
  }

  .hero-shell,
  .form-two,
  .quality-head,
  .doctor-layout,
  .footer-architect,
  .studio-status-grid {
    grid-template-columns: 1fr;
  }

  .bootcamp-layout {
    grid-template-columns: 1fr;
  }

  .bootcamp-layout.bootcamp-audience {
    grid-template-columns: 1fr;
  }

  .bootcamp-layout.bootcamp-audience .bootcamp-video,
  .bootcamp-layout.bootcamp-audience .bootcamp-chat,
  .bootcamp-layout.bootcamp-audience .bootcamp-live-materials,
  .bootcamp-layout.bootcamp-audience .bootcamp-resources {
    grid-column: 1;
  }

  .bootcamp-video,
  .bootcamp-chat,
  .bootcamp-stage,
  .bootcamp-docs,
  .bootcamp-live-materials,
  .bootcamp-resources,
  .bootcamp-moderation {
    grid-column: span 1;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .command-launch {
    display: none !important;
  }
}

@media (max-width: 860px) {
  .header-primary {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.74rem;
    padding-bottom: 0.7rem;
  }

  .header-utility {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .header-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 780px) {
  .site-header,
  .site-main,
  .site-footer {
    width: min(1260px, calc(100% - 1.1rem));
  }

  .header-frame {
    border-radius: 22px;
    padding: 0.78rem 0.72rem 0.74rem;
  }

  .site-backdrop {
    opacity: 0.76;
  }

  .site-panorama {
    background-position: center 14%;
    background-size: 255vw;
    opacity: 0.2;
  }

  .header-frame::after {
    left: 0.72rem;
    right: 0.72rem;
  }

  .header-secondary {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.42rem;
  }

  .nav-toggle {
    position: static;
    transform: none;
    display: inline-flex;
    margin-inline: auto;
    min-width: 112px;
    justify-content: center;
  }

  .site-nav {
    display: none;
    width: 100%;
    border: 1px solid rgba(108, 149, 120, 0.47);
    border-radius: 12px;
    padding: 0.45rem;
    background: rgba(250, 255, 250, 0.98);
    justify-content: stretch;
    gap: 0.35rem;
  }

  .site-nav::before {
    display: none;
  }

  .site-nav.is-open {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-nav a {
    width: 100%;
    justify-content: center;
  }

  .nav-row-break {
    display: none;
  }

  .brand img {
    width: min(345px, 100%);
  }

  .call-chip {
    width: 100%;
    max-width: 290px;
    margin-inline: auto;
  }

  .command-launch {
    display: none !important;
  }

  .header-utility {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .header-meta {
    margin-top: 0.52rem;
    padding: 0.62rem 0.52rem 0.16rem;
    align-items: center;
    text-align: center;
    gap: 0.44rem;
    border-top: 1px dashed rgba(100, 146, 113, 0.42);
    border-radius: 12px;
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.52), rgba(240, 248, 241, 0.22));
  }

  .header-meta p {
    width: 100%;
    max-width: 34ch;
    margin-inline: auto;
    line-height: 1.34;
    letter-spacing: 0.01em;
  }

  .meta-cert {
    width: 100%;
    justify-content: center;
    padding-top: 0.38rem;
    border-top: 1px dotted rgba(94, 138, 106, 0.34);
  }

  .meta-cert span {
    max-width: 32ch;
    line-height: 1.3;
  }

  .hero-title {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  .panel {
    padding: 1.08rem;
    border-radius: 22px;
  }

  .footer-ribbon {
    flex-direction: column;
    align-items: flex-start;
  }

  .seal-wrap {
    grid-template-columns: 1fr;
  }

  .command-dialog {
    border-radius: 16px;
  }
}

@media (max-width: 560px) {
  .header-meta p {
    font-size: 0.78rem;
  }

  .meta-cert {
    gap: 0.36rem;
  }

  .hero-actions .btn,
  .btn {
    width: 100%;
  }

  .command-dialog {
    padding: 0.72rem;
  }

  .command-head {
    flex-direction: column;
    align-items: stretch;
  }

  .command-head .btn {
    width: 100%;
  }

  .chat-form {
    grid-template-columns: 1fr;
  }

  .footer-node {
    padding: 0.86rem;
  }

  .material-viewer,
  .material-empty,
  #materialFrame {
    min-height: 300px;
  }

  .bootcamp-head-meta {
    align-items: flex-start;
  }

  .bootcamp-view-controls {
    width: 100%;
  }

  .bootcamp-view-controls .btn {
    flex: 1 1 0;
  }

  .bootcamp-layout.bootcamp-audience .bootcamp-video iframe,
  .bootcamp-layout.bootcamp-audience .stream-placeholder {
    min-height: 240px;
  }

  .bootcamp-layout.bootcamp-audience .material-viewer,
  .bootcamp-layout.bootcamp-audience .material-empty,
  .bootcamp-layout.bootcamp-audience #materialFrame {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-backdrop::before,
  .site-panorama,
  .site-chroma,
  .site-flares,
  .site-orbits::before,
  .site-orbits::after,
  .panel::after,
  .footer-ribbon,
  .header-frame::before,
  .header-frame::after,
  .call-chip::after,
  .command-launch,
  .page-head::after {
    animation: none;
  }

  .btn,
  .card,
  .call-chip,
  .site-nav a,
  .fx-reveal,
  .footer-node,
  .hero-points article {
    transition: none;
  }

  .fx-reveal {
    opacity: 1;
    transform: none;
  }
}

/* MonHealth Hospitality Pass */
:root {
  --bg-base: #ebf7ef;
  --bg-depth: #dff0e4;
  --bg-tilt: #d5eadb;
  --panel: rgba(250, 255, 251, 0.95);
  --panel-strong: #f8fdf9;
  --panel-soft: #eef8f1;
  --line: #b0d2bc;
  --line-strong: #4f8f69;
  --text: #16362a;
  --muted: #446758;
  --brand: #2f7a4d;
  --brand-deep: #1d5a39;
  --brand-soft: #8fcf42;
  --brand-gold: #8fcf42;
  --danger: #982e33;
  --ok: #2d7f56;
  --mesh-emerald: rgba(47, 122, 77, 0.17);
  --mesh-cyan: rgba(74, 142, 134, 0.12);
  --mesh-gold: rgba(143, 207, 66, 0.2);
}

body {
  font-family: "Cabin", "Segoe UI", "Trebuchet MS", sans-serif;
  letter-spacing: 0.004em;
  background:
    radial-gradient(circle at 10% 6%, rgba(143, 207, 66, 0.22), transparent 35%),
    radial-gradient(circle at 88% 12%, rgba(61, 135, 106, 0.2), transparent 40%),
    linear-gradient(166deg, #f7fcf8, #e7f4eb 52%, #deeee4);
}

h1,
h2,
h3 {
  font-family: "Zilla Slab", "Georgia", serif;
  letter-spacing: -0.01em;
}

.site-header,
.site-main,
.site-footer {
  width: min(1240px, calc(100% - 2.2rem));
}

.header-frame {
  border: 1px solid rgba(87, 139, 110, 0.42);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.32), transparent 28%),
    linear-gradient(138deg, rgba(247, 253, 248, 0.98), rgba(230, 244, 234, 0.94));
}

.header-frame::before {
  background: linear-gradient(96deg, rgba(143, 207, 66, 0.3), rgba(53, 135, 101, 0.14), rgba(43, 108, 75, 0.12));
}

.header-frame::after {
  background: linear-gradient(
    90deg,
    rgba(32, 96, 64, 0.06),
    rgba(143, 207, 66, 0.9),
    rgba(42, 125, 92, 0.36),
    rgba(32, 96, 64, 0.06)
  );
}

.site-nav a {
  color: #255f41;
  border-color: rgba(88, 144, 112, 0.38);
  background: rgba(249, 255, 250, 0.92);
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #1d5a39;
  border-color: rgba(74, 141, 106, 0.74);
  background: rgba(235, 248, 239, 0.98);
}

.call-chip {
  border-color: rgba(30, 92, 60, 0.45);
  background: linear-gradient(136deg, #2f7a4d, #429464);
}

.panel {
  border: 1px solid rgba(92, 144, 111, 0.4);
  background:
    radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, -20%), rgba(255, 255, 255, 0.34), transparent 56%),
    linear-gradient(145deg, rgba(249, 255, 250, 0.97), rgba(238, 249, 241, 0.93));
}

.panel::before {
  background: linear-gradient(90deg, #8fcf42, #2f7a4d);
}

.card {
  border-color: rgba(95, 146, 114, 0.42);
  background:
    radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, -25%), rgba(255, 255, 255, 0.42), transparent 52%),
    linear-gradient(160deg, rgba(249, 255, 250, 0.98), rgba(235, 248, 239, 0.95));
}

.pill {
  background: rgba(47, 122, 77, 0.14);
  color: var(--brand-deep);
}

.btn {
  border-color: rgba(83, 136, 106, 0.5);
  background: rgba(250, 255, 251, 0.95);
}

.btn-primary {
  background: linear-gradient(130deg, #2f7a4d, #215f3d 62%, #1b5134);
}

.btn-primary:hover {
  background: linear-gradient(130deg, #358556, #246545 62%, #1d5436);
}

.btn-secondary {
  background: linear-gradient(130deg, #468c70, #2f6f56);
}

.btn-secondary:hover {
  background: linear-gradient(130deg, #4e9778, #34765c);
}

.eyebrow {
  color: #2c744a;
  letter-spacing: 0.17em;
}

.hero-signature {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.15rem;
}

.hero-proof-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.hero-actions-home {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
  align-items: stretch;
  max-width: 42rem;
}

.hero-actions-home .btn {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  white-space: normal;
  text-align: center;
}

.hero-actions-home .btn-secondary {
  grid-column: 1 / -1;
}

.proof-pill {
  border: 1px solid rgba(87, 142, 109, 0.42);
  border-radius: 12px;
  padding: 0.65rem 0.72rem;
  background: rgba(246, 253, 248, 0.92);
  display: grid;
  gap: 0.22rem;
}

.proof-pill strong {
  color: var(--brand-deep);
  font-size: 0.95rem;
}

.proof-pill span {
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-schedule {
  border: 1px solid rgba(84, 136, 105, 0.44);
  border-radius: 18px;
  padding: 1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(143, 207, 66, 0.2), transparent 45%),
    linear-gradient(145deg, rgba(247, 253, 249, 0.98), rgba(230, 244, 235, 0.94));
}

.hero-schedule h2 {
  margin: 0 0 0.7rem;
}

.hero-schedule ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.56rem;
}

.hero-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.58rem;
  align-items: start;
}

.hero-step > span {
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-weight: 800;
  color: #f4fff6;
  background: linear-gradient(145deg, #2f7a4d, #1f5f3d);
}

.hero-step strong {
  color: var(--brand-deep);
}

.hero-step p {
  margin: 0.12rem 0 0;
  color: var(--muted);
}

.story-track {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.story-track li {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) 1fr;
  gap: 0.8rem;
  border: 1px solid rgba(87, 141, 108, 0.38);
  border-radius: 14px;
  padding: 0.78rem;
  background: rgba(247, 254, 249, 0.93);
}

.story-stage {
  border-radius: 10px;
  padding: 0.46rem 0.6rem;
  background: linear-gradient(130deg, rgba(47, 122, 77, 0.12), rgba(143, 207, 66, 0.16));
  color: var(--brand-deep);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  align-self: start;
}

.story-copy h3 {
  margin: 0 0 0.24rem;
}

.story-copy p {
  margin: 0;
  color: var(--muted);
}

.voice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.voice-card h3 {
  font-size: 1.18rem;
  line-height: 1.25;
}

.voice-tag {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.58rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: rgba(63, 134, 101, 0.16);
  color: #256246;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  border-color: rgba(83, 136, 104, 0.52);
  background:
    radial-gradient(circle at 92% 16%, rgba(143, 207, 66, 0.2), transparent 35%),
    linear-gradient(138deg, rgba(247, 253, 249, 0.97), rgba(229, 245, 234, 0.91));
}

.confidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.confidence-card {
  border: 1px solid rgba(82, 135, 104, 0.4);
  border-radius: 12px;
  padding: 0.7rem;
  background: rgba(248, 255, 250, 0.93);
  display: grid;
  gap: 0.24rem;
}

.confidence-card strong {
  color: var(--brand-deep);
}

.confidence-card span {
  color: var(--muted);
}

.statement-shell {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.35fr);
  gap: 0.95rem;
}

.statement-main h2,
.statement-side h3 {
  margin-top: 0;
}

.statement-side {
  border: 1px solid rgba(83, 136, 104, 0.4);
  border-radius: 13px;
  padding: 0.8rem;
  background: rgba(247, 253, 249, 0.95);
}

.payment-history-list {
  padding-left: 0;
  list-style: none;
}

.payment-history-list li {
  border: 1px solid rgba(83, 135, 103, 0.38);
  border-radius: 10px;
  background: rgba(248, 255, 250, 0.92);
  padding: 0.58rem 0.64rem;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 0.5rem;
  align-items: center;
}

.payment-history-list code {
  color: #1f5b3a;
  font-size: 0.78rem;
}

.classroom-snapshot .snapshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.snapshot-card {
  border: 1px solid rgba(85, 137, 106, 0.4);
  border-radius: 12px;
  padding: 0.75rem;
  background: rgba(247, 254, 249, 0.94);
}

.snapshot-card h2 {
  margin: 0 0 0.25rem;
  font-size: 1.08rem;
}

.class-board-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 0.9rem;
}

.bootcamp-status-pill {
  background: rgba(235, 248, 239, 0.95);
  border-color: rgba(65, 126, 93, 0.54);
  color: #245f3f;
}

.bootcamp-view-controls .btn.is-active {
  border-color: rgba(48, 121, 81, 0.7);
  background: rgba(36, 106, 69, 0.94);
  color: #f3fff7;
}

.bootcamp-video iframe,
.stream-placeholder {
  border-color: rgba(80, 133, 101, 0.46);
  background: #f3fbf5;
}

.chat-log,
.participant-list li,
.agenda-item,
.material-viewer,
.live-material-card {
  border-color: rgba(83, 136, 103, 0.4);
}

.footer-architect {
  border-color: rgba(78, 130, 98, 0.45);
  background: linear-gradient(135deg, rgba(247, 253, 249, 0.97), rgba(228, 244, 233, 0.94));
}

.footer-ribbon {
  border-color: rgba(78, 129, 98, 0.42);
  color: #2d6447;
}

@media (max-width: 980px) {
  .hero-proof-grid,
  .voice-grid,
  .confidence-grid,
  .classroom-snapshot .snapshot-grid,
  .class-board-grid,
  .statement-shell,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .story-track li {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero-actions-home {
    grid-template-columns: 1fr;
  }

  .hero-actions-home .btn-secondary {
    grid-column: auto;
  }
}

@media (max-width: 780px) {
  .site-header,
  .site-main,
  .site-footer {
    width: min(1240px, calc(100% - 1.1rem));
  }

  .hero-signature {
    grid-template-columns: 1fr;
  }

  .payment-history-list li {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}
