.school-page { min-height: 100vh; min-height: 100dvh; }
.school-bar {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: max(8px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) 8px max(14px, env(safe-area-inset-left));
  background: color-mix(in srgb, #0b1d19 96%, transparent);
  border-bottom: 2px solid #397962;
}
.school-bar nav, .school-primary-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.school-bar nav a, .school-primary-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  color: #f4fff8;
  background: #123128;
  border: 1px solid #397962;
  border-radius: 10px;
  text-decoration: none;
}
.school-content { width: min(100%, 76rem); margin: auto; padding: clamp(18px, 4vw, 44px) max(16px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); }
.school-hero { max-width: 58rem; margin-bottom: 22px; }
.school-hero h1 { margin: 5px 0 12px; font-size: clamp(1.8rem, 5vw, 3.2rem); line-height: 1.08; }
.school-hero > p { color: #c4ddd3; font-size: 1.05rem; line-height: 1.55; }
.school-primary-actions { margin: 18px 0; }
.school-primary-actions .school-primary { color: #07110f; background: #fff16a; border-color: #fff16a; font-weight: 850; }
.pilot-status { padding: 12px 14px; background: #2c2915; border-left: 5px solid #fff16a; border-radius: 10px; }
.school-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 14px; }
.school-grid article, .school-support, .recovery-card-section { padding: clamp(16px, 3vw, 24px); background: #10251f; border: 2px solid #275c4b; border-radius: 16px; }
.school-grid h2, .school-support h2, .recovery-card-section > h2 { margin-top: 0; color: #76f9bb; font-size: 1.2rem; }
.school-grid li, .school-support p { margin: 8px 0; color: #d5e9df; line-height: 1.5; }
.school-grid a, .school-support a { color: #fff16a; }
.school-grid code, .build-line code { overflow-wrap: anywhere; color: #fff; background: #07110f; padding: 2px 5px; border-radius: 5px; }
.school-support, .recovery-card-section { margin-top: 14px; }
.build-line { font-size: .9rem; }
.recovery-card-section > p { color: #d5e9df; line-height: 1.5; }
.recovery-card-section > button { min-height: 44px; padding: 8px 13px; color: #07110f; background: #fff16a; border: 0; border-radius: 10px; font-weight: 850; cursor: pointer; }
.recovery-print-card { max-width: 38rem; margin-top: 16px; padding: 22px; color: #07110f; background: #f7fff9; border: 3px solid #1d6049; border-radius: 12px; }
.recovery-print-card h2 { margin: 3px 0 18px; }
.recovery-card-kicker { margin: 0; color: #1d6049; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.handwrite-line { min-height: 2.5rem; border-bottom: 2px solid #07110f; }
.short-handwrite-line { display: inline-block; min-width: 10rem; border-bottom: 1px solid #07110f; }
.recovery-card-warning { margin-top: 24px; padding: 10px; background: #fff2b2; border-left: 5px solid #7a5c00; }
@media (max-width: 620px) {
  .school-bar { align-items: flex-start; }
  .school-bar nav { justify-content: flex-end; }
  .school-bar nav a { padding: 5px 8px; font-size: .82rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
@media print {
  @page { margin: 16mm; }
  body { color: #000; background: #fff; }
  body * { visibility: hidden !important; }
  .recovery-print-card, .recovery-print-card * { visibility: visible !important; }
  .recovery-print-card { position: absolute; inset: 0; max-width: none; margin: 0; color: #000; background: #fff; border-color: #000; box-shadow: none; }
  .recovery-card-warning { background: #fff; border: 2px solid #000; }
}
