/* Focused customer flow: one primary action, calm hierarchy, compact results. */

body.betting-shell-page {
  background:
    radial-gradient(circle at 8% 0%, rgba(42, 196, 160, 0.09), transparent 30rem),
    radial-gradient(circle at 92% 10%, rgba(73, 155, 255, 0.08), transparent 34rem),
    #06101c;
}

.betting-shell-page [hidden] {
  display: none !important;
}

.bet-nav-home-item,
.bet-shell-userbar [data-shell-auth-action="logout"],
.bet-nav-mobile-auth [data-shell-auth-action="logout"] {
  display: none !important;
}

.admin-auth-shell .bet-shell-userbar,
.admin-auth-shell .bet-nav-toggle {
  display: none !important;
}

.betting-shell-page .bet-shell {
  width: min(100%, 1240px);
  min-height: 100vh;
  padding: 20px 24px 32px;
}

.betting-shell-page .bet-header {
  min-height: 66px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 18px;
  background: rgba(7, 15, 27, 0.88);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.betting-shell-page .bet-brand img {
  width: 38px;
  height: 38px;
}

.betting-shell-page .bet-brand span {
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

.betting-shell-page .bet-footer {
  margin-top: 24px;
  padding: 18px 0 4px;
  background: transparent;
}

/* Secondary customer views keep settings behind one calm disclosure. */

.bet-money-page .bet-money-layout,
.bet-scanner-page .bet-scanner-layout,
.bet-account-layout {
  width: min(100%, 960px);
  margin-inline: auto;
  box-sizing: border-box;
}

.bet-money-page .bet-money-control,
.bet-scanner-page .bet-surface,
.bet-account-primary {
  padding: clamp(24px, 4vw, 40px);
  border-radius: 22px;
}

.bet-money-page .bet-surface-heading,
.bet-scanner-page .bet-surface-heading {
  margin-bottom: 22px;
}

.bet-money-page .bet-surface-heading h1,
.bet-scanner-page .bet-surface-heading h1 {
  margin-top: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
}

.bet-money-page .bet-money-summary-grid {
  grid-template-columns: 1fr;
}

.bet-money-page .bet-money-metric {
  padding: 20px;
  text-align: left;
}

.bet-money-page .bet-money-metric strong {
  margin: 6px 0 4px;
  font-size: 1.25rem;
}

.bet-money-page .bet-money-action-list {
  margin-top: 14px;
}

.bet-money-page .bet-money-action {
  min-height: 74px;
  padding: 18px 20px;
  border-radius: 16px;
}

.bet-money-settings,
.bet-account-settings {
  margin-top: 18px;
  padding: 0 18px;
  border: 1px solid rgba(147, 168, 198, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.022);
  text-align: left;
}

.bet-money-settings summary,
.bet-account-settings summary {
  padding: 16px 0;
  color: #aab8cf;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.bet-money-settings[open] summary,
.bet-account-settings[open] summary {
  padding-bottom: 10px;
  color: #f1f5fb;
}

.bet-money-settings > p,
.bet-account-settings > p {
  margin: 0 0 14px;
  color: #8e9db3;
  font-size: 0.86rem;
  line-height: 1.5;
}

.bet-money-settings .bet-money-limit-form {
  margin-bottom: 18px;
}

.bet-scanner-page .bet-scanner-layout {
  gap: 16px;
}

.bet-scanner-page .bet-surface {
  width: min(100%, 760px);
  justify-self: center;
  box-sizing: border-box;
  text-align: center;
}

.bet-scanner-page .bet-surface-heading {
  justify-content: center;
  text-align: center;
}

.bet-scanner-page .bet-scanner-intro {
  max-width: 590px;
  margin: 10px auto 0;
  color: #9eacc0;
  line-height: 1.6;
}

.bet-scanner-page #bet-scanner-status {
  margin: 12px 0 0;
}

.bet-scanner-page #bet-scanner-status.is-ready {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bet-scanner-page .bet-scanner-decision-card {
  border-radius: 16px;
}

.bet-account-layout {
  display: grid;
  gap: 0;
}

.bet-account-primary {
  margin: 0;
}

.bet-account-settings {
  width: min(100%, 620px);
  margin-inline: auto;
  box-sizing: border-box;
}

.bet-account-settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 18px;
}

/* Home */

.bet-home-main {
  display: grid;
  gap: 18px;
}

.betting-shell-page .bet-home-hero {
  display: grid;
  min-height: clamp(460px, 67vh, 660px);
  margin: 0;
  padding: clamp(42px, 7vw, 88px) clamp(24px, 6vw, 72px);
  place-items: center;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(73, 155, 255, 0.14), transparent 42%),
    radial-gradient(circle at 20% 100%, rgba(42, 196, 160, 0.13), transparent 38%),
    linear-gradient(145deg, rgba(14, 28, 47, 0.98), rgba(6, 14, 26, 0.98));
}

.bet-home-hero-content {
  display: grid;
  justify-items: center;
  width: min(100%, 850px);
  text-align: center;
}

.betting-shell-page .bet-home-hero h1 {
  max-width: 12ch;
  margin: 20px auto 22px;
  font-size: clamp(2.8rem, 6.6vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
  overflow-wrap: normal;
}

.betting-shell-page .bet-home-lead {
  max-width: 650px;
  margin: 0;
  color: #b9c7da;
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  line-height: 1.7;
  text-wrap: balance;
}

.bet-home-hero .bet-hero-actions {
  margin-top: 30px;
}

.bet-home-hero .bet-primary-btn-large {
  min-height: 58px;
  padding-inline: 26px;
  border-radius: 14px;
  font-size: 1rem;
}

.betting-shell-page .bet-home-safety {
  margin: 17px 0 0;
  color: #8392a9;
  font-size: 0.88rem;
  line-height: 1.5;
}

.bet-home-flow {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(147, 168, 198, 0.14);
  border-radius: 24px;
  background: rgba(9, 19, 33, 0.82);
}

.bet-home-flow-heading h2 {
  max-width: 14ch;
  margin: 16px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-align: left;
  text-wrap: balance;
}

.bet-home-flow-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.bet-home-flow-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(147, 168, 198, 0.12);
}

.bet-home-flow-list li:first-child {
  padding-top: 2px;
}

.bet-home-flow-list li:last-child {
  padding-bottom: 2px;
  border-bottom: 0;
}

.bet-home-flow-list > li > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(42, 196, 160, 0.28);
  border-radius: 50%;
  background: rgba(42, 196, 160, 0.09);
  color: #78e3bd;
  font: 700 0.86rem/1 "Space Grotesk", sans-serif;
}

.bet-home-flow-list strong {
  display: block;
  color: #f5f8ff;
  font-size: 1rem;
}

.bet-home-flow-list p {
  margin: 5px 0 0;
  color: #95a5bc;
  font-size: 0.92rem;
  line-height: 1.5;
}

/* Vakio check */

.bet-vakio-shell .betting-page {
  display: grid;
  gap: 18px;
  width: min(100%, 960px);
  margin: 0 auto;
  box-sizing: border-box;
}

.bet-vakio-shell .vakio-list-wrap,
.bet-vakio-shell .vakio-analysis-panel {
  box-sizing: border-box;
  border-radius: 22px;
}

.bet-vakio-shell .vakio-list-wrap {
  width: min(100%, 760px);
  justify-self: center;
  padding: clamp(24px, 4vw, 42px);
}

.bet-vakio-shell .vakio-analysis-panel {
  width: 100%;
}

.bet-vakio-shell .vakio-list-head {
  align-items: flex-start;
  margin-bottom: 26px;
}

.bet-vakio-shell .vakio-list-head > div {
  max-width: 650px;
}

.bet-vakio-shell .vakio-list-head h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.bet-vakio-shell .vakio-list-head p {
  max-width: 590px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

.bet-vakio-shell .vakio-list-head .betting-status {
  flex: 0 0 auto;
}

.bet-vakio-shell .vakio-list-wrap.is-compact {
  padding: 14px 16px;
}

.bet-vakio-shell .vakio-list-wrap.is-compact .vakio-list-head {
  display: none;
}

.bet-vakio-shell .vakio-list-wrap.is-compact .vakio-primary-round-card {
  grid-template-columns: 1fr;
  padding: 12px 16px;
  border: 0;
  background: transparent;
}

.bet-vakio-shell .vakio-list-wrap.is-compact .vakio-primary-round-eyebrow {
  display: none;
}

.bet-vakio-shell .vakio-list-wrap.is-compact .bet-primary-btn {
  display: none;
}

.vakio-primary-round-card {
  padding: 18px 20px;
  border-color: rgba(89, 180, 255, 0.24);
  border-radius: 16px;
  background: rgba(68, 151, 224, 0.07);
}

.vakio-primary-round-eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #7f91aa;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vakio-primary-round-card strong {
  font-size: 1.16rem;
}

.vakio-primary-round-card .bet-primary-btn {
  min-height: 50px;
  border-radius: 12px;
}

.bet-vakio-shell .vakio-analysis-panel {
  margin-top: 0;
  padding: clamp(16px, 3vw, 26px);
}

.vakio-decision-panel {
  margin-bottom: 14px;
  padding: clamp(20px, 3vw, 28px);
  border-color: rgba(42, 196, 160, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 196, 160, 0.10), transparent 42%),
    rgba(8, 18, 30, 0.92);
}

.vakio-decision-head {
  align-items: center;
}

.vakio-decision-head h2 {
  margin: 10px 0 6px;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: -0.035em;
}

.vakio-decision-head p {
  max-width: 660px;
  font-size: 0.98rem;
  line-height: 1.55;
}

.vakio-decision-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(42, 196, 160, 0.28);
  border-radius: 50%;
  background: rgba(42, 196, 160, 0.11);
  color: #7ce5c0;
  font-size: 1.2rem;
  font-weight: 800;
}

.bet-vakio-shell .vakio-system-panel {
  margin: 0;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 18px;
  background: rgba(8, 16, 28, 0.7);
}

.bet-vakio-shell .vakio-system-head {
  margin-bottom: 16px;
}

.bet-vakio-shell .vakio-system-head h3 {
  margin: 0 0 6px;
  font-size: 1.25rem;
}

.bet-vakio-shell .vakio-system-head p {
  margin: 0;
}

.bet-vakio-shell #vakio-system-feedback[hidden],
.bet-vakio-shell #vakio-programs-status[hidden] {
  display: none;
}

.vakio-system-card {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.028);
}

.vakio-system-card-top {
  align-items: center;
  margin-bottom: 12px;
}

.vakio-system-card-top > div:first-child strong {
  color: #f5f8ff;
  font-size: 1.2rem;
}

.vakio-system-card-top > div:last-child {
  align-items: flex-end;
}

.vakio-system-card-top > div:last-child strong {
  font-size: 1.3rem;
}

.vakio-system-formation {
  margin-bottom: 5px;
  color: #7ce5c0;
}

.vakio-system-lines {
  gap: 0;
  margin-bottom: 0;
  border-radius: 12px;
}

.vakio-system-line {
  min-height: 58px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(147, 168, 198, 0.08);
  background: rgba(255, 255, 255, 0.018);
}

.vakio-system-line:last-child {
  border-bottom: 0;
}

.vakio-system-line:nth-child(odd) {
  background: rgba(255, 255, 255, 0.035);
}

.vakio-system-line-match {
  align-items: center;
  font-size: 0.9rem;
}

.vakio-system-line-number {
  min-width: 28px;
  height: 28px;
  background: rgba(124, 229, 192, 0.13);
  color: #83e8c3;
}

.vakio-system-sign {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(211, 220, 232, 0.92);
}

.vakio-system-sign.active.sign-1,
.vakio-system-sign.active.sign-2,
.vakio-system-sign.active.sign-x {
  background: #249f70;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

/* Keep consent available without turning it into the visual focus. */

.bet-cookie-consent {
  right: 50%;
  bottom: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(780px, calc(100vw - 28px));
  max-width: none;
  padding: 12px 14px;
  transform: translateX(50%);
  border-color: rgba(147, 168, 198, 0.2);
  border-radius: 14px;
  background: rgba(9, 18, 31, 0.96);
  color: #eaf0f9;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.bet-cookie-consent strong {
  margin-bottom: 2px;
  color: #eef4fd;
  font-size: 0.86rem;
}

.bet-cookie-consent p,
.bet-cookie-consent a {
  color: #9dacbf;
}

.bet-cookie-consent p {
  font-size: 0.76rem;
  line-height: 1.35;
}

.bet-cookie-actions {
  flex-wrap: nowrap;
}

@media (max-width: 760px) {
  .betting-shell-page .bet-shell {
    padding: 12px 12px 24px;
  }

  .betting-shell-page .bet-header {
    min-height: 60px;
    margin-bottom: 14px;
    padding: 9px 10px;
    border-radius: 15px;
  }

  .betting-shell-page .bet-brand img {
    width: 34px;
    height: 34px;
  }

  .betting-shell-page .bet-brand span {
    font-size: 0.95rem;
  }

  .betting-shell-page .bet-home-hero {
    min-height: auto;
    padding: 58px 20px;
    border-radius: 20px;
  }

  .bet-money-page .bet-money-control,
  .bet-scanner-page .bet-surface,
  .bet-account-primary {
    padding: 22px 18px;
  }

  .bet-money-page .bet-surface-heading,
  .bet-scanner-page .bet-surface-heading {
    align-items: center;
    text-align: center;
  }

  .bet-money-page .bet-money-action {
    min-height: 0;
  }

  .bet-money-settings .bet-money-limit-form,
  .bet-account-settings-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bet-money-settings .bet-primary-btn,
  .bet-account-settings-actions .bet-secondary-btn {
    width: 100%;
  }

  .betting-shell-page .bet-home-hero h1 {
    max-width: 11ch;
    margin: 18px auto;
    font-size: clamp(2.45rem, 12vw, 3.65rem);
  }

  .betting-shell-page .bet-home-lead {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .bet-home-hero .bet-hero-actions,
  .bet-home-hero .bet-primary-btn-large {
    width: 100%;
  }

  .bet-home-flow {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 20px;
    border-radius: 20px;
  }

  .bet-home-flow-heading h2 {
    max-width: 16ch;
    font-size: 1.9rem;
  }

  .bet-vakio-shell .vakio-list-wrap {
    padding: 24px 18px 18px;
  }

  .bet-vakio-shell .vakio-list-head {
    margin-bottom: 20px;
  }

  .bet-vakio-shell .vakio-list-head h1 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .bet-vakio-shell .vakio-list-head p {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .vakio-primary-round-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .vakio-primary-round-card .bet-primary-btn {
    width: 100%;
  }

  .bet-vakio-shell .vakio-list-wrap.is-compact {
    display: none;
  }

  .bet-vakio-shell .vakio-analysis-panel {
    padding: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .vakio-decision-panel,
  .bet-vakio-shell .vakio-system-panel {
    padding: 18px 16px;
  }

  .vakio-decision-head {
    align-items: flex-start;
  }

  .vakio-decision-icon {
    width: 40px;
    height: 40px;
  }

  .vakio-system-card {
    padding: 14px 12px;
  }

  .vakio-system-card-top > div:first-child strong {
    font-size: 1.05rem;
  }

  .vakio-system-card-top > div:last-child strong {
    font-size: 1.12rem;
  }

  .vakio-system-line {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 8px;
  }

  .vakio-system-line-match {
    gap: 8px;
    font-size: 0.82rem;
  }

  .vakio-system-line-number {
    min-width: 24px;
    height: 24px;
    font-size: 0.72rem;
  }

  .vakio-system-line-picks {
    width: auto;
    gap: 4px;
  }

  .vakio-system-sign {
    width: 30px;
    height: 32px;
    font-size: 0.78rem;
  }

  .bet-cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
    width: auto;
    max-width: none;
    transform: none;
  }

  .bet-cookie-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {
  .betting-shell-page .bet-home-hero {
    padding-inline: 16px;
  }

  .betting-shell-page .bet-home-hero h1 {
    font-size: 2.35rem;
  }

}

/* Shared support, legal and internal-page polish. */

.betting-shell-page .bet-footer-row {
  align-items: center;
  justify-content: space-between;
}

.bet-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.bet-footer-links a {
  color: #8f9db2;
  font-size: 0.8rem;
}

.bet-footer-links a:hover,
.bet-footer-links a:focus-visible {
  color: #e4edf9;
}

.bet-info-page .bet-admin-layout {
  width: min(100%, 900px);
  margin-inline: auto;
}

.bet-info-page .bet-info-content {
  padding: clamp(28px, 5vw, 56px);
  border-radius: 24px;
  text-align: left;
}

.bet-info-page .bet-info-content h1 {
  max-width: 20ch;
  margin: 14px 0 16px;
  font-size: clamp(2.15rem, 5vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.bet-info-page .bet-info-content h2 {
  margin: 34px 0 10px;
  font-size: 1.2rem;
}

.bet-info-page .bet-info-content > p {
  max-width: 70ch;
  margin: 0;
  color: #aab7ca;
  line-height: 1.7;
}

.bet-info-page .bet-page-actions,
.bet-info-page .bet-support-actions,
.bet-info-page .bet-privacy-consent-actions {
  justify-content: flex-start;
  margin-top: 22px;
}

.admin-auth-shell .auth-submit {
  min-height: 46px;
  border-color: rgba(42, 196, 160, 0.42);
  background: linear-gradient(135deg, rgba(30, 137, 108, 0.95), rgba(20, 100, 83, 0.96));
  box-shadow: 0 10px 26px rgba(24, 135, 105, 0.18);
}

.admin-auth-shell .auth-submit:hover,
.admin-auth-shell .auth-submit:focus-visible {
  border-color: rgba(91, 228, 190, 0.68);
  background: linear-gradient(135deg, rgba(38, 155, 122, 0.98), rgba(24, 116, 94, 0.98));
}

.bet-agent-search-page .bet-agent-layout {
  width: min(100%, 960px);
  margin-inline: auto;
}

.bet-agent-search-page .bet-surface {
  padding: clamp(26px, 5vw, 46px);
  border-radius: 22px;
  text-align: center;
}

.bet-agent-search-page .bet-surface-heading {
  justify-content: center;
  text-align: center;
}

.bet-agent-search-page .bet-surface-heading h1 {
  margin-top: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
}

.bet-agent-search-page .bet-agent-intro {
  max-width: 620px;
  margin: 10px auto 0;
  color: #9eacc0;
  line-height: 1.6;
}

.bet-agent-search-page #bet-agent-status {
  margin: 12px 0 0;
}

.bet-agent-search-page #bet-agent-status.is-ready {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bet-agent-search-page .bet-agent-next-card {
  min-height: 90px;
  padding: 20px;
  border-radius: 16px;
}

.bet-admin-streamlined .bet-admin-layout {
  gap: 16px;
}

.bet-admin-streamlined .bet-surface,
.bet-admin-streamlined .bet-section-card,
.bet-admin-streamlined .bet-admin-tech-section {
  border-radius: 20px;
}

.bet-admin-streamlined .bet-surface-heading h1 {
  margin-top: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
}

.bet-admin-streamlined .bet-admin-user {
  display: none;
}

.bet-admin-primary-details {
  padding: 0;
  overflow: hidden;
}

.bet-admin-primary-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  list-style: none;
  cursor: pointer;
}

.bet-admin-primary-details > summary::-webkit-details-marker {
  display: none;
}

.bet-admin-primary-details > summary > div {
  display: grid;
  gap: 7px;
}

.bet-admin-primary-details > summary strong {
  color: #f0f5fc;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
}

.bet-admin-primary-details > summary::after {
  content: "+";
  color: #91a2ba;
  font-size: 1.35rem;
}

.bet-admin-primary-details[open] > summary::after {
  content: "−";
}

.bet-admin-primary-details > summary .bet-admin-badge {
  margin-left: auto;
}

.bet-admin-primary-details-body {
  display: grid;
  gap: 14px;
  padding: 0 20px 20px;
}

@media (max-width: 900px) {
  .bet-admin-streamlined .bet-admin-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bet-admin-streamlined .bet-admin-visual-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .betting-shell-page .bet-nav {
    z-index: 30;
    background: #07111f;
  }

  .betting-shell-page .bet-footer-row {
    justify-content: center;
  }

  .bet-footer-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    gap: 10px 20px;
  }

  .bet-info-page .bet-info-content {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .bet-info-page .bet-info-content h1 {
    font-size: 2.2rem;
  }

  .bet-info-page .bet-page-actions .bet-primary-btn,
  .bet-info-page .bet-support-actions .bet-primary-btn {
    width: 100%;
  }

  .bet-agent-search-page .bet-surface {
    padding: 28px 20px;
  }

  .bet-agent-search-page .bet-agent-next-card {
    text-align: center;
  }

  .bet-admin-streamlined .bet-surface,
  .bet-admin-streamlined .bet-section-card {
    padding: 18px;
  }

  .bet-admin-streamlined .bet-admin-summary-grid {
    grid-template-columns: 1fr;
  }

  .bet-admin-streamlined .bet-admin-summary-card {
    text-align: left;
  }

  .bet-admin-primary-details {
    padding: 0 !important;
  }

  .bet-admin-primary-details > summary {
    align-items: flex-start;
    padding: 18px;
  }

  .bet-admin-primary-details > summary .bet-admin-badge {
    display: none;
  }

  .bet-admin-primary-details-body {
    padding: 0 18px 18px;
  }
}
