:root {
  --bg: #060d0b;
  --bg-elevated: #0a1512;
  --panel: #0d1a17;
  --panel-light: #11211d;
  --panel-hover: #142722;
  --line: rgba(191, 225, 212, 0.12);
  --line-strong: rgba(191, 225, 212, 0.2);
  --text: #f2f7f5;
  --muted: #94a9a2;
  --muted-deep: #6d827c;
  --green: #35e08c;
  --green-light: #7af0b5;
  --green-dark: #16a863;
  --green-deep: #0c5838;
  --gold: #e8c469;
  --gold-light: #f8dd8d;
  --silver: #b6c4c5;
  --silver-dark: #6f8587;
  --danger: #e87474;
  --radius: 14px;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 70% -20%, rgba(24, 119, 74, 0.15), transparent 36rem),
    var(--bg);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.section-width,
.header-main,
.topline-inner {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.topline {
  color: #92a59f;
  background: #050a09;
  border-bottom: 1px solid rgba(191, 225, 212, 0.06);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
}

.topline b {
  color: #d5dfdc;
}

.status-dot,
.eyebrow i,
.processing-label i,
.balance-total span i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(53, 224, 140, 0.8);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(191, 225, 212, 0.09);
  background: rgba(6, 13, 11, 0.9);
  backdrop-filter: blur(18px);
}

.header-main {
  display: flex;
  align-items: center;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}

.brand-coin {
  display: grid;
  width: 37px;
  height: 37px;
  color: #063520;
  border: 2px solid #80f6bc;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #8df7c1, var(--green) 42%, #15975a);
  box-shadow: 0 0 20px rgba(53, 224, 140, 0.18), inset 0 0 0 3px rgba(4, 51, 31, 0.25);
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.brand strong {
  display: block;
  color: #f4f8f6;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.brand strong span {
  color: var(--green);
}

.brand small {
  display: block;
  margin-top: 6px;
  color: #7f928d;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.primary-nav {
  display: flex;
  height: 76px;
  margin-left: 52px;
  gap: 31px;
}

.primary-nav a {
  position: relative;
  display: grid;
  color: #a5b7b1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  place-items: center;
  text-transform: uppercase;
}

.primary-nav a:hover,
.primary-nav .active {
  color: #f7fbfa;
}

.primary-nav .active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--green);
  box-shadow: 0 -2px 11px rgba(53, 224, 140, 0.65);
}

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

.icon-button {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  color: #a7b9b3;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: transparent;
  place-items: center;
}

.icon-button:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.icon-button svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.notification-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding: 0 3px;
  color: #fff;
  border: 2px solid #07110e;
  border-radius: 12px;
  background: #dd5e5e;
  font-size: 9px;
  font-weight: 800;
  place-items: center;
}

.vip-badge,
.tier-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  color: #d7e0e0;
  border: 1px solid rgba(188, 210, 211, 0.25);
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(192, 210, 211, 0.14), rgba(95, 122, 123, 0.04));
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.vip-badge i {
  width: 8px;
  height: 8px;
  border: 1px solid #e7eeee;
  border-radius: 50%;
  background: var(--silver-dark);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.balance-block {
  margin: 0 5px 0 8px;
  text-align: right;
}

.balance-block small {
  display: block;
  color: #758a83;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.balance-block strong {
  display: inline-block;
  margin-top: 6px;
  color: #f5fbf8;
  font-size: 16px;
  line-height: 1;
}

.balance-block span {
  color: #8fa29d;
  font-size: 10px;
}

.button {
  min-height: 38px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  transition: 180ms ease;
}

.button-deposit,
.button-primary {
  color: #032c1a;
  border-color: #43e899;
  background: linear-gradient(135deg, #59eba2, #2bcd7c);
  box-shadow: 0 8px 22px rgba(31, 203, 119, 0.13);
}

.button-deposit {
  animation: deposit-glow 2.8s ease-in-out infinite;
}

.button-deposit:hover,
.button-primary:hover {
  border-color: #8df8c3;
  background: linear-gradient(135deg, #79f3b5, #3bdb8d);
  box-shadow: 0 8px 26px rgba(31, 203, 119, 0.25);
  transform: translateY(-1px);
}

@keyframes deposit-glow {
  0%, 100% { box-shadow: 0 7px 18px rgba(31, 203, 119, 0.08); }
  50% { box-shadow: 0 7px 24px rgba(31, 203, 119, 0.25); }
}

.tooltip-wrap {
  position: relative;
}

.button-withdraw {
  color: #738680;
  border-color: rgba(160, 181, 175, 0.12);
  background: rgba(160, 181, 175, 0.05);
  cursor: not-allowed;
}

.tooltip {
  position: absolute;
  z-index: 50;
  top: calc(100% + 12px);
  right: 0;
  width: 270px;
  padding: 12px 14px;
  color: #a7bab4;
  border: 1px solid rgba(191, 225, 212, 0.16);
  border-radius: 7px;
  background: #10201c;
  box-shadow: var(--shadow);
  font-size: 11px;
  line-height: 1.65;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: 160ms ease;
}

.tooltip::before {
  position: absolute;
  top: -5px;
  right: 24px;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 1px solid rgba(191, 225, 212, 0.16);
  border-left: 1px solid rgba(191, 225, 212, 0.16);
  background: #10201c;
  transform: rotate(45deg);
}

.tooltip b {
  color: #ebf3f0;
}

.tooltip-wrap:hover .tooltip {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu {
  display: none;
}

.winner-ticker {
  display: flex;
  height: 35px;
  overflow: hidden;
  color: #829690;
  border-bottom: 1px solid rgba(191, 225, 212, 0.08);
  background: #09120f;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ticker-label {
  z-index: 2;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 0 max(24px, calc((100vw - 1440px) / 2 + 24px));
  padding-right: 21px;
  color: #c5d2cf;
  border-right: 1px solid rgba(191, 225, 212, 0.12);
  background: #0b1915;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ticker-label i {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(53, 224, 140, 0.75);
}

.ticker-viewport {
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 60s linear infinite;
}

.ticker-group {
  display: flex;
}

.ticker-group span {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 28px;
  white-space: nowrap;
}

.ticker-group span::before {
  position: absolute;
  left: 0;
  color: rgba(126, 151, 143, 0.4);
  content: "/";
}

.ticker-group b {
  margin-right: 5px;
  color: #b9cac5;
}

.ticker-group strong {
  margin: 0 5px;
  color: var(--green);
}

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

main {
  padding: 25px 0 52px;
}

.promo-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 17px;
}

.promo-carousel {
  position: relative;
  min-height: 343px;
  overflow: hidden;
  border: 1px solid rgba(93, 182, 139, 0.22);
  border-radius: var(--radius);
  background: #0b1915;
  box-shadow: var(--shadow);
}

.promo-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 58%) 42%;
  padding: 39px 43px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 450ms ease, transform 650ms ease;
}

.promo-slide::before,
.promo-slide::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.promo-slide::before {
  right: 15%;
  bottom: -130px;
  width: 470px;
  height: 300px;
  border: 1px solid rgba(114, 232, 175, 0.08);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.promo-slide::after {
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(104, 188, 148, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(104, 188, 148, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(90deg, transparent 32%, black);
}

.promo-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.promo-welcome {
  background: radial-gradient(circle at 88% 50%, rgba(41, 188, 117, 0.2), transparent 29%), linear-gradient(135deg, #0e211b 0%, #0a1613 76%);
}

.promo-reload {
  background: radial-gradient(circle at 80% 45%, rgba(62, 203, 148, 0.16), transparent 27%), linear-gradient(135deg, #102720, #071612);
}

.promo-vip {
  background: radial-gradient(circle at 80% 44%, rgba(214, 172, 83, 0.17), transparent 26%), linear-gradient(135deg, #1e211a, #0d1613 70%);
}

.promo-refer {
  background: radial-gradient(circle at 80% 40%, rgba(41, 188, 117, 0.15), transparent 28%), linear-gradient(135deg, #0f231d, #0b1613);
}

.promo-copy,
.promo-art {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  color: #70d69f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow.gold {
  color: var(--gold);
}

.eyebrow.gold i {
  background: var(--gold);
  box-shadow: 0 0 10px rgba(232, 196, 105, 0.64);
}

.promo-copy h1 {
  margin: 17px 0 11px;
  color: #f4faf7;
  font-family: "Manrope", sans-serif;
  font-size: clamp(31px, 3.4vw, 47px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.promo-copy h1 em {
  color: var(--green-light);
  font-style: normal;
}

.promo-vip .promo-copy h1 em {
  color: var(--gold-light);
}

.promo-copy p {
  max-width: 480px;
  margin: 0 0 19px;
  color: #a8bab5;
  font-size: 13px;
}

.promo-copy > small {
  display: block;
  max-width: 510px;
  margin-top: 15px;
  color: #70847e;
  font-size: 9px;
  letter-spacing: 0.01em;
}

.button-gold {
  color: #382807;
  border-color: #f3d98e;
  background: linear-gradient(135deg, #f4d67d, #caa544);
}

.button-gold:hover {
  background: linear-gradient(135deg, #ffe39a, #d8b653);
  box-shadow: 0 8px 22px rgba(232, 196, 105, 0.17);
  transform: translateY(-1px);
}

.promo-art {
  display: grid;
  place-items: center;
}

.promo-halo {
  position: absolute;
  width: 225px;
  height: 225px;
  border: 1px solid rgba(103, 239, 173, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 27px rgba(103, 239, 173, 0.025), 0 0 0 58px rgba(103, 239, 173, 0.018);
}

.credit-card {
  position: relative;
  display: flex;
  width: 238px;
  height: 146px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(126, 249, 189, 0.37);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(67, 210, 142, 0.55), rgba(13, 91, 58, 0.77));
  box-shadow: 0 26px 30px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.2);
  flex-direction: column;
  transform: rotate(-8deg);
}

.credit-card::after {
  position: absolute;
  right: -35px;
  bottom: -47px;
  width: 145px;
  height: 145px;
  content: "";
  border: 1px solid rgba(165, 255, 209, 0.28);
  border-radius: 50%;
}

.credit-card span,
.credit-card small,
.match-ring span,
.match-ring small {
  color: rgba(238, 255, 247, 0.8);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.credit-card b {
  margin-top: 16px;
  color: #f4fff9;
  font-family: "Manrope", sans-serif;
  font-size: 42px;
  letter-spacing: -0.08em;
  line-height: 1;
}

.credit-card small {
  margin-top: auto;
}

.art-coin {
  position: absolute;
  display: grid;
  color: #0b5c3b;
  border: 2px solid #9ff5ca;
  border-radius: 50%;
  background: #45dc94;
  box-shadow: inset 0 0 0 3px rgba(9, 99, 60, 0.28), 0 9px 12px rgba(0, 0, 0, 0.22);
  font-weight: 800;
  place-items: center;
}

.art-coin-one {
  top: 36px;
  right: 20px;
  width: 42px;
  height: 42px;
}

.art-coin-two {
  right: 61px;
  bottom: 29px;
  width: 31px;
  height: 31px;
  font-size: 11px;
}

.art-coin-three {
  top: 20px;
  left: 30px;
  width: 26px;
  height: 26px;
  font-size: 10px;
}

.match-ring {
  display: grid;
  width: 188px;
  height: 188px;
  border: 1px solid rgba(106, 240, 174, 0.48);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 151, 99, 0.32), rgba(8, 34, 26, 0.84));
  box-shadow: 0 0 0 15px rgba(86, 232, 162, 0.035), 0 0 0 40px rgba(86, 232, 162, 0.024);
  place-content: center;
  text-align: center;
}

.match-ring b {
  color: #a6f5ca;
  font-family: "Manrope", sans-serif;
  font-size: 47px;
  letter-spacing: -0.09em;
  line-height: 1.15;
}

.vip-medallion {
  display: grid;
  width: 186px;
  height: 186px;
  color: var(--gold-light);
  border: 1px solid rgba(239, 205, 115, 0.58);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 81, 34, 0.45), rgba(25, 30, 25, 0.88));
  box-shadow: 0 0 0 12px rgba(232, 196, 105, 0.04), 0 0 0 14px rgba(232, 196, 105, 0.16), 0 0 0 27px rgba(232, 196, 105, 0.025);
  place-content: center;
  text-align: center;
}

.vip-medallion span {
  font-family: "Manrope", sans-serif;
  font-size: 53px;
  letter-spacing: -0.1em;
  line-height: 0.95;
}

.vip-medallion b {
  color: #fff4cc;
  font-size: 12px;
  letter-spacing: 0.32em;
}

.vip-medallion small {
  margin-top: 8px;
  color: rgba(246, 218, 140, 0.64);
  font-size: 7px;
  letter-spacing: 0.25em;
}

.referral-card {
  position: absolute;
  display: grid;
  width: 174px;
  height: 185px;
  border: 1px solid rgba(108, 236, 173, 0.25);
  border-radius: 14px;
  place-content: center;
  text-align: center;
}

.referral-card-back {
  top: 47px;
  left: 43px;
  color: rgba(147, 236, 190, 0.56);
  background: #16392e;
  transform: rotate(-8deg);
}

.referral-card-front {
  right: 31px;
  bottom: 38px;
  color: #dbffeb;
  background: linear-gradient(145deg, #236e4d, #0d3428);
  box-shadow: 0 18px 21px rgba(0, 0, 0, 0.24);
  transform: rotate(8deg);
}

.referral-card span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.referral-card-back span {
  display: grid;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(162, 241, 201, 0.3);
  border-radius: 50%;
  font-size: 24px;
  place-items: center;
}

.referral-card b {
  margin-top: 12px;
  color: #9bf8c7;
  font-size: 34px;
  letter-spacing: -0.07em;
}

.carousel-nav {
  position: absolute;
  z-index: 6;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.carousel-arrow {
  display: grid;
  width: 28px;
  height: 28px;
  color: #afc3bd;
  border: 1px solid rgba(191, 225, 212, 0.19);
  border-radius: 50%;
  background: rgba(8, 23, 19, 0.56);
  place-items: center;
}

.carousel-arrow:hover {
  color: #fff;
  background: rgba(77, 202, 140, 0.15);
}

.carousel-arrow svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.carousel-dots {
  display: flex;
  gap: 5px;
}

.carousel-dot {
  width: 17px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: rgba(198, 230, 218, 0.26);
  transition: 200ms ease;
}

.carousel-dot.is-active {
  width: 31px;
  background: var(--green);
}

.account-snapshot,
.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(16, 32, 28, 0.98), rgba(10, 22, 19, 0.98));
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.account-snapshot {
  padding: 19px;
}

.snapshot-head,
.panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.secure-label {
  display: flex;
  align-items: center;
  color: #75918a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.secure-label svg {
  width: 14px;
  margin-right: 5px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.snapshot-balance {
  padding: 26px 0 21px;
}

.snapshot-balance small,
.balance-total small {
  display: block;
  color: #81958f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.snapshot-balance strong,
.balance-total strong {
  display: block;
  margin: 5px 0 2px;
  color: #f2f8f5;
  font-family: "Manrope", sans-serif;
  font-size: 39px;
  letter-spacing: -0.08em;
}

.snapshot-balance span {
  color: #73867f;
  font-size: 10px;
}

.snapshot-lines {
  margin-bottom: 17px;
  border-top: 1px solid var(--line);
}

.snapshot-lines div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  color: #82968f;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.snapshot-lines b {
  color: #d9e5e1;
  font-size: 12px;
}

.button-wide {
  width: 100%;
}

.snapshot-fineprint,
.panel-fineprint {
  display: block;
  margin-top: 13px;
  color: #657a74;
  font-size: 9px;
  line-height: 1.55;
}

.games-section,
.dashboard-grid,
.content-grid {
  margin-top: 37px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 14px;
}

h2 {
  margin: 5px 0 0;
  color: #f1f6f4;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  letter-spacing: -0.055em;
  line-height: 1.15;
}

.text-button {
  padding: 0;
  color: #9bafa9;
  border: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-button:hover {
  color: var(--green-light);
}

.text-button span {
  padding-left: 5px;
  color: var(--green);
  font-size: 18px;
}

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

.game-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #0e1b18;
  transition: 180ms ease;
}

.game-card:hover {
  border-color: rgba(89, 224, 156, 0.27);
  background: #11231e;
  box-shadow: 0 16px 23px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}

.game-art {
  position: relative;
  display: grid;
  height: 143px;
  overflow: hidden;
  place-items: center;
}

.game-art::before,
.game-art::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.game-art::before {
  width: 173px;
  height: 173px;
  border: 1px solid rgba(203, 255, 229, 0.09);
  border-radius: 50%;
}

.game-art::after {
  inset: 0;
  opacity: 0.27;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
}

.game-slots .game-art { background: radial-gradient(circle, #1b754e, #123629 66%, #0b211b); }
.game-blackjack .game-art { background: radial-gradient(circle, #345341, #182d25 70%, #0e201a); }
.game-poker .game-art { background: radial-gradient(circle, #504727, #2d2a1e 65%, #1b1c17); }
.game-roulette .game-art { background: radial-gradient(circle, #85423c, #472724 62%, #24191a); }
.game-sports .game-art { background: radial-gradient(circle, #234f42, #172d2c 64%, #101e1d); }
.game-crash .game-art { background: radial-gradient(circle, #284453, #1b2d34 67%, #101e22); }
.game-dealer .game-art { background: radial-gradient(circle, #594627, #2d271d 64%, #1c1b17); }
.game-plinko .game-art { background: radial-gradient(circle, #4a3154, #2a2030 64%, #1c1821); }

.game-tag {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 10px;
  padding: 4px 6px;
  color: #cbf8df;
  border: 1px solid rgba(118, 238, 177, 0.29);
  border-radius: 3px;
  background: rgba(8, 51, 32, 0.75);
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.game-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
}

.game-meta h3 {
  margin: 0;
  color: #e2ebe8;
  font-size: 13px;
}

.game-meta p {
  margin: 3px 0 0;
  color: #768b85;
  font-size: 10px;
}

.play-button {
  padding: 6px 10px;
  color: var(--green-light);
  border: 1px solid rgba(88, 231, 159, 0.28);
  border-radius: 5px;
  background: rgba(48, 216, 133, 0.07);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.play-button:hover {
  color: #063c25;
  background: var(--green);
}

.slots-machine {
  z-index: 2;
  display: flex;
  padding: 8px;
  border: 1px solid rgba(182, 255, 218, 0.32);
  border-radius: 7px;
  background: rgba(9, 39, 29, 0.78);
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.19);
  gap: 5px;
}

.slots-machine span {
  display: grid;
  width: 40px;
  height: 51px;
  color: #caefdc;
  border-radius: 3px;
  background: rgba(238, 255, 247, 0.12);
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  place-items: center;
}

.playing-card {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 72px;
  height: 99px;
  padding: 8px;
  color: #1c2925;
  border-radius: 5px;
  background: #e3e9e7;
  box-shadow: 0 11px 18px rgba(0, 0, 0, 0.2);
  flex-direction: column;
}

.playing-card b {
  margin: auto;
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.card-one {
  margin-left: -44px;
  transform: rotate(-12deg);
}

.card-two {
  margin-left: 47px;
  transform: rotate(13deg);
}

.poker-chip {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  border: 7px dashed rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: #b89943;
  box-shadow: inset 0 0 0 4px #6d5826, 0 8px 9px rgba(0, 0, 0, 0.16);
}

.chip-one { margin: -17px 0 0 -65px; }
.chip-two { margin: 23px 0 0 25px; background: #31845e; transform: scale(0.9); }
.chip-three { margin: -42px 0 0 44px; background: #803e3e; transform: scale(0.76); }
.chip-four { margin: 42px 0 0 -57px; background: #3e566d; transform: scale(0.72); }

.roulette-wheel {
  z-index: 2;
  display: grid;
  width: 108px;
  height: 108px;
  border: 10px solid #b08a4c;
  border-radius: 50%;
  background: repeating-conic-gradient(#21382e 0 12deg, #8a4139 12deg 24deg);
  box-shadow: inset 0 0 0 11px #142820, 0 12px 17px rgba(0, 0, 0, 0.22);
  place-items: center;
}

.roulette-wheel span {
  width: 29px;
  height: 29px;
  border: 5px solid #b08a4c;
  border-radius: 50%;
  background: #e4c779;
}

.sports-lines {
  position: absolute;
  inset: 25px 19px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.sports-lines i {
  width: 1px;
  height: 100%;
  background: rgba(169, 239, 211, 0.14);
}

.sports-ball {
  z-index: 3;
  width: 75px;
  height: 75px;
  border: 2px solid rgba(192, 248, 226, 0.58);
  border-radius: 50%;
  background: repeating-conic-gradient(from 40deg, rgba(223, 249, 239, 0.36) 0 16deg, rgba(14, 63, 48, 0.15) 16deg 38deg);
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.14);
}

.crash-chart {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 29px;
  left: 18px;
  display: flex;
  align-items: end;
  justify-content: space-around;
  height: 76px;
  border-bottom: 1px solid rgba(156, 226, 212, 0.23);
  border-left: 1px solid rgba(156, 226, 212, 0.23);
}

.crash-chart::after {
  position: absolute;
  right: 10px;
  bottom: 8px;
  left: 10px;
  height: 2px;
  content: "";
  background: #54e2b3;
  box-shadow: 0 0 10px rgba(84, 226, 179, 0.4);
  transform: rotate(-18deg);
  transform-origin: right;
}

.crash-chart i {
  width: 17px;
  background: rgba(91, 213, 180, 0.09);
}

.crash-chart i:nth-child(1) { height: 17%; }
.crash-chart i:nth-child(2) { height: 32%; }
.crash-chart i:nth-child(3) { height: 44%; }
.crash-chart i:nth-child(4) { height: 68%; }
.crash-chart i:nth-child(5) { height: 90%; }

.game-crash strong {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 20px;
  color: #8ff1d0;
  font-size: 24px;
  letter-spacing: -0.08em;
}

.dealer-table {
  z-index: 2;
  display: grid;
  width: 155px;
  height: 85px;
  color: #ebd79b;
  border: 8px solid #927447;
  border-radius: 80px 80px 18px 18px;
  background: #23533f;
  box-shadow: inset 0 0 0 2px rgba(224, 201, 137, 0.15), 0 12px 14px rgba(0, 0, 0, 0.18);
  place-items: center;
}

.dealer-table span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.plinko-board {
  z-index: 2;
  display: flex;
  width: 134px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 19px;
}

.plinko-board i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5aee0;
  box-shadow: 0 0 8px rgba(213, 174, 224, 0.38);
}

.plinko-board b {
  position: absolute;
  top: 35px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f0c864;
  box-shadow: 0 0 11px rgba(240, 200, 100, 0.65);
}

.dashboard-grid,
.content-grid {
  display: grid;
  gap: 17px;
}

.dashboard-grid {
  grid-template-columns: 1fr 1fr;
}

.content-grid {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.panel {
  padding: 20px;
}

.panel-heading h2 {
  font-size: 20px;
}

.tier-pill {
  color: #d9e1e1;
}

.tier-progress-copy {
  padding-top: 24px;
}

.tier-progress-copy > div:first-child,
.withdrawal-progress > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tier-progress-copy p {
  margin: 0;
  color: #9fb0ab;
  font-size: 12px;
}

.tier-progress-copy p b {
  color: var(--gold);
}

.tier-progress-copy strong,
.withdrawal-progress strong {
  color: var(--gold-light);
  font-size: 18px;
}

.progress-track {
  height: 6px;
  margin: 9px 0;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(183, 213, 204, 0.09);
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b78e43, #f0ce75);
  box-shadow: 0 0 12px rgba(232, 196, 105, 0.26);
}

.tier-progress-copy small {
  color: #7c9089;
  font-size: 10px;
}

.tier-progress-copy small b {
  color: #d7e2de;
}

.tier-benefit {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 12px;
  border: 1px solid rgba(232, 196, 105, 0.13);
  border-radius: 8px;
  background: rgba(232, 196, 105, 0.045);
  gap: 12px;
}

.benefit-icon {
  display: grid;
  width: 31px;
  height: 31px;
  color: #f0cf77;
  border: 1px solid rgba(232, 196, 105, 0.3);
  border-radius: 50%;
  background: rgba(232, 196, 105, 0.07);
  font-size: 20px;
  place-items: center;
}

.tier-benefit small {
  color: #b69851;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.tier-benefit p {
  margin: 3px 0 0;
  color: #d8e1df;
  font-size: 12px;
}

.processing-label {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  color: #b8dbcc;
  border: 1px solid rgba(93, 211, 154, 0.18);
  border-radius: 4px;
  background: rgba(57, 199, 132, 0.06);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.processing-label i {
  width: 6px;
  height: 6px;
  margin-right: 6px;
  animation: status-blink 1.8s ease-in-out infinite;
}

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

.withdrawal-progress {
  padding-top: 25px;
}

.withdrawal-progress span {
  color: #9eb0aa;
  font-size: 12px;
}

.withdrawal-progress span b {
  color: #dce7e3;
}

.withdrawal-progress strong {
  color: var(--green-light);
}

.withdrawal-progress .progress-track span {
  background: linear-gradient(90deg, var(--green-dark), var(--green));
  box-shadow: 0 0 12px rgba(53, 224, 140, 0.24);
}

.withdrawal-meta {
  display: flex;
  margin: 13px 0 17px;
  gap: 42px;
}

.withdrawal-meta p {
  margin: 0;
}

.withdrawal-meta span,
.withdrawal-meta b {
  display: block;
}

.withdrawal-meta span {
  color: #768a84;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.withdrawal-meta b {
  margin-top: 5px;
  color: #d3ddda;
  font-size: 11px;
}

.button-outline {
  color: #b0c2bd;
  border-color: var(--line-strong);
  background: rgba(191, 225, 212, 0.035);
}

.button-outline:hover {
  color: #e5eeeb;
  border-color: rgba(191, 225, 212, 0.32);
  background: rgba(191, 225, 212, 0.07);
}

.leaderboard-panel {
  overflow: hidden;
}

.table-updated {
  color: #758a83;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.leaderboard-wrap {
  margin: 19px -20px 0;
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

th,
td {
  padding: 10px 20px;
  text-align: left;
}

th {
  color: #748882;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.014);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

td {
  color: #8fa19c;
  border-bottom: 1px solid rgba(191, 225, 212, 0.07);
  font-size: 11px;
}

td b {
  color: #c9d6d2;
  font-size: 11px;
}

td:last-child {
  color: #d4e2dd;
  font-weight: 700;
  text-align: right;
}

th:last-child {
  text-align: right;
}

.rank {
  color: #7d918b;
  font-size: 10px;
  font-weight: 800;
}

.rank.top {
  color: var(--gold);
}

.current-user {
  background: rgba(53, 224, 140, 0.06);
}

.current-user td {
  border-top: 1px solid rgba(53, 224, 140, 0.15);
  border-bottom: 1px solid rgba(53, 224, 140, 0.15);
}

.current-user td b,
.current-user td:last-child {
  color: var(--green-light);
}

.current-user small {
  display: inline-block;
  margin-left: 7px;
  color: #6baa8b;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.leaderboard-panel .panel-fineprint {
  margin-bottom: 0;
}

.balance-total {
  margin: 20px 0 15px;
  padding: 15px;
  border: 1px solid rgba(93, 211, 154, 0.14);
  border-radius: 8px;
  background: rgba(53, 224, 140, 0.035);
}

.balance-total strong {
  margin: 4px 0 1px;
  color: #eaf6f1;
  font-size: 37px;
}

.balance-total span {
  color: #79918a;
  font-size: 9px;
}

.balance-total span i {
  width: 6px;
  height: 6px;
  margin-right: 5px;
}

.balance-list {
  margin-bottom: 15px;
  border-top: 1px solid var(--line);
}

.balance-list p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 10px 0;
  color: #8fa39d;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.balance-list b {
  color: #d8e5e1;
}

.site-footer {
  border-top: 1px solid rgba(191, 225, 212, 0.08);
  background: #050b09;
}

.footer-inner {
  padding: 33px 0 19px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.footer-links {
  display: flex;
  gap: 82px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-links h4 {
  margin: 0 0 3px;
  color: #c5d1ce;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-links a {
  color: #758983;
  font-size: 11px;
}

.footer-links a:hover {
  color: var(--green);
}

.responsible-strip {
  display: flex;
  align-items: center;
  padding: 12px 0;
  color: #758983;
  border-top: 1px solid rgba(191, 225, 212, 0.08);
  border-bottom: 1px solid rgba(191, 225, 212, 0.08);
  gap: 11px;
}

.responsible-strip b {
  display: grid;
  width: 30px;
  height: 30px;
  color: #a5b4b0;
  border: 1px solid rgba(181, 206, 199, 0.25);
  border-radius: 50%;
  font-size: 10px;
  place-items: center;
}

.responsible-strip p {
  margin: 0;
  font-size: 10px;
}

.responsible-strip span {
  margin-left: auto;
  color: #7c928b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  color: #60736e;
  font-size: 10px;
}

.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: 20px;
  background: rgba(2, 7, 6, 0.74);
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transition: 180ms ease;
}

.modal-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  position: relative;
  width: min(100%, 480px);
  padding: 26px;
  border: 1px solid rgba(191, 225, 212, 0.17);
  border-radius: 13px;
  background: linear-gradient(145deg, #12221e, #0b1614);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.45);
  transform: translateY(12px) scale(0.98);
  transition: 180ms ease;
}

.is-visible .modal {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  color: #90a49e;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
}

.modal-icon {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 16px;
  color: var(--green);
  border: 1px solid rgba(53, 224, 140, 0.2);
  border-radius: 50%;
  background: rgba(53, 224, 140, 0.06);
  place-items: center;
}

.modal-icon svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.modal h2 {
  margin-top: 9px;
}

.modal p {
  margin: 14px 0 20px;
  color: #a4b6b0;
  font-size: 13px;
  line-height: 1.75;
}

.captcha-panel {
  margin: -4px 0 18px;
  padding: 13px;
  border: 1px solid rgba(191, 225, 212, 0.14);
  border-radius: 8px;
  background: rgba(2, 10, 8, 0.38);
}

.captcha-panel[hidden] {
  display: none;
}

.captcha-panel-heading,
.captcha-challenge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.captcha-panel-heading {
  margin-bottom: 9px;
  color: #91aaa2;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.captcha-panel-heading i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(53, 224, 140, 0.5);
}

.captcha-panel-heading small {
  color: #647872;
  font-size: 7px;
  letter-spacing: 0.12em;
}

.captcha-challenge {
  gap: 8px;
}

.captcha-challenge canvas {
  width: min(100%, 292px);
  height: 72px;
  border: 1px solid rgba(232, 196, 105, 0.28);
  border-radius: 6px;
  background: #d8e4de;
}

.captcha-refresh {
  display: grid;
  min-width: 77px;
  height: 72px;
  color: #9aafa8;
  border: 1px solid rgba(191, 225, 212, 0.15);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  place-items: center;
}

.captcha-refresh:hover {
  color: #d9e7e2;
  background: rgba(255, 255, 255, 0.055);
}

.captcha-refresh span {
  display: block;
  color: var(--green-light);
  font-size: 24px;
  line-height: 0.7;
}

.captcha-panel label {
  display: block;
  margin: 12px 0 7px;
  color: #8ba099;
  font-size: 10px;
  font-weight: 700;
}

.captcha-panel input {
  width: 100%;
  padding: 11px 12px;
  color: #d9e8e3;
  border: 1px solid rgba(191, 225, 212, 0.16);
  border-radius: 6px;
  outline: 0;
  background: rgba(255, 255, 255, 0.035);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.captcha-panel input:focus {
  border-color: rgba(53, 224, 140, 0.52);
  box-shadow: 0 0 0 3px rgba(53, 224, 140, 0.08);
}

.captcha-panel input.is-error {
  border-color: rgba(242, 120, 102, 0.62);
  box-shadow: 0 0 0 3px rgba(242, 120, 102, 0.07);
}

.captcha-feedback {
  display: block;
  margin-top: 7px;
  color: #70857e;
  font-size: 9px;
}

.captcha-feedback.is-error {
  color: #ef9b8e;
}

.modal-actions {
  display: flex;
  gap: 8px;
}

.button-ghost {
  color: #99aaa5;
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.button-ghost:hover {
  color: #d8e5e1;
  background: rgba(255, 255, 255, 0.05);
}

.modal > small {
  display: block;
  margin-top: 16px;
  color: #647872;
  font-size: 9px;
}

.toast-stack {
  position: fixed;
  z-index: 120;
  bottom: 18px;
  left: 18px;
  display: flex;
  width: min(350px, calc(100vw - 36px));
  flex-direction: column;
  gap: 8px;
}

.toast {
  display: flex;
  align-items: center;
  padding: 12px 13px;
  color: #c8d6d1;
  border: 1px solid rgba(191, 225, 212, 0.16);
  border-radius: 8px;
  background: rgba(15, 31, 27, 0.97);
  box-shadow: 0 11px 28px rgba(0, 0, 0, 0.27);
  font-size: 11px;
  opacity: 0;
  transform: translateY(8px);
  transition: 240ms ease;
}

.toast::before {
  width: 7px;
  height: 7px;
  margin-right: 9px;
  content: "";
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 9px rgba(53, 224, 140, 0.65);
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.brad-notification {
  position: fixed;
  z-index: 70;
  right: 18px;
  bottom: 18px;
  display: none;
  align-items: center;
  width: 286px;
  padding: 11px 12px;
  color: #d1dfda;
  border: 1px solid rgba(191, 225, 212, 0.18);
  border-radius: 9px;
  background: #10211d;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  gap: 10px;
  text-align: left;
}

.brad-notification.is-visible {
  display: flex;
  animation: notification-in 250ms ease;
}

@keyframes notification-in {
  from { opacity: 0; transform: translateY(9px); }
}

.brad-notification b,
.brad-notification small {
  display: block;
  font-size: 11px;
}

.brad-notification small {
  margin-top: 2px;
  color: #849790;
}

.brad-notification > i {
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--green);
}

.brad-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  color: #d9fff0;
  border: 1px solid rgba(106, 232, 169, 0.24);
  border-radius: 50%;
  background: linear-gradient(145deg, #398965, #1d543f);
  font-size: 12px;
  font-weight: 800;
  place-items: center;
}

.chat-widget {
  position: fixed;
  z-index: 80;
  right: 18px;
  bottom: 18px;
  display: none;
  width: min(360px, calc(100vw - 36px));
  overflow: hidden;
  border: 1px solid rgba(191, 225, 212, 0.18);
  border-radius: 11px;
  background: #0c1916;
  box-shadow: 0 23px 58px rgba(0, 0, 0, 0.39);
}

.chat-widget.is-visible {
  display: block;
  animation: notification-in 220ms ease;
}

.chat-header {
  display: flex;
  align-items: center;
  padding: 13px;
  border-bottom: 1px solid var(--line);
  background: #11231f;
  gap: 9px;
}

.chat-header b,
.chat-header small {
  display: block;
}

.chat-header b {
  color: #e7efec;
  font-size: 12px;
}

.chat-header small {
  margin-top: 2px;
  color: #7f958e;
  font-size: 10px;
}

.chat-header small i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  background: var(--green);
}

.chat-header button {
  margin-left: auto;
  color: #8da19b;
  border: 0;
  background: transparent;
  font-size: 21px;
}

.chat-body {
  display: flex;
  height: 284px;
  padding: 13px;
  overflow-y: auto;
  flex-direction: column;
  gap: 8px;
}

.chat-timestamp {
  margin: 2px 0;
  color: #6f837c;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-align: center;
}

.chat-message {
  max-width: 86%;
  padding: 10px 11px;
  color: #bfd0ca;
  border-radius: 9px;
  font-size: 11px;
  line-height: 1.55;
}

.chat-message.support {
  align-self: flex-start;
  border: 1px solid var(--line);
  border-bottom-left-radius: 2px;
  background: #12251f;
}

.chat-message.user {
  align-self: flex-end;
  color: #dff8ed;
  border-bottom-right-radius: 2px;
  background: #176340;
}

.typing {
  display: flex;
  align-self: flex-start;
  width: 48px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  border-bottom-left-radius: 2px;
  background: #12251f;
  gap: 4px;
}

.typing i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #79918a;
  animation: typing-dot 1s ease-in-out infinite;
}

.typing i:nth-child(2) { animation-delay: 160ms; }
.typing i:nth-child(3) { animation-delay: 320ms; }

@keyframes typing-dot {
  50% { opacity: 0.35; transform: translateY(-2px); }
}

.chat-form {
  display: flex;
  padding: 10px;
  border-top: 1px solid var(--line);
  background: #0f201c;
  gap: 7px;
}

.chat-form input {
  min-width: 0;
  flex: 1;
  padding: 10px;
  color: #d6e1de;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
  background: #0b1715;
  font-size: 11px;
}

.chat-form input:focus {
  border-color: rgba(71, 216, 145, 0.44);
}

.chat-form button {
  display: grid;
  width: 36px;
  color: #0b442b;
  border: 0;
  border-radius: 6px;
  background: var(--green);
  place-items: center;
}

.chat-form svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

body.plinko-open,
body.crash-open,
body.slots-open {
  overflow: hidden;
}

.slots-overlay {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  padding: 22px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 50% 0, rgba(41, 157, 102, 0.19), transparent 34rem),
    rgba(3, 9, 7, 0.95);
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transition: opacity 220ms ease;
}

.slots-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.slots-room {
  width: min(1180px, 100%);
  overflow: hidden;
  border: 1px solid rgba(126, 222, 171, 0.21);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(12, 27, 23, 0.99), rgba(7, 17, 14, 0.99));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.43);
  transform: translateY(10px) scale(0.995);
  transition: transform 220ms ease;
}

.slots-overlay.is-visible .slots-room {
  transform: translateY(0) scale(1);
}

.slots-room-header {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(14, 32, 27, 0.78);
}

.slots-room-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.slots-room-brand h2 {
  margin-top: 2px;
  font-size: 23px;
}

.slots-close {
  display: grid;
  width: 39px;
  height: 39px;
  color: #9bb0a9;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  place-items: center;
  transition: 170ms ease;
}

.slots-close:hover {
  color: #eef7f3;
  border-color: rgba(109, 232, 172, 0.35);
  background: rgba(53, 224, 140, 0.07);
}

.slots-close svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.slots-table-status {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #a1b6af;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.slots-table-status i,
.slots-recent-heading i {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(53, 224, 140, 0.75);
  animation: status-blink 1.8s ease-in-out infinite;
}

.slots-table-status span {
  margin-left: 12px;
  padding-left: 12px;
  color: #728780;
  border-left: 1px solid var(--line);
  letter-spacing: 0.1em;
}

.slots-room-balance {
  min-width: 158px;
  margin-left: 28px;
  text-align: right;
}

.slots-room-balance small {
  display: block;
  color: #748982;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.slots-room-balance strong {
  display: block;
  margin-top: 4px;
  color: var(--green-light);
  font-size: 21px;
  letter-spacing: -0.055em;
}

.slots-room-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.slots-game-stage {
  min-width: 0;
  padding: 25px;
  border-right: 1px solid var(--line);
}

.slots-cabinet {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  padding: 21px 23px 23px;
  overflow: hidden;
  border: 1px solid rgba(231, 201, 119, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 16%, rgba(48, 178, 113, 0.18), transparent 43%),
    linear-gradient(145deg, #17352a, #0c201a);
  box-shadow: inset 0 0 0 4px rgba(4, 18, 14, 0.52), 0 18px 33px rgba(0, 0, 0, 0.22);
}

.slots-cabinet::before,
.slots-cabinet::after {
  position: absolute;
  top: 13px;
  bottom: 13px;
  width: 3px;
  content: "";
  border-radius: 4px;
  background: linear-gradient(var(--gold), rgba(232, 196, 105, 0.16), var(--gold));
  opacity: 0.65;
}

.slots-cabinet::before { left: 9px; }
.slots-cabinet::after { right: 9px; }

.slots-cabinet-top {
  padding: 3px 0 18px;
  text-align: center;
}

.slots-cabinet-top span,
.slots-cabinet-top small {
  display: block;
  color: #9bad9e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.slots-cabinet-top h3 {
  margin: 7px 0 5px;
  color: #e6eee9;
  font-family: "Manrope", sans-serif;
  font-size: clamp(31px, 4vw, 48px);
  letter-spacing: -0.09em;
  line-height: 0.95;
}

.slots-cabinet-top h3 b {
  color: var(--green-light);
}

.slots-cabinet-top small {
  color: #80938d;
  font-size: 7px;
  letter-spacing: 0.12em;
}

.slots-reel-window {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 245px;
  padding: 14px;
  overflow: hidden;
  border: 4px solid rgba(232, 196, 105, 0.64);
  border-radius: 11px;
  background: #071410;
  box-shadow: inset 0 0 0 5px rgba(4, 17, 13, 0.85), 0 11px 22px rgba(0, 0, 0, 0.24);
  gap: 9px;
}

.slots-payline {
  position: absolute;
  z-index: 4;
  right: 0;
  left: 0;
  top: 50%;
  height: 2px;
  background: rgba(232, 196, 105, 0.72);
  box-shadow: 0 0 12px rgba(232, 196, 105, 0.44);
  pointer-events: none;
}

.slots-payline::before,
.slots-payline::after {
  position: absolute;
  top: -5px;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  background: var(--gold);
}

.slots-payline::before { left: 4px; }
.slots-payline::after { right: 4px; }

.slots-reel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(168, 220, 195, 0.18);
  border-radius: 7px;
  background: linear-gradient(#dce8e3, #f7fbf9 49%, #d6e2de);
  transition: 180ms ease;
}

.slots-reel-strip {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
  will-change: transform, filter;
}

.slots-reel::before,
.slots-reel::after {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  height: 25%;
  content: "";
  pointer-events: none;
}

.slots-reel::before {
  top: 0;
  background: linear-gradient(rgba(17, 38, 33, 0.35), transparent);
}

.slots-reel::after {
  bottom: 0;
  background: linear-gradient(transparent, rgba(17, 38, 33, 0.35));
}

.slots-symbol {
  display: grid;
  flex: 0 0 33.3333%;
  color: #17563b;
  border-bottom: 1px solid rgba(20, 79, 55, 0.12);
  font-family: "Manrope", sans-serif;
  font-size: clamp(31px, 4.3vw, 57px);
  font-weight: 800;
  letter-spacing: -0.1em;
  line-height: 1;
  place-items: center;
  text-align: center;
}

.slots-symbol:last-child {
  border-bottom: 0;
}

.slots-reel.is-spinning {
  box-shadow: inset 0 0 18px rgba(15, 77, 53, 0.16);
}

.slots-reel.is-win {
  box-shadow: 0 0 0 2px rgba(105, 238, 171, 0.55), 0 0 19px rgba(61, 218, 140, 0.28);
}

.slots-reel.is-settling {
  animation: slots-reel-lock 210ms cubic-bezier(0.16, 0.84, 0.24, 1);
}

@keyframes slots-reel-lock {
  0% { box-shadow: inset 0 0 0 rgba(15, 77, 53, 0); }
  45% { box-shadow: inset 0 0 24px rgba(15, 77, 53, 0.22), 0 0 0 1px rgba(232, 196, 105, 0.28); }
  100% { box-shadow: inset 0 0 0 rgba(15, 77, 53, 0); }
}

.slots-result {
  display: flex;
  min-height: 54px;
  margin-top: 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(152, 211, 184, 0.13);
  border-radius: 7px;
  background: rgba(4, 17, 13, 0.49);
  flex-direction: column;
  text-align: center;
}

.slots-result span {
  color: #7c918a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.slots-result strong {
  margin-top: 4px;
  color: #c8d8d2;
  font-size: 12px;
}

.slots-result.is-win {
  border-color: rgba(74, 222, 148, 0.32);
  background: rgba(32, 143, 91, 0.11);
}

.slots-result.is-win span,
.slots-result.is-win strong {
  color: var(--green-light);
}

.slots-stage-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  gap: 20px;
}

.slots-stage-footer span {
  flex-shrink: 0;
  color: #87a099;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.slots-stage-footer span i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border: 1px solid var(--green);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #0b211c;
  background: var(--green);
}

.slots-stage-footer small {
  color: #657a74;
  font-size: 8px;
  line-height: 1.5;
  text-align: right;
}

.slots-paytable {
  margin-top: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.014);
}

.slots-paytable-heading,
.slots-recent-heading,
.slots-control-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.slots-paytable-heading span {
  color: #90a49e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.slots-paytable-heading small {
  color: #6d817b;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.slots-paytable-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 9px;
  gap: 7px;
}

.slots-paytable-list div {
  display: flex;
  min-width: 0;
  padding: 7px;
  align-items: center;
  border: 1px solid rgba(191, 225, 212, 0.08);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.014);
  gap: 7px;
}

.slots-paytable-list b {
  color: var(--green-light);
  font-size: 14px;
}

.slots-paytable-list span {
  min-width: 0;
  color: #8ea19b;
  overflow: hidden;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slots-paytable-list strong {
  margin-left: auto;
  color: var(--gold-light);
  font-size: 10px;
}

.slots-control-panel {
  padding: 20px;
  background: rgba(14, 30, 26, 0.53);
}

.slots-control-heading h3 {
  margin: 3px 0 0;
  color: #e9f2ef;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  letter-spacing: -0.045em;
}

.slots-control-group {
  margin-top: 20px;
}

.slots-control-label {
  margin-bottom: 8px;
  color: #9fb2ac;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.slots-control-label span:last-child {
  color: #728780;
  font-size: 9px;
  font-weight: 600;
}

.slots-control-label b {
  color: #cfddd8;
}

.slots-wager-display {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 11px;
  border: 1px solid rgba(158, 215, 194, 0.17);
  border-radius: 7px;
  background: rgba(4, 16, 14, 0.54);
}

.slots-wager-display > span {
  color: #78a594;
  font-size: 19px;
  font-weight: 700;
}

.slots-wager-display input {
  min-width: 0;
  width: 100%;
  padding: 0 5px;
  color: #eaf3f0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.slots-wager-display input::-webkit-inner-spin-button {
  appearance: none;
}

.slots-wager-display small {
  flex-shrink: 0;
  color: #60756f;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.slots-quick-wagers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8px;
  gap: 6px;
}

.slots-quick-wagers button {
  min-height: 31px;
  color: #879b95;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.018);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 150ms ease;
}

.slots-quick-wagers button:hover,
.slots-quick-wagers button.is-active {
  color: #bcf6d6;
  border-color: rgba(69, 220, 148, 0.38);
  background: rgba(53, 224, 140, 0.08);
}

.slots-spin-button {
  display: flex;
  width: 100%;
  min-height: 55px;
  margin-top: 22px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slots-spin-button span {
  font-size: 12px;
}

.slots-spin-button small {
  margin-top: 3px;
  color: rgba(2, 49, 29, 0.72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.slots-spin-button:disabled {
  animation: none;
  cursor: wait;
  opacity: 0.62;
}

.slots-session-stats {
  display: grid;
  margin-top: 18px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 8px;
}

.slots-session-stats div,
.slots-recent-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slots-session-stats span {
  color: #7e928c;
  font-size: 10px;
}

.slots-session-stats b {
  color: #cedbd7;
  font-size: 10px;
}

.slots-recent {
  margin-top: 17px;
}

.slots-recent-heading h4 {
  margin: 0;
  color: #c8d6d1;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.slots-recent-heading span {
  display: flex;
  align-items: center;
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.slots-recent-heading i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
}

.slots-recent-list {
  margin-top: 8px;
}

.slots-recent-list div {
  padding: 7px 0;
  color: #80948e;
  border-bottom: 1px solid rgba(191, 225, 212, 0.06);
  font-size: 9px;
}

.slots-recent-list b {
  margin-left: auto;
  color: #bdd0ca;
}

.slots-recent-list strong {
  width: 58px;
  color: var(--green-light);
  text-align: right;
}

.slots-recent-list .is-user span {
  color: #b9f0d1;
  font-weight: 800;
}

.crash-overlay {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  padding: 22px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 50% 0, rgba(40, 120, 143, 0.18), transparent 34rem),
    rgba(3, 9, 10, 0.95);
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transition: opacity 220ms ease;
}

.crash-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.crash-room {
  width: min(1260px, 100%);
  overflow: hidden;
  border: 1px solid rgba(107, 203, 204, 0.2);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(11, 26, 27, 0.99), rgba(7, 17, 18, 0.99));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.43);
  transform: translateY(10px) scale(0.995);
  transition: transform 220ms ease;
}

.crash-overlay.is-visible .crash-room {
  transform: translateY(0) scale(1);
}

.crash-room-header {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(14, 31, 32, 0.78);
}

.crash-room-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.crash-room-brand h2 {
  margin-top: 2px;
  font-size: 23px;
}

.crash-close {
  display: grid;
  width: 39px;
  height: 39px;
  color: #9bb0b0;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  place-items: center;
  transition: 170ms ease;
}

.crash-close:hover {
  color: #eef7f7;
  border-color: rgba(109, 211, 214, 0.35);
  background: rgba(53, 198, 224, 0.07);
}

.crash-close svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.crash-table-status {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #a1b6b6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.crash-table-status i,
.crash-live-heading i {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #60d6d0;
  box-shadow: 0 0 10px rgba(96, 214, 208, 0.75);
  animation: status-blink 1.8s ease-in-out infinite;
}

.crash-table-status span {
  margin-left: 12px;
  padding-left: 12px;
  color: #728787;
  border-left: 1px solid var(--line);
  letter-spacing: 0.1em;
}

.crash-room-balance {
  min-width: 158px;
  margin-left: 28px;
  text-align: right;
}

.crash-room-balance small {
  display: block;
  color: #748989;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.crash-room-balance strong {
  display: block;
  margin-top: 4px;
  color: #8beadd;
  font-size: 21px;
  letter-spacing: -0.055em;
}

.crash-room-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.crash-game-stage {
  min-width: 0;
  padding: 21px;
  border-right: 1px solid var(--line);
}

.crash-stage-heading,
.crash-control-label,
.crash-live-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.crash-stage-heading {
  margin-bottom: 13px;
}

.crash-stage-heading h3,
.crash-control-heading h3 {
  margin: 3px 0 0;
  color: #e9f2f2;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  letter-spacing: -0.045em;
}

.crash-stage-heading > span {
  color: #778b8b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.crash-game-board {
  position: relative;
  min-height: 462px;
  overflow: hidden;
  border: 1px solid rgba(151, 211, 226, 0.16);
  border-radius: 12px;
  background:
    radial-gradient(circle at 45% 62%, rgba(38, 133, 150, 0.17), transparent 48%),
    linear-gradient(145deg, #0b1e21, #081416);
}

#crash-canvas {
  display: block;
  width: 100%;
  height: 462px;
}

.crash-multiplier {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -50%);
}

.crash-multiplier small {
  color: #76999a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.crash-multiplier strong {
  margin-top: 5px;
  color: #83ebdd;
  font-family: "Manrope", sans-serif;
  font-size: clamp(62px, 8vw, 105px);
  letter-spacing: -0.11em;
  line-height: 0.95;
  text-shadow: 0 0 32px rgba(80, 213, 207, 0.2);
}

.crash-multiplier span {
  margin-top: 10px;
  color: #90a8a8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.crash-multiplier.is-active strong {
  animation: crash-number-glow 1.1s ease-in-out infinite;
}

.crash-multiplier.is-crashed strong {
  color: #e67b74;
  text-shadow: 0 0 28px rgba(230, 123, 116, 0.26);
}

.crash-multiplier.is-cashed strong {
  color: var(--green-light);
}

@keyframes crash-number-glow {
  50% { text-shadow: 0 0 42px rgba(80, 213, 207, 0.42); }
}

.crash-stage-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
  gap: 20px;
}

.crash-stage-footer span {
  flex-shrink: 0;
  color: #87a0a0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.crash-stage-footer span i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border: 1px solid #60d6d0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #0b1f21;
  background: #60d6d0;
}

.crash-stage-footer small {
  color: #657a7a;
  font-size: 8px;
  line-height: 1.5;
  text-align: right;
}

.crash-history {
  display: flex;
  align-items: center;
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.014);
  gap: 12px;
}

.crash-history span {
  flex-shrink: 0;
  color: #748989;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

#crash-history-list {
  display: flex;
  min-width: 0;
  overflow: hidden;
  gap: 7px;
}

#crash-history-list b {
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 9px;
  white-space: nowrap;
}

#crash-history-list .is-low {
  color: #91a9aa;
  background: rgba(145, 169, 170, 0.08);
}

#crash-history-list .is-mid {
  color: #75e1d9;
  background: rgba(96, 214, 208, 0.09);
}

#crash-history-list .is-high {
  color: var(--gold-light);
  background: rgba(232, 196, 105, 0.1);
}

.crash-control-panel {
  padding: 20px;
  background: rgba(14, 29, 30, 0.53);
}

.crash-control-group {
  margin-top: 20px;
}

.crash-control-label {
  margin-bottom: 8px;
  color: #9fb2b2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.crash-control-label span:last-child {
  color: #728787;
  font-size: 9px;
  font-weight: 600;
}

.crash-control-label b {
  color: #cfdddd;
}

.crash-wager-display {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 11px;
  border: 1px solid rgba(158, 213, 215, 0.17);
  border-radius: 7px;
  background: rgba(4, 15, 16, 0.54);
}

.crash-wager-display > span {
  color: #78a5a5;
  font-size: 19px;
  font-weight: 700;
}

.crash-wager-display input {
  min-width: 0;
  width: 100%;
  padding: 0 5px;
  color: #eaf3f3;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.crash-wager-display input::-webkit-inner-spin-button {
  appearance: none;
}

.crash-wager-display small {
  flex-shrink: 0;
  color: #607575;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.crash-quick-wagers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8px;
  gap: 6px;
}

.crash-quick-wagers button {
  min-height: 31px;
  color: #879b9b;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.018);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 150ms ease;
}

.crash-quick-wagers button:hover,
.crash-quick-wagers button.is-active {
  color: #bcf1ee;
  border-color: rgba(77, 201, 202, 0.38);
  background: rgba(77, 201, 202, 0.08);
}

.crash-start-button,
.crash-cashout-button {
  display: flex;
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.crash-start-button span,
.crash-cashout-button span {
  font-size: 12px;
}

.crash-start-button small,
.crash-cashout-button small {
  margin-top: 3px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.crash-start-button small {
  color: rgba(2, 49, 29, 0.72);
}

.crash-start-button:disabled {
  animation: none;
  cursor: wait;
  opacity: 0.46;
}

.crash-cashout-button {
  color: #062b2d;
  border-color: #7de6df;
  background: linear-gradient(135deg, #8cebe1, #4dbfc1);
  box-shadow: 0 8px 22px rgba(77, 191, 193, 0.13);
}

.crash-cashout-button:hover:not(:disabled) {
  border-color: #c1fffa;
  background: linear-gradient(135deg, #a7f3ec, #5bcdd0);
  box-shadow: 0 8px 25px rgba(77, 191, 193, 0.25);
  transform: translateY(-1px);
}

.crash-cashout-button:disabled {
  color: #708484;
  border-color: rgba(160, 188, 188, 0.13);
  background: rgba(160, 188, 188, 0.055);
  box-shadow: none;
  cursor: not-allowed;
}

.crash-session-stats {
  display: grid;
  margin-top: 18px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 8px;
}

.crash-session-stats div,
.crash-live-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.crash-session-stats span {
  color: #7e9292;
  font-size: 10px;
}

.crash-session-stats b {
  color: #cedbdb;
  font-size: 10px;
}

.crash-live-bets {
  margin-top: 17px;
}

.crash-live-heading h4 {
  margin: 0;
  color: #c8d6d6;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.crash-live-heading span {
  display: flex;
  align-items: center;
  color: #70b9b8;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.crash-live-heading i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
}

.crash-live-list {
  margin-top: 8px;
}

.crash-live-list div {
  padding: 7px 0;
  color: #809494;
  border-bottom: 1px solid rgba(191, 225, 225, 0.06);
  font-size: 9px;
}

.crash-live-list b {
  margin-left: auto;
  color: #bdd0d0;
}

.crash-live-list strong {
  width: 55px;
  color: #72d9d2;
  text-align: right;
}

.crash-live-list .is-pending {
  color: #879b9b;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crash-live-list .is-busted {
  color: #df7973;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crash-live-list .is-user span {
  color: #b9eeee;
  font-weight: 800;
}

.plinko-overlay {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  padding: 22px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 50% 0, rgba(43, 155, 111, 0.18), transparent 33rem),
    rgba(3, 9, 8, 0.95);
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transition: opacity 220ms ease;
}

.plinko-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.plinko-room {
  width: min(1260px, 100%);
  overflow: hidden;
  border: 1px solid rgba(116, 225, 177, 0.2);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(12, 27, 24, 0.99), rgba(7, 17, 15, 0.99));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.43);
  transform: translateY(10px) scale(0.995);
  transition: transform 220ms ease;
}

.plinko-overlay.is-visible .plinko-room {
  transform: translateY(0) scale(1);
}

.plinko-room-header {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(14, 32, 28, 0.78);
}

.plinko-room-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.plinko-room-brand h2 {
  margin-top: 2px;
  font-size: 23px;
}

.plinko-close {
  display: grid;
  width: 39px;
  height: 39px;
  color: #9bb0aa;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  place-items: center;
  transition: 170ms ease;
}

.plinko-close:hover {
  color: #eef7f4;
  border-color: rgba(109, 232, 172, 0.35);
  background: rgba(53, 224, 140, 0.07);
}

.plinko-close svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.plinko-table-status {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #a1b6b0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.plinko-table-status i {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(53, 224, 140, 0.75);
  animation: status-blink 1.8s ease-in-out infinite;
}

.plinko-table-status span {
  margin-left: 12px;
  padding-left: 12px;
  color: #728780;
  border-left: 1px solid var(--line);
  letter-spacing: 0.1em;
}

.plinko-room-balance {
  min-width: 158px;
  margin-left: 28px;
  text-align: right;
}

.plinko-room-balance small {
  display: block;
  color: #748982;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plinko-room-balance strong {
  display: block;
  margin-top: 4px;
  color: var(--green-light);
  font-size: 21px;
  letter-spacing: -0.055em;
}

.plinko-room-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.plinko-game-stage {
  min-width: 0;
  padding: 21px;
  border-right: 1px solid var(--line);
}

.plinko-stage-heading,
.plinko-control-label,
.plinko-recent-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.plinko-stage-heading {
  margin-bottom: 13px;
}

.plinko-stage-heading h3,
.plinko-control-heading h3 {
  margin: 3px 0 0;
  color: #e9f2ef;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  letter-spacing: -0.045em;
}

.plinko-stage-heading > span {
  color: #778b85;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.plinko-game-board {
  position: relative;
  min-height: 535px;
  overflow: hidden;
  border: 1px solid rgba(151, 226, 198, 0.16);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 40%, rgba(42, 137, 100, 0.17), transparent 45%),
    linear-gradient(145deg, #0b211c, #081613);
}

#plinko-canvas {
  display: block;
  width: 100%;
  height: 535px;
}

.plinko-board-result {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  min-width: 142px;
  padding: 10px 12px;
  color: #d3e1dc;
  border: 1px solid rgba(149, 222, 194, 0.18);
  border-radius: 7px;
  background: rgba(6, 20, 17, 0.82);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  opacity: 0;
  transform: translateY(-5px);
  transition: 220ms ease;
}

.plinko-board-result.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.plinko-board-result small {
  color: #758b84;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.plinko-board-result strong {
  margin-top: 3px;
  color: var(--green-light);
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  letter-spacing: -0.07em;
  line-height: 1;
}

.plinko-board-result span {
  margin-top: 5px;
  color: #9fb4ad;
  font-size: 9px;
}

.plinko-board-result.is-loss strong {
  color: #e3bc72;
}

.plinko-stage-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
  gap: 20px;
}

.plinko-stage-footer span {
  flex-shrink: 0;
  color: #87a099;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.plinko-stage-footer span i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border: 1px solid var(--green);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #0b211c;
  background: var(--green);
}

.plinko-stage-footer small {
  color: #657a74;
  font-size: 8px;
  line-height: 1.5;
  text-align: right;
}

.plinko-control-panel {
  padding: 20px;
  background: rgba(14, 30, 26, 0.53);
}

.plinko-control-group {
  margin-top: 20px;
}

.plinko-control-label {
  margin-bottom: 8px;
  color: #9fb2ac;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.plinko-control-label span:last-child {
  color: #728780;
  font-size: 9px;
  font-weight: 600;
}

.plinko-control-label b {
  color: #cfddd8;
}

.plinko-wager-display {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 11px;
  border: 1px solid rgba(158, 215, 194, 0.17);
  border-radius: 7px;
  background: rgba(4, 16, 14, 0.54);
}

.plinko-wager-display > span {
  color: #78a594;
  font-size: 19px;
  font-weight: 700;
}

.plinko-wager-display input {
  min-width: 0;
  width: 100%;
  padding: 0 5px;
  color: #eaf3f0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.plinko-wager-display input::-webkit-inner-spin-button {
  appearance: none;
}

.plinko-wager-display small {
  flex-shrink: 0;
  color: #60756f;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.plinko-quick-wagers,
.plinko-risk-options {
  display: grid;
  margin-top: 8px;
  gap: 6px;
}

.plinko-quick-wagers {
  grid-template-columns: repeat(4, 1fr);
}

.plinko-risk-options {
  grid-template-columns: repeat(3, 1fr);
}

.plinko-quick-wagers button,
.plinko-risk-options button {
  min-height: 31px;
  color: #879b95;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.018);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 150ms ease;
}

.plinko-quick-wagers button:hover,
.plinko-risk-options button:hover,
.plinko-quick-wagers button.is-active,
.plinko-risk-options button.is-active {
  color: #bcf6d6;
  border-color: rgba(69, 220, 148, 0.38);
  background: rgba(53, 224, 140, 0.08);
}

.plinko-drop-button {
  display: flex;
  width: 100%;
  min-height: 55px;
  margin-top: 22px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.plinko-drop-button span {
  font-size: 12px;
}

.plinko-drop-button small {
  margin-top: 3px;
  color: rgba(2, 49, 29, 0.72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.plinko-drop-button:disabled {
  animation: none;
  cursor: wait;
  opacity: 0.62;
}

.plinko-session-stats {
  display: grid;
  margin-top: 18px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 8px;
}

.plinko-session-stats div,
.plinko-recent-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plinko-session-stats span {
  color: #7e928c;
  font-size: 10px;
}

.plinko-session-stats b {
  color: #cedbd7;
  font-size: 10px;
}

.plinko-recent {
  margin-top: 17px;
}

.plinko-recent-heading h4 {
  margin: 0;
  color: #c8d6d1;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.plinko-recent-heading span {
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.plinko-recent-list {
  margin-top: 8px;
}

.plinko-recent-list div {
  padding: 7px 0;
  color: #80948e;
  border-bottom: 1px solid rgba(191, 225, 212, 0.06);
  font-size: 9px;
}

.plinko-recent-list b {
  margin-left: auto;
  color: #bdd0ca;
}

.plinko-recent-list strong {
  width: 55px;
  color: var(--green-light);
  text-align: right;
}

.plinko-recent-list .is-user span {
  color: #b9f0d1;
  font-weight: 800;
}

@media (max-width: 1160px) {
  .section-width,
  .header-main,
  .topline-inner {
    width: min(100% - 32px, 1050px);
  }

  .primary-nav {
    margin-left: 29px;
    gap: 19px;
  }

  .vip-badge {
    display: none;
  }

  .promo-stage {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .promo-slide {
    grid-template-columns: minmax(0, 62%) 38%;
    padding: 36px 35px;
  }

  .credit-card {
    width: 205px;
    height: 132px;
  }

  .promo-art {
    transform: scale(0.92);
  }

  .games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .plinko-overlay {
    padding: 14px;
  }

  .slots-overlay {
    padding: 14px;
  }

  .crash-overlay {
    padding: 14px;
  }

  .crash-game-board {
    min-height: 420px;
  }

  #crash-canvas {
    height: 420px;
  }

  .plinko-game-board {
    min-height: 475px;
  }

  #plinko-canvas {
    height: 475px;
  }
}

@media (max-width: 900px) {
  .topline-message,
  .primary-nav,
  .button-withdraw,
  .tooltip {
    display: none;
  }

  .mobile-menu {
    display: flex;
    width: 34px;
    height: 34px;
    padding: 8px;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: space-around;
  }

  .mobile-menu span {
    height: 1px;
    background: #9db0aa;
  }

  .promo-stage {
    display: block;
  }

  .account-snapshot {
    display: none;
  }

  .promo-carousel {
    min-height: 330px;
  }

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

  .dashboard-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .balance-panel {
    grid-row: 1;
  }

  .plinko-overlay {
    display: block;
    padding: 10px;
  }

  .slots-overlay {
    display: block;
    padding: 10px;
  }

  .slots-room {
    margin: 0 auto;
  }

  .slots-room-content {
    display: block;
  }

  .slots-game-stage {
    padding: 15px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .slots-control-panel {
    padding: 17px;
  }

  .slots-session-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .slots-session-stats div {
    display: block;
  }

  .slots-session-stats b {
    display: block;
    margin-top: 3px;
  }

  .crash-overlay {
    display: block;
    padding: 10px;
  }

  .crash-room {
    margin: 0 auto;
  }

  .crash-room-content {
    display: block;
  }

  .crash-game-stage {
    padding: 15px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .crash-game-board {
    min-height: 385px;
  }

  #crash-canvas {
    height: 385px;
  }

  .crash-control-panel {
    padding: 17px;
  }

  .crash-session-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .crash-session-stats div {
    display: block;
  }

  .crash-session-stats b {
    display: block;
    margin-top: 3px;
  }

  .plinko-room {
    margin: 0 auto;
  }

  .plinko-room-content {
    display: block;
  }

  .plinko-game-stage {
    padding: 15px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .plinko-game-board {
    min-height: 430px;
  }

  #plinko-canvas {
    height: 430px;
  }

  .plinko-control-panel {
    padding: 17px;
  }

  .plinko-session-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .plinko-session-stats div {
    display: block;
  }

  .plinko-session-stats b {
    display: block;
    margin-top: 3px;
  }
}

@media (max-width: 640px) {
  .section-width,
  .header-main,
  .topline-inner {
    width: min(100% - 22px, 600px);
  }

  .header-main {
    min-height: 66px;
  }

  .brand-coin {
    width: 31px;
    height: 31px;
    border-width: 1px;
    font-size: 16px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand small {
    margin-top: 4px;
    font-size: 7px;
  }

  .icon-button,
  .mobile-menu {
    display: none;
  }

  .balance-block {
    margin: 0 2px;
  }

  .balance-block small,
  .balance-block span {
    display: none;
  }

  .balance-block strong {
    margin: 0;
    font-size: 14px;
  }

  .button {
    min-height: 35px;
    padding: 0 12px;
    font-size: 10px;
  }

  .ticker-label {
    padding-left: 12px;
    padding-right: 12px;
  }

  main {
    padding-top: 14px;
  }

  .promo-carousel {
    min-height: 404px;
  }

  .promo-slide {
    display: block;
    padding: 25px 21px;
  }

  .promo-copy h1 {
    font-size: 36px;
  }

  .promo-copy p {
    font-size: 12px;
  }

  .promo-copy > small {
    max-width: 260px;
    font-size: 8px;
  }

  .promo-art {
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 200px;
    height: 135px;
    opacity: 0.76;
    transform: scale(0.72);
    transform-origin: bottom right;
  }

  .carousel-nav {
    right: 13px;
    bottom: 13px;
  }

  .games-section,
  .dashboard-grid,
  .content-grid {
    margin-top: 28px;
  }

  .games-grid {
    gap: 9px;
  }

  .game-art {
    height: 110px;
  }

  .game-art::before {
    transform: scale(0.72);
  }

  .slots-machine,
  .roulette-wheel,
  .sports-ball,
  .dealer-table,
  .plinko-board {
    transform: scale(0.75);
  }

  .playing-card,
  .poker-chip {
    scale: 0.77;
  }

  .chip-two { transform: scale(0.68); }
  .chip-three { transform: scale(0.58); }
  .chip-four { transform: scale(0.55); }

  .game-meta {
    align-items: flex-start;
    padding: 10px;
    flex-direction: column;
    gap: 8px;
  }

  .game-meta h3 {
    font-size: 11px;
  }

  .play-button {
    width: 100%;
  }

  .panel {
    padding: 16px;
  }

  .panel-heading h2 {
    font-size: 18px;
  }

  .withdrawal-meta {
    gap: 21px;
  }

  .footer-top {
    display: block;
  }

  .footer-links {
    margin-top: 27px;
    gap: 25px;
  }

  .footer-links a {
    font-size: 10px;
  }

  .responsible-strip span {
    display: none;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom span {
    display: block;
    margin-top: 5px;
  }

  .modal {
    padding: 20px;
  }

  .captcha-challenge canvas {
    min-width: 0;
  }

  .brad-notification {
    right: 11px;
    bottom: 11px;
  }

  .chat-widget {
    right: 11px;
    bottom: 11px;
    width: calc(100vw - 22px);
  }

  .plinko-overlay {
    padding: 0;
  }

  .slots-overlay {
    padding: 0;
  }

  .slots-room {
    border: 0;
    border-radius: 0;
  }

  .slots-room-header {
    min-height: 64px;
    padding: 10px;
  }

  .slots-room-brand {
    gap: 9px;
  }

  .slots-room-brand .eyebrow {
    display: none;
  }

  .slots-room-brand h2 {
    margin: 0;
    font-size: 19px;
  }

  .slots-close {
    width: 35px;
    height: 35px;
  }

  .slots-table-status {
    display: none;
  }

  .slots-room-balance {
    min-width: auto;
    margin-left: auto;
  }

  .slots-room-balance small {
    font-size: 7px;
  }

  .slots-room-balance strong {
    font-size: 18px;
  }

  .slots-game-stage {
    padding: 11px;
  }

  .slots-cabinet {
    padding: 15px 15px 16px;
  }

  .slots-cabinet-top {
    padding-bottom: 13px;
  }

  .slots-cabinet-top h3 {
    font-size: 31px;
  }

  .slots-reel-window {
    min-height: 190px;
    padding: 9px;
    gap: 6px;
  }

  .slots-symbol {
    font-size: 34px;
  }

  .slots-stage-footer {
    padding-top: 8px;
  }

  .slots-stage-footer small {
    display: none;
  }

  .slots-paytable {
    margin-top: 11px;
    padding: 9px;
  }

  .slots-paytable-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
  }

  .slots-paytable-list div {
    padding: 5px;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }

  .slots-paytable-list span {
    display: none;
  }

  .slots-paytable-list b {
    font-size: 12px;
  }

  .slots-control-panel {
    padding: 15px 11px;
  }

  .slots-control-heading h3 {
    font-size: 16px;
  }

  .slots-control-group {
    margin-top: 15px;
  }

  .slots-spin-button {
    min-height: 49px;
    margin-top: 16px;
  }

  .slots-session-stats {
    margin-top: 14px;
  }

  .slots-recent {
    margin-top: 13px;
  }

  .crash-overlay {
    padding: 0;
  }

  .crash-room {
    border: 0;
    border-radius: 0;
  }

  .crash-room-header {
    min-height: 64px;
    padding: 10px;
  }

  .crash-room-brand {
    gap: 9px;
  }

  .crash-room-brand .eyebrow {
    display: none;
  }

  .crash-room-brand h2 {
    margin: 0;
    font-size: 19px;
  }

  .crash-close {
    width: 35px;
    height: 35px;
  }

  .crash-table-status {
    display: none;
  }

  .crash-room-balance {
    min-width: auto;
    margin-left: auto;
  }

  .crash-room-balance small {
    font-size: 7px;
  }

  .crash-room-balance strong {
    font-size: 18px;
  }

  .crash-game-stage {
    padding: 11px;
  }

  .crash-stage-heading {
    margin-bottom: 9px;
  }

  .crash-stage-heading h3 {
    font-size: 16px;
  }

  .crash-stage-heading > span {
    font-size: 7px;
  }

  .crash-game-board {
    min-height: 305px;
  }

  #crash-canvas {
    height: 305px;
  }

  .crash-multiplier strong {
    font-size: 73px;
  }

  .crash-stage-footer {
    padding-top: 8px;
  }

  .crash-stage-footer small {
    display: none;
  }

  .crash-history {
    margin-top: 10px;
    padding: 8px;
  }

  .crash-history span {
    display: none;
  }

  .crash-control-panel {
    padding: 15px 11px;
  }

  .crash-control-heading h3 {
    font-size: 16px;
  }

  .crash-control-group {
    margin-top: 15px;
  }

  .crash-start-button,
  .crash-cashout-button {
    min-height: 47px;
    margin-top: 12px;
  }

  .crash-session-stats {
    margin-top: 14px;
  }

  .crash-live-bets {
    margin-top: 13px;
  }

  .plinko-room {
    border: 0;
    border-radius: 0;
  }

  .plinko-room-header {
    min-height: 64px;
    padding: 10px;
  }

  .plinko-room-brand {
    gap: 9px;
  }

  .plinko-room-brand .eyebrow {
    display: none;
  }

  .plinko-room-brand h2 {
    margin: 0;
    font-size: 19px;
  }

  .plinko-close {
    width: 35px;
    height: 35px;
  }

  .plinko-table-status {
    display: none;
  }

  .plinko-room-balance {
    min-width: auto;
    margin-left: auto;
  }

  .plinko-room-balance small {
    font-size: 7px;
  }

  .plinko-room-balance strong {
    font-size: 18px;
  }

  .plinko-game-stage {
    padding: 11px;
  }

  .plinko-stage-heading {
    margin-bottom: 9px;
  }

  .plinko-stage-heading h3 {
    font-size: 16px;
  }

  .plinko-stage-heading > span {
    font-size: 7px;
  }

  .plinko-game-board {
    min-height: 350px;
  }

  #plinko-canvas {
    height: 350px;
  }

  .plinko-board-result {
    top: 9px;
    right: 9px;
    min-width: 118px;
    padding: 8px 9px;
  }

  .plinko-board-result strong {
    font-size: 21px;
  }

  .plinko-stage-footer {
    padding-top: 8px;
  }

  .plinko-stage-footer small {
    display: none;
  }

  .plinko-control-panel {
    padding: 15px 11px;
  }

  .plinko-control-heading h3 {
    font-size: 16px;
  }

  .plinko-control-group {
    margin-top: 15px;
  }

  .plinko-drop-button {
    min-height: 49px;
    margin-top: 16px;
  }

  .plinko-session-stats {
    margin-top: 14px;
  }

  .plinko-recent {
    margin-top: 13px;
  }
}
