body[data-tds-page-surface="launchops"] {
  --launch-bg: #070809;
  --launch-panel: #11141a;
  --launch-panel-2: #171b23;
  --launch-text: #f3f6fb;
  --launch-muted: #aeb7c4;
  --launch-dim: #7f8998;
  --launch-line: rgba(218, 225, 235, 0.18);
  --launch-line-strong: rgba(229, 178, 66, 0.48);
  --launch-gold: #e5b242;
  --launch-gold-strong: #f5ca68;
  --launch-blue: #7db7ff;
  --launch-green: #8ef0c9;
  --launch-red: #ff8a6b;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px) 0 0 / 72px 72px,
    repeating-linear-gradient(135deg, transparent 0 54px, rgba(229, 178, 66, 0.035) 54px 55px, transparent 55px 110px),
    linear-gradient(180deg, #070809 0%, #101217 48%, #050608 100%) !important;
  color: var(--launch-text);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body[data-tds-page-surface="launchops"] * {
  box-sizing: border-box;
}

body[data-tds-page-surface="launchops"] a {
  color: inherit;
}

.launch-shell {
  width: min(1440px, calc(100vw - 18px));
  margin: 0 auto;
  padding: 0 0 48px;
}

.launch-shell .topbar {
  width: 100% !important;
  max-width: 1440px !important;
  min-height: 78px !important;
  margin: 0 auto !important;
  padding: 9px clamp(18px, 3vw, 46px) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 8px 8px 0 0 !important;
  background: linear-gradient(180deg, rgba(16, 18, 22, 0.98), rgba(6, 7, 9, 0.98)) !important;
  box-shadow: none !important;
}

.launch-shell .brand-block {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: min(280px, 34vw);
}

.launch-shell .brand-home {
  display: inline-flex;
  align-items: center;
}

.launch-shell .brand-logo {
  width: 142px !important;
  height: 58px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 22px rgba(229, 178, 66, 0.24)) !important;
}

.launch-shell .brand-text {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.launch-shell .eyebrow,
.launch-shell .kicker,
.launch-shell .card-kicker {
  color: var(--launch-gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.launch-shell .brand {
  color: var(--launch-text);
  font-size: 0.95rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.launch-shell .topbar-right {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.launch-shell #top-nav.nav-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: clamp(10px, 1.45vw, 22px) !important;
  min-width: 0 !important;
}

.launch-shell #top-nav.nav-links a {
  position: relative;
  min-height: 36px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--launch-text);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.launch-shell #top-nav.nav-links a:hover,
.launch-shell #top-nav.nav-links a:focus-visible {
  color: var(--launch-gold-strong);
  outline: none;
}

.launch-shell #top-nav.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--launch-gold), transparent);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.launch-shell #top-nav.nav-links a:hover::after,
.launch-shell #top-nav.nav-links a:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.launch-main {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 6, 8, 0.64);
}

.launch-hero {
  position: relative;
  min-height: clamp(470px, 48vw, 620px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.68fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--launch-line);
  background:
    linear-gradient(90deg, rgba(7, 8, 9, 0.98) 0%, rgba(9, 10, 13, 0.92) 48%, rgba(14, 16, 20, 0.78) 100%),
    repeating-linear-gradient(135deg, transparent 0 42px, rgba(229, 178, 66, 0.035) 42px 44px, transparent 44px 88px),
    linear-gradient(180deg, rgba(9, 10, 12, 0.98), rgba(14, 16, 20, 0.98));
}

.launch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 54%, rgba(255, 255, 255, 0.055) 54.1%, transparent 54.4%),
    repeating-linear-gradient(0deg, transparent 0 46px, rgba(255, 255, 255, 0.024) 46px 47px, transparent 47px 92px);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 76px);
}

.hero-copy h1 {
  max-width: 13ch;
  margin: 12px 0 18px;
  color: var(--launch-text);
  font-size: clamp(3rem, 6.4vw, 6.25rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-copy .wide-title {
  max-width: 16ch;
}

.lede {
  max-width: 840px;
  margin: 0;
  color: var(--launch-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.launch-button,
.launch-button.secondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid rgba(215, 221, 229, 0.24);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  color: var(--launch-text);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.launch-button.primary {
  border-color: rgba(229, 178, 66, 0.68);
  background:
    linear-gradient(180deg, rgba(245, 202, 104, 0.22), rgba(229, 178, 66, 0.07)),
    linear-gradient(90deg, rgba(229, 178, 66, 0.18), rgba(255, 255, 255, 0.035));
  color: var(--launch-gold-strong);
}

.launch-button:hover,
.launch-button:focus-visible {
  border-color: var(--launch-gold);
  color: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

.hero-rail {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(24px, 4vw, 54px);
  border-left: 1px solid var(--launch-line);
  background:
    linear-gradient(180deg, rgba(23, 27, 35, 0.64), rgba(8, 9, 12, 0.88));
}

.signal-card,
.launch-card,
.status-card {
  border: 1px solid var(--launch-line);
  border-radius: 6px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(180deg, rgba(18, 20, 25, 0.98), rgba(8, 9, 12, 0.98));
  box-shadow: none;
}

.signal-card {
  padding: 18px;
}

.signal-card strong {
  display: block;
  margin-top: 7px;
  color: var(--launch-text);
  font-size: 1.02rem;
  line-height: 1.35;
}

.signal-card p {
  margin: 8px 0 0;
  color: var(--launch-muted);
  line-height: 1.5;
}

.launch-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--launch-line);
  background: rgba(7, 8, 10, 0.78);
}

.launch-tabs a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(215, 221, 229, 0.2);
  border-radius: 3px;
  color: var(--launch-muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
}

.launch-tabs a[aria-current="page"],
.launch-tabs a:hover,
.launch-tabs a:focus-visible {
  border-color: var(--launch-line-strong);
  color: var(--launch-gold-strong);
  outline: none;
}

.launch-section {
  padding: clamp(28px, 4vw, 58px) clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--launch-line);
}

.section-header {
  max-width: 860px;
  margin-bottom: 22px;
}

.section-header h2 {
  margin: 8px 0 10px;
  color: var(--launch-text);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-header p {
  margin: 0;
  color: var(--launch-muted);
  font-size: 1.02rem;
  line-height: 1.58;
}

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

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

.launch-card {
  min-width: 0;
  padding: 20px;
}

.launch-card h3,
.status-card h3 {
  margin: 8px 0 8px;
  color: var(--launch-text);
  font-size: 1.16rem;
  line-height: 1.25;
}

.launch-card p,
.status-card p,
.launch-card li,
.status-card li {
  color: var(--launch-muted);
  line-height: 1.52;
}

.launch-card p,
.status-card p {
  margin: 0;
}

.launch-card ul,
.status-card ul {
  margin: 0;
  padding-left: 18px;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.proof-item {
  padding: 14px;
  border: 1px solid rgba(215, 221, 229, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.035);
}

.proof-item strong {
  display: block;
  color: var(--launch-text);
  font-size: 0.98rem;
}

.proof-item span {
  display: block;
  margin-top: 4px;
  color: var(--launch-muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

.status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid rgba(215, 221, 229, 0.2);
  border-radius: 3px;
  color: var(--launch-muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chip.good {
  border-color: rgba(142, 240, 201, 0.45);
  color: var(--launch-green);
}

.chip.watch {
  border-color: rgba(229, 178, 66, 0.52);
  color: var(--launch-gold-strong);
}

.chip.blocked {
  border-color: rgba(255, 138, 107, 0.52);
  color: var(--launch-red);
}

.app-banner {
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--launch-line-strong);
  background:
    linear-gradient(90deg, rgba(229, 178, 66, 0.16), transparent 54%),
    rgba(7, 8, 10, 0.92);
  color: var(--launch-gold-strong);
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.status-card {
  min-height: 190px;
  padding: 18px;
}

.status-card .status-value {
  margin: 0 0 8px;
  color: var(--launch-text);
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1.05;
}

.status-card.wide {
  grid-column: span 2;
}

.inline-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--launch-gold-strong);
  font-weight: 900;
  text-decoration: none;
}

.inline-link:hover,
.inline-link:focus-visible {
  color: #ffffff;
  outline: none;
}

.asset-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--launch-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
}

.asset-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.asset-table th,
.asset-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(215, 221, 229, 0.12);
  text-align: left;
  vertical-align: top;
}

.asset-table tr:last-child th,
.asset-table tr:last-child td {
  border-bottom: 0;
}

.asset-table th {
  width: 220px;
  color: var(--launch-gold-strong);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.asset-table td {
  color: var(--launch-muted);
  line-height: 1.5;
}

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

.timeline-list {
  display: grid;
  gap: 12px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--launch-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.timeline-item strong {
  color: var(--launch-text);
  line-height: 1.35;
}

.timeline-item p {
  margin: 0;
  color: var(--launch-muted);
  line-height: 1.5;
}

.tds-legal-footer.launch-footer {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 24px clamp(18px, 4vw, 64px) !important;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(140px, 0.45fr));
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-top: 0 !important;
  border-radius: 0 0 8px 8px !important;
  background:
    linear-gradient(90deg, rgba(229, 178, 66, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(9, 10, 12, 0.98), rgba(5, 6, 8, 0.98)) !important;
}

.launch-footer h2,
.launch-footer h3,
.launch-footer p {
  margin: 0;
}

.launch-footer h2 {
  color: var(--launch-text);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-footer h3 {
  color: var(--launch-gold-strong);
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.launch-footer p,
.launch-footer a {
  color: var(--launch-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.launch-footer a {
  display: block;
  margin-top: 7px;
  text-decoration: none;
}

.launch-footer a:hover,
.launch-footer a:focus-visible {
  color: #ffffff;
  outline: none;
}

@media (max-width: 980px) {
  .launch-shell .topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .launch-shell .brand-block {
    min-width: 0;
  }

  .launch-shell .topbar-right,
  .launch-shell #top-nav.nav-links {
    justify-content: flex-start !important;
  }

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

  .hero-rail {
    border-left: 0;
    border-top: 1px solid var(--launch-line);
  }

  .card-grid,
  .card-grid.two,
  .proof-list,
  .dashboard-grid,
  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .status-card.wide {
    grid-column: span 2;
  }

  .tds-legal-footer.launch-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .launch-shell {
    width: min(100% - 12px, 1440px);
  }

  .launch-shell .brand-text {
    display: none;
  }

  .launch-shell #top-nav.nav-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px !important;
  }

  .launch-shell #top-nav.nav-links a {
    min-height: 42px;
    padding: 9px 10px;
    border: 1px solid rgba(215, 221, 229, 0.16);
    white-space: normal;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 14vw, 4rem);
  }

  .card-grid,
  .card-grid.two,
  .proof-list,
  .dashboard-grid,
  .metric-grid,
  .tds-legal-footer.launch-footer {
    grid-template-columns: 1fr;
  }

  .status-card.wide {
    grid-column: auto;
  }
}
