/* Team-only presentation; original styles and pages remain available in legacy mode. */
[hidden] { display: none !important; }
.team-page { width: min(800px, calc(100% - 32px)); margin: 36px auto 80px; color: #142033; }
.team-page-heading { margin-bottom: 28px; }
.team-page h1 { font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.1; margin: 12px 0; }
.team-page p { line-height: 1.65; }
.team-eyebrow { color: #795008; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.team-news-card { background: #fff; border: 1px solid #d2d8df; border-radius: 18px; padding: 24px; margin-bottom: 18px; overflow-wrap: anywhere; }
.team-news-card time { color: #536071; font-size: .9rem; }
.team-news-card h2 { font-size: 1.4rem; margin: 12px 0; }
.team-news-card p { white-space: pre-line; }
.team-news-media { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid #d2d8df; }
.team-news-media img, .team-news-media video { display: block; width: 100%; max-height: 540px; object-fit: contain; border-radius: 12px; background: #eef1f5; }
.team-news-media iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 12px; background: #0b1f3a; }
.team-news-media figcaption { margin-top: 12px; font-weight: 650; }
.team-news-media .team-media-status { font-size: .9rem; color: #536071; }
.team-news-card a { display: inline-block; padding: 12px 0; color: #164e7a; font-weight: 700; }
.team-page button, .team-primary-action, #training-retry { display: inline-block; min-height: 44px; padding: 12px 18px; border-radius: 12px; border: 1px solid #b4bec9; background: #fff; color: #142033; font: inherit; font-weight: 700; cursor: pointer; text-decoration: none; margin: 8px 8px 8px 0; }
.team-primary-action { background: #0b1f3a; color: #fff; }
.team-account details { margin-top: 32px; padding: 20px; border: 1px solid #d2d8df; border-radius: 14px; }
.team-account summary { cursor: pointer; min-height: 44px; }
.team-page :focus-visible, .landing-navigation a:focus-visible { outline: 3px solid #a66a00; outline-offset: 4px; }
.landing-navigation a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; color: #0b1f3a; background: #fff; border: 1px solid #b4bec9; }
.landing-navigation a[aria-current="page"], .landing-navigation a:hover { background: #0b1f3a; color: #fff; }
@media (max-width: 600px) {
  .landing-header { flex-direction: column; align-items: stretch; gap: 14px; padding: 16px; }
  .landing-navigation { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; width: 100%; }
  .landing-navigation a { padding: 10px 6px; font-size: .88rem; white-space: nowrap; }
  .team-page { margin-top: 24px; }
  .team-news-card { padding: 20px; }
}
.team-editor-link { text-align: center; padding: 24px; }
.team-editor-link a { display: inline-block; padding: 12px; color: #164e7a; background: #fff; border-radius: 10px; }
