.tower-link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.tower-link:hover {
  color: #fff;
}

.sidebar {
  transition: transform 0.24s ease, opacity 0.18s ease;
}

.content {
  transition: margin-left 0.24s ease, padding-bottom 0.24s ease;
}

.casino-shell.sidebar-collapsed .sidebar {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
}

.casino-shell.sidebar-collapsed .content {
  margin-left: 0;
}

@media (max-width: 760px) {
  .casino-shell.sidebar-collapsed .sidebar {
    transform: translateY(110%);
  }

  .casino-shell.sidebar-collapsed .content {
    padding-bottom: 28px;
  }
}

.menu-scrim { position: fixed; inset: 0; z-index: 35; border: 0; background: rgba(3, 8, 14, .5); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.menu-drawer { position: fixed; z-index: 40; inset: 0 auto 0 0; width: min(478px, calc(100vw - 34px)); overflow: hidden; background: #132235; border-right: 1px solid #2b3c50; box-shadow: 20px 0 50px rgba(2, 8, 15, .42); transform: translateX(-102%); transition: transform .28s cubic-bezier(.2, .8, .2, 1); }
.casino-shell.menu-open .menu-scrim { opacity: 1; pointer-events: auto; }
.casino-shell.menu-open .menu-drawer { transform: translateX(0); }
.drawer-toolbar { display: flex; align-items: center; height: 88px; gap: 18px; padding: 16px 30px; border-bottom: 1px solid #2a3c51; background: #142336; }
.drawer-close { width: 54px; height: 54px; border: 0; border-radius: 12px; background: #23364b; color: #c4d3e3; cursor: pointer; font-size: 26px; }
.drawer-brand { display: flex; align-items: baseline; color: #b8cbe0; text-decoration: none; font-size: 34px; font-weight: 900; letter-spacing: -2px; }
.drawer-brand small { color: #87a1b8; font-size: 22px; }.drawer-coin { display: grid; place-items: center; width: 35px; height: 35px; margin-right: 2px; border-radius: 50%; background: linear-gradient(145deg, #ffb72e, #d76a00); color: #fff7cc; font-size: 21px; }.drawer-jackpot { position: relative; width: 67px; height: 56px; margin-left: auto; border: 0; border-radius: 17px; background: #7a6b39; color: #fff; cursor: pointer; font-size: 25px; }.drawer-jackpot b { position: absolute; right: 7px; bottom: 7px; padding: 1px 4px; border-radius: 5px; background: #e93155; color: #fffbd4; font-size: 14px; }
.drawer-scroll { height: calc(100vh - 88px); overflow-y: auto; padding: 32px; }.beach-banner { position: relative; display: flex; align-items: center; justify-content: center; height: 128px; overflow: hidden; border-radius: 16px; background: linear-gradient(155deg, #62b5f0 0 30%, #f5b33c 30% 100%); box-shadow: inset 0 -11px 0 #e79a22; }.beach-banner strong { position: relative; z-index: 2; color: #f7fbff; font-size: 32px; text-shadow: 0 3px 0 #277aa8, 0 0 9px #d9f7ff; }.beach-cup { position: absolute; left: 28px; bottom: 22px; font-size: 55px; transform: rotate(-10deg); }.beach-palms { position: absolute; right: 34px; top: -10px; font-size: 78px; }.beach-banner i { position: absolute; right: -8px; top: -18px; font-size: 45px; }
.drawer-heading { display: flex; align-items: center; justify-content: space-between; margin: 34px 0 18px; }.drawer-heading h2 { margin: 0; color: #d8e3f1; font-size: 28px; }.drawer-heading button { border: 0; background: transparent; color: #72849a; cursor: pointer; font-size: 22px; }.drawer-bonuses { display: grid; gap: 8px; }.bonus-tile { min-height: 70px; border: 0; border-radius: 17px; background: linear-gradient(135deg, #25394b, #1c2b3e); color: #e4edf8; cursor: pointer; padding: 15px 18px; text-align: left; }.bonus-tile span { display: inline-grid; width: 44px; margin-right: 14px; place-items: center; font-size: 32px; vertical-align: middle; }.bonus-tile strong { font-size: 23px; vertical-align: middle; }.bonus-tile small { display: block; margin-left: 61px; color: #a3b3c7; font-size: 15px; }.bonus-tile.vip { min-height: 95px; background: linear-gradient(105deg, #bc5a28, #5f1f44); }.bonus-tile.deposit { min-height: 95px; }.bonus-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.bonus-pair .bonus-tile { min-height: 92px; }.bonus-pair .bonus-tile span { margin-right: 5px; }.bonus-pair .bonus-tile strong { font-size: 20px; }.bonus-pair .pot { background: linear-gradient(135deg, #203f66, #1e3149); }.bonus-tile.treasury { display: flex; align-items: center; min-height: 95px; background: linear-gradient(105deg, #7c2f71, #1e3043); }.treasury b { margin-left: auto; color: #ffda37; text-align: right; font-size: 15px; }
.drawer-events { display: grid; gap: 8px; margin-top: 32px; }.drawer-events button { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; min-height: 84px; border: 0; border-radius: 16px; background: #253548; color: #e2ebf7; cursor: pointer; padding: 14px 18px; text-align: left; }.drawer-events span { font-size: 31px; }.drawer-events strong { font-size: 21px; }.drawer-events small { grid-column: 2; color: #9aabc0; font-size: 15px; }.drawer-events b { color: #ffd034; font-size: 19px; }
.drawer-nav { display: grid; margin-top: 32px; margin-inline: -32px; border-top: 1px solid #2a3b4e; }.drawer-nav button { display: flex; align-items: center; gap: 18px; min-height: 84px; border: 0; border-bottom: 1px solid #2a3b4e; background: transparent; color: #b8c7d8; cursor: pointer; padding: 0 32px; font-size: 23px; text-align: left; }.drawer-nav button > span { font-size: 29px; }.drawer-nav small { margin-left: auto; padding: 5px 12px; background: #2d4055; color: #aabbcb; }.drawer-nav i { margin-left: auto; color: #ed5a5f; font-size: 14px; }.drawer-nav b { margin-left: auto; font-size: 29px; }
@media (max-width: 760px) { .menu-drawer { width: 100%; }.drawer-toolbar { height: 74px; padding: 10px 18px; }.drawer-scroll { height: calc(100vh - 74px); padding: 20px; }.drawer-nav { margin-inline: -20px; }.drawer-nav button { padding-inline: 20px; }.drawer-brand { font-size: 28px; }.drawer-brand small { font-size: 18px; } }

/* Match Tower.bet's pull-out left column: the global header stays above the drawer. */
:root { --tower-topbar-height: 58px; --tower-drawer-width: 240px; }
.menu-scrim { inset: var(--tower-topbar-height) 0 0; z-index: 25; }
.menu-drawer { inset: var(--tower-topbar-height) auto 0 0; z-index: 30; width: var(--tower-drawer-width); }
.drawer-toolbar { display: none; }
.drawer-scroll { height: 100%; padding: 16px; }
.beach-banner { height: 64px; border-radius: 12px; box-shadow: inset 0 -6px 0 #e79a22; }
.beach-banner strong { font-size: 20px; }
.beach-cup { left: 10px; bottom: 8px; font-size: 28px; }
.beach-palms { right: 14px; top: -8px; font-size: 38px; }
.beach-banner i { right: -3px; top: -9px; font-size: 25px; }
.drawer-heading { margin: 22px 0 10px; }
.drawer-heading h2 { font-size: 22px; }
.drawer-heading button { font-size: 16px; }
.drawer-bonuses { gap: 8px; }
.bonus-tile { min-height: 48px; border-radius: 12px; padding: 8px 10px; }
.bonus-tile span { width: 30px; margin-right: 6px; font-size: 22px; }
.bonus-tile strong { font-size: 15px; }
.bonus-tile small { margin-left: 36px; font-size: 12px; }
.bonus-tile.vip, .bonus-tile.deposit { min-height: 48px; }
.bonus-pair { gap: 8px; }
.bonus-pair .bonus-tile { min-height: 48px; }
.bonus-pair .bonus-tile span { width: 24px; margin-right: 3px; font-size: 19px; }
.bonus-pair .bonus-tile strong { font-size: 13px; }
.bonus-tile.treasury { min-height: 48px; }
.treasury b { font-size: 11px; }
.drawer-events { gap: 8px; margin-top: 22px; }
.drawer-events button { grid-template-columns: 30px 1fr auto; min-height: 48px; border-radius: 12px; padding: 8px 10px; }
.drawer-events span { font-size: 21px; }
.drawer-events strong { font-size: 14px; }
.drawer-events small { font-size: 11px; }
.drawer-events b { font-size: 13px; }
.drawer-nav { margin-top: 22px; margin-inline: -16px; }
.drawer-nav button { gap: 12px; min-height: 48px; padding: 0 16px; font-size: 16px; }
.drawer-nav button > span { font-size: 22px; }
.drawer-nav small { padding: 4px 8px; }
.drawer-nav b { font-size: 22px; }
@media (max-width: 760px) {
  .menu-drawer { width: min(478px, calc(100vw - 44px)); }
  .drawer-scroll { padding: 20px; }
  .drawer-nav { margin-inline: -20px; }
  .drawer-nav button { padding-inline: 20px; }
  .beach-banner { height: 128px; border-radius: 16px; box-shadow: inset 0 -11px 0 #e79a22; }
  .beach-banner strong { font-size: 32px; }
  .beach-cup { left: 28px; bottom: 22px; font-size: 55px; }
  .beach-palms { right: 34px; top: -10px; font-size: 78px; }
  .beach-banner i { right: -8px; top: -18px; font-size: 45px; }
  .drawer-heading { margin: 34px 0 18px; }
  .drawer-heading h2 { font-size: 28px; }
  .drawer-heading button { font-size: 22px; }
  .bonus-tile { min-height: 70px; border-radius: 17px; padding: 15px 18px; }
  .bonus-tile span { width: 44px; margin-right: 14px; font-size: 32px; }
  .bonus-tile strong { font-size: 23px; }
  .bonus-tile small { margin-left: 61px; font-size: 15px; }
  .bonus-tile.vip, .bonus-tile.deposit { min-height: 95px; }
  .bonus-pair .bonus-tile { min-height: 92px; }
  .bonus-pair .bonus-tile span { width: 44px; margin-right: 5px; font-size: 32px; }
  .bonus-pair .bonus-tile strong { font-size: 20px; }
  .bonus-tile.treasury { min-height: 95px; }
  .treasury b { font-size: 15px; }
  .drawer-events { gap: 8px; margin-top: 32px; }
  .drawer-events button { grid-template-columns: 52px 1fr auto; min-height: 84px; border-radius: 16px; padding: 14px 18px; }
  .drawer-events span { font-size: 31px; }
  .drawer-events strong { font-size: 21px; }
  .drawer-events small { font-size: 15px; }
  .drawer-events b { font-size: 19px; }
}

@media (min-width: 761px) {
  .casino-shell.menu-open .content { margin-left: calc(64px + var(--tower-drawer-width)); }
  .casino-shell.menu-open .menu-scrim { opacity: 0; pointer-events: none; }
}
