/* Triton Founder Beta Leaderboard V1 — operational faceplate */
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600;700&family=Rajdhani:wght@400;500;600;700&display=swap");

:root {
  --void: #050505;
  --shadow-gray: #141a22;
  --chassis: #0a1018;
  --panel: rgba(6, 12, 22, 0.82);
  --panel-deep: rgba(4, 8, 14, 0.92);
  --inset-top: rgba(125, 181, 255, 0.07);
  --inset-bot: rgba(0, 0, 0, 0.55);
  --line: rgba(192, 192, 192, 0.22);
  --line-bright: rgba(125, 181, 255, 0.35);
  --silver: #c0c0c0;
  --text: #d8e2ee;
  --sapphire: #0e1e4d;
  --sapphire-mid: #1b3a6e;
  --purple: #6d28d1;
  --blue: #7db5ff;
  --cyan: #5ce8e0;
  --muted: #8190a6;
  --green: #7cff9b;
  --pending: #9eb8d8;
  --red: #d84545;
  --bevel-hi: rgba(140, 180, 220, 0.18);
  --bevel-lo: rgba(0, 0, 0, 0.65);
  --radius: 6px;
  --font-display: "Orbitron", system-ui, sans-serif;
  --font-body: "Rajdhani", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--silver);
  background: #020304;
  overflow-x: hidden;
}

/* Atmospheric layers */
.atmo-base {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 45%, transparent 0%, rgba(0, 0, 0, 0.65) 100%),
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(14, 30, 77, 0.38), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 80%, rgba(109, 40, 209, 0.14), transparent 50%),
    #020304;
  pointer-events: none;
}

.atmo-grid {
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0.04;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.atmo-scan {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 3px,
    rgba(192, 192, 192, 0.018) 3px,
    rgba(192, 192, 192, 0.018) 4px
  );
}

/* Main shell — lifted from page background */
.pulse-root {
  position: relative;
  z-index: 5;
  max-width: 1320px;
  margin: clamp(16px, 4vw, 32px) auto;
  padding: clamp(12px, 3vw, 28px);
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.75));
}

/* 3D chassis — outer frame */
.faceplate-outer {
  position: relative;
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(160deg, #2a4054 0%, #141c28 22%, #080c12 68%, #020406 100%);
  border: 1px solid rgba(60, 90, 120, 0.35);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.9),
    0 40px 72px rgba(0, 0, 0, 0.88),
    0 12px 28px rgba(14, 30, 77, 0.3),
    0 2px 0 rgba(140, 180, 220, 0.28) inset,
    0 -4px 0 rgba(0, 0, 0, 0.9) inset;
  transform: perspective(1400px) rotateX(1.8deg);
}

.chassis-rim {
  position: absolute;
  inset: 3px;
  border-radius: 9px;
  pointer-events: none;
  z-index: 0;
  border: 1px solid rgba(60, 95, 130, 0.25);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.8),
    inset 0 1px 0 rgba(125, 181, 255, 0.15);
}

.faceplate-outer::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
  box-shadow:
    inset 0 0 0 1px rgba(125, 181, 255, 0.12),
    inset 0 12px 32px rgba(109, 40, 209, 0.08);
}

.faceplate-inner {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: clamp(14px, 2.5vw, 22px);
  background: linear-gradient(180deg, #0e1624 0%, #080d14 48%, #030508 100%);
  border: 1px solid rgba(50, 80, 110, 0.5);
  box-shadow:
    inset 0 4px 8px rgba(125, 181, 255, 0.09),
    inset 0 -20px 40px rgba(0, 0, 0, 0.72),
    inset 6px 0 16px rgba(0, 0, 0, 0.28),
    inset -6px 0 16px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.glass-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    rgba(125, 181, 255, 0.05) 0%,
    transparent 35%,
    rgba(109, 40, 209, 0.06) 65%,
    transparent 100%
  );
  z-index: 0;
}

.glass-sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(192, 192, 192, 0.03) 0%,
    transparent 22%,
    transparent 78%,
    rgba(14, 30, 77, 0.08) 100%
  );
}

.faceplate-inner > *:not(.glass-veil) {
  position: relative;
  z-index: 1;
}

/* Header */
.brand-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(12px, 2vw, 20px);
  align-items: center;
  margin-bottom: clamp(14px, 2vw, 20px);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.seal-dock {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--panel-deep);
  border: 1px solid var(--line-bright);
  border-radius: var(--radius);
  box-shadow:
    inset 0 3px 8px var(--inset-top),
    inset 0 -6px 14px var(--inset-bot),
    0 0 16px rgba(109, 40, 209, 0.2);
}

.seal-dock img {
  max-width: 58px;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(109, 40, 209, 0.45));
}

.brand-kicker {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  color: var(--blue);
  text-transform: uppercase;
}

.brand-title {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2.8vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--silver);
  text-shadow: 0 0 20px rgba(192, 192, 192, 0.15);
  text-transform: uppercase;
  line-height: 1.2;
}

.brand-sub {
  margin-top: 6px;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
}

.ops-block {
  text-align: right;
  padding: 10px 14px;
  background: var(--panel-deep);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: inset 0 -4px 12px var(--inset-bot);
}

.ops-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--muted);
  text-transform: uppercase;
}

.ops-time {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--text);
  letter-spacing: 0.08em;
}

.ops-live {
  margin-top: 4px;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--green);
  text-transform: uppercase;
  font-weight: 700;
}

/* Title rail */
.title-rail {
  text-align: center;
  margin-bottom: clamp(16px, 2.5vw, 22px);
  padding: 12px 16px;
  background: var(--panel-deep);
  border: 1px solid var(--line-bright);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 var(--inset-top),
    inset 0 -6px 16px var(--inset-bot);
}

.title-rail h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(0.8rem, 2.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--silver);
  text-shadow: 0 0 18px rgba(125, 181, 255, 0.2);
  text-transform: uppercase;
}

.title-cta {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 18px;
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--silver);
  background: linear-gradient(180deg, var(--sapphire-mid), var(--sapphire));
  border: 1px solid var(--line-bright);
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(109, 40, 209, 0.25);
}

.title-cta:hover {
  color: var(--cyan);
  box-shadow: 0 0 18px rgba(125, 181, 255, 0.35);
}

.title-rail .tier {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: var(--cyan);
  text-transform: uppercase;
}

/* Layout */
.main-layout {
  display: grid;
  grid-template-columns: 1fr min(320px, 34%);
  gap: clamp(18px, 2.5vw, 28px);
  align-items: start;
  padding: 4px 0;
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 18px);
  min-width: 0;
}

/* Deck separation — primary leaderboard vs live feed */
.deck-primary {
  padding: 4px;
  border-radius: 8px;
  background: rgba(3, 6, 10, 0.55);
  border: 1px solid rgba(40, 65, 90, 0.25);
  box-shadow:
    inset 0 2px 0 rgba(125, 181, 255, 0.04),
    inset 0 -8px 20px rgba(0, 0, 0, 0.45);
}

.deck-live {
  padding: 6px;
  border-radius: 10px;
  background: linear-gradient(165deg, rgba(14, 30, 77, 0.22) 0%, rgba(6, 10, 18, 0.75) 100%);
  border: 1px solid rgba(109, 40, 209, 0.35);
  box-shadow:
    0 0 32px rgba(109, 40, 209, 0.18),
    0 12px 32px rgba(0, 0, 0, 0.55),
    inset 0 0 24px rgba(14, 30, 77, 0.2);
  animation: deck-live-glow 3.5s ease-in-out infinite;
  margin-left: 4px;
}

.deck-primary {
  margin-right: 4px;
}

@keyframes deck-live-glow {
  0%,
  100% {
    box-shadow:
      0 0 18px rgba(109, 40, 209, 0.1),
      inset 0 0 16px rgba(14, 30, 77, 0.12);
  }
  50% {
    box-shadow:
      0 0 32px rgba(125, 181, 255, 0.18),
      0 0 24px rgba(109, 40, 209, 0.2),
      inset 0 0 22px rgba(14, 30, 77, 0.22);
  }
}

/* Panel primitive — beveled inset glass */
.panel {
  position: relative;
  background: linear-gradient(
    165deg,
    rgba(10, 16, 26, 0.94) 0%,
    rgba(6, 10, 16, 0.98) 55%,
    rgba(4, 7, 12, 0.99) 100%
  );
  border: 1px solid rgba(100, 130, 160, 0.28);
  border-radius: var(--radius);
  backdrop-filter: blur(14px) saturate(1.15);
  box-shadow:
    inset 0 2px 0 rgba(125, 181, 255, 0.1),
    inset 0 -12px 24px var(--inset-bot),
    0 0 0 1px rgba(0, 0, 0, 0.5),
    0 10px 24px rgba(0, 0, 0, 0.45);
}

.panel-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(125, 181, 255, 0.06) 0%,
    transparent 28%,
    rgba(109, 40, 209, 0.04) 100%
  );
  z-index: 0;
}

.panel-glass .panel-head,
.panel-glass .panel-body {
  position: relative;
  z-index: 1;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(14, 30, 77, 0.35), transparent);
}

.panel-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--blue);
  text-transform: uppercase;
}

.panel-head .ch {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
}

.panel-body {
  padding: 12px 14px 14px;
}

/* Ranked table */
.board-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.board-table th {
  text-align: left;
  padding: 8px 10px;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}

.board-table td {
  padding: 10px;
  border-bottom: 1px solid rgba(192, 192, 192, 0.08);
  vertical-align: middle;
}

.board-table tbody tr.founder-active {
  background: linear-gradient(90deg, rgba(14, 30, 77, 0.55), rgba(109, 40, 209, 0.15));
  border-left: 3px solid var(--blue);
}

.board-table tbody tr.founder-active td:first-child {
  padding-left: 7px;
}

.board-table tbody tr.slot-open td {
  color: var(--muted);
  font-size: 0.88rem;
}

.rank-num {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--blue);
}

.tag {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text);
}

.badge {
  display: inline-block;
  padding: 3px 8px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid;
}

.badge-verified {
  color: var(--green);
  border-color: rgba(124, 255, 155, 0.4);
  background: rgba(124, 255, 155, 0.08);
}

.badge-pending {
  color: var(--pending);
  border-color: rgba(158, 184, 216, 0.35);
  background: rgba(14, 30, 77, 0.35);
}

.badge-open {
  color: var(--muted);
  border-color: var(--line);
  background: transparent;
}

.slot-status-stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.badge-await {
  color: var(--pending);
  border-color: rgba(158, 184, 216, 0.4);
  background: rgba(14, 30, 77, 0.4);
}

.badge-beta-open {
  color: var(--cyan);
  border-color: rgba(92, 232, 224, 0.35);
  background: rgba(92, 232, 224, 0.06);
}

.slot-open-label {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.board-table tbody tr.slot-open {
  background: rgba(5, 8, 14, 0.45);
}

.board-table tbody tr.slot-open td {
  color: var(--muted);
}

.pending-confirm .confirm-icon {
  color: var(--purple);
  margin-right: 6px;
}

.board-note {
  margin-top: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}

/* Ship record board */
.ship-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ship-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  background: var(--panel-deep);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: inset 0 -4px 10px var(--inset-bot);
}

.ship-name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
  letter-spacing: 0.03em;
}

.ship-meta {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.35;
}

.ship-sep {
  margin: 10px 0 6px;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--purple);
  text-transform: uppercase;
}

/* Submission panel */
/* Founder Beta submission — email + instructions */
.panel-instructions .panel-body {
  padding: 14px 16px 16px;
}

.submit-contact-label {
  margin: 0 0 6px;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.submit-email {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cyan);
  text-decoration: none;
  text-shadow: 0 0 14px rgba(92, 232, 224, 0.3);
}

.submit-email:hover {
  color: var(--blue);
}

.instruction-list {
  margin: 0 0 16px;
  padding: 12px 14px 12px 28px;
  background: rgba(5, 8, 12, 0.55);
  border: 1px solid var(--line);
  border-left: 2px solid var(--purple);
  border-radius: 4px;
  box-shadow: inset 0 -6px 14px var(--inset-bot);
}

.instruction-list li {
  margin: 6px 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--silver);
  letter-spacing: 0.03em;
}

.instruction-note {
  margin: 12px 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
}

.submit-v2-panel {
  opacity: 0.92;
  border-color: rgba(80, 100, 120, 0.25);
}

.v2-banner {
  margin: 0 0 14px;
  padding: 8px 12px;
  font-size: 0.72rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
  background: rgba(14, 30, 77, 0.25);
  border: 1px dashed rgba(125, 181, 255, 0.25);
  border-radius: 4px;
}

.btn-submit-secondary {
  background: linear-gradient(180deg, #2a4a72 0%, var(--sapphire-mid) 100%);
}

.btn-v2-preview {
  background: linear-gradient(180deg, #1a2838 0%, var(--shadow-gray) 100%);
  border-color: var(--line);
  color: var(--muted);
}

.btn-v2-preview:hover {
  filter: brightness(1.08);
  color: var(--silver);
}

a.btn-submit {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}

.submit-actions {
  flex-wrap: wrap;
}

.submit-panel .panel-body {
  padding: 14px 16px 16px;
}

.intake-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.intake-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.intake-field.full {
  grid-column: 1 / -1;
}

.intake-field label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 600;
}

.intake-field input,
.intake-field select,
.intake-field textarea {
  width: 100%;
  padding: 10px 12px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text);
  background: rgba(5, 5, 5, 0.65);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: inset 0 2px 6px var(--inset-bot);
}

.intake-field input:focus,
.intake-field select:focus,
.intake-field textarea:focus {
  outline: none;
  border-color: var(--line-bright);
}

.intake-field textarea {
  min-height: 64px;
  resize: vertical;
}

.file-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.file-hint {
  margin-top: 4px;
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.06em;
}

.preview-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  min-height: 0;
}

.preview-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--line-bright);
}

.submit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.btn-submit {
  padding: 12px 24px;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  background: linear-gradient(180deg, var(--sapphire-mid), var(--sapphire));
  border: 1px solid var(--line-bright);
  border-radius: 4px;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 var(--inset-top),
    0 3px 0 #05080c;
  transition: filter 0.15s;
}

.btn-submit:hover {
  filter: brightness(1.12);
}

.btn-submit:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 6px var(--inset-bot);
}

.intake-status {
  flex: 1;
  min-width: 200px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--pending);
  text-transform: uppercase;
}

.intake-status.success {
  color: var(--green);
}

.intake-status.error {
  color: var(--red);
}

/* Right rail — benchmark video */
.right-rail {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 16px;
}

.panel-live-feed {
  border-color: rgba(125, 181, 255, 0.38);
  box-shadow:
    inset 0 2px 0 rgba(125, 181, 255, 0.12),
    inset 0 -12px 24px var(--inset-bot),
    0 0 32px rgba(109, 40, 209, 0.2),
    0 10px 28px rgba(0, 0, 0, 0.5);
  animation: panel-live-breathe 4s ease-in-out infinite;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.panel-live-feed.is-hovered,
#founder-benchmark-panel.is-hovered {
  border-color: rgba(92, 232, 224, 0.55);
  box-shadow:
    inset 0 2px 0 rgba(125, 181, 255, 0.15),
    inset 0 -12px 24px var(--inset-bot),
    0 0 40px rgba(125, 181, 255, 0.35),
    0 0 48px rgba(109, 40, 209, 0.35),
    0 12px 32px rgba(0, 0, 0, 0.55);
}

@keyframes panel-live-breathe {
  0%,
  100% {
    border-color: rgba(125, 181, 255, 0.28);
  }
  50% {
    border-color: rgba(109, 40, 209, 0.42);
  }
}

.video-well {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0 12px 8px;
  background: linear-gradient(145deg, #0a1420, #050a10);
  border: 2px solid rgba(30, 50, 70, 0.8);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 0 0 32px rgba(0, 0, 0, 0.65);
}

.video-well::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(125, 181, 255, 0.06) 0%,
    transparent 40%,
    rgba(109, 40, 209, 0.05) 100%
  );
  pointer-events: none;
}

.video-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.play-ring {
  width: 48px;
  height: 48px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(92, 232, 224, 0.25);
}

.play-ring::after {
  content: "";
  border: 9px solid transparent;
  border-left: 14px solid var(--cyan);
  margin-left: 5px;
}

.rec-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: var(--red);
  text-transform: uppercase;
}

.rec-dot {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
  animation: pulse-rec 1s step-end infinite;
}

@keyframes pulse-rec {
  50% {
    opacity: 0.2;
  }
}

.vu-bars {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  padding: 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
}

.vu-bars span {
  display: block;
  width: 4px;
  background: var(--blue);
  border-radius: 1px;
  opacity: 0.75;
  animation: vu 0.7s ease-in-out infinite alternate;
}

.vu-bars span:nth-child(1) { height: 10px; animation-delay: 0s; }
.vu-bars span:nth-child(2) { height: 18px; animation-delay: 0.1s; }
.vu-bars span:nth-child(3) { height: 8px; animation-delay: 0.2s; }
.vu-bars span:nth-child(4) { height: 22px; animation-delay: 0.05s; }
.vu-bars span:nth-child(5) { height: 14px; animation-delay: 0.15s; }
.vu-bars span:nth-child(6) { height: 20px; animation-delay: 0.25s; }

@keyframes vu {
  from { transform: scaleY(0.55); }
  to { transform: scaleY(1.15); }
}

.benchmark-caption {
  padding: 0 14px 14px;
}

.benchmark-caption .line-a {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--cyan);
  text-transform: uppercase;
}

.benchmark-caption .line-b {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--blue);
  text-transform: uppercase;
}

.metric-panel .metric-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(192, 192, 192, 0.1);
  font-size: 0.88rem;
}

.metric-panel .metric-row span:last-child {
  color: var(--green);
  font-weight: 700;
}

/* Recruitment strip */
.recruit-strip {
  margin-top: clamp(16px, 2.5vw, 22px);
  padding: 14px 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  background: linear-gradient(90deg, rgba(14, 30, 77, 0.4), rgba(6, 12, 22, 0.9), rgba(14, 30, 77, 0.4));
  border: 1px solid var(--line-bright);
  border-radius: var(--radius);
  box-shadow: inset 0 0 24px rgba(14, 30, 77, 0.2);
}

.postcard {
  padding: 10px 12px;
  background: var(--panel-deep);
  border-left: 2px solid var(--blue);
  border-radius: 3px;
}

.postcard strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.postcard p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--muted);
}

.postcard.highlight {
  border-left-color: var(--cyan);
}

.postcard.highlight strong {
  color: var(--cyan);
}

.footer-id {
  margin-top: 14px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 0.5rem;
  letter-spacing: 0.32em;
  color: rgba(129, 144, 166, 0.55);
  text-transform: uppercase;
}

/* Queue list (pending submissions) */
.pending-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pending-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(192, 192, 192, 0.08);
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.pending-list .empty {
  color: var(--muted);
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .main-layout {
    grid-template-columns: 1fr;
  }

  .right-rail {
    position: static;
  }

  .recruit-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .brand-header {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .seal-dock {
    margin: 0 auto;
  }

  .ops-block {
    text-align: center;
  }

  .intake-grid,
  .file-row {
    grid-template-columns: 1fr;
  }

  .ship-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .recruit-strip {
    grid-template-columns: 1fr;
  }

  .faceplate-outer {
    transform: none;
  }

  .board-table {
    font-size: 0.85rem;
  }

  .board-table th:nth-child(4),
  .board-table td:nth-child(4) {
    display: none;
  }
}

@media (max-width: 420px) {
  .board-table th:nth-child(3),
  .board-table td:nth-child(3) {
    display: none;
  }
}

/* —— Operational build extensions —— */

.atmo-glow {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse 45% 35% at 12% 55%, rgba(109, 40, 209, 0.18), transparent),
    radial-gradient(ellipse 40% 30% at 88% 18%, rgba(14, 30, 77, 0.42), transparent),
    radial-gradient(ellipse 60% 20% at 50% 0%, rgba(125, 181, 255, 0.08), transparent);
}

.faceplate-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(125, 181, 255, 0.12),
    inset 0 0 40px rgba(109, 40, 209, 0.06);
}

.panel-live {
  border-color: rgba(125, 181, 255, 0.28);
}

.live-ch,
.live-badge-rail {
  color: var(--cyan);
}

.live-badge-rail {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 10px;
  font-family: var(--font-display);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid rgba(92, 232, 224, 0.4);
  border-radius: 3px;
  background: rgba(92, 232, 224, 0.08);
}

.live-pulse {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--green);
  animation: live-blink 1.4s ease-in-out infinite;
}

@keyframes live-blink {
  50% { opacity: 0.35; }
}

/* Founder card */
.founder-card {
  margin-bottom: 14px;
  padding: 14px;
  background: var(--panel-deep);
  border: 1px solid var(--line-bright);
  border-radius: var(--radius);
  box-shadow:
    inset 0 0 24px rgba(14, 30, 77, 0.35),
    inset 0 -6px 16px var(--inset-bot);
}

.founder-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.rank-num.large {
  font-size: 1.4rem;
  margin-right: 8px;
}

.founder-tag {
  font-size: 1.15rem;
}

.badge-founder {
  box-shadow: 0 0 12px rgba(124, 255, 155, 0.2);
}

.verification-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0;
}

.v-badge {
  padding: 4px 10px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  border: 1px solid rgba(125, 181, 255, 0.35);
  border-radius: 3px;
  background: rgba(14, 30, 77, 0.45);
}

.v-badge.dim {
  color: var(--muted);
  border-color: var(--line);
}

.founder-ships {
  margin-bottom: 12px;
}

.ships-label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ship-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ship-chip {
  padding: 6px 12px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--silver);
  background: rgba(14, 30, 77, 0.5);
  border: 1px solid rgba(109, 40, 209, 0.35);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 var(--inset-top);
}

.stat-placeholders {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.stat-cell {
  padding: 10px;
  background: rgba(5, 5, 5, 0.45);
  border: 1px solid var(--line);
  border-radius: 4px;
  text-align: center;
}

.stat-k {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
}

.stat-v {
  display: block;
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--silver);
}

.stat-v.placeholder {
  color: var(--muted);
}

/* Dropzone */
.dropzone-label {
  display: block;
  margin: 14px 0 8px;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 600;
}

.dropzone {
  padding: 22px 16px;
  border: 2px dashed rgba(125, 181, 255, 0.35);
  border-radius: var(--radius);
  background: rgba(5, 5, 5, 0.5);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  box-shadow: inset 0 4px 14px var(--inset-bot);
}

.dropzone:hover,
.dropzone:focus,
.dropzone.drag-over {
  border-color: var(--purple);
  background: rgba(14, 30, 77, 0.25);
  outline: none;
}

.dropzone-inner {
  text-align: center;
  pointer-events: none;
}

.dropzone-icon {
  display: block;
  font-size: 1.8rem;
  color: var(--blue);
  line-height: 1;
}

.dropzone-title {
  margin: 8px 0 0;
  font-weight: 700;
  color: var(--silver);
  letter-spacing: 0.06em;
}

.dropzone-sub {
  margin: 4px 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.preview-name {
  font-size: 0.65rem;
  color: var(--muted);
  align-self: center;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-video {
  width: 100px;
  height: auto;
  max-height: 72px;
}

.pending-confirm {
  margin-top: 12px;
  padding: 10px 12px;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--pending);
  background: rgba(14, 30, 77, 0.35);
  border: 1px solid var(--line-bright);
  border-radius: 4px;
}

.pending-confirm strong {
  color: var(--green);
}

/* Tier tabs — ship record board */
.tier-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.tier-tab {
  flex: 1;
  min-width: 90px;
  padding: 8px 10px;
  font-family: var(--font-display);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--panel-deep);
  border: 1px solid var(--line);
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}

.tier-tab.active {
  color: var(--cyan);
  border-color: rgba(92, 232, 224, 0.4);
  background: rgba(14, 30, 77, 0.55);
  box-shadow: inset 0 2px 0 var(--cyan);
}

.tier-panel {
  display: none;
}

.tier-panel.active {
  display: block;
}

.ship-row-featured {
  border-color: rgba(92, 232, 224, 0.35);
  background: linear-gradient(90deg, rgba(14, 30, 77, 0.5), rgba(109, 40, 209, 0.12));
}

.tier-empty {
  margin: 8px 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Founder Benchmark Video Panel */
.benchmark-panel-body {
  padding: 0 12px 10px;
}

/* Benchmark hero copy — scroll-stopping stack */
.benchmark-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 14px 16px;
  background: linear-gradient(180deg, var(--shadow-gray) 0%, rgba(5, 8, 12, 0.9) 100%);
  border: 1px solid rgba(125, 181, 255, 0.28);
  border-radius: 5px;
  box-shadow:
    inset 0 2px 0 rgba(125, 181, 255, 0.08),
    inset 0 -8px 18px rgba(0, 0, 0, 0.55),
    0 0 20px rgba(109, 40, 209, 0.12);
}

.benchmark-record-title,
.benchmark-record-stat,
.benchmark-record-player {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

.benchmark-record-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--silver);
  text-shadow: 0 0 16px rgba(192, 192, 192, 0.2);
}

.benchmark-record-stat {
  font-size: 1rem;
  font-weight: 700;
  color: var(--cyan);
  text-shadow: 0 0 20px rgba(92, 232, 224, 0.35);
}

.benchmark-record-player {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--blue);
}

.benchmark-caption {
  margin: 12px 0 0;
  padding: 10px 12px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--silver);
  background: rgba(14, 30, 77, 0.35);
  border: 1px solid rgba(109, 40, 209, 0.3);
  border-radius: 4px;
  text-shadow: 0 0 10px rgba(125, 181, 255, 0.2);
}

.benchmark-video-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  margin-bottom: 4px;
  border-radius: 6px;
  background: #030508;
  overflow: hidden;
  box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.85);
  transition: box-shadow 0.35s ease;
}

.benchmark-video-frame.is-live {
  box-shadow:
    inset 0 0 32px rgba(0, 0, 0, 0.75),
    0 0 20px rgba(125, 181, 255, 0.15);
}

/* Animated live pulse border */
.live-pulse-border {
  padding: 3px;
  background: linear-gradient(
    135deg,
    rgba(125, 181, 255, 0.55),
    rgba(109, 40, 209, 0.5),
    rgba(125, 181, 255, 0.4)
  );
  animation: pulse-border-glow 2.4s ease-in-out infinite;
}

.live-pulse-border.is-active,
.live-pulse-border.is-live {
  animation: pulse-border-glow-live 1.8s ease-in-out infinite;
}

.live-pulse-border.is-pending {
  animation: pulse-border-glow 3s ease-in-out infinite;
  opacity: 0.92;
}

@keyframes pulse-border-glow-live {
  0%,
  100% {
    box-shadow:
      0 0 14px rgba(125, 181, 255, 0.4),
      0 0 24px rgba(109, 40, 209, 0.35),
      inset 0 0 14px rgba(125, 181, 255, 0.1);
  }
  50% {
    box-shadow:
      0 0 26px rgba(125, 181, 255, 0.65),
      0 0 40px rgba(109, 40, 209, 0.5),
      inset 0 0 20px rgba(109, 40, 209, 0.15);
  }
}

@keyframes pulse-border-glow {
  0%,
  100% {
    box-shadow:
      0 0 10px rgba(125, 181, 255, 0.3),
      0 0 20px rgba(109, 40, 209, 0.25),
      inset 0 0 12px rgba(125, 181, 255, 0.08);
  }
  50% {
    box-shadow:
      0 0 22px rgba(125, 181, 255, 0.55),
      0 0 36px rgba(109, 40, 209, 0.4),
      inset 0 0 18px rgba(109, 40, 209, 0.12);
  }
}

.benchmark-video-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: linear-gradient(145deg, #060a10 0%, #030508 100%);
  border: 1px solid rgba(30, 50, 70, 0.85);
  border-radius: 4px;
  overflow: hidden;
  box-shadow:
    inset 0 4px 12px rgba(125, 181, 255, 0.06),
    inset 0 -16px 28px rgba(0, 0, 0, 0.8);
}

/* Tactical motion — placeholder live feed */
.tactical-fx {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.tactical-fx.fx-dimmed {
  opacity: 0.15;
}

.fx-scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 2px,
    rgba(125, 181, 255, 0.04) 2px,
    rgba(125, 181, 255, 0.04) 3px
  );
  animation: scanline-drift 6s linear infinite;
}

.fx-scanlines::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 28%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(92, 232, 224, 0.08),
    transparent
  );
  animation: scanline-bar 3.2s ease-in-out infinite;
}

@keyframes scanline-drift {
  from { transform: translateY(0); }
  to { transform: translateY(6px); }
}

@keyframes scanline-bar {
  0% { top: -30%; }
  100% { top: 100%; }
}

.fx-radar {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.35;
}

.fx-radar-sweep {
  width: 120%;
  height: 120%;
  margin: -10%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 280deg,
    rgba(125, 181, 255, 0.25) 310deg,
    rgba(109, 40, 209, 0.2) 360deg
  );
  animation: radar-spin 5s linear infinite;
}

@keyframes radar-spin {
  to { transform: rotate(360deg); }
}

.fx-tactical-pulse {
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  border: 1px solid rgba(92, 232, 224, 0.25);
  animation: tactical-ring 2.8s ease-out infinite;
}

.fx-tactical-pulse::before,
.fx-tactical-pulse::after {
  content: "";
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  border: 1px solid rgba(109, 40, 209, 0.2);
  animation: tactical-ring 2.8s ease-out infinite 0.6s;
}

.fx-tactical-pulse::after {
  animation-delay: 1.2s;
  border-color: rgba(125, 181, 255, 0.15);
}

@keyframes tactical-ring {
  0% {
    transform: scale(0.65);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.fx-light-sheen {
  position: absolute;
  inset: -50% -30%;
  z-index: 2;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(125, 181, 255, 0.14) 48%,
    rgba(192, 192, 192, 0.06) 52%,
    transparent 62%
  );
  animation: light-sheen-sweep 5.5s ease-in-out infinite;
}

@keyframes light-sheen-sweep {
  0% {
    transform: translateX(-40%) translateY(-10%) rotate(8deg);
    opacity: 0.4;
  }
  50% {
    opacity: 0.85;
  }
  100% {
    transform: translateX(40%) translateY(10%) rotate(8deg);
    opacity: 0.4;
  }
}

.pending-hint code {
  font-size: 0.62rem;
  color: var(--blue);
  letter-spacing: 0.04em;
}

.benchmark-video-frame .rec-tag {
  z-index: 6;
}

.benchmark-video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #05080c;
  z-index: 1;
}

.benchmark-cinematic-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(5, 8, 12, 0.55) 0%,
    rgba(5, 8, 12, 0.15) 35%,
    rgba(5, 8, 12, 0.2) 65%,
    rgba(14, 30, 77, 0.45) 100%
  );
  mix-blend-mode: multiply;
}

.benchmark-cinematic-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 70% at 50% 50%,
    transparent 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.benchmark-video-scan {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}

.benchmark-video-scan::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  height: 22%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(125, 181, 255, 0.07),
    rgba(192, 192, 192, 0.04),
    transparent
  );
  animation: benchmark-scan-sweep 4.5s linear infinite;
}

@keyframes benchmark-scan-sweep {
  0% {
    top: -25%;
    opacity: 0.5;
  }
  100% {
    top: 105%;
    opacity: 0.85;
  }
}

.benchmark-pending-state {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  text-align: center;
  z-index: 4;
}

.benchmark-pending-state.hidden {
  display: none !important;
}

.pending-code {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  color: var(--cyan);
  text-transform: uppercase;
  animation: pending-code-pulse 2s ease-in-out infinite;
  text-shadow: 0 0 12px rgba(92, 232, 224, 0.35);
}

@keyframes pending-code-pulse {
  0%,
  100% { opacity: 0.75; }
  50% { opacity: 1; }
}

.pending-hint {
  margin: 0;
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  max-width: 200px;
  line-height: 1.35;
}

.benchmark-video-frame .vu-bars {
  z-index: 6;
}

.hidden {
  display: none !important;
}

@media (max-width: 640px) {
  .benchmark-video-stage {
    min-height: 160px;
  }

  .benchmark-video-player {
    object-fit: cover;
    min-height: 160px;
  }

  .deck-live,
  .deck-primary {
    margin-left: 0;
    margin-right: 0;
  }

  .benchmark-record-title {
    font-size: 0.65rem;
  }

  .benchmark-record-stat {
    font-size: 0.88rem;
  }

  .benchmark-record-player {
    font-size: 0.7rem;
  }
}

.benchmark-ticker {
  margin: 0 12px 12px;
  overflow: hidden;
  padding: 8px 0;
  border-top: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.4);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 28s linear infinite;
  font-family: var(--font-display);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: var(--blue);
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-track span {
  padding-right: 48px;
}

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Season transition */
.season-transition {
  margin-top: clamp(16px, 2.5vw, 22px);
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  background: linear-gradient(90deg, rgba(109, 40, 209, 0.15), rgba(6, 12, 22, 0.95), rgba(14, 30, 77, 0.2));
  border: 1px solid rgba(109, 40, 209, 0.35);
  border-radius: var(--radius);
  box-shadow: inset 0 0 30px rgba(109, 40, 209, 0.08);
}

.season-msg .missed {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--silver);
  text-transform: uppercase;
}

.season-msg .next {
  margin: 6px 0 0;
  font-size: 0.9rem;
  color: var(--cyan);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.countdown-block {
  text-align: right;
}

.countdown-label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  color: var(--muted);
  text-transform: uppercase;
}

.countdown-digits {
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: clamp(1rem, 3vw, 1.35rem);
  color: var(--blue);
  letter-spacing: 0.1em;
  text-shadow: 0 0 16px rgba(125, 181, 255, 0.35);
}

.countdown-note {
  display: block;
  margin-top: 4px;
  font-size: 0.58rem;
  color: var(--muted);
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .stat-placeholders {
    grid-template-columns: repeat(2, 1fr);
  }

  .season-transition {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .countdown-block {
    text-align: center;
  }
}

/* —— Season 101 transition —— */

.title-rail-active {
  border-color: rgba(92, 232, 224, 0.35);
  box-shadow:
    inset 0 0 20px rgba(14, 30, 77, 0.4),
    inset 0 -6px 16px var(--inset-bot);
}

.panel-archive {
  border-color: rgba(109, 40, 209, 0.28);
  opacity: 0.95;
}

.panel-archive .panel-head {
  background: linear-gradient(90deg, rgba(109, 40, 209, 0.2), transparent);
}

.archive-ch {
  color: var(--purple);
}

.archive-banner {
  margin: 0 0 8px;
  padding: 8px 12px;
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--purple);
  background: rgba(109, 40, 209, 0.12);
  border: 1px solid rgba(109, 40, 209, 0.3);
  border-radius: 4px;
}

.archive-note {
  margin: 0 0 12px;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

.archive-note strong {
  color: var(--silver);
}

.board-archive tbody tr.archive-benchmark {
  background: linear-gradient(90deg, rgba(14, 30, 77, 0.35), rgba(109, 40, 209, 0.08));
  border-left: 3px solid var(--purple);
}

.board-archive tbody tr.archive-benchmark td:first-child {
  padding-left: 7px;
}

.archive-ships {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}

.ship-chip.small {
  padding: 3px 8px;
  font-size: 0.72rem;
}

.archive-bench {
  font-size: 0.82rem;
  color: var(--cyan);
  letter-spacing: 0.04em;
}

.badge-archive {
  color: var(--purple);
  border-color: rgba(109, 40, 209, 0.45);
  background: rgba(109, 40, 209, 0.12);
}

.provisional-tag {
  display: block;
  margin-top: 4px;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.board-table tbody tr.slot-pending {
  background: rgba(14, 30, 77, 0.25);
}

.badge-open {
  color: var(--pending);
  border-color: rgba(158, 184, 216, 0.3);
}

.ship-board-note {
  margin: 0 0 12px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted);
  letter-spacing: 0.04em;
  padding: 8px 10px;
  background: rgba(5, 5, 5, 0.35);
  border-left: 2px solid var(--blue);
  border-radius: 3px;
}

.benchmark-cta {
  display: block;
  margin: 0 12px 10px;
  padding: 10px 14px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text);
  background: linear-gradient(180deg, var(--sapphire-mid), var(--sapphire));
  border: 1px solid var(--line-bright);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 var(--inset-top);
  transition: filter 0.15s;
}

.benchmark-cta:hover {
  filter: brightness(1.15);
  color: var(--cyan);
}

.season-transition.season-active {
  border-color: rgba(92, 232, 224, 0.35);
  background: linear-gradient(90deg, rgba(14, 30, 77, 0.35), rgba(6, 12, 22, 0.95), rgba(109, 40, 209, 0.15));
}

.season-active .countdown-digits {
  color: var(--cyan);
  text-shadow: 0 0 14px rgba(92, 232, 224, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .deck-live,
  .panel-live-feed,
  .live-pulse-border,
  .fx-scanlines,
  .fx-scanlines::after,
  .fx-radar-sweep,
  .fx-tactical-pulse,
  .fx-tactical-pulse::before,
  .fx-tactical-pulse::after,
  .fx-light-sheen,
  .benchmark-video-scan::after,
  .pending-code {
    animation: none !important;
  }
}

@media (max-width: 1024px) {
  .pulse-root {
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.7));
  }

  .faceplate-outer {
    transform: none;
  }

  .deck-primary,
  .deck-live {
    padding: 2px;
  }
}
