:root {
  --night: #070707;
  --charcoal: #111111;
  --panel: #18130c;
  --panel-2: #22180d;
  --cream: #fff7df;
  --muted: #c9b98e;
  --line: rgba(255, 226, 142, 0.18);
  --gold: #f6c85f;
  --gold-2: #ffdf8b;
  --red: #d63f33;
  --green: #1fb56b;
  --ruby: #a61f36;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--cream);
  background: var(--night);
}

.is-hidden {
  display: none !important;
}

.admin-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 18%, rgba(246, 200, 95, 0.16), transparent 28%),
    linear-gradient(135deg, #050505, #171008);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--cream);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(7, 7, 7, 0.9);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 36px;
  font-weight: 900;
}

.brand-mark {
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  border: 2px solid var(--gold-2);
  background: linear-gradient(135deg, var(--gold), #fff1ad 48%, #9f671b);
  box-shadow: 0 0 28px rgba(246, 200, 95, 0.55);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.95rem;
  font-weight: 800;
}

.site-nav a {
  color: rgba(255, 247, 223, 0.82);
}

.site-nav a:hover {
  color: var(--gold-2);
}

.logout-button {
  border: 1px solid rgba(255, 226, 142, 0.36);
  border-radius: 8px;
  color: var(--cream);
  background: rgba(255, 247, 223, 0.06);
  font: inherit;
  font-weight: 900;
  padding: 9px 12px;
  cursor: pointer;
}

.logout-button:hover {
  color: var(--gold-2);
}

.player-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 226, 142, 0.3);
  border-radius: 8px;
  color: var(--gold-2);
  background: rgba(255, 247, 223, 0.05);
  font-weight: 900;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  padding: 118px clamp(20px, 7vw, 96px) 70px;
  background:
    radial-gradient(circle at 72% 38%, rgba(246, 200, 95, 0.28), transparent 28%),
    radial-gradient(circle at 12% 86%, rgba(166, 31, 54, 0.25), transparent 30%),
    linear-gradient(135deg, #050505 0%, #15100a 48%, #070707 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 226, 142, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 226, 142, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 80%, transparent);
}

.hero-content,
.hero-stage {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 780px;
  color: var(--cream);
  font-size: clamp(3.4rem, 8vw, 8.2rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 247, 223, 0.86);
  font-size: clamp(1.08rem, 2.1vw, 1.45rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.fine-print {
  margin: 18px 0 0;
  color: rgba(255, 247, 223, 0.58);
  font-size: 0.88rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:disabled,
.logout-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.button.primary {
  color: #190f04;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 0 34px rgba(246, 200, 95, 0.24);
}

.button.secondary {
  color: var(--cream);
  border-color: rgba(255, 226, 142, 0.45);
  background: rgba(255, 247, 223, 0.06);
}

.hero-stage {
  min-height: 500px;
}

.slot-panel {
  position: absolute;
  right: 0;
  top: 52px;
  width: min(420px, 100%);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 223, 139, 0.17), rgba(166, 31, 54, 0.09)),
    rgba(12, 8, 5, 0.9);
  box-shadow: var(--shadow);
}

.slot-panel > span {
  color: var(--gold-2);
  font-weight: 900;
  text-transform: uppercase;
}

.slot-panel strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 0.9;
}

.slot-reels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.slot-reels i {
  display: grid;
  place-items: center;
  height: 116px;
  border-radius: 8px;
  color: var(--ruby);
  background: var(--cream);
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 900;
  box-shadow: inset 0 -12px 24px rgba(0, 0, 0, 0.1);
}

.diamond-card {
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 260px;
  padding: 22px;
  border: 1px solid rgba(255, 226, 142, 0.28);
  border-radius: 8px;
  background: rgba(24, 19, 12, 0.94);
  box-shadow: var(--shadow);
}

.diamond-card span,
.diamond-card small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.diamond-card strong {
  display: block;
  margin: 8px 0 2px;
  color: var(--gold-2);
  font-size: 2.6rem;
  line-height: 1;
}

.chip {
  position: absolute;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 8px dashed rgba(255, 247, 223, 0.8);
  border-radius: 50%;
  color: var(--cream);
  background: var(--ruby);
  font-weight: 900;
  box-shadow: var(--shadow);
}

.chip-one {
  right: 18px;
  bottom: 24px;
}

.chip-two {
  left: 48px;
  top: 28px;
  background: #146445;
}

.section {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 4vw, 56px);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.stats {
  padding-top: 28px;
  padding-bottom: 28px;
  background: var(--charcoal);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.stat-grid article {
  padding: 26px;
  background: var(--panel);
}

.stat-grid span {
  display: block;
  color: var(--gold-2);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.95;
  font-weight: 900;
}

.stat-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.15rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

p {
  line-height: 1.65;
}

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

.section-heading h2 {
  max-width: 720px;
}

.games {
  background: var(--night);
}

.game-grid,
.game-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.game-card {
  min-height: 310px;
  padding: 18px;
  display: grid;
  align-content: end;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.game-link-grid .game-card {
  align-content: stretch;
  grid-template-rows: auto auto 1fr auto;
}

.game-card p {
  margin: 0;
  color: var(--gold-2);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.game-card span {
  color: var(--muted);
  line-height: 1.5;
}

.game-link,
.game-link-row {
  align-self: end;
}

.game-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 226, 142, 0.42);
  border-radius: 8px;
  color: #190f04;
  background: var(--gold);
  font-weight: 900;
}

.game-link-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.game-visual {
  align-self: start;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1.2;
  border: 1px solid rgba(255, 226, 142, 0.16);
  border-radius: 6px;
  overflow: hidden;
}

.game-visual span {
  color: var(--cream);
  font-size: clamp(3.4rem, 6vw, 5.4rem);
  line-height: 1;
  font-weight: 900;
}

.visual-red {
  background:
    radial-gradient(circle, rgba(255, 223, 139, 0.24), transparent 42%),
    linear-gradient(135deg, #3b090d, var(--ruby));
}

.visual-gold {
  background:
    radial-gradient(circle, rgba(255, 247, 223, 0.3), transparent 42%),
    linear-gradient(135deg, #6e4510, var(--gold));
}

.visual-green {
  background:
    radial-gradient(circle, rgba(255, 223, 139, 0.2), transparent 42%),
    linear-gradient(135deg, #063e2a, var(--green));
}

.bonus {
  background: var(--panel-2);
}

.bonus-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.bonus-grid > div:first-child p,
.join-inner p {
  color: var(--muted);
  font-size: 1.06rem;
}

.bonus-card {
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(255, 226, 142, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(246, 200, 95, 0.18), rgba(166, 31, 54, 0.12)),
    var(--charcoal);
  box-shadow: var(--shadow);
}

.bonus-card span {
  color: var(--gold-2);
  font-weight: 900;
  text-transform: uppercase;
}

.bonus-card strong {
  display: block;
  margin: 12px 0;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.9;
}

.bonus-card p {
  margin-bottom: 26px;
  color: var(--muted);
}

.how {
  background: var(--charcoal);
}

.guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 92px);
}

.steps {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #190f04;
  background: var(--gold);
  font-weight: 900;
}

.steps span {
  font-weight: 900;
  font-size: 1.1rem;
}

.steps p {
  grid-column: 2;
  margin: -18px 0 0;
  color: var(--muted);
}

.quote {
  padding-top: 0;
  background: var(--charcoal);
}

.quote-inner {
  padding: clamp(40px, 7vw, 72px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(246, 200, 95, 0.16), rgba(214, 63, 51, 0.1)),
    var(--night);
}

blockquote {
  margin: 0;
  max-width: 900px;
  font-size: clamp(1.9rem, 4vw, 4.2rem);
  line-height: 1.05;
  font-weight: 900;
}

.quote-inner p {
  margin: 22px 0 0;
  color: var(--muted);
}

.chat {
  background: var(--night);
}

.chat-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.chat-grid > div:first-child p:last-child {
  color: var(--muted);
  font-size: 1.06rem;
}

.social-chat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.social-chat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  color: var(--cream);
  font-weight: 900;
}

.social-chat.whatsapp {
  background: #1fb56b;
}

.social-chat.facebook {
  background: #2668d9;
}

.social-chat.instagram {
  background: linear-gradient(135deg, #743ad5, #d53a7d, #f6b25f);
}

.chat-dashboard {
  display: grid;
  grid-template-columns: 220px 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 142, 0.28);
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.chat-inbox {
  display: grid;
  align-content: start;
  border-right: 1px solid var(--line);
  background: var(--panel);
}

.inbox-player {
  display: grid;
  gap: 4px;
  width: 100%;
  min-height: 78px;
  padding: 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--cream);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.inbox-player:hover,
.inbox-player.is-active {
  background: rgba(246, 200, 95, 0.12);
}

.inbox-player span {
  font-weight: 900;
}

.inbox-player small {
  color: var(--muted);
  line-height: 1.35;
}

.chat-window {
  overflow: hidden;
  background: var(--charcoal);
}

.chat-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(246, 200, 95, 0.14), rgba(166, 31, 54, 0.1)),
    var(--panel);
}

.chat-topbar div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-topbar small {
  color: var(--green);
  font-weight: 900;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px rgba(31, 181, 107, 0.8);
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 340px;
  max-height: 440px;
  overflow-y: auto;
  padding: 18px;
}

.message {
  width: min(82%, 420px);
}

.message span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.message p {
  margin: 0;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.message.player {
  align-self: flex-start;
}

.message.player p {
  color: var(--cream);
  background: #21170d;
}

.message.operator {
  align-self: flex-end;
}

.message.operator span {
  text-align: right;
}

.message.operator p {
  color: #190f04;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid var(--line);
  background: var(--panel);
}

.chat-form select,
.chat-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 226, 142, 0.22);
  border-radius: 8px;
  color: var(--cream);
  background: rgba(7, 7, 7, 0.66);
  font: inherit;
}

.chat-form select {
  padding: 0 12px;
}

.chat-form input {
  padding: 0 14px;
}

.chat-form input::placeholder {
  color: rgba(255, 247, 223, 0.45);
}

.player-chat-form {
  grid-template-columns: 1fr auto;
}

.admin-main {
  padding-top: 82px;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(420px, 1.25fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.admin-layout h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.admin-copy {
  color: var(--muted);
  font-size: 1.06rem;
}

.admin-clear {
  margin-top: 16px;
}

.admin-dashboard {
  min-height: 620px;
}

.login-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.login-card {
  display: grid;
  gap: 28px;
  width: min(460px, 100%);
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid rgba(255, 226, 142, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(246, 200, 95, 0.14), rgba(166, 31, 54, 0.1)),
    var(--charcoal);
  box-shadow: var(--shadow);
}

.login-card h1 {
  margin: 0;
  font-size: clamp(2.3rem, 7vw, 4.2rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.login-card p {
  color: var(--muted);
}

.login-form {
  display: grid;
  gap: 10px;
}

.login-form label {
  color: var(--gold-2);
  font-weight: 900;
}

.login-form input {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 48px;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 226, 142, 0.22);
  border-radius: 8px;
  color: var(--cream);
  background: rgba(7, 7, 7, 0.66);
  caret-color: var(--gold-2);
  font: inherit;
  padding: 0 14px;
  pointer-events: auto;
  user-select: text;
}

.login-form input:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(246, 200, 95, 0.16);
  outline: none;
}

.login-error {
  min-height: 24px;
  margin: 0;
  color: #ff897d;
  font-weight: 800;
}

.player-auth {
  position: relative;
  z-index: 50;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 76% 18%, rgba(246, 200, 95, 0.2), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(166, 31, 54, 0.22), transparent 30%),
    linear-gradient(135deg, #050505, #171008);
}

.player-auth-card {
  position: relative;
  z-index: 60;
  width: min(560px, 100%);
  pointer-events: auto;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.auth-tabs button {
  position: relative;
  z-index: 2;
  min-height: 42px;
  border: 1px solid rgba(255, 226, 142, 0.22);
  border-radius: 8px;
  color: var(--cream);
  background: rgba(255, 247, 223, 0.06);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.auth-tabs button.is-active {
  color: #190f04;
  background: var(--gold);
}

.auth-panel {
  display: none;
}

.auth-panel.is-active {
  display: grid;
}

.admin-workspace {
  display: grid;
  gap: 22px;
}

.registered-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 226, 142, 0.28);
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.registered-list {
  display: grid;
  gap: 1px;
  max-height: 320px;
  overflow: auto;
  background: var(--line);
}

.registered-player {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(180px, 1fr) minmax(130px, 0.8fr);
  gap: 14px;
  padding: 16px 18px;
  background: var(--charcoal);
}

.registered-player strong {
  display: block;
}

.registered-player span,
.registered-player small {
  color: var(--muted);
  line-height: 1.4;
}

.join {
  background: var(--night);
}

.join-inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.join-inner div {
  max-width: 720px;
}

.join-inner h2 {
  margin-bottom: 18px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: var(--night);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 104px;
  }

  .hero-stage {
    order: -1;
    min-height: 390px;
  }

  .slot-panel {
    right: 0;
    left: auto;
    top: 20px;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 8px 20px 18px;
    color: var(--cream);
    background: rgba(7, 7, 7, 0.97);
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  .site-nav .logout-button,
  .site-nav .player-pill {
    justify-content: center;
    margin-top: 10px;
  }

  .game-grid,
  .game-link-grid,
  .bonus-grid,
  .guide-grid,
  .chat-grid,
  .admin-layout,
  .registered-player,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .join-inner {
    align-items: start;
    display: grid;
  }

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

  .chat-inbox {
    grid-template-columns: repeat(3, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .inbox-player {
    border-right: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span:last-child {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: clamp(3rem, 17vw, 4.7rem);
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .section-heading {
    display: block;
  }

  .hero-stage {
    min-height: 360px;
  }

  .slot-panel {
    width: 100%;
    padding: 20px;
  }

  .slot-reels i {
    height: 88px;
    font-size: 2.4rem;
  }

  .diamond-card {
    width: 220px;
    bottom: 10px;
  }

  .chip {
    width: 70px;
    height: 70px;
    border-width: 6px;
  }

  .chip-two {
    left: 12px;
  }

  .game-card {
    min-height: 360px;
  }

  .steps li {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }

  .steps p {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .quote-inner {
    padding: 32px 22px;
  }

  .chat-form {
    grid-template-columns: 1fr;
  }

  .player-chat-form {
    grid-template-columns: 1fr;
  }

  .auth-tabs {
    grid-template-columns: 1fr;
  }

  .chat-inbox {
    grid-template-columns: 1fr;
  }

  .message {
    width: 92%;
  }
}
