.austria-u18-theme {
  --green: #c32236;
  --green-dim: rgba(195, 34, 54, 0.16);
  --navy: #111418;
  --dark: #050607;
  --panel: #0e1115;
  --card: #15191f;
  --border: rgba(195, 34, 54, 0.28);
  --text: #f2f0ed;
  --muted: rgba(184, 181, 176, 0.72);
  --accent: #8f969f;
  --red: #c32236;
  --text-light: rgba(242, 240, 237, 0.78);
  --gold: #b79a61;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

body.austria-u18-theme {
  background:
    radial-gradient(circle at 14% 12%, rgba(195, 34, 54, 0.22), transparent 25%),
    radial-gradient(circle at 50% 0%, rgba(195, 34, 54, 0.08), transparent 30%),
    radial-gradient(circle at 84% 14%, rgba(143, 150, 159, 0.08), transparent 22%),
    linear-gradient(150deg, #040506 0%, #0d1014 48%, #15191f 100%);
}

body.austria-u18-theme::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
}

.austria-u18-theme .progress-fill,
.austria-u18-theme .workspace-track.active .workspace-track-label,
.austria-u18-theme .workspace-map-item.active .workspace-item-num,
.austria-u18-theme .zone-btn.active,
.austria-u18-theme .zone-tab.active,
.austria-u18-theme .module-pill,
.austria-u18-theme .portal-return span,
.austria-u18-theme .send-btn,
.austria-u18-theme .nav-btn:hover {
  color: var(--text);
}

.austria-u18-theme .progress-fill,
.austria-u18-theme .module-progress-fill-red,
.austria-u18-theme .send-btn,
.austria-u18-theme .zone-btn.active,
.austria-u18-theme .zone-tab.active {
  background: linear-gradient(90deg, #7e1421, #b11f30);
}

.austria-u18-theme .topbar,
.austria-u18-theme .slide,
.austria-u18-theme .workspace-map,
.austria-u18-theme .portal-return,
.austria-u18-theme .workspace-shell-status,
.austria-u18-theme .field-area,
.austria-u18-theme .term-chip,
.austria-u18-theme .role-card,
.austria-u18-theme .module-card,
.austria-u18-theme .module-panel,
.austria-u18-theme .module-status-row,
.austria-u18-theme .module-sidebar-item,
.austria-u18-theme .module-accordion,
.austria-u18-theme .lo-call,
.austria-u18-theme .def-block,
.austria-u18-theme .field-map-panel,
.austria-u18-theme .success-block,
.austria-u18-theme .formation-codes,
.austria-u18-theme .chat-area,
.austria-u18-theme .ai-panel,
.austria-u18-theme .suggest {
  border-color: rgba(177, 31, 48, 0.18);
}

.austria-u18-theme .slide {
  background:
    linear-gradient(180deg, rgba(16, 19, 24, 0.95), rgba(9, 11, 14, 0.97));
}

.austria-u18-theme .slide::before {
  background:
    linear-gradient(140deg, rgba(195, 34, 54, 0.14), transparent 30%, transparent 70%, rgba(143, 150, 159, 0.05));
}

.austria-u18-theme .topbar {
  background:
    linear-gradient(90deg, rgba(195, 34, 54, 0.08), transparent 16%),
    linear-gradient(180deg, rgba(16, 19, 24, 0.98), rgba(10, 12, 16, 0.98));
  border-bottom-color: rgba(195, 34, 54, 0.16);
}

.austria-u18-theme .topbar-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 14px;
  border-radius: 20px;
  border: 1px solid rgba(195, 34, 54, 0.18);
  background: linear-gradient(180deg, rgba(195, 34, 54, 0.1), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.austria-u18-theme .topbar-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(195, 34, 54, 0.4), rgba(195, 34, 54, 1));
}

.austria-u18-theme .topbar-logo img.nt-topbar-logo {
  height: 42px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
  opacity: 0.95;
}

.austria-u18-theme .topbar-title {
  font-size: 0.92rem;
  letter-spacing: 1px;
}

.austria-u18-theme .topbar-sub {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.austria-u18-theme .topbar-sub,
.austria-u18-theme .workspace-shell-label,
.austria-u18-theme .workspace-item-short,
.austria-u18-theme .workspace-track-meta,
.austria-u18-theme .tagline,
.austria-u18-theme .module-progress-label,
.austria-u18-theme .module-accordion-sub,
.austria-u18-theme .module-group-label,
.austria-u18-theme .nt-panel-kicker,
.austria-u18-theme .nt-side-label,
.austria-u18-theme .nt-unit-lane-label {
  color: var(--muted);
}

.austria-u18-theme .topbar-title,
.austria-u18-theme .section,
.austria-u18-theme .module-card-title,
.austria-u18-theme .module-overview-title,
.austria-u18-theme .fc-title,
.austria-u18-theme .feature-title,
.austria-u18-theme .module-panel-title,
.austria-u18-theme .rc-role,
.austria-u18-theme .play-name {
  color: var(--text);
}

.austria-u18-theme .sl-header {
  margin-bottom: 12px;
}

.austria-u18-theme .section {
  letter-spacing: 2.4px;
}

.nt-section-intro {
  max-width: 760px;
  margin: 0 0 18px;
  color: rgba(242, 240, 237, 0.72);
  font-size: 0.92rem;
  line-height: 1.7;
}

.austria-u18-theme #s2 > .nt-section-intro,
.austria-u18-theme #s2 > .sl-body {
  display: none;
}

.austria-u18-theme #s2 {
  overflow-y: auto;
  overflow-x: hidden;
}

.nt-principles-page {
  padding: 20px 24px 120px;
}

.nt-principles-hero-strip {
  padding: 20px 0 92px;
}

.nt-principles-hero-copy {
  max-width: 980px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.4rem, 2.25vw, 1.56rem);
  line-height: 1.6;
  color: rgba(242, 240, 237, 0.88);
}

.nt-principles-stack {
  display: grid;
}

.nt-principles-divider {
  width: 100%;
  height: 1px;
  margin: 84px 0;
  background: rgba(220, 38, 38, 0.3);
}

.nt-principles-pillar-row {
  display: block;
}

.nt-principles-pillar-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.25fr) minmax(0, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.nt-principles-pillar-left {
  display: grid;
  gap: 10px;
  align-content: start;
}

.nt-principles-pillar-num {
  font-family: "Anton", sans-serif;
  font-size: clamp(6rem, 9vw, 7rem);
  line-height: 0.9;
  color: var(--red);
}

.nt-principles-pillar-name {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 3.4vw, 2.55rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

.nt-principles-pillar-right,
.nt-principles-copy-column {
  display: grid;
  gap: 16px;
}

.nt-principles-statement {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.12rem, 1.7vw, 1.28rem);
  line-height: 1.72;
  color: rgba(242, 240, 237, 0.9);
}

.nt-principles-pillar-right-kpi {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 28px;
  align-items: start;
}

.nt-principles-kpi-grid {
  display: grid;
  gap: 12px;
}

.nt-principles-kpi-card {
  position: relative;
  overflow: hidden;
  padding: 20px 18px 18px;
  border: 1px solid rgba(183, 154, 97, 0.26);
  background:
    linear-gradient(180deg, rgba(183, 154, 97, 0.1), rgba(255, 255, 255, 0.015)),
    rgba(21, 25, 31, 0.96);
  border-radius: 20px;
}

.nt-principles-kpi-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--gold);
}

.nt-principles-kpi-value {
  font-family: "Anton", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3rem);
  line-height: 0.92;
  color: var(--gold);
}

.nt-principles-kpi-label {
  margin-top: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(242, 240, 237, 0.76);
}

.nt-principles-footer {
  padding: 92px 0 12px;
  border-top: 1px solid rgba(220, 38, 38, 0.18);
}

.nt-principles-chip-row {
  gap: 14px;
  margin-top: 14px;
}

.nt-principles-chip-row .nt-chip {
  padding: 10px 16px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.austria-u18-theme .motto span,
.austria-u18-theme .placeholder-title span,
.austria-u18-theme .section,
.austria-u18-theme .red,
.austria-u18-theme .role-card .rc-role,
.austria-u18-theme .feature-title,
.austria-u18-theme .module-panel-title,
.austria-u18-theme .lc-name,
.austria-u18-theme .play-type,
.austria-u18-theme .term-key {
  color: var(--red);
}

.austria-u18-theme .gold,
.austria-u18-theme .code-key,
.austria-u18-theme .sv,
.austria-u18-theme .metric-value,
.austria-u18-theme .m-val {
  color: var(--gold);
}

.austria-u18-theme .portal-return,
.austria-u18-theme .workspace-shell-status,
.austria-u18-theme .tag,
.austria-u18-theme .module-status-pill,
.austria-u18-theme .module-pill,
.austria-u18-theme .coach-intro-btn,
.austria-u18-theme .nav-btn,
.austria-u18-theme .send-btn,
.austria-u18-theme .chat-inp {
  border-radius: 999px;
}

.austria-u18-theme .portal-return,
.austria-u18-theme .workspace-shell-status,
.austria-u18-theme .coach-intro-btn-secondary,
.austria-u18-theme .chat-inp {
  background: rgba(255, 255, 255, 0.03);
}

.austria-u18-theme .motto,
.austria-u18-theme .portal-return,
.austria-u18-theme .portal-inline,
.austria-u18-theme .slide-num,
.austria-u18-theme .workspace-shell-value,
.austria-u18-theme .module-status-row-title,
.austria-u18-theme .module-progress-value,
.austria-u18-theme .module-related-link span:first-child {
  letter-spacing: 1.2px;
}

.nt-tag,
.nt-chip {
  border-color: rgba(177, 31, 48, 0.32);
  background: rgba(177, 31, 48, 0.08);
}

.nt-cover-shell {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.78fr);
  gap: 22px;
  padding: 24px 24px 120px;
  overflow: visible;
  align-items: start;
}

.nt-cover-main,
.nt-cover-side {
  min-height: 0;
}

.austria-u18-theme #s1 {
  overflow-y: auto;
  overflow-x: hidden;
}

.nt-cover-main {
  position: relative;
  overflow: visible;
  border-radius: 30px;
  padding: 34px;
  border: 1px solid rgba(195, 34, 54, 0.2);
  background:
    radial-gradient(circle at top left, rgba(195, 34, 54, 0.22), transparent 28%),
    radial-gradient(circle at 65% 42%, rgba(195, 34, 54, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(17, 20, 24, 0.98), rgba(10, 12, 16, 0.98));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: clamp(420px, 58vh, 640px);
}

.nt-cover-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(195, 34, 54, 0.1), transparent 40%);
  pointer-events: none;
}

.nt-cover-main-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 700px;
}

.austria-u18-theme .hero span {
  color: var(--red);
}

.austria-u18-theme .hero {
  position: relative;
  z-index: 1;
  letter-spacing: 3px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.nt-cover-copy,
.nt-units-intro p,
.dev-copy p {
  margin: 0;
  max-width: 540px;
  color: var(--text-light);
  line-height: 1.78;
  font-size: 0.98rem;
}

.nt-cover-actions {
  display: flex;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.coach-intro-btn-secondary {
  color: var(--text);
}

.nt-cover-side {
  display: grid;
  gap: 16px;
}

@media (min-width: 1101px) and (max-width: 1500px) {
  .nt-cover-shell {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 18px;
    padding-bottom: 132px;
  }

  .nt-cover-main {
    min-height: clamp(460px, 54vh, 580px);
    padding: 28px;
  }

  .nt-cover-main-inner {
    gap: 10px;
    max-width: 620px;
  }

  .austria-u18-theme .hero {
    font-size: clamp(3.8rem, 5.6vw, 5.4rem);
    letter-spacing: 2.5px;
  }

  .nt-cover-copy {
    max-width: 500px;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .nt-cover-actions {
    margin-top: 18px;
    gap: 10px;
  }

  .coach-intro-btn {
    padding: 10px 16px;
    font-size: 0.72rem;
    letter-spacing: 1.6px;
  }
}

.nt-side-panel {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(195, 34, 54, 0.18);
  background: linear-gradient(180deg, rgba(19, 22, 27, 0.96), rgba(11, 13, 17, 0.98));
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.nt-side-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, rgba(195, 34, 54, 0.95), rgba(183, 154, 97, 0.42));
}

.nt-side-panel-compact {
  gap: 14px;
}

.nt-panel-kicker,
.nt-side-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.nt-pillar .p-num {
  color: var(--gold);
  font-family: "Anton", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.nt-pillar .p-word {
  color: var(--text-light);
  line-height: 1.68;
}

.nt-mini-grid,
.nt-chip-row,
.nt-analysis-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nt-principles-grid {
  display: none;
}

.nt-principles-groups {
  display: none;
}

.nt-principles-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-principles-list li {
  position: relative;
  padding-left: 16px;
  color: var(--text-light);
  line-height: 1.55;
  font-size: 0.84rem;
}

.nt-principles-list li::before {
  content: "\2014";
  position: absolute;
  left: 0;
  color: var(--red);
  font-size: 0.72rem;
}

.nt-principles-list-flat {
  margin-bottom: 18px;
}

.phil-zone[data-label="ATK"] .nt-subsection-title,
.phil-zone[data-label="ATK"] .nt-subsection-title + ul {
  display: none;
}

.nt-subsection-title {
  margin-top: 4px;
}

.nt-zone-foot {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(177, 31, 48, 0.16);
}

.nt-map-placeholder {
  border-radius: 16px;
  min-height: 156px;
  padding: 14px;
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.austria-u18-theme .field-map-panel .nt-map-placeholder {
  display: none;
}

.austria-u18-theme .field-map-preview {
  width: 100%;
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(177, 31, 48, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(177, 31, 48, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(12, 15, 19, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  text-align: left;
}

.austria-u18-theme .field-map-preview:hover,
.austria-u18-theme .field-map-preview:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(177, 31, 48, 0.42);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.austria-u18-theme .field-map-preview:focus-visible {
  outline: 2px solid rgba(177, 31, 48, 0.5);
  outline-offset: 2px;
}

.field-map-preview-frame {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(177, 31, 48, 0.24);
  background: rgba(7, 9, 12, 0.92);
}

.field-map-preview-image {
  display: block;
  width: 100%;
  height: auto;
}

.field-map-preview-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.field-map-preview-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--text);
}

.field-map-preview-note {
  font-size: 0.72rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--red);
}

.nt-map-lane {
  border-radius: 14px;
  padding: 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--text);
}

.nt-map-lane-core {
  background: rgba(177, 31, 48, 0.12);
}

.nt-map-lane-pressure {
  background: rgba(183, 154, 97, 0.1);
}

.nt-map-lane-edge {
  background: rgba(143, 150, 159, 0.12);
}

.nt-pod-map {
  display: grid;
  gap: 10px;
}

.nt-setpiece-content {
  display: grid;
  gap: 14px;
}

.nt-setpiece-group {
  display: grid;
  gap: 12px;
}

.nt-setpiece-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nt-setpiece-stack {
  display: grid;
  gap: 10px;
}

.austria-u18-theme .tech-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 1px;
  color: var(--text);
  background: rgba(177, 31, 48, 0.14);
  border: 1px solid rgba(177, 31, 48, 0.24);
}

.nt-units-shell {
  display: grid;
  gap: 20px;
}

.nt-units-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nt-final23-static {
  display: none;
}

.nt-unit-card {
  padding: 20px;
}

.nt-unit-roster {
  padding-top: 12px;
}

.nt-roster-list {
  display: grid;
  gap: 10px;
}

.nt-roster-slot {
  display: grid;
  grid-template-columns: minmax(58px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(177, 31, 48, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.nt-roster-position {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
}

.nt-roster-identity {
  min-width: 0;
}

.nt-roster-name-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}

.nt-roster-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.12rem, 1rem + 0.28vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--text);
  line-height: 1;
}

.nt-captain-badge {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nt-roster-club {
  font-size: 0.8125rem;
  color: var(--muted);
  text-align: right;
  white-space: nowrap;
}

.nt-unit-lane {
  padding-top: 12px;
}

.nt-unit-lane + .nt-unit-lane {
  border-top: 1px solid rgba(177, 31, 48, 0.12);
  margin-top: 12px;
}

.nt-unit-lane-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.nt-analysis-shell .module-main,
.nt-analysis-shell .module-side {
  background: transparent;
}

.austria-u18-theme .module-card {
  min-height: 280px;
}

.austria-u18-theme .module-card-desc,
.austria-u18-theme .module-sidebar-item span,
.austria-u18-theme .saved-play-meta,
.austria-u18-theme .tech-text,
.austria-u18-theme .rc-desc,
.austria-u18-theme .lc-detail,
.austria-u18-theme .code-desc {
  line-height: 1.65;
}

.austria-u18-theme .term-chip,
.austria-u18-theme .field-area,
.austria-u18-theme .role-card,
.austria-u18-theme .lo-call,
.austria-u18-theme .def-block,
.austria-u18-theme .module-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
}

.module-card-red {
  border-color: rgba(177, 31, 48, 0.22);
}

.module-icon-red,
.module-overview-icon-red {
  color: var(--red);
  border-color: rgba(177, 31, 48, 0.34);
  background: rgba(177, 31, 48, 0.12);
}

.module-progress-fill-red {
  background: linear-gradient(90deg, rgba(177, 31, 48, 0.72), rgba(177, 31, 48, 1));
}

.austria-u18-theme .module-icon-gold,
.austria-u18-theme .module-overview-icon-gold {
  color: var(--gold);
  border-color: rgba(183, 154, 97, 0.34);
  background: rgba(183, 154, 97, 0.12);
}

.austria-u18-theme .module-progress-fill-gold {
  background: linear-gradient(90deg, rgba(183, 154, 97, 0.72), rgba(183, 154, 97, 1));
}

.austria-u18-theme .module-icon-silver,
.austria-u18-theme .module-overview-icon-silver {
  color: #d6d9de;
  border-color: rgba(214, 217, 222, 0.22);
  background: rgba(214, 217, 222, 0.08);
}

.austria-u18-theme .module-progress-fill-silver {
  background: linear-gradient(90deg, rgba(143, 150, 159, 0.72), rgba(214, 217, 222, 1));
}

.nt-overlay-prose {
  color: var(--text-light);
}

.austria-u18-theme .overlay-body,
.austria-u18-theme .overlay-topbar {
  background: linear-gradient(180deg, rgba(15, 18, 22, 0.98), rgba(9, 11, 14, 0.98));
  border-color: rgba(177, 31, 48, 0.16);
}

.austria-u18-theme .overlay {
  height: 100dvh;
  display: block;
  overflow: hidden;
}

.austria-u18-theme .overlay-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 52px;
}

.austria-u18-theme .overlay-body {
  position: absolute;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

body.austria-u18-theme.overlay-active {
  overflow: hidden;
}

.austria-u18-theme .overlay-close {
  color: var(--text);
}

.austria-identity-body,
.austria-youth-identity {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}

.austria-identity-body::before,
.austria-youth-identity::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/donau/images/Österreich Logo-Photoroom.png");
  background-repeat: no-repeat;
  background-position: right -40px bottom -40px;
  background-size: 85%;
  opacity: 0.22;
  filter: grayscale(1) brightness(2.2) contrast(1.8);
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 0;
}

.austria-identity-body::after,
.austria-youth-identity::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 76%, rgba(176, 22, 36, 0.12), transparent 32%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08), transparent 45%),
    linear-gradient(90deg, rgba(9, 11, 14, 0.16), rgba(9, 11, 14, 0));
  pointer-events: none;
  z-index: 1;
}

.austria-identity-body > *,
.austria-youth-identity > * {
  position: relative;
  z-index: 2;
}

.austria-identity-prose {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
}

.austria-identity-intro {
  max-width: 720px;
  font-size: 1rem;
  color: var(--text);
}

.austria-identity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 6px;
}

.austria-identity-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(176, 22, 36, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  padding: 18px 18px 16px;
  box-shadow: inset 0 3px 0 rgba(176, 22, 36, 0.95);
}

.austria-identity-num {
  font-family: "Anton", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 1.2px;
  color: var(--red);
  margin-bottom: 10px;
}

.austria-identity-card h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--text);
}

.austria-identity-card p {
  margin: 0;
  color: var(--text-light);
  line-height: 1.65;
  font-size: 0.9rem;
}

.austria-identity-card p + p {
  margin-top: 8px;
}

.austria-identity-pull {
  max-width: 760px;
  margin-top: 2px;
}

.austria-manifesto-overlay {
  padding: 0;
  max-width: none;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 13, 0.99), rgba(6, 8, 10, 0.99));
}

.austria-manifesto-overlay::before,
.austria-manifesto-overlay::after {
  display: none;
}

.manifesto-section {
  position: relative;
  padding: 128px clamp(24px, 5vw, 72px);
  border-bottom: 1px solid rgba(177, 31, 48, 0.08);
}

.manifesto-hero {
  min-height: 80vh;
  display: flex;
  align-items: stretch;
  padding: 0;
}

.manifesto-hero-inner {
  position: relative;
  width: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px clamp(24px, 5vw, 72px) 42px;
  background-size: cover;
  background-position: center;
}

.manifesto-intro-hero .manifesto-hero-inner {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.22) 55%),
    url("../../assets/donau/images/Huddle.jpg");
  background-position: center center;
}

.manifesto-identity-hero {
  min-height: 58vh;
}

.manifesto-identity-hero .manifesto-hero-inner {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.54) 44%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(90deg, rgba(4, 5, 7, 0.84) 0%, rgba(4, 5, 7, 0.56) 48%, rgba(4, 5, 7, 0.72) 100%),
    url("../../assets/donau/images/lineout-photo.jpg");
  background-position: right top;
}

.manifesto-hero-anchor {
  max-width: min(1100px, 88vw);
  margin-top: auto;
}

.manifesto-eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
}

.manifesto-display {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(4.5rem, 10vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text);
  text-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}

.manifesto-subhead,
.manifesto-pillars-line,
.manifesto-subsection-copy,
.manifesto-body,
.manifesto-standard-copy p,
.manifesto-pillar-copy p {
  margin: 0;
}

.manifesto-subhead {
  max-width: 900px;
  margin-top: 18px;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  line-height: 1.5;
  color: rgba(242, 240, 237, 0.9);
}

.manifesto-subhead-wide {
  max-width: 760px;
}

.manifesto-scroll-indicator {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(242, 240, 237, 0.72);
}

.manifesto-scroll-arrow {
  font-size: 1rem;
  color: var(--red);
}

.manifesto-quote-anchor {
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.98), rgba(8, 10, 13, 0.98));
}

.manifesto-pull-quote {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 0 18px 32px;
  border-left: 8px solid var(--red);
}

.manifesto-pull-quote p {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: 0.03em;
  color: var(--text);
  text-transform: uppercase;
}

.manifesto-pull-meta {
  margin-top: 20px;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.manifesto-pull-quote-compact p {
  font-size: clamp(2rem, 3.8vw, 2.8rem);
}

.manifesto-frame,
.manifesto-discipline,
.manifesto-standard,
.manifesto-pillar,
.manifesto-next {
  background: linear-gradient(180deg, rgba(10, 12, 15, 0.98), rgba(7, 9, 12, 0.98));
}

.manifesto-two-col {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 6vw, 88px);
}

.manifesto-column {
  display: grid;
  gap: 18px;
  align-content: start;
}

.manifesto-section-title {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text);
}

.manifesto-body {
  font-size: clamp(1.15rem, 1.7vw, 1.38rem);
  line-height: 1.8;
  color: rgba(242, 240, 237, 0.84);
}

.manifesto-list {
  max-width: 980px;
  margin: 28px auto 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.manifesto-list li {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.45;
  color: var(--text);
}

.manifesto-standard-copy {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  text-align: center;
}

.manifesto-standard-copy p {
  font-size: clamp(1.8rem, 3.2vw, 2.35rem);
  line-height: 1.45;
  color: rgba(242, 240, 237, 0.9);
}

.manifesto-pillars-line {
  margin-top: 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
}

.manifesto-pillar-grid {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
}

.manifesto-pillar-head {
  position: relative;
  display: grid;
  gap: 8px;
}

.manifesto-pillar-bg {
  position: absolute;
  left: 0;
  top: -40px;
  font-family: "Anton", sans-serif;
  font-size: clamp(6rem, 11vw, 8rem);
  line-height: 1;
  color: rgba(195, 34, 54, 0.1);
  pointer-events: none;
}

.manifesto-pillar-num {
  position: relative;
  z-index: 1;
  font-family: "Anton", sans-serif;
  font-size: clamp(3.4rem, 7vw, 5.4rem);
  line-height: 1;
  color: var(--red);
}

.manifesto-pillar-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.7rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

.manifesto-pillar-copy {
  display: grid;
  gap: 18px;
}

.manifesto-pillar-copy p {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  line-height: 1.7;
  color: rgba(242, 240, 237, 0.88);
}

.manifesto-next {
  padding-top: 72px;
  padding-bottom: 84px;
}

.manifesto-next-link {
  background: transparent;
  border: none;
  padding: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  cursor: pointer;
}

.manifesto-next-link:hover,
.manifesto-next-link:focus-visible {
  color: var(--text);
}

@media (max-width: 980px) {
  .manifesto-two-col,
  .manifesto-pillar-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-pillar-head {
    padding-top: 28px;
  }
}

@media (max-width: 768px) {
  .nt-principles-page {
    padding: 12px 20px 120px;
  }

  .nt-principles-hero-strip {
    padding: 12px 0 56px;
  }

  .nt-principles-hero-copy {
    font-size: 1.34rem;
    line-height: 1.58;
  }

  .nt-principles-divider {
    margin: 56px 0;
  }

  .nt-principles-pillar-grid,
  .nt-principles-pillar-right-kpi {
    grid-template-columns: 1fr;
  }

  .nt-principles-pillar-left {
    gap: 12px;
  }

  .nt-principles-pillar-num {
    font-size: clamp(4.8rem, 22vw, 6rem);
  }

  .nt-principles-pillar-name {
    font-size: clamp(1.8rem, 8vw, 2.3rem);
  }

  .nt-principles-statement {
    font-size: 1.08rem;
    line-height: 1.7;
  }

  .nt-principles-kpi-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nt-principles-footer {
    padding-top: 64px;
  }

  .nt-principles-chip-row .nt-chip {
    padding: 9px 14px;
    font-size: 0.68rem;
  }

  .austria-manifesto-overlay {
    padding: 0;
  }

  .manifesto-section {
    padding: 88px 20px;
  }

  .manifesto-hero {
    min-height: 72vh;
  }

  .manifesto-identity-hero {
    min-height: 54vh;
  }

  .manifesto-hero-inner {
    padding: 24px 20px 32px;
  }

  .manifesto-display {
    font-size: clamp(3.2rem, 14vw, 5rem);
  }

  .manifesto-subhead {
    font-size: 1.08rem;
  }

  .manifesto-pull-quote {
    padding-left: 20px;
  }

  .manifesto-pull-quote p {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .manifesto-standard-copy p,
  .manifesto-body,
  .manifesto-pillar-copy p {
    font-size: 1.12rem;
  }

  .manifesto-list li {
    font-size: 1.15rem;
  }
}

.austria-u18-theme .module-list li::before {
  color: var(--red);
}

.austria-u18-theme .workspace-map-item.active,
.austria-u18-theme .workspace-track.active,
.austria-u18-theme .field-area.open,
.austria-u18-theme .module-accordion.active,
.austria-u18-theme .play-list-item.active,
.austria-u18-theme .lo-call.active,
.austria-u18-theme .module-status-row:hover,
.austria-u18-theme .module-sidebar-item:hover,
.austria-u18-theme .module-card:hover {
  border-color: rgba(177, 31, 48, 0.34);
}

/* Play diagrams for set piece calls */
.austria-u18-theme .play-detail-with-diagram .play-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.austria-u18-theme .play-diagram-card {
  border: 1px solid rgba(177, 31, 48, 0.3);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  transition: all 0.3s ease;
}

.austria-u18-theme .play-list-item.active .play-diagram-card {
  border-color: rgba(177, 31, 48, 0.5);
  box-shadow: 0 0 20px rgba(177, 31, 48, 0.1);
  background: rgba(0, 0, 0, 0.5);
}

.austria-u18-theme .play-diagram-image {
  max-width: 100%;
  max-height: 320px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* Mobile: stack vertically */
@media (max-width: 768px) {
  .austria-u18-theme .play-detail-with-diagram .play-detail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .austria-u18-theme .play-diagram-card {
    min-height: 200px;
    padding: 16px;
  }
  
  .austria-u18-theme .play-diagram-image {
    max-height: 240px;
  }
}

/* ── Defensive System (s4) — unified with Attack design system ── */

/* Reduce s4 page-wide red wash */
.austria-u18-theme #s4::before {
  background: linear-gradient(140deg, rgba(195, 34, 54, 0.05), transparent 22%, transparent 78%, rgba(143, 150, 159, 0.03));
}

/* Layout: flex row matching Attack System */
.austria-u18-theme #s4 .sl-body {
  display: flex;
  gap: 0;
  background: transparent;
}

/* Left column — 42% of sl-body width */
.austria-u18-theme .def-left {
  width: 42%;
  flex: 0 0 42%;
  min-width: 0;
  overflow-y: auto;
  padding: 18px 20px;
  border-right: 1px solid rgba(177, 31, 48, 0.11);
}

/* Right column — 58%, flex fill */
.austria-u18-theme .def-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Section label above tabs in def-right — minimal, contextual */
.austria-u18-theme .def-right > .nt-side-label {
  flex-shrink: 0;
  padding: 12px 20px 6px;
  margin: 0;
  font-size: 0.6rem;
  letter-spacing: 3px;
  color: rgba(184, 181, 176, 0.36);
  border-top: none;
}

/* Tab bar — mirrors zone-btns */
.austria-u18-theme .def-right .zone-btns {
  padding: 0 20px 12px;
  border-bottom: 1px solid rgba(177, 31, 48, 0.11);
  flex-shrink: 0;
  background: transparent;
}

/* Tab buttons — identical rhythm to zone-btn, red accent */
.austria-u18-theme #s4 .zone-tab {
  padding: 7px 16px;
  border: 1px solid rgba(177, 31, 48, 0.2);
  background: transparent;
  color: var(--muted);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.18s;
}

.austria-u18-theme #s4 .zone-tab:hover {
  border-color: rgba(177, 31, 48, 0.38);
  background: rgba(177, 31, 48, 0.05);
  color: var(--text);
}

.austria-u18-theme #s4 .zone-tab.active {
  background: rgba(177, 31, 48, 0.14);
  border-color: rgba(177, 31, 48, 0.48);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Scrum defence content area — mirrors attack-content */
.austria-u18-theme #s4 #defContent {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

/* Scrum defence zone blocks — constrained width, don't fill full right column */
.austria-u18-theme .def-block {
  border: 1px solid rgba(177, 31, 48, 0.15);
  border-radius: 10px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 10px;
  max-width: 560px;
}

.austria-u18-theme .def-block:has(h4.g) {
  border-color: rgba(68, 196, 106, 0.14);
  border-left: 3px solid rgba(68, 196, 106, 0.44);
}

.austria-u18-theme .def-block:has(h4.o) {
  border-color: rgba(222, 143, 46, 0.14);
  border-left: 3px solid rgba(222, 143, 46, 0.44);
}

.austria-u18-theme .def-block:has(h4.r) {
  border-left: 3px solid rgba(177, 31, 48, 0.58);
}

.austria-u18-theme .def-block h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.2;
}

.austria-u18-theme .def-block h4.g { color: rgba(68, 196, 106, 0.88); }
.austria-u18-theme .def-block h4.o { color: rgba(222, 143, 46, 0.9); }
.austria-u18-theme .def-block h4.r { color: var(--red); }

.austria-u18-theme .def-block ul { gap: 6px; }

.austria-u18-theme .def-block ul li {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.58;
}

.austria-u18-theme .def-block ul li::before {
  content: "›";
  color: rgba(150, 155, 162, 0.42);
  font-size: 0.9rem;
}

/* Mindset block — compact top card, height matched to right header rhythm */
.austria-u18-theme .attitude-block {
  background: rgba(10, 12, 16, 0.65);
  border: 1px solid rgba(177, 31, 48, 0.18);
  border-left: 3px solid rgba(177, 31, 48, 0.62);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 12px;
}

.austria-u18-theme .attitude-block h4 {
  color: var(--red);
  font-size: 0.64rem;
  letter-spacing: 2.8px;
  margin-bottom: 10px;
}

.austria-u18-theme .attitude-block ul li {
  font-size: 0.82rem;
  line-height: 1.6;
}

.austria-u18-theme .attitude-block ul li::before {
  content: "›";
  color: rgba(177, 31, 48, 0.52);
  font-size: 0.9rem;
  top: 0;
}

/* Section dividers in def-left */
.austria-u18-theme .def-left > .nt-side-label {
  padding-top: 12px;
  margin-top: 2px;
  border-top: 1px solid rgba(177, 31, 48, 0.1);
  margin-bottom: 8px;
}

/* Line roles — 2-column grid now that left column is wider */
.austria-u18-theme .role-grid {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.austria-u18-theme .role-card {
  background: rgba(10, 12, 16, 0.65);
  border: 1px solid rgba(177, 31, 48, 0.14);
  border-radius: 10px;
  padding: 11px 14px;
}

.austria-u18-theme .role-card .rc-role {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 4px;
}

.austria-u18-theme .role-card .rc-desc {
  font-size: 0.74rem;
  color: var(--muted);
  line-height: 1.48;
}

/* Defensive calls — compact 2-col grid, tighter chips */
.austria-u18-theme .def-left .terminology-grid {
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.austria-u18-theme .def-left .term-chip {
  padding: 7px 10px;
  border-radius: 8px;
}

.austria-u18-theme .def-left .term-key {
  font-size: 0.74rem;
  letter-spacing: 1.6px;
}

.austria-u18-theme .def-left .term-val {
  font-size: 0.7rem;
  line-height: 1.42;
  margin-top: 2px;
}

/* Attack System (s3) — typography and hierarchy pass only */
.austria-u18-theme #s3 .nt-section-intro {
  max-width: 980px;
  margin: 0 0 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.4rem, 2.25vw, 1.56rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.austria-u18-theme #s3 .zone-btns {
  gap: 18px;
  padding: 14px 20px 18px;
}

.austria-u18-theme #s3 .zone-btn {
  padding: 10px 28px;
  border-radius: 999px;
  border-color: rgba(177, 31, 48, 0.22);
  color: rgba(242, 240, 237, 0.82);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
}

.austria-u18-theme #s3 .zone-btn:not(.active) {
  background: rgba(255, 255, 255, 0.02);
}

.austria-u18-theme #s3 .zone-btn.active {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.austria-u18-theme #s3 .attack-content {
  padding-top: 8px;
}

.austria-u18-theme #s3 .play-list-item {
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.austria-u18-theme #s3 .play-list-item:first-child {
  padding-top: 20px;
}

.austria-u18-theme #s3 .play-list-item:last-child {
  padding-bottom: 8px;
}

.austria-u18-theme #s3 .play-list-item:hover,
.austria-u18-theme #s3 .play-list-item.active {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.austria-u18-theme #s3 .play-name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 3vw, 2rem);
  letter-spacing: 0.04em;
  color: #ffffff;
}

.austria-u18-theme #s3 .play-type {
  margin-top: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
}

.austria-u18-theme #s3 .play-detail {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 0;
}

.austria-u18-theme #s3 .field-areas-label-btn,
.austria-u18-theme #s3 .nt-side-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(184, 181, 176, 0.56);
}

.austria-u18-theme #s3 .field-areas-label-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 6px 0 14px;
  border: 0;
  background: transparent;
}

.austria-u18-theme #s3 .field-areas-map-arrow {
  font-size: 0.7rem;
  color: rgba(184, 181, 176, 0.56);
}

.austria-u18-theme #s3 .nt-side-label {
  margin-top: 28px;
  margin-bottom: 12px;
}

.austria-u18-theme #s3 .field-area {
  margin-bottom: 10px;
}

.austria-u18-theme #s3 .fa-header {
  padding: 13px 14px;
}

.austria-u18-theme #s3 .fa-name {
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.austria-u18-theme #s3 .fa-short {
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.austria-u18-theme #s3 .fa-body ul li {
  font-size: 0.93rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.austria-u18-theme #s3 .term-chip {
  padding: 14px 16px;
}

.austria-u18-theme #s3 .term-key {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.austria-u18-theme #s3 .term-val {
  margin-top: 6px;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.austria-u18-theme #s3 .term-chip:first-child .term-key {
  color: #ffffff;
}

.austria-u18-theme #s3 .term-chip:last-child .term-key {
  color: var(--red);
}

.austria-u18-theme #s3 .field-map-preview-title {
  letter-spacing: 0.12em;
}

.austria-u18-theme #s3 .module-accordion {
  padding: 16px 16px 14px;
  border-radius: 12px;
}

.austria-u18-theme #s3 .module-accordion h3 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.austria-u18-theme #s3 .module-accordion-sub {
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  color: rgba(184, 181, 176, 0.7);
}

.austria-u18-theme #s3 .module-accordion-body {
  color: rgba(255, 255, 255, 0.9);
}

.austria-u18-theme #s3 .module-list li {
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

/* Defensive System (s4) — typography, hierarchy, and mobile polish */
.austria-u18-theme #s4 .nt-section-intro {
  max-width: 980px;
  margin: 0 0 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.4rem, 2.25vw, 1.56rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.austria-u18-theme #s4 .def-left {
  padding: 18px 20px 24px;
}

.austria-u18-theme #s4 .def-right {
  padding-bottom: 24px;
}

.austria-u18-theme #s4 .def-left > .nt-side-label,
.austria-u18-theme #s4 .def-right > .nt-side-label,
.austria-u18-theme #s4 .attitude-block h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(184, 181, 176, 0.56);
}

.austria-u18-theme #s4 .attitude-block {
  background: linear-gradient(180deg, rgba(15, 18, 22, 0.95), rgba(10, 12, 16, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px 26px;
  margin-bottom: 0;
  box-shadow: none;
}

.austria-u18-theme #s4 .attitude-block h4 {
  margin: 0 0 14px;
}

.austria-u18-theme #s4 .attitude-block ul {
  gap: 10px;
  margin: 0;
}

.austria-u18-theme #s4 .attitude-block ul li {
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.92);
}

.austria-u18-theme #s4 .attitude-block ul li::before {
  color: rgba(255, 255, 255, 0.34);
}

.austria-u18-theme #s4 .def-left > .nt-side-label {
  padding-top: 0;
  margin-top: 32px;
  margin-bottom: 14px;
  border-top: 0;
}

.austria-u18-theme #s4 .def-right > .nt-side-label {
  padding: 0 20px 14px;
  margin-top: 0;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: rgba(184, 181, 176, 0.56);
}

.austria-u18-theme #s4 .role-grid {
  gap: 16px;
  margin-bottom: 0;
}

.austria-u18-theme #s4 .role-card,
.austria-u18-theme #s4 .def-left .term-chip {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(15, 18, 22, 0.95), rgba(10, 12, 16, 0.96));
  padding: 22px 24px;
}

.austria-u18-theme #s4 .role-card .rc-role,
.austria-u18-theme #s4 .def-left .term-key {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}

.austria-u18-theme #s4 .role-card .rc-desc,
.austria-u18-theme #s4 .def-left .term-val {
  font-size: 0.94rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.austria-u18-theme #s4 .def-left .terminology-grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.austria-u18-theme #s4 .def-right .zone-btns {
  gap: 18px;
  padding: 0 20px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.austria-u18-theme #s4 .zone-tab {
  min-height: 44px;
  padding: 10px 28px;
  border-radius: 999px;
  border-color: rgba(177, 31, 48, 0.22);
  color: rgba(242, 240, 237, 0.82);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
}

.austria-u18-theme #s4 .zone-tab:not(.active) {
  background: rgba(255, 255, 255, 0.02);
}

.austria-u18-theme #s4 #defContent {
  padding: 8px 20px 0;
}

.austria-u18-theme #s4 .def-block {
  border-radius: 14px;
  padding: 22px 24px;
  background: linear-gradient(180deg, rgba(15, 18, 22, 0.95), rgba(10, 12, 16, 0.96));
  margin-bottom: 16px;
}

.austria-u18-theme #s4 .def-block h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.2;
}

.austria-u18-theme #s4 .def-block ul {
  gap: 10px;
  margin: 0;
}

.austria-u18-theme #s4 .def-block ul li {
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.austria-u18-theme #s4 .def-block ul li::before {
  color: rgba(255, 255, 255, 0.34);
}

@media (max-width: 960px) {
  .austria-u18-theme #s3 .zone-btns {
    gap: 12px;
    flex-wrap: wrap;
  }

  .austria-u18-theme #s3 .zone-btn {
    padding: 9px 22px;
    font-size: 0.86rem;
  }

  .austria-u18-theme #s3 .play-list-item {
    padding: 24px 0;
  }

  .austria-u18-theme #s4 .def-right .zone-btns {
    gap: 12px;
    flex-wrap: wrap;
  }

  .austria-u18-theme #s4 .zone-tab {
    padding: 9px 22px;
    font-size: 0.86rem;
  }
}

@media (max-width: 640px) {
  .austria-u18-theme #s3 .nt-section-intro {
    font-size: 1.38rem;
    line-height: 1.58;
  }

  .austria-u18-theme #s3 .zone-btns {
    gap: 10px;
    padding: 12px 16px 16px;
  }

  .austria-u18-theme #s3 .zone-btn {
    padding: 8px 18px;
    font-size: 0.8rem;
  }

  .austria-u18-theme #s3 .play-name {
    font-size: 1.52rem;
  }

  .austria-u18-theme #s3 .module-accordion h3,
  .austria-u18-theme #s3 .term-key {
    font-size: 0.92rem;
  }

  .austria-u18-theme #s3 .term-val,
  .austria-u18-theme #s3 .module-list li,
  .austria-u18-theme #s3 .fa-body ul li {
    font-size: 0.9rem;
  }

  .austria-u18-theme #s4 .nt-section-intro {
    font-size: 1.24rem;
    line-height: 1.58;
  }

  .austria-u18-theme #s4 .def-left > .nt-side-label,
  .austria-u18-theme #s4 .def-right > .nt-side-label,
  .austria-u18-theme #s4 .attitude-block h4 {
    font-size: 0.74rem;
  }

  .austria-u18-theme #s4 .role-grid,
  .austria-u18-theme #s4 .def-left .terminology-grid {
    grid-template-columns: 1fr;
  }

  .austria-u18-theme #s4 .zone-tab {
    padding: 8px 18px;
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .austria-u18-theme #s4 .sl-body {
    flex-direction: column;
    gap: 24px;
  }

  .austria-u18-theme #s4 .def-left,
  .austria-u18-theme #s4 .def-right {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
  }

  .austria-u18-theme #s4 .def-left {
    padding: 16px 18px 0;
    border-right: 0;
  }

  .austria-u18-theme #s4 .def-right {
    padding: 0 18px 20px;
    overflow: visible;
  }

  .austria-u18-theme #s4 .attitude-block {
    padding: 20px;
  }

  .austria-u18-theme #s4 .role-grid,
  .austria-u18-theme #s4 .def-left .terminology-grid {
    gap: 16px;
  }

  .austria-u18-theme #s4 .role-card,
  .austria-u18-theme #s4 .def-left .term-chip,
  .austria-u18-theme #s4 .def-block {
    padding: 20px;
  }

  .austria-u18-theme #s4 .def-left > .nt-side-label {
    margin-top: 24px;
  }

  .austria-u18-theme #s4 .def-right > .nt-side-label {
    padding: 0 0 12px;
  }

  .austria-u18-theme #s4 .def-right .zone-btns {
    padding: 0 0 16px;
  }

  .austria-u18-theme #s4 #defContent {
    padding: 8px 0 0;
  }
}

@media (max-width: 428px) {
  .nt-roster-slot {
    grid-template-columns: minmax(52px, auto) minmax(0, 1fr);
    align-items: start;
    gap: 8px 12px;
    padding: 11px 12px;
  }

  .nt-roster-identity,
  .nt-roster-club {
    grid-column: 2;
  }

  .nt-roster-identity {
    margin-bottom: 2px;
  }

  .nt-roster-name-row {
    flex-wrap: wrap;
  }

  .nt-roster-position {
    font-size: 0.8rem;
    letter-spacing: 1.4px;
  }

  .nt-roster-name {
    font-size: 1.1rem;
  }

  .nt-roster-club {
    font-size: 0.78rem;
    text-align: left;
    white-space: normal;
  }
  .austria-u18-theme #s4 .role-card .rc-role,
  .austria-u18-theme #s4 .def-left .term-key,
  .austria-u18-theme #s4 .def-block h4 {
    font-size: 1.08rem;
  }

  .austria-u18-theme #s4 .attitude-block ul li,
  .austria-u18-theme #s4 .role-card .rc-desc,
  .austria-u18-theme #s4 .def-left .term-val,
  .austria-u18-theme #s4 .def-block ul li {
    font-size: 1rem;
  }

  .austria-u18-theme #s4 .zone-tab {
    min-height: 44px;
  }
}

@media (max-width: 1100px) {
  .nt-cover-shell,
  .nt-units-grid,
  .austria-identity-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 800px) {
  .austria-identity-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .nt-cover-shell {
    padding: 14px;
  }

  .nt-cover-main,
  .nt-side-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .nt-cover-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Set Piece — Overview tab ── */

.sp-tab-overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sp-tab-overview-copy {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.7;
  max-width: 620px;
}

.sp-tab-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sp-tab-overview-block {
  border-radius: 14px;
  border: 1px solid rgba(177, 31, 48, 0.16);
  background: rgba(255, 255, 255, 0.025);
  padding: 16px;
}

.sp-tab-overview-kicker {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}

.sp-tab-overview-block p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.65;
}

/* ── Set Piece — Lineout System Cards ── */

.lo-systems-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 4px 0;
}

.lo-system-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(177, 31, 48, 0.2);
  background: linear-gradient(180deg, rgba(21, 25, 31, 0.96), rgba(11, 13, 17, 0.98));
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}

.lo-system-primary {
  border-color: rgba(177, 31, 48, 0.34);
}

.lo-system-primary::before,
.lo-system-secondary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  border-radius: 18px 18px 0 0;
}

.lo-system-primary::before {
  height: 3px;
  background: linear-gradient(90deg, #b11f30, #b79a61);
}

.lo-system-secondary::before {
  height: 2px;
  background: rgba(177, 31, 48, 0.4);
}

.lo-system-card:hover {
  border-color: rgba(177, 31, 48, 0.48);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.lo-system-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lo-system-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lo-system-badge {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
}

.lo-system-badge-primary {
  background: rgba(177, 31, 48, 0.16);
  border: 1px solid rgba(177, 31, 48, 0.36);
  color: var(--red);
}

.lo-system-badge-active {
  background: rgba(183, 154, 97, 0.14);
  border: 1px solid rgba(183, 154, 97, 0.34);
  color: var(--gold);
}

.lo-system-badge-secondary {
  background: rgba(143, 150, 159, 0.1);
  border: 1px solid rgba(143, 150, 159, 0.22);
  color: var(--muted);
}

.lo-system-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1;
}

.lo-system-primary .lo-system-name {
  text-shadow: 0 0 24px rgba(177, 31, 48, 0.3);
}

.lo-system-subtitle {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.lo-system-desc {
  flex: 1;
}

.lo-system-desc p {
  margin: 0;
  font-size: 0.84rem;
  color: var(--text-light);
  line-height: 1.68;
}

.lo-system-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lo-system-meta-chip {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--accent);
}

.lo-system-btn {
  width: 100%;
  padding: 11px 18px;
  border-radius: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 180ms ease;
}

.lo-system-btn-primary {
  background: linear-gradient(90deg, #7e1421, #b11f30);
  border: 1px solid rgba(177, 31, 48, 0.5);
  color: #fff;
}

.lo-system-btn-primary:hover {
  background: linear-gradient(90deg, #9b1829, #c42234);
  box-shadow: 0 8px 20px rgba(177, 31, 48, 0.28);
}

.lo-system-btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(177, 31, 48, 0.24);
  color: var(--text);
}

.lo-system-btn-secondary:hover {
  background: rgba(177, 31, 48, 0.08);
  border-color: rgba(177, 31, 48, 0.4);
}

/* ── Set Piece — Maul overview ── */

.sp-maul-overview {
  border-radius: 16px;
  border: 1px solid rgba(177, 31, 48, 0.18);
  background: rgba(255, 255, 255, 0.025);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 560px;
}

.sp-maul-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text);
}

.sp-maul-copy {
  margin: 0;
  font-size: 0.86rem;
  color: var(--text-light);
  line-height: 1.7;
}

.sp-maul-link {
  background: rgba(177, 31, 48, 0.08);
  border: 1px solid rgba(177, 31, 48, 0.28);
  border-radius: 8px;
  padding: 9px 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--text);
  cursor: pointer;
  transition: all 180ms ease;
}

.sp-maul-link:hover {
  background: rgba(177, 31, 48, 0.14);
  border-color: rgba(177, 31, 48, 0.44);
}

/* ── Lineout System Full-screen Overlay ── */

.lineout-system-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(4, 5, 6, 0.96);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.lineout-system-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.lso-topbar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: linear-gradient(180deg, rgba(10, 12, 16, 0.98), rgba(8, 10, 14, 0.96));
  border-bottom: 1px solid rgba(177, 31, 48, 0.18);
}

.lso-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text);
}

.lso-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(177, 31, 48, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 180ms ease;
}

.lso-close:hover {
  background: rgba(177, 31, 48, 0.12);
  border-color: rgba(177, 31, 48, 0.4);
}

.lso-frame {
  flex: 1;
  border: none;
  background: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .austria-u18-theme .mobile-app-header {
    background:
      linear-gradient(90deg, rgba(195, 34, 54, 0.1), transparent 18%),
      linear-gradient(180deg, rgba(16, 19, 24, 0.985), rgba(10, 12, 16, 0.985));
    border-bottom-color: rgba(177, 31, 48, 0.18);
  }

  .austria-u18-theme .mobile-app-portal-btn,
  .austria-u18-theme .mobile-app-menu-btn,
  .austria-u18-theme .mobile-drawer-close {
    border-color: rgba(177, 31, 48, 0.18);
    background: rgba(255, 255, 255, 0.03);
  }

  .austria-u18-theme .mobile-app-environment,
  .austria-u18-theme .mobile-drawer-kicker,
  .austria-u18-theme .mobile-drawer-item-short,
  .austria-u18-theme .mobile-bottom-nav-btn {
    color: var(--muted);
  }

  .austria-u18-theme .mobile-app-section,
  .austria-u18-theme .mobile-drawer-title,
  .austria-u18-theme .mobile-drawer-item-title,
  .austria-u18-theme .mobile-app-portal-btn,
  .austria-u18-theme .mobile-app-menu-btn,
  .austria-u18-theme .mobile-drawer-close {
    color: var(--text);
  }

  .austria-u18-theme .mobile-module-drawer-sheet {
    background:
      radial-gradient(circle at 18% 10%, rgba(195, 34, 54, 0.14), transparent 24%),
      linear-gradient(180deg, rgba(15, 18, 22, 0.995), rgba(9, 11, 14, 0.995));
  }

  .austria-u18-theme .mobile-drawer-item {
    border-color: rgba(177, 31, 48, 0.14);
    background: rgba(255, 255, 255, 0.03);
  }

  .austria-u18-theme .mobile-drawer-item-num {
    color: var(--red);
  }

  .austria-u18-theme .mobile-drawer-item.active {
    border-color: rgba(177, 31, 48, 0.48);
    background: rgba(177, 31, 48, 0.12);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  }

  .austria-u18-theme .mobile-bottom-nav {
    border-color: rgba(177, 31, 48, 0.18);
    background: rgba(8, 10, 14, 0.95);
  }

  .austria-u18-theme .mobile-bottom-nav-btn.active {
    background: rgba(177, 31, 48, 0.14);
    color: var(--text);
  }
}

/* ── Diagram Lightbox ── */

.diagram-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.diagram-lightbox.open {
  opacity: 1;
  pointer-events: all;
}

.diagram-lightbox-inner {
  position: relative;
  max-width: 82vw;
  max-height: 82vh;
  padding: 24px;
  background: rgba(15, 18, 23, 0.88);
  border: 1px solid rgba(177, 31, 48, 0.24);
  border-radius: 12px;
  box-shadow:
    0 20px 64px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: scale(0.96);
  transition: transform 0.28s cubic-bezier(0.22, 0.8, 0.36, 1);
}

.diagram-lightbox.open .diagram-lightbox-inner {
  transform: scale(1);
}

.diagram-lightbox-inner img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid rgba(177, 31, 48, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
}

.diagram-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(177, 31, 48, 0.88);
  border: 1px solid rgba(177, 31, 48, 0.5);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.diagram-lightbox-close:hover {
  background: rgba(177, 31, 48, 1);
  box-shadow: 0 4px 12px rgba(177, 31, 48, 0.4);
}

@media (max-width: 768px) {
  .diagram-lightbox-inner {
    max-width: 94vw;
    max-height: 84vh;
    padding: 14px;
  }

  .diagram-lightbox-inner img {
    max-height: 72vh;
  }
}
