:root {
  --ink: #2e1708;
  --brown: #1a0e06;
  --surface: #2a1608;
  --card: #3d1f0a;
  --gold: #ffb020;
  --gold-strong: #f5b84a;
  --pale: #fff6dc;
  --cream: #f5e0a8;
  --muted: #e0c090;
  --dim: #fdc27b;
  --cyan: #ffb020;
  --green: #22e57a;
  --red: #ff0303;
  --purple: #6b21a8;
  --frost-shadow:
    0 4px 18px rgba(80, 40, 8, 0.22), 0 0 16px rgba(255, 176, 48, 0.32), 0 0 0 1px rgba(255, 220, 140, 0.5);
  --frost-shadow-hover:
    0 10px 32px rgba(80, 40, 8, 0.26), 0 0 26px rgba(255, 176, 48, 0.48), 0 0 0 1px rgba(255, 232, 170, 0.6);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  min-height: 100vh;
  background: linear-gradient(180deg, #fff4d4 0%, #f0d48a 48%, #e0b85c 100%);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}
button,
a {
  font: inherit;
}
.background-grid {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 244, 212, 0.82), rgba(224, 184, 92, 0.9)),
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(86, 46, 7, 0.055) 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(86, 46, 7, 0.055) 40px);
}
.background-grid:after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 15%, rgba(251, 164, 35, 0.15), transparent 42%);
}
.status-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 34px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--dim);
  background: var(--surface);
  border-bottom: 1px solid var(--gold-strong);
  box-shadow: 0 2px 12px rgba(180, 100, 20, 0.22);
  font-family: 'Share Tech Mono';
  font-size: 12px;
  letter-spacing: 0.3px;
}
.status-bar b {
  color: #fff8e8;
}
.status-bar .cyan {
  color: var(--cyan);
}
.status-spacer {
  flex: 1;
}
.green-status-dot {
  display: inline-block;
  color: var(--green);
  font-style: normal;
  text-shadow: 0 0 4px currentColor;
  animation: green-status-blink 1.2s ease-in-out infinite;
}
@keyframes green-status-blink {
  0%,
  100% {
    opacity: 1;
    text-shadow: 0 0 4px currentColor, 0 0 9px currentColor;
  }
  50% {
    opacity: 0.2;
    text-shadow: none;
  }
}
.live-strip {
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  background: var(--brown);
  border-bottom: 1px solid var(--gold-strong);
  font:
    11px Inter,
    sans-serif;
}
.live-strip b {
  padding: 2px 8px;
  color: #5b3405;
  background: #ffd34f;
  border-radius: 3px;
  font-size: 9px;
}
header {
  position: sticky;
  top: 62px;
  z-index: 998;
  height: 82px;
  margin-top: 62px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 28px;
  color: var(--gold);
  background: var(--surface);
  border-bottom: 1px solid var(--gold-strong);
  box-shadow: 0 2px 12px rgba(180, 100, 20, 0.18);
  font-family: Inter, sans-serif;
}
.indnd {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(255, 184, 64, 0.55);
}
.indnd span {
  font-weight: 400;
}
.indnd em {
  margin-left: 9px;
  padding: 3px 6px;
  color: #f5e3c3;
  border: 1px solid #aa7b47;
  border-radius: 4px;
  font-size: 8px;
  font-style: normal;
}
.version {
  color: var(--muted);
  font:
    9px Inter,
    sans-serif;
  letter-spacing: 2px;
}
.online-pill {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  margin-top: -22px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 176, 32, 0.28);
  border-radius: 18px;
  background: rgba(255, 176, 32, 0.1);
  color: var(--muted);
  font-size: 9px;
}
.online-pill .green-status-dot {
  line-height: 1;
}
.online-pill strong {
  font-size: 18px;
  color: #ffbc3d;
}
.header-time {
  position: absolute;
  right: 28px;
  margin-top: 55px;
  color: #a98b6d;
  text-align: right;
  font: 10px 'Share Tech Mono';
}
.header-time b {
  color: #eadac4;
}
main {
  max-width: 1400px;
  margin: auto;
  padding: 8px 10px 80px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 312px 1fr;
  gap: 16px;
}
.hero-side {
  display: grid;
  gap: 8px;
  align-items: center;
}
.timer-card,
.side-ad-rotator,
.gains,
.banner-card,
.signals > div,
.console,
.provider-select {
  border: 1px solid rgba(200, 140, 50, 0.55);
  box-shadow:
    var(--frost-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  background: linear-gradient(165deg, #fff6dc 0%, #f5e0a8 50%, #e8c46a 100%);
  border-radius: 12px;
}
.timer-card {
  height: 94px;
  padding: 12px 18px;
}
.timer {
  display: flex;
  align-items: center;
  justify-content: center;
  font:
    800 42px Inter,
    sans-serif;
  letter-spacing: 1px;
}
.timer i {
  color: #d89b29;
  font-style: normal;
}
.progress {
  height: 3px;
  background: #d8bd87;
}
.progress b {
  display: block;
  height: 100%;
  width: 0;
  background: var(--gold);
  transition: width 0.5s;
}
.timer-legend {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font: 8px Orbitron;
  color: #6a4928;
}
.timer-legend strong {
  color: #e5a126;
}
.side-ad-rotator {
  position: relative;
  height: 100px;
  overflow: hidden;
  border-radius: 12px;
  background: #2d1509;
}
.side-ad {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease;
}
.side-ad.active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}
.side-ad img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  object-fit: contain;
  object-position: center;
}
.side-ad b {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 8px;
  border-radius: 0 0 0 8px;
  background: #ffb52a;
  font: 8px Orbitron;
}
.gains {
  height: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.gains span {
  font: 15px Orbitron;
}
.gains strong {
  font-size: 27px;
}
.gains small {
  font-size: 12px;
}
.banner-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  background: var(--card);
  border-color: var(--gold-strong);
}
.slides,
.slide {
  position: absolute;
  inset: 0;
}
.slide {
  opacity: 0;
  transition: opacity 0.5s;
}
.slide.active {
  opacity: 1;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.slide-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 8px 13px;
  border-radius: 14px;
  background: #ffcf38;
  font: 700 10px Orbitron;
  letter-spacing: 1px;
}
.slide-arrow {
  position: absolute;
  top: 48%;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(45, 25, 12, 0.66);
  font-size: 26px;
  cursor: pointer;
}
.slide-arrow.prev {
  left: 12px;
}
.slide-arrow.next {
  right: 12px;
}
.slide-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.slide-dots button {
  width: 9px;
  height: 9px;
  margin: 0 3px;
  border: 0;
  border-radius: 50%;
  background: #7e5d75;
}
.slide-dots button.active {
  width: 21px;
  border-radius: 5px;
  background: #ffc32b;
}
.signals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 12px 0;
}
.signals > div {
  min-height: 65px;
  padding: 12px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  border-left: 4px solid var(--gold);
}
.signals b {
  font: 700 10px Orbitron;
}
.signals strong {
  font: 700 13px Orbitron;
}
.signals span {
  color: #755f40;
}
.signals small {
  display: block;
  margin-left: auto;
  font-weight: 700;
}
.signals em {
  color: #38bd6f;
  font-style: normal;
  font-weight: 800;
}
/* .winners-section {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0 16px;
}
.winners-section > button {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #40220b;
  cursor: pointer;
}
.winners-section > button:last-child {
  right: 0;
}
.winners {
  display: flex;
  gap: 8px;
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
.winner {
  flex: 0 0 150px;
  height: 150px;
  padding: 0;
  border: 1px solid var(--gold-strong);
  border-radius: 10px;
  overflow: hidden;
  background: #321d0e;
  cursor: pointer;
}
.winner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.games-section {
  position: relative;
}
.provider-select {
  width: 310px;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border-radius: 8px;
  cursor: pointer;
  font:
    600 11px Inter,
    sans-serif;
}
.provider-select b {
  flex: 1;
  text-align: left;
}
.provider-select small {
  color: #b2751f;
}
.provider-select i {
  color: #4bbd6e;
}
.provider-menu {
  position: absolute;
  z-index: 5;
  top: 52px;
  left: 0;
  width: 310px;
  padding: 10px;
  display: none;
  max-height: min(620px, 70vh);
  overflow-y: auto;
  background: var(--surface);
  border: 1px solid var(--gold-strong);
  border-radius: 12px;
  box-shadow: var(--frost-shadow-hover);
}
.provider-menu.open {
  display: block;
}
.provider-menu button {
  width: 100%;
  padding: 10px;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  border: 0;
  border-bottom: 1px solid rgba(200, 140, 50, 0.25);
  color: #fff8e8;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font:
    600 10px Inter,
    sans-serif;
}
.provider-menu button:hover,
.provider-menu button.active {
  color: var(--gold);
  background: rgba(255, 176, 32, 0.12);
  box-shadow: inset 3px 0 var(--gold);
}
.games-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin-top: 14px;
}
.game-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--gold-strong);
  border-radius: 12px;
  background: var(--card);
  box-shadow: var(--frost-shadow);
  animation: fade 0.35s both;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.game-card:hover,
.game-card:active {
  transform: translateY(-2px);
  border-color: #ffb840;
  box-shadow: var(--frost-shadow-hover);
}
.game-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: var(--surface);
  overflow: hidden;
}
.game-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}
.game-card:hover .game-image,
.game-card:active .game-image {
  transform: scale(1.04);
}
.badge {
  position: absolute;
  left: 6px;
  top: 6px;
  padding: 4px 6px;
  border-radius: 4px;
  color: #fff;
  background: #7846ad;
  font: 700 7px Orbitron;
}
.game-info {
  flex: 1;
  padding: 8px 10px 10px;
  color: #fff8e8;
  background: var(--card);
}
.game-rtp-container {
  padding: 8px 10px 9px;
  border: 1px solid var(--gold-strong);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 190, 70, 0.1), var(--surface) 42%);
  box-shadow:
    inset 0 0 12px rgba(200, 130, 30, 0.18),
    inset 0 1px rgba(255, 239, 184, 0.18),
    0 2px 0 rgba(35, 15, 3, 0.5);
}
.rtp-row {
  display: flex;
  justify-content: space-between;
  padding: 0 0 5px;
  color: var(--dim);
  font: 700 0.8rem 'Share Tech Mono';
}
.rtp-row strong.high {
  color: var(--green);
  text-shadow: 0 0 8px rgba(34, 229, 122, 0.55);
}
.rtp-row strong.medium {
  color: #eecf68;
}
.rtp-row strong.low {
  color: var(--red);
}
.rtp-bar {
  height: 0.6rem;
  margin-top: 5px;
  border: 1px solid rgba(255, 202, 91, 0.4);
  border-radius: 4px;
  background: #754817;
  overflow: hidden;
  box-shadow:
    inset 0 1px 3px rgba(25, 9, 1, 0.85),
    0 1px rgba(255, 220, 130, 0.12);
}
.rtp-bar b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(180deg, #fffd5b 0%, #f1a63d 48%, #18140e 100%);
  box-shadow:
    inset 0 1px rgba(255, 248, 190, 0.75),
    0 0 7px rgba(255, 177, 31, 0.5);
}
.rtp-bar b.high {
  background: linear-gradient(180deg, #3ffb8e 0%, #0ec268 48%, #0e1813 100%)
  box-shadow:
    inset 0 1px rgba(220, 255, 232, 0.7),
    0 0 7px rgba(34, 229, 122, 0.5);
}
.rtp-bar b.low {
  background: linear-gradient(180deg, #ed9a83 0%, #e83a1a 48%, #2a1919 100%);
  box-shadow:
    inset 0 1px rgba(255, 231, 220, 0.7),
    0 0 7px rgba(239, 68, 68, 0.45);
}
.load-more {
  display: block;
  margin: 22px auto;
  padding: 12px 24px;
  border: 1px solid #c9892a;
  border-radius: 8px;
  color: #fff8e8;
  background: var(--card);
  cursor: pointer;
  font:
    600 11px Inter,
    sans-serif;
  transition:
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}
.load-more:hover {
  border-color: var(--gold-strong);
  color: var(--gold);
  box-shadow: 0 0 18px rgba(255, 184, 64, 0.4);
}
.load-more small {
  margin-left: 10px;
  color: #f8bd47;
}
.console {
  margin-top: 30px;
  padding: 0 18px 12px;
  background: var(--card);
  color: var(--muted);
  border: 1px solid var(--gold-strong);
  border-radius: 12px;
  box-shadow: var(--frost-shadow);
  font-family: 'Share Tech Mono';
}
.console h2 {
  margin: 0 -18px 10px;
  padding: 12px 18px;
  color: #e3bb82;
  border-bottom: 1px solid #7a4a1c;
  font: 11px Orbitron;
}
.console h2 span {
  float: right;
}
.console p {
  display: flex;
  gap: 12px;
  margin: 6px 0;
  font-size: 12px;
}
.console p b {
  color: #d79c3d;
}
.console p em {
  margin-left: auto;
  color: #58d587;
  font-style: normal;
}
.refresh {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #68401e;
  color: #a77d50;
}
.refresh span {
  float: right;
}
footer {
  min-height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--muted);
  background: var(--surface);
  border-top: 1px solid #c9892a;
  font-size: 11px;
}
footer > b {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #7f5b36;
  border-radius: 50%;
}
footer a {
  color: #d9b077;
}
.floating-links {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.floating-links a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 3px 12px #0004;
  font-size: 24px;
}
.floating-links .telegram {
  background: #28a9e5;
}
.floating-links .whatsapp {
  background: #32c96d;
}
.floating-links .shop {
  background: #a23cd6;
}
.floating-links .lottery {
  background: #f0a21a;
}
.floating-links .responsible {
  background: #4a2c13;
  font-size: 13px;
}
.floating-timer {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 1190;
  transform: translateX(-50%);
  padding: 18px 32px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--card);
  border: 1px solid #c9892a;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
  font: 18px Orbitron;
}
.modal /* ,
.lightbox */ {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 8, 2, 0.85);
  backdrop-filter: blur(7px);
}
.modal.open /* ,
.lightbox.open */ {
  display: flex;
}
.modal-card {
  position: relative;
  width: min(430px, 92vw);
  border: 2px solid #f5b635;
  border-radius: 20px;
  background: #502088;
  box-shadow: 0 0 35px #f3a33b55;
}
.modal-card > a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.modal-card img {
  display: block;
  width: 100%;
  border-radius: 18px;
}
.modal-card span {
  display: inline-block;
  margin: -65px 0 18px;
  padding: 10px 50px;
  border-radius: 22px;
  background: #9d276e;
  font: 700 15px Orbitron;
}
.modal-card > button /* ,
.lightbox button */ {
  position: absolute;
  right: -13px;
  top: -13px;
  width: 42px;
  height: 42px;
  border: 2px solid #f5c433;
  border-radius: 50%;
  color: #fff;
  background: #39200d;
  font-size: 28px;
  cursor: pointer;
}
/* .lightbox img {
  max-width: min(550px, 90vw);
  max-height: 86vh;
  border: 2px solid #e9ad42;
  border-radius: 10px;
} */
.boot {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #efb74b;
  background: #030303;
  transition: opacity 0.65s ease;
}
.boot.done {
  opacity: 0;
  pointer-events: none;
}
.terminal {
  width: min(40vw, 1260px);
  height: min(66vh, 692px);
  min-height: 520px;
  display: flex;
  flex-direction: column;
  border: 1px solid #b87920;
  background: #070b24;
  box-shadow:
    0 0 42px #e39a2f2e,
    inset 0 0 0 1px #2d2112;
  font-family: 'Share Tech Mono', monospace;
}
.terminal-head {
  flex: 0 0 52px;
  padding: 16px 20px;
  border-bottom: 1px solid #4c391e;
  color: #a99e9a;
  background: #281507;
  font-size: 16px;
  letter-spacing: 0;
}
.terminal-head i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  background: #e65847;
}
.terminal-head i:nth-child(2) {
  background: #e6b545;
}
.terminal-head i:nth-child(3) {
  background: #4cc16a;
}
.terminal-head span {
  float: right;
  margin-top: 1px;
}
.terminal-screen {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding: 36px 18px 0;
  background: #070b24;
}
.boot-brand {
  text-align: center;
}
.boot-brand h1 {
  margin: 0;
  color: #ffad24;
  font:
    900 clamp(36px, 5vw, 70px)/1 Orbitron,
    sans-serif;
  letter-spacing: 1px;
  text-shadow:
    0 0 8px #ffb326,
    0 0 27px #16dfe9aa;
}
.boot-brand h1 span {
  color: #1de7f0;
  font-weight: 700;
}
.boot-brand p {
  margin: 19px 0 0;
  color: #1bc9d6;
  font:
    500 clamp(9px, 1vw, 14px)/1 'Share Tech Mono',
    monospace;
  letter-spacing: 4px;
}
.terminal-body {
  height: calc(100% - 150px);
  padding: 35px 2px 0;
  color: #9ca8d4;
  font-size: clamp(11px, 1.35vw, 18px);
  line-height: 1.62;
  letter-spacing: 0.4px;
}
.terminal-body div {
  white-space: nowrap;
}
.terminal-body .boot-command {
  color: #00f28e;
}
.terminal-body .boot-output {
  color: #9ca8d4;
}
.boot-footer {
  flex: 0 0 43px;
  border-top: 1px solid #d89827;
  padding-bottom: 8px;
  background: #070b24;
}
.boot-progress {
  height: 4px;
  margin: 0;
  background: #46371c;
}
.boot-progress b {
  display: block;
  height: 100%;
  background: #ffad22;
  box-shadow: 0 0 10px #f4ae2f66;
}
.boot-footer > span {
  display: block;
  padding: 10px 0 0;
  color: #11e5ed;
  text-align: center;
  font-size: 16px;
  text-shadow: 0 0 12px #11e5ed88;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
}
@media (max-width: 900px) {
  .status-bar {
    font-size: 9px;
  }
  .status-bar span:nth-of-type(2),
  .status-bar span:nth-last-of-type(2) {
    display: none;
  }
  header {
    height: 78px;
    grid-template-columns: 1fr auto;
    padding: 0 13px;
  }
  .indnd {
    font-size: 10px;
  }
  .version,
  .header-time {
    display: none;
  }
  .online-pill {
    margin: 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-side {
    grid-template-columns: 1fr 1fr;
  }
  .timer-card {
    grid-column: 1;
  }
  .gains {
    grid-column: 2;
    grid-row: 1;
  }
  .side-ad-rotator {
    overflow: hidden;
    height: 92px;
  }
  .banner-card {
    min-height: 360px;
  }
  .games-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .status-bar {
    height: 32px;
    padding: 0 6px;
  }
  .live-strip {
    top: 32px;
    height: 26px;
    font-size: 9px;
  }
  header {
    top: 58px;
    height: 62px;
    margin-top: 58px;
  }
  .indnd em {
    display: none;
  }
  .online-pill {
    padding: 5px 8px;
  }
  .online-pill strong {
    font-size: 14px;
  }
  main {
    padding: 9px 7px 90px;
  }
  .hero-side {
    display: none;
  }
  .banner-card {
    min-height: 210px;
    border-radius: 8px;
  }
  .slide-arrow {
    width: 34px;
    height: 34px;
    font-size: 25px;
  }
  .signals {
    grid-template-columns: 1fr;
  }
  .signals > div {
    min-height: 54px;
    padding: 9px;
    font-size: 9px;
  }
  .signals small {
    display: none;
  }
  /* .winner {
    flex-basis: 108px;
    height: 108px;
  } */
  .provider-select,
  .provider-menu {
    width: 100%;
  }
  .games-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .game-card {
    border-radius: 7px;
  }
  .game-info {
    padding: 7px;
  }
  .rtp-row {
    font-size: 1rem;
  }
  .badge {
    font-size: 6px;
  }
  .floating-timer {
    bottom: 7px;
    padding: 12px 20px;
    font-size: 13px;
  }
  .floating-links {
    right: 8px;
    bottom: 8px;
  }
  .floating-links a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .floating-links .shop,
  .floating-links .lottery {
    display: none;
  }
  .console {
    margin-top: 18px;
  }
  footer {
    padding: 14px 62px 70px 10px;
    flex-wrap: wrap;
    text-align: center;
  }
  footer p {
    margin: 0;
  }
  .boot {
    padding: 16px;
  }
  .terminal {
    width: 100%;
    height: min(620px, calc(60vh - 32px));
    min-height: 360px;
  }
  .terminal-head {
    flex-basis: 48px;
    padding: 15px 16px;
    font-size: 12px;
  }
  .terminal-head i {
    width: 12px;
    height: 12px;
    margin-right: 9px;
  }
  .terminal-head span {
    margin-top: -2px;
  }
  .terminal-screen {
    padding: 28px 14px 0;
  }
  .boot-brand h1 {
    font-size: 34px;
  }
  .boot-brand p {
    margin-top: 12px;
    letter-spacing: 2px;
  }
  .terminal-body {
    height: calc(100% - 130px);
    min-height: 0;
    padding: 28px 0 12px;
    font-size: 11px;
    line-height: 1.8;
  }
  .boot-footer {
    flex-basis: 38px;
  }
  .boot-progress {
    height: 4px;
  }
  .boot-footer > span {
    padding-top: 8px;
    font-size: 14px;
  }
}
