@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;900&family=Sofia+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,800;1,900&display=swap");
@import "tailwindcss";

:root {
  --gold: #ffdd42;
  --gold-deep: #d6aa17;
  --olive: #453900;
  --olive-dark: #211c00;
  --card: #4c3f08;
  --cream: #fff6d8;
  --ink: #151515;
  --back: #b9e0f4;
  --lay: #f2bbd1;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--olive-dark);
}

body {
  margin: 0;
  background: var(--olive-dark);
  color: white;
  font-family: "Sofia Sans", "Trebuchet MS", sans-serif;
}

[hidden] {
  display: none !important;
}

body:has(.login-screen:not([hidden])) {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 223, 66, 0.08), transparent 28rem),
    linear-gradient(145deg, #272100 0%, #161300 100%);
}

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 220px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.22);
}

.sidebar-logo-row {
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 16px;
  background: #302800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-logo {
  width: 138px;
  height: 44px;
  object-fit: contain;
}

.sidebar-close {
  display: none;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.sports-list {
  min-height: 0;
  padding: 4px 9px 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #9a9a9a transparent;
}

.sport-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 38px;
  padding: 4px 7px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #161616;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.sport-link:hover {
  background: #f0ead1;
  transform: translateX(2px);
}

.sport-orb {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid #463d10;
  color: #fff;
  background: linear-gradient(145deg, #ef3f48, #99151b);
  box-shadow: inset -4px -4px 8px rgba(0, 0, 0, 0.24);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.orb-1 {
  background: radial-gradient(circle, #f6f6f6 20%, #1d1d1d 22% 35%, #f6f6f6 36% 54%, #1d1d1d 55%);
  color: transparent;
}

.orb-2 {
  background: radial-gradient(circle at 35% 30%, #cbf470, #6b8b1b 70%);
}

.orb-3 {
  background: linear-gradient(135deg, #28b3c8, #162f75);
}

.orb-4 {
  background: linear-gradient(135deg, #ff7f42, #9b1f24);
}

.orb-5 {
  background: linear-gradient(135deg, #f6d966, #725809);
}

.other-menu-label {
  margin: 8px 16px 4px;
  color: #777;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.whatsapp-button {
  margin: auto 10px 10px;
  min-height: 40px;
  border: 0;
  border-radius: 18px;
  background: #121a35;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.whatsapp-mark {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  border-radius: 50%;
  background: white;
  color: #173b2c;
}

.topbar {
  position: fixed;
  inset: 0 0 auto 220px;
  height: 48px;
  z-index: 20;
  display: flex;
  align-items: center;
  padding: 0 10px 0 24px;
  background: rgba(68, 56, 0, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
}

.menu-button {
  display: none;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  padding: 8px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 2px 0;
  background: #252525;
}

.topbar-logo {
  display: none;
}

.top-navigation {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-navigation button {
  min-width: 62px;
  height: 36px;
  padding: 0 15px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.top-navigation button:hover,
.top-navigation button.active {
  background: var(--gold);
  color: #171100;
}

.account-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.account-actions button {
  min-width: 74px;
  height: 30px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
}

.login-button {
  background: linear-gradient(180deg, #ffe258, #f0bb20);
  color: #171100;
}

.signup-button {
  background: #7e691d;
  color: white;
}

.content {
  min-height: 100vh;
  margin-left: 220px;
  padding: 60px 28px 32px 24px;
  overflow: hidden;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.promo-card,
.fantasy-image-card,
.golden-kick,
.game-card {
  display: block;
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.promo-card {
  aspect-ratio: 2.5 / 1;
  border-radius: 14px;
  border: 1px solid #8f7430;
  background: #1b1810;
}

.promo-card img,
.fantasy-image-card img,
.game-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease, filter 300ms ease;
}

.promo-card:hover img,
.fantasy-image-card:hover img,
.game-card:hover img {
  transform: scale(1.025);
  filter: brightness(1.08);
}

.section-title {
  margin-top: 12px;
}

.section-title h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.025em;
}

.section-rule {
  height: 3px;
  background: rgba(255, 220, 65, 0.26);
}

.section-rule span {
  display: block;
  width: 46px;
  height: 3px;
  border-radius: 3px;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(255, 221, 66, 0.4);
}

.match-strip,
.games-strip {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.match-strip::-webkit-scrollbar,
.games-strip::-webkit-scrollbar {
  display: none;
}

.match-card {
  flex: 0 0 clamp(292px, 30.5%, 356px);
  scroll-snap-align: start;
  min-width: 0;
  padding: 12px 10px 10px;
  border-radius: 11px;
  background:
    linear-gradient(110deg, rgba(255, 221, 66, 0.06), transparent 45%),
    var(--card);
  border: 1px solid rgba(255, 221, 66, 0.1);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.14);
}

.match-card-top,
.match-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.match-sport {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.cricket-ball {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 46%, #f2d98d 47% 53%, transparent 54%),
    radial-gradient(circle at 35% 25%, #ee4053, #921220 70%);
  box-shadow: 0 0 0 2px #6b4d10;
}

.market-badges {
  display: flex;
  gap: 5px;
}

.market-badges span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #1e1800;
  font-size: 9px;
  font-weight: 900;
}

.league-name {
  margin: 8px 0 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.match-name-row {
  align-items: flex-end;
}

.match-name-row h3 {
  min-height: 29px;
  margin: 0;
  font-size: 13px;
  line-height: 1.12;
}

.match-name-row p {
  margin: 2px 0 0;
  font-size: 10px;
}

.match-name-row strong {
  margin-bottom: 11px;
  padding: 1px 4px;
  background: #fa1f50;
  font-size: 8px;
}

.odds-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 6px;
  overflow: hidden;
  border-radius: 18px;
}

.odds-row button {
  min-height: 36px;
  padding: 2px;
  border: 0;
  color: #141414;
  cursor: pointer;
}

.odds-row button:hover {
  filter: brightness(0.94);
}

.odds-row span,
.odds-row small {
  display: block;
}

.odds-row span {
  font-size: 12px;
  font-weight: 700;
}

.odds-row small {
  font-size: 7px;
}

.back-odd {
  background: var(--back);
}

.lay-odd {
  background: var(--lay);
}

.fantasy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding-top: 10px;
}

.fantasy-image-card,
.golden-kick {
  aspect-ratio: 1.9 / 1;
  border-radius: 4px;
}

.golden-kick {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8% 8%;
  background:
    radial-gradient(ellipse at center, rgba(255, 192, 63, 0.48), transparent 35%),
    linear-gradient(180deg, #4d1502 0%, #120500 54%, #245516 100%);
  text-align: right;
}

.golden-kick::before {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 14%, rgba(255, 255, 255, 0.25) 14.3% 14.6%),
    linear-gradient(170deg, rgba(255, 255, 255, 0.16), transparent 35%);
  transform: perspective(150px) rotateX(22deg);
  transform-origin: bottom;
}

.stadium-lights {
  position: absolute;
  inset: 4% 2% auto;
  height: 18%;
  background: radial-gradient(circle, #fff 0 5%, #ffd45a 6% 12%, transparent 13%) 0 0 / 10% 100%;
  filter: blur(0.4px);
  opacity: 0.72;
}

.goal-net {
  position: absolute;
  left: 13%;
  bottom: 8%;
  width: 42%;
  height: 52%;
  border: 5px solid rgba(255, 255, 255, 0.88);
  border-bottom-width: 2px;
  background:
    repeating-linear-gradient(0deg, transparent 0 16px, rgba(255, 255, 255, 0.24) 17px 18px),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.24) 19px 20px);
  transform: skewX(-8deg);
}

.golden-kick strong {
  position: relative;
  z-index: 1;
  color: #ffd937;
  text-shadow: 0 4px 0 #532109, 0 5px 18px #000;
  font-size: clamp(26px, 4.3vw, 64px);
  line-height: 0.82;
  font-style: italic;
  letter-spacing: -0.05em;
}

.football {
  position: absolute;
  z-index: 2;
  left: 36%;
  bottom: 21%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 7px dashed #2c2c2c;
  background: white;
  color: #222;
  font-size: 10px;
  font-weight: 900;
  transform: rotate(-18deg);
}

.games-strip {
  padding-bottom: 6px;
}

.game-card {
  position: relative;
  flex: 0 0 156px;
  aspect-ratio: 0.76 / 1;
  scroll-snap-align: start;
  border-radius: 10px;
  background: #111;
}

.game-card span {
  position: absolute;
  inset: auto 0 0;
  padding: 22px 8px 7px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  color: white;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}

.casino-game-section {
  margin-top: 18px;
}

.casino-game-section .section-title {
  margin-top: 0;
}

.casino-game-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 10px;
}

.casino-game-tile {
  display: block;
  aspect-ratio: 1.52 / 1;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #120d00;
  cursor: pointer;
}

.casino-game-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.casino-game-tile:hover img {
  transform: scale(1.025);
  filter: brightness(1.08);
}

.casino-game-section-recommended .casino-game-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.casino-game-section-recommended .casino-game-tile {
  aspect-ratio: 0.72 / 1;
  border-radius: 10px;
}

.rules {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
}

.bottom-nav {
  display: none;
}

.uv-games-overlay {
  position: fixed;
  inset: 48px 0 0 220px;
  z-index: 21;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.uv-games-overlay img {
  width: min(28vw, 260px);
  max-height: 68vh;
  object-fit: contain;
}

.sidebar-scrim {
  display: none;
}

.login-screen {
  position: fixed;
  inset: 0;
  width: 100vw;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100dvh;
  padding: 8px 28px 24px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 50% -5%, rgba(77, 43, 111, 0.65), transparent 30rem),
    #26133f;
  color: white;
  font-family: "Lato", sans-serif;
  scrollbar-width: none;
}

.login-screen::-webkit-scrollbar {
  display: none;
}

.login-screen-logo {
  width: 200px;
  height: 61px;
  flex: 0 0 auto;
  object-fit: contain;
}

.login-card-shell {
  width: min(448px, 100%);
  flex: 0 0 auto;
  margin-top: 48px;
  overflow: hidden;
  border: 2px solid white;
  border-radius: 20px;
  background: #241e06;
}

.login-form {
  height: 509px;
  display: flex;
  flex-direction: column;
  padding: 25px 25px 0;
}

.login-card-actions {
  min-height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.login-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

.login-back span {
  font-size: 25px;
  font-weight: 400;
  line-height: 0.7;
}

.demo-login {
  min-width: 134px;
  height: 41px;
  padding: 0 15px;
  border: 0;
  border-radius: 24px;
  background: #846f1e;
  color: #060600;
  font-size: 19px;
  font-weight: 400;
  cursor: pointer;
}

.login-form h2 {
  margin: 10px 0 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.login-intro {
  margin: 0 0 14px;
  color: #e0e0e0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}

.login-field {
  display: block;
  margin-bottom: 11px;
  color: #e0e0e0;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.login-field:nth-of-type(1) {
  margin-bottom: 14px;
}

.login-field:nth-of-type(2) {
  margin-bottom: 18px;
}

.mobile-number-field {
  margin-top: 30px;
}

.login-field > span:first-child {
  display: block;
  margin-bottom: 7px;
}

.login-field b {
  color: #f11212;
}

.login-field input {
  width: 100%;
  height: 51px;
  padding: 0 15px;
  border: 1px solid white;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: #181818;
  font-size: 19px;
  font-weight: 400;
}

.login-field input::placeholder {
  color: #909197;
  opacity: 0.9;
}

.login-field input:focus {
  border-color: #e0c459;
  box-shadow: 0 0 0 3px rgba(224, 196, 89, 0.2);
}

.password-control {
  position: relative;
  display: block;
}

.password-control input {
  padding-right: 52px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.password-toggle span {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 21px;
  height: 14px;
  border: 3px solid #9da0a4;
  border-radius: 50% / 55%;
}

.password-toggle span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9da0a4;
}

.password-toggle span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -4px;
  width: 27px;
  height: 3px;
  border-radius: 2px;
  background: #9da0a4;
  transform: rotate(45deg);
}

.password-toggle.showing span::after {
  display: none;
}

.forgot-login {
  align-self: flex-end;
  margin-top: 0;
  color: white;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
}

.login-submit {
  align-self: center;
  width: 190px;
  height: 55px;
  margin-top: 34px;
  border: 1px solid white;
  border-radius: 100px;
  background: #846f1e;
  color: white;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
}

.login-account-footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-top: 1px solid white;
  color: #c7efea;
  font-size: 15px;
  font-weight: 500;
}

.login-account-footer button {
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.login-download,
.login-whatsapp {
  width: min(448px, 100%);
  height: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  color: white;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
}

.login-download {
  margin-top: 25px;
  background: #66bb6a;
}

.login-whatsapp {
  margin-top: 16px;
  background: #2e7d32;
}

.android-mark {
  position: relative;
  width: 20px;
  height: 15px;
  margin-top: 5px;
  border-radius: 2px 2px 3px 3px;
  background: white;
}

.android-mark::before {
  content: "";
  position: absolute;
  left: 1px;
  top: -8px;
  width: 18px;
  height: 8px;
  border-radius: 10px 10px 2px 2px;
  background:
    radial-gradient(circle at 5px 4px, #66bb6a 0 1px, transparent 1.5px),
    radial-gradient(circle at 13px 4px, #66bb6a 0 1px, transparent 1.5px),
    white;
}

.android-mark::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -4px;
  width: 3px;
  height: 5px;
  border-radius: 0 0 2px 2px;
  background: white;
  box-shadow: 11px 0 white;
}

.login-whatsapp img {
  width: 25px;
  height: 25px;
}

.download-arrow {
  margin-left: -4px;
  font-size: 25px;
  font-weight: 400;
}

.chat-mark {
  position: relative;
  width: 19px;
  height: 15px;
  margin-left: -5px;
  border: 2px solid white;
  border-radius: 2px;
}

.chat-mark::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: -5px;
  border-width: 4px 0 0 5px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}

.login-follow {
  min-height: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.login-follow img {
  width: 24px;
  height: 24px;
}

.login-disclaimer {
  width: min(335px, 100%);
  margin: 27px 0 0;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.demo-notice {
  position: fixed;
  z-index: 120;
  left: calc(50% + 110px);
  bottom: 24px;
  max-width: calc(100% - 48px);
  padding: 11px 18px;
  border: 1px solid rgba(255, 221, 66, 0.45);
  border-radius: 22px;
  background: #fff8cf;
  color: #201900;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  font-size: 13px;
  font-weight: 700;
  transform: translateX(-50%);
  animation: notice-in 220ms ease-out;
}

.admin-screen {
  position: fixed;
  inset: 48px 0 0 220px;
  z-index: 25;
  overflow: auto;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(115, 172, 255, 0.22), transparent 28rem),
    linear-gradient(160deg, #08111f 0%, #101c31 54%, #0b1220 100%);
}

.admin-shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(6, 12, 24, 0.8);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.admin-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.admin-eyebrow {
  margin: 0 0 6px;
  color: #8fb7ff;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.admin-header h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
}

.admin-copy {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.admin-logout {
  min-width: 96px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #dfe8f8;
  color: #10203a;
  font-weight: 800;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.admin-stats article {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-stats strong {
  display: block;
  font-size: 28px;
  margin-bottom: 4px;
}

.admin-stats span {
  color: rgba(255, 255, 255, 0.68);
}

.admin-table-wrap {
  overflow: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.03);
}

.admin-table th,
.admin-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-table th {
  color: #9fc1ff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(255, 255, 255, 0.04);
}

.admin-table td {
  color: rgba(255, 255, 255, 0.9);
}

@keyframes notice-in {
  from {
    opacity: 0;
    transform: translate(-50%, 8px);
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 60px;
  }

  .sidebar {
    width: min(82vw, 300px);
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  .sidebar-open {
    transform: translateX(0);
  }

  .sidebar-logo-row {
    justify-content: space-between;
  }

  .sidebar-close {
    display: block;
  }

  .sidebar-scrim {
    position: fixed;
    z-index: 25;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(0, 0, 0, 0.56);
  }

  .topbar {
    left: 0;
    height: 52px;
    padding: 0 10px;
  }

  .menu-button {
    display: block;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 12px 10px;
  }

  .top-navigation {
    display: none;
  }

  .topbar-logo {
    display: block;
    width: 190px;
    height: 49px;
    margin-left: 9px;
    object-fit: contain;
  }

  .account-actions {
    gap: 9px;
  }

  .account-actions button {
    min-width: 74px;
    height: 29px;
  }

  .content {
    margin-left: 0;
    padding: 64px 10px 20px;
  }

  .admin-screen {
    inset: 52px 0 60px;
    padding: 18px 10px 24px;
  }

  .promo-grid {
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 3px);
    grid-template-columns: none;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .promo-grid::-webkit-scrollbar {
    display: none;
  }

  .promo-card {
    aspect-ratio: 2.5 / 1;
    border-radius: 4px;
  }

  .section-title {
    margin-top: 18px;
  }

  .section-title h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .match-card {
    flex-basis: 290px;
  }

  .fantasy-grid {
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 3px);
    grid-template-columns: none;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .fantasy-grid::-webkit-scrollbar {
    display: none;
  }

  .fantasy-image-card,
  .golden-kick {
    aspect-ratio: 1.9 / 1;
  }

  .golden-kick strong {
    font-size: 22px;
  }

  .football {
    width: 34px;
    height: 34px;
    border-width: 4px;
    font-size: 7px;
  }

  .goal-net {
    border-width: 3px;
  }

  .game-card {
    flex-basis: 118px;
  }

  .casino-game-section {
    margin-top: 19px;
  }

  .casino-game-grid {
    gap: 14px;
    padding-top: 10px;
  }

  .casino-game-tile {
    border-radius: 7px;
  }

  .casino-game-section-recommended .casino-game-grid {
    gap: 11px;
  }

  .casino-game-section-recommended .casino-game-tile {
    border-radius: 9px;
  }

  .bottom-nav {
    position: fixed;
    z-index: 22;
    inset: auto 0 0;
    width: 100vw;
    height: 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    overflow: hidden;
    background: #443121;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.26);
  }

  .uv-games-overlay {
    inset: 52px 0 60px;
    z-index: 24;
    align-items: end;
    justify-items: start;
    padding: 0 0 6px 8px;
  }

  .uv-games-overlay img {
    width: min(36vw, 135px);
    max-height: calc(100dvh - 118px);
  }

  .bottom-nav button {
    position: relative;
    flex: 0 0 70px;
    width: 70px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-width: 70px;
    padding: 0;
    border: 0;
    background: transparent;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    cursor: pointer;
  }

  .bottom-nav button.active {
    color: white;
    height: 60px;
    background: #000;
    border-top: 4px solid white;
  }

  .bottom-icon {
    display: block;
    width: auto;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    filter: invert(1) sepia(0) saturate(74.84) hue-rotate(223deg) brightness(1.05) contrast(1.07);
  }

  .bottom-nav button.active .bottom-icon {
    filter: invert(0.9) sepia(0.77) saturate(32.06) hue-rotate(109deg) brightness(1.04) contrast(1.1);
  }

  .bottom-icon-sportsbook {
    width: 26px;
  }

  .bottom-icon-inplay,
  .bottom-icon-home {
    width: 28px;
  }

  .bottom-icon-casino,
  .bottom-icon-preferences {
    width: 25px;
  }

  .rules {
    margin-bottom: 50px;
  }

  .demo-notice {
    left: 50%;
    bottom: 72px;
  }

  .admin-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 400px) {
  .account-actions button {
    min-width: 67px;
  }

  .match-card {
    flex-basis: 276px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
