body.theme-two {
  --bg: #030813;
  --panel: rgba(9, 22, 43, 0.68);
  --panel-2: rgba(14, 32, 58, 0.72);
  --text: #f7fbff;
  --muted: rgba(218, 232, 255, 0.68);
  --red: #7aefff;
  --red-dark: #2879ff;
  --green: #87f9cf;
  --green-dark: #21c997;
  --white: #f7fbff;
  --line: rgba(191, 217, 255, 0.16);
  --shadow: none;
  background:
    linear-gradient(180deg, rgba(8, 22, 44, 0.96) 0%, rgba(3, 8, 19, 0.98) 58%, #02050d 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 96px),
    #030813;
  color: var(--text);
}

body.theme-two a {
  color: #f7fbff;
  text-decoration-color: rgba(122, 239, 255, 0.72);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

.theme-two .site-header {
  width: min(1240px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(210, 230, 255, 0.15);
  border-radius: 1rem;
  background: rgba(5, 15, 31, 0.72);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
}

.theme-two .brand {
  gap: 0.7rem;
}

.theme-two .brand h1 {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0;
}

.theme-two .brand-logo {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0;
  opacity: 1;
}

.theme-two .nav {
  gap: 0.55rem;
}

.theme-two .nav a,
.theme-two .text-button {
  color: rgba(247, 251, 255, 0.84);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.theme-two .nav a:hover,
.theme-two .nav a:focus-visible,
.theme-two .text-button:hover,
.theme-two .text-button:focus-visible {
  color: #ffffff;
}

.theme-two .nav-cta,
.theme-two .credit-pill {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f7fbff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.theme-two .credit-pill {
  background: #f7fbff;
  color: #061225 !important;
}

.theme-two .account-icon-link {
  width: 2.1rem;
  height: 2.1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  padding: 0.1rem;
}

.theme-two .account-icon {
  width: 100%;
  height: 100%;
}

.theme-two .shell {
  width: min(1240px, calc(100% - 2rem));
  padding-top: 1.35rem;
}

.theme-two .site-footer {
  color: rgba(218, 232, 255, 0.58);
  font-weight: 500;
  letter-spacing: 0;
}

.theme-two .site-footer a {
  color: rgba(247, 251, 255, 0.86);
  text-decoration-color: rgba(122, 239, 255, 0.58);
  text-decoration-thickness: 1px;
}

.theme-two .panel {
  border: 1px solid rgba(210, 230, 255, 0.14);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(18, 42, 76, 0.78), rgba(4, 13, 29, 0.72)),
    rgba(8, 20, 39, 0.66);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}

.theme-two .brutal-panel {
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.theme-two .hero-grid {
  gap: 1.4rem;
}

.theme-two .hero-copy {
  min-height: clamp(390px, 48vh, 520px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.6rem, 4.4vw, 3.8rem);
  border-radius: 1rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 8, 19, 0.98) 0%, rgba(5, 18, 39, 0.86) 48%, rgba(7, 27, 55, 0.62) 100%),
    linear-gradient(180deg, transparent 0%, rgba(3, 8, 19, 0.74) 100%),
    url("../assets/gameplay.gif") center / cover no-repeat;
}

.theme-two .hero-copy h1 {
  max-width: none;
  color: #ffffff;
  font-size: clamp(2.4rem, 5.4vw, 5.2rem);
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
  white-space: nowrap;
}

.theme-two .hero-copy .hero-lede {
  max-width: 45rem;
  padding-top: 1.3rem;
  color: rgba(230, 240, 255, 0.74);
  font-size: 1.13rem;
  line-height: 1.65;
}

.theme-two .hero-copy .hero-lede strong {
  color: #ffffff;
  font-weight: 700;
}

.theme-two .action-row {
  gap: 0.75rem;
  margin-top: 2.4rem;
}

.theme-two .button,
.theme-two .btn {
  min-height: 3rem;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.15rem;
  box-shadow: none;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, opacity 160ms ease;
}

.theme-two .button:hover,
.theme-two .button:focus-visible,
.theme-two .btn:hover,
.theme-two .btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.theme-two .button-primary,
.theme-two .btn-primary {
  background: linear-gradient(135deg, #ffffff 0%, #b9f9ff 46%, #7aa7ff 100%);
  color: #051124;
}

.theme-two .button-ghost,
.theme-two .btn-outline-secondary {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.08);
  color: #f7fbff;
}

.theme-two .button-ghost:hover,
.theme-two .button-ghost:focus-visible,
.theme-two .btn-outline-secondary:hover,
.theme-two .btn-outline-secondary:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
}

.theme-two .button:disabled,
.theme-two .btn:disabled {
  opacity: 0.45;
}

.theme-two .button:disabled:hover,
.theme-two .btn:disabled:hover {
  transform: none;
  box-shadow: none;
}

.theme-two h2,
.theme-two h3,
.theme-two .reveal-panel h1,
.theme-two .auth-card h1,
.theme-two .account-card h1,
.theme-two .legal-page h1 {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
}

.theme-two .eyebrow {
  margin-left: 0;
  color: rgba(122, 239, 255, 0.78);
  font-weight: 800;
  letter-spacing: 0;
}

.theme-two .mini-label {
  margin-left: 0;
  color: rgba(198, 210, 226, 0.62);
  font-weight: 800;
  letter-spacing: 0;
}

.theme-two .lede,
.theme-two .account-note,
.theme-two .competition-meta,
.theme-two .asset-history,
.theme-two .history-count,
.theme-two .empty-state p {
  color: rgba(218, 232, 255, 0.68);
}

.theme-two .rounds-panel,
.theme-two .history-panel {
  margin-top: 1.35rem;
}

.theme-two .rounds-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.theme-two .competition-grid {
  gap: 1.25rem;
}

.theme-two .competition-card {
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(210, 230, 255, 0.13);
  border-radius: 1rem;
  background:
    linear-gradient(155deg, rgba(20, 47, 84, 0.76), rgba(5, 15, 32, 0.72)),
    rgba(8, 20, 39, 0.68);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.theme-two .competition-card:hover {
  transform: translateY(-2px);
  border-color: rgba(122, 239, 255, 0.32);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), 0 0 34px rgba(42, 147, 255, 0.1);
}

.theme-two .competition-card-ending,
.theme-two .competition-card-ending:hover {
  border-color: rgba(167, 246, 255, 0.48);
  animation: theme-two-round-edge-pulse 1.05s ease-in-out infinite;
}

.theme-two .payout-value-updated {
  animation: theme-two-payout-value-pop 620ms ease-out;
}

@keyframes theme-two-round-edge-pulse {
  0%,
  100% {
    box-shadow: 0 18px 56px rgba(0, 0, 0, 0.26), 0 0 0 rgba(122, 239, 255, 0);
  }

  50% {
    box-shadow: 0 20px 62px rgba(0, 0, 0, 0.28), 0 0 0 2px rgba(122, 239, 255, 0.18), 0 0 28px rgba(122, 239, 255, 0.18);
  }
}

@keyframes theme-two-payout-value-pop {
  0% {
    color: rgba(247, 251, 255, 0.94);
  }

  42% {
    color: #8dffd5;
  }

  100% {
    color: rgba(247, 251, 255, 0.94);
  }
}

.theme-two .competition-preview,
.theme-two .landing-chart-viewport {
  overflow: hidden;
  border: 1px solid rgba(210, 230, 255, 0.12);
  border-radius: 1rem;
  background: rgba(3, 10, 24, 0.72);
}

.theme-two .competition-preview-canvas {
  height: 210px;
  background: transparent;
}

.theme-two .competition-head {
  align-items: center;
}

.theme-two .competition-card > .countdown {
  margin: -0.15rem 0 -0.05rem;
}

.theme-two .countdown {
  color: rgba(247, 251, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 800;
  gap: 0.32rem;
}

.theme-two .countdown-value {
  color: #ffffff;
  font-size: 1.42rem;
}

.theme-two .countdown-unit {
  color: rgba(218, 232, 255, 0.52);
}

.theme-two .status-chip {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0.28rem 0.58rem;
  color: rgba(247, 251, 255, 0.82);
  font-size: 0.78rem;
}

.theme-two .status-open {
  background: rgba(247, 251, 255, 0.94);
  color: #061225;
}

.theme-two .status-entered {
  border-color: rgba(135, 249, 207, 0.35);
  background: rgba(135, 249, 207, 0.92);
  color: #041b1e;
}

.theme-two .competition-card h3,
.theme-two .competition-summary-panel h3 {
  font-size: 1.62rem;
  line-height: 1;
}

.theme-two .competition-stat-grid {
  gap: 0.72rem;
}

.theme-two .competition-stat {
  align-content: center;
  min-height: 5.1rem;
  padding: 0.8rem;
  border: 1px solid rgba(210, 230, 255, 0.12);
  border-radius: 0.75rem;
  background: rgba(5, 18, 38, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.theme-two .competition-stat span {
  color: rgba(198, 210, 226, 0.58);
  font-weight: 800;
}

.theme-two .competition-stat strong {
  color: rgba(247, 251, 255, 0.94);
  font-size: 2.05rem;
}

.theme-two .competition-stat .countdown {
  color: rgba(247, 251, 255, 0.94);
  font-size: 1.08rem;
  gap: 0.32rem;
}

.theme-two .competition-stat .countdown-value {
  font-size: 2.05rem;
}

.theme-two .competition-meta-list {
  gap: 0.25rem;
}

.theme-two .history-panel,
.theme-two .reveal-panel,
.theme-two .crash-stage,
.theme-two .bet-panel,
.theme-two .competition-summary-panel {
  border-radius: 1rem;
}

.theme-two .game-layout {
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.72fr);
  gap: 1.25rem;
}

.theme-two .crash-stage {
  padding: 0.75rem;
  background:
    linear-gradient(145deg, rgba(17, 43, 80, 0.74), rgba(3, 10, 23, 0.8)),
    rgba(6, 16, 34, 0.7);
}

.theme-two .crash-stage.chart-attention-pulse {
  animation: chartAttentionPulse 760ms ease;
}

@keyframes chartAttentionPulse {
  0%,
  100% {
    border-color: rgba(210, 230, 255, 0.14);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translateY(0);
  }
  24% {
    border-color: rgba(122, 239, 255, 0.95);
    box-shadow: 0 0 0 4px rgba(122, 239, 255, 0.16), 0 28px 80px rgba(42, 147, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
  }
  54% {
    border-color: rgba(135, 249, 207, 0.75);
    box-shadow: 0 0 0 8px rgba(135, 249, 207, 0.08), 0 24px 72px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: translateY(0);
  }
}

.theme-two .chart-canvas {
  min-height: 500px;
  border: 1px solid rgba(210, 230, 255, 0.12);
  border-radius: 1rem;
  background: #071427;
}

.theme-two .results-stage {
  margin-top: 1.35rem;
}

.theme-two .game-side {
  gap: 1rem;
}

.theme-two .competition-summary-panel,
.theme-two .bet-panel {
  gap: 1rem;
  background:
    linear-gradient(155deg, rgba(18, 42, 76, 0.74), rgba(5, 15, 32, 0.72)),
    rgba(8, 20, 39, 0.68);
}

.theme-two .competition-summary-wide {
  margin-bottom: 1rem;
}

.theme-two .competition-summary-panel .countdown {
  font-size: 0.82rem;
}

.theme-two .competition-summary-panel .countdown-value {
  font-size: 1.08rem;
}

.theme-two .compete-clean-layout {
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.theme-two .compete-play-grid {
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 23rem);
  gap: 1rem;
  align-items: start;
}

.theme-two .compete-side-panel {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.theme-two .compete-side-stats {
  width: 100%;
}

.theme-two .compete-title-block {
  width: min(100%, 760px);
  margin: 0.45rem auto 0.25rem;
  display: grid;
  gap: 0.55rem;
  text-align: center;
}

.theme-two .compete-title-block h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.theme-two .compete-title-block p {
  margin: 0;
  color: rgba(218, 232, 255, 0.68);
  font-size: 1.02rem;
  line-height: 1.55;
}

.theme-two .compete-title-block .mini-label {
  justify-self: center;
  text-transform: uppercase;
}

.theme-two .compete-chart-panel {
  padding: 0.7rem;
}

.theme-two .compete-chart-panel .chart-canvas {
  height: clamp(470px, 62vh, 680px);
  min-height: 430px;
}

.theme-two .compete-action-panel {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem;
  text-align: center;
}

.theme-two .compete-action-panel .entry-instructions {
  width: 100%;
  justify-items: center;
  gap: 0.65rem;
}

.theme-two .compete-action-panel .entry-instructions h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  font-weight: 800;
  line-height: 1;
}

.theme-two .compete-action-panel .entry-instructions .mini-label,
.theme-two .compete-action-panel .account-note {
  margin: 0;
}

.theme-two .compete-action-panel .account-note {
  font-size: 0.88rem;
  line-height: 1.42;
}

.theme-two .compete-action-controls {
  width: 100%;
  display: grid;
  gap: 0.85rem;
}

.theme-two .trade-ticket-meta {
  padding: 0.78rem 0.85rem;
  border: 1px solid rgba(210, 230, 255, 0.12);
  border-radius: 0.75rem;
  background: rgba(4, 13, 29, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.theme-two .trade-ticket-meta span {
  color: rgba(198, 210, 226, 0.58);
}

.theme-two .trade-ticket-meta strong {
  color: rgba(247, 251, 255, 0.94);
}

.theme-two .compete-action-panel .ticket-current {
  margin: 0;
  text-align: center;
}

.theme-two .compete-action-panel .start-round-button {
  margin-top: 0;
}

.theme-two .compete-action-panel .flash {
  grid-column: 1 / -1;
}

.theme-two .compete-entry-panel {
  width: 100%;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  padding: 1rem;
  text-align: center;
}

.theme-two .compete-entry-panel h2 {
  margin: 0;
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  line-height: 1;
}

.theme-two .compete-entry-panel .mini-label {
  margin: 0;
}

.theme-two .compete-entry-panel .entry-list {
  width: 100%;
  margin-top: 0.25rem;
  border-top: 1px solid rgba(210, 230, 255, 0.12);
}

.theme-two .compete-entry-panel .entry-row {
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.65rem 0;
}

.theme-two .compete-entry-panel .entry-row span {
  flex: 0 1 auto;
}

.theme-two .compete-entry-panel .entry-row strong {
  flex: 0 1 auto;
}

.theme-two .compete-locked-card {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.theme-two .results-clean-layout {
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.theme-two .results-title-block {
  width: min(100%, 960px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  padding-top: 0.85rem;
  text-align: center;
}

.theme-two .results-title-block h1 {
  margin: 0;
  padding-bottom: 0.85rem;
  color: #ffffff;
  font-size: clamp(1.7rem, 3.8vw, 3.4rem);
  font-weight: 800;
  line-height: 1;
}

.theme-two .results-title-block h1.result-win-text {
  color: var(--green);
}

.theme-two .results-title-block p {
  margin: 0;
  color: rgba(218, 232, 255, 0.68);
}

.theme-two .compete-round-title .mini-label {
  max-width: 100%;
}

.theme-two .results-reveal-panel,
.theme-two .results-winner-panel {
  padding: 1.15rem;
}

.theme-two .results-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(14rem, 1.35fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 0.8rem;
}

.theme-two .results-data-card {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 0.32rem;
  padding: 1rem;
  border: 1px solid rgba(210, 230, 255, 0.12);
  border-radius: 1rem;
  background: rgba(4, 13, 29, 0.58);
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.theme-two .results-data-card strong {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  overflow-wrap: anywhere;
}

.theme-two .results-data-card strong.result-win-text {
  color: var(--green);
}

.theme-two .results-data-card .reveal-date-range {
  white-space: nowrap;
  font-size: clamp(0.92rem, 1.25vw, 1.08rem);
}

.theme-two .results-verify-block {
  justify-items: center;
  margin-top: 1rem;
}

.theme-two .results-verify-block .verify-link {
  justify-self: center;
}

.theme-two .results-winner-panel {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  text-align: center;
}

.theme-two .results-winner-panel > .mini-label {
  margin: 0;
}

.theme-two .results-winner-grid {
  width: 100%;
  margin-top: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme-two .results-winner-grid div {
  display: grid;
  justify-items: center;
  gap: 0.32rem;
  padding: 0.95rem;
  text-align: center;
}

.theme-two .results-winner-grid strong {
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1;
}

.theme-two .results-chart-panel {
  margin-top: 0;
  padding: 0.7rem;
}

.theme-two .results-chart-panel .chart-canvas {
  height: clamp(470px, 62vh, 680px);
  min-height: 430px;
}

.theme-two .results-chart-key {
  color: rgba(218, 232, 255, 0.68);
}

.theme-two .chart-key-line-final {
  color: rgba(247, 251, 255, 0.96);
}

.theme-two .chart-key-line-winner,
.theme-two .chart-key-line-user {
  color: rgba(0, 230, 118, 0.92);
}

.theme-two .results-admin-form {
  display: grid;
  justify-items: center;
}

.theme-two label {
  color: rgba(247, 251, 255, 0.86);
  font-weight: 800;
}

.theme-two input,
.theme-two select {
  border: 1px solid rgba(210, 230, 255, 0.14);
  border-radius: 1rem;
  background: rgba(1, 8, 20, 0.72);
  color: #f7fbff;
}

.theme-two input:focus,
.theme-two select:focus {
  border-color: rgba(122, 239, 255, 0.68);
  box-shadow: 0 0 0 4px rgba(42, 147, 255, 0.18);
}

.theme-two .ticket-current-value {
  text-decoration-color: rgba(122, 239, 255, 0.78);
  text-decoration-thickness: 1px;
}

.theme-two .entry-row {
  border: 0;
  border-bottom: 1px solid rgba(210, 230, 255, 0.12);
  border-radius: 0;
  background: transparent;
  color: #f7fbff;
}

.theme-two .entry-row span {
  color: rgba(218, 232, 255, 0.58);
}

.theme-two .entry-row strong {
  color: #ffffff;
}

.theme-two .flash {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  box-shadow: none;
}

.theme-two .flash-error,
.theme-two .flash-danger,
.theme-two .flash-warning {
  background: rgba(255, 99, 132, 0.16);
  color: #ffdbe3;
}

.theme-two .flash-success {
  border-color: rgba(135, 249, 207, 0.3);
  background: rgba(135, 249, 207, 0.16);
  color: #d5ffef;
}

.theme-two .reveal-panel + .history-panel {
  margin-top: 1rem;
}

.theme-two .winner-grid,
.theme-two .reveal-grid {
  gap: 0.85rem;
}

.theme-two .account-grid div,
.theme-two .winner-grid div,
.theme-two .reveal-grid div {
  border: 1px solid rgba(210, 230, 255, 0.12);
  border-radius: 1rem;
  background: rgba(4, 13, 29, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.theme-two .account-grid strong,
.theme-two .winner-grid strong,
.theme-two .reveal-grid strong {
  color: #ffffff;
  font-weight: 800;
}

.theme-two .api-example {
  border: 1px solid rgba(210, 230, 255, 0.12);
  border-radius: 0.75rem;
  background: rgba(4, 13, 29, 0.58);
  color: rgba(247, 251, 255, 0.9);
}

.theme-two .verify-block {
  margin-top: 1.4rem;
}

.theme-two .table-wrap {
  border: 1px solid rgba(210, 230, 255, 0.11);
  border-radius: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.theme-two table {
  font-family: var(--font-sans);
}

.theme-two th,
.theme-two td {
  border: 1px solid rgba(210, 230, 255, 0.1);
  color: rgba(247, 251, 255, 0.88);
}

.theme-two th {
  background: rgba(255, 255, 255, 0.06);
}

.theme-two .modal-content {
  border-radius: 1rem;
  background:
    linear-gradient(155deg, rgba(20, 47, 84, 0.9), rgba(5, 15, 32, 0.9)),
    #071427;
}

.theme-two .modal-backdrop.show {
  background: #02050d;
  opacity: 0.94;
}

.theme-two .entry-confirm-copy {
  margin: 0;
  color: rgba(235, 244, 255, 0.84);
  font-size: 1.08rem;
  font-weight: 700;
}

@media (max-width: 860px) {
  .theme-two .site-header {
    position: sticky;
    top: 0.5rem;
    width: calc(100% - 1rem);
    margin-top: 0.5rem;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.45rem;
    padding: 0.6rem 0.62rem;
  }

  .theme-two .brand {
    flex: 0 0 auto;
    gap: 0.42rem;
  }

  .theme-two .brand h1 {
    font-size: 1.32rem;
  }

  .theme-two .brand-logo {
    width: 1.95rem;
    height: 1.95rem;
  }

  .theme-two .nav {
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0.32rem;
    overflow-x: auto;
    padding-bottom: 0;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .theme-two .nav::-webkit-scrollbar {
    display: none;
  }

  .theme-two .nav-open-competitions {
    display: none;
  }

  .theme-two .nav a,
  .theme-two .text-button {
    flex: 0 0 auto;
    min-height: 2rem;
    font-size: 0.68rem;
    line-height: 1;
  }

  .theme-two .nav-cta,
  .theme-two .credit-pill {
    padding: 0.48rem 0.58rem;
  }

  .theme-two .account-icon-link {
    width: 1.9rem;
    height: 1.9rem;
  }

  .theme-two .shell {
    width: calc(100% - 1rem);
    padding-top: 0.75rem;
  }

  .theme-two .hero-copy {
    min-height: 390px;
    padding: 1.5rem 1.2rem;
    border-radius: 1rem;
  }

  .theme-two .hero-copy h1 {
    max-width: none;
    font-size: clamp(1.35rem, 7vw, 2.55rem);
    white-space: nowrap;
  }

  .theme-two .competition-grid,
  .theme-two .game-layout,
  .theme-two .reveal-grid {
    grid-template-columns: 1fr;
  }

  .theme-two .panel,
  .theme-two .history-panel,
  .theme-two .reveal-panel,
  .theme-two .crash-stage,
  .theme-two .bet-panel,
  .theme-two .competition-summary-panel,
  .theme-two .competition-card {
    border-radius: 1rem;
  }

  .theme-two .chart-canvas {
    min-height: 390px;
    height: 470px;
    border-radius: 1rem;
  }

  .theme-two .compete-clean-layout {
    gap: 0.8rem;
  }

  .theme-two .compete-play-grid {
    grid-template-columns: 1fr;
  }

  .theme-two .compete-action-panel {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .theme-two .compete-title-block {
    margin-top: 0.2rem;
    gap: 0.45rem;
  }

  .theme-two .compete-title-block h1 {
    font-size: clamp(1.45rem, 7vw, 2.35rem);
  }

  .theme-two .compete-round-title .mini-label {
    font-size: clamp(0.62rem, 2.85vw, 0.82rem);
    line-height: 1.25;
    overflow-wrap: normal;
  }

  .theme-two .compete-action-panel {
    gap: 1.1rem;
  }

  .theme-two .mobile-soft-break {
    display: none;
  }

  .theme-two .compete-action-controls {
    width: min(100%, 24rem);
  }

  .theme-two .compete-chart-panel .chart-canvas {
    height: 470px;
    min-height: 390px;
  }

  .theme-two .results-card-grid,
  .theme-two .results-winner-grid {
    grid-template-columns: 1fr;
  }

  .theme-two .results-reveal-panel,
  .theme-two .results-winner-panel {
    padding: 0.85rem;
  }

  .theme-two .results-data-card .reveal-date-range {
    white-space: normal;
  }

  .theme-two .results-chart-panel .chart-canvas {
    height: 470px;
    min-height: 390px;
  }
}

@media (max-width: 430px) {
  .theme-two .hero-copy {
    min-height: 360px;
    padding: 1.25rem 1.15rem;
  }

  .theme-two .hero-copy h1 {
    font-size: clamp(1.28rem, 6.7vw, 1.82rem);
    line-height: 0.96;
  }

  .theme-two .hero-copy .hero-lede {
    font-size: 1rem;
    line-height: 1.5;
  }

  .theme-two .compete-chart-panel,
  .theme-two .compete-action-panel,
  .theme-two .compete-entry-panel {
    padding: 0.75rem;
  }

  .theme-two .compete-action-panel {
    padding: 1.45rem 0.85rem;
  }

  .theme-two .compete-title-block h1 {
    font-size: clamp(1.25rem, 6.4vw, 1.85rem);
  }

  .theme-two .compete-title-block p,
  .theme-two .compete-action-panel .account-note {
    font-size: 0.92rem;
  }

  .theme-two .compete-chart-panel .chart-canvas {
    height: 430px;
    min-height: 360px;
  }

  .theme-two .results-title-block h1 {
    font-size: clamp(1.45rem, 8vw, 2.35rem);
  }

  .theme-two .results-reveal-panel,
  .theme-two .results-winner-panel,
  .theme-two .results-chart-panel {
    padding: 0.75rem;
  }

  .theme-two .results-chart-panel .chart-canvas {
    height: 430px;
    min-height: 360px;
  }
}
