:root {
  --bg: #07110f;
  --bg-2: #0d1c1a;
  --panel: #122724;
  --panel-2: #193531;
  --panel-3: #244b45;
  --border: rgba(95, 242, 160, .11);
  --border-2: rgba(168, 255, 84, .2);
  --text: #f8fbf8;
  --muted: #9db1ab;
  --muted-2: #647c75;
  --neon: #5ff2a0;
  --neon-2: #a8ff54;
  --neon-3: #35d982;
  --gold: #d8ef72;
  --danger: #ff617f;
  --sidebar: 248px;
}

/* Palette-only overrides: dimensions and interaction remain in bocekbet.css. */
body.bb-shell .btn-primary {
  color: #082018;
  background: linear-gradient(135deg, var(--neon), var(--neon-2));
  box-shadow: 0 7px 22px -7px rgba(95, 242, 160, .6);
}

body.bb-shell .btn-primary:hover {
  background: linear-gradient(135deg, #7af8b4, #b7ff71);
  box-shadow: 0 11px 30px -7px rgba(95, 242, 160, .72);
}

body.bb-shell .card:hover {
  border-color: var(--neon);
  box-shadow:
    0 18px 38px -18px rgba(95, 242, 160, .46),
    0 0 0 1px rgba(168, 255, 84, .08);
}

.bocek-logo .bocek-mark,
.modal-brand .brand-emblem {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(168, 255, 84, .22);
  background: #193133;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .07) inset,
    0 8px 24px rgba(95, 242, 160, .2);
}

.bocek-logo .bocek-mark img,
.modal-brand .brand-emblem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bocek-logo .bocek-word,
.modal-brand > span:last-child {
  color: var(--text);
  letter-spacing: 0;
}

.bocek-logo .bocek-word b,
.modal-brand > span:last-child b {
  background: linear-gradient(135deg, var(--neon), var(--neon-2));
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

html,
body,
body.bb-shell {
  background: var(--bg);
}

body.bb-shell {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(95, 242, 160, .045), transparent 31%, rgba(168, 255, 84, .035) 57%, transparent 76%, rgba(53, 217, 130, .03)),
    linear-gradient(180deg, rgba(168, 255, 84, .035), transparent 280px),
    var(--bg);
}

.app {
  background: transparent;
}

/* Application shell */
.sidebar {
  width: var(--sidebar);
  padding: 18px 14px 16px;
  border-right-color: rgba(234, 244, 240, .075);
  background:
    linear-gradient(180deg, rgba(168, 255, 84, .035), transparent 180px),
    #0a1013;
  box-shadow: 18px 0 50px rgba(0, 0, 0, .2);
}

.sidebar::-webkit-scrollbar {
  width: 0;
}

.sb-logo.bocek-logo {
  padding-bottom: 17px;
}

.bb-mode-switch {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  margin: 0 4px 9px;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #070c0f;
}

.bb-mode-switch > a,
.bb-mode-switch > span {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 45px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 8px;
  color: var(--muted-2);
  font-size: 10px;
  font-weight: 750;
  transition: color .16s ease, background-color .16s ease;
}

.bb-mode-switch > a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, .035);
}

.bb-mode-switch > a.active {
  color: var(--text);
  background: #162127;
  box-shadow:
    0 8px 18px -14px rgba(0, 0, 0, .9),
    0 1px 0 rgba(255, 255, 255, .045) inset;
}

.bb-mode-switch > a.active i {
  color: var(--neon);
}

.bb-mode-switch > span {
  cursor: default;
  opacity: .55;
}

.bb-mode-switch small {
  position: absolute;
  top: -3px;
  right: -2px;
  padding: 2px 4px;
  border-radius: 5px;
  color: #17140b;
  background: var(--gold);
  font-size: 7px;
  font-weight: 900;
}

.sidebar .sb-section {
  color: #718084;
}

.sidebar .sb-item:hover {
  color: var(--text);
  background: #111a1f;
}

.sidebar .sb-item.active {
  color: #fff;
  background: linear-gradient(90deg, rgba(95, 242, 160, .13), rgba(168, 255, 84, .025));
}

.bb-sidebar-foot {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
  padding: 16px 10px 2px;
  border-top: 1px solid var(--border);
}

.bb-sidebar-foot span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.bb-sidebar-foot span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 9px rgba(95, 242, 160, .72);
}

.bb-sidebar-foot small {
  color: var(--muted-2);
  font-size: 10px;
}

.main {
  min-width: 0;
  background: transparent;
}

.topbar {
  position: sticky;
  min-height: 72px;
  padding: 13px 28px;
  border-bottom-color: var(--border);
  background:
    linear-gradient(90deg, rgba(216, 239, 114, .055), transparent 24%, rgba(95, 242, 160, .04) 48%, rgba(168, 255, 84, .04) 72%, rgba(53, 217, 130, .035)),
    rgba(6, 11, 13, .94);
  backdrop-filter: blur(20px) saturate(125%);
}

.topbar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--neon) 34%, var(--neon-2) 67%, var(--neon-3));
  box-shadow: 0 0 18px rgba(168, 255, 84, .34);
}

.lang,
.wallet,
.usermenu-btn,
.bell-btn {
  border-color: var(--border);
  background: #11191e;
}

.alert {
  min-height: 34px;
  padding: 8px 28px;
  border-bottom-color: rgba(168, 255, 84, .2);
  color: #d6e3e1;
  background:
    linear-gradient(90deg, rgba(95, 242, 160, .16), rgba(168, 255, 84, .09) 46%, rgba(53, 217, 130, .075) 76%, rgba(216, 239, 114, .08));
  font-size: 11.5px;
}

.alert-rotator .alert-viewport {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 1.45em;
  overflow: hidden;
}

.alert-rotator .alert-message {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: none;
  opacity: 0;
  white-space: nowrap;
  transform: translate3d(24px, -50%, 0);
  will-change: opacity, transform;
}

.alert-rotator .alert-message.is-active {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.alert-rotator .alert-message:only-child {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.content {
  max-width: 1580px;
  gap: 28px;
  padding: 24px 30px 38px;
}

/* Lobby command bar */
.bb-commandbar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(168, 255, 84, .19);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(95, 242, 160, .075), rgba(168, 255, 84, .045) 52%, rgba(53, 217, 130, .045)),
    #0d171a;
  box-shadow: 0 16px 38px -32px rgba(0, 0, 0, .85);
}

.bb-commandbar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, var(--neon), var(--neon-2) 50%, var(--neon-3));
}

.bb-lobby-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 3px;
  overflow-x: auto;
  padding: 7px;
  scrollbar-width: none;
}

.bb-lobby-nav::-webkit-scrollbar {
  display: none;
}

.bb-lobby-nav a {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 9px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 700;
  transition: color .16s ease, background-color .16s ease;
}

.bb-lobby-nav a:hover {
  color: var(--text);
  background: #151f24;
}

.bb-lobby-nav a.active {
  color: var(--text);
  background: #19252a;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .045) inset;
}

.bb-lobby-nav a.active::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 2px;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--neon);
  box-shadow: 0 0 10px rgba(95, 242, 160, .52);
}

.bb-lobby-nav a.active i {
  color: var(--neon);
}

.bb-game-search {
  display: flex;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  gap: 11px;
  padding: 0 8px 0 17px;
  border-left: 1px solid var(--border);
  background: #090f12;
  transition: box-shadow .16s ease;
}

.bb-game-search:focus-within {
  box-shadow: 3px 0 0 rgba(95, 242, 160, .52) inset;
}

.bb-game-search > i {
  color: var(--muted-2);
  font-size: 14px;
}

.bb-game-search input {
  min-width: 0;
  flex: 1;
  align-self: stretch;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font: inherit;
  font-size: 13.5px;
}

.bb-game-search input::placeholder {
  color: var(--muted-2);
}

.bb-game-search a {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 9px;
  color: var(--muted);
  background: #151f24;
  transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.bb-game-search a:hover {
  color: var(--neon);
  border-color: rgba(95, 242, 160, .4);
  background: #19262a;
}

/* Admin banner */
.bnslider {
  border-color: var(--border-2);
  background: var(--panel);
  box-shadow: 0 24px 54px -38px rgba(0, 0, 0, .9);
}

.bns-slide {
  height: 220px;
}

.bns-slide::before {
  background: linear-gradient(90deg, rgba(6, 10, 12, .9), rgba(7, 11, 13, .3) 65%, transparent);
}

.bns-ov {
  background: linear-gradient(90deg, rgba(6, 10, 12, .72), transparent);
}

/* Main lobby stage */
.bb-hero {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(300px, .85fr);
  gap: 14px;
}

.bb-hero .hero-main {
  min-height: 370px;
  padding: 46px;
  border-color: rgba(216, 239, 114, .3);
  background:
    linear-gradient(90deg, rgba(4, 8, 9, .98) 0%, rgba(6, 15, 15, .9) 43%, rgba(5, 11, 12, .2) 80%),
    url("/images/acebet-hero.jpg") 70% center / cover no-repeat,
    #101b1c;
  box-shadow:
    0 30px 70px -44px rgba(0, 0, 0, .95),
    0 0 0 1px rgba(95, 242, 160, .055),
    0 1px 0 rgba(255, 255, 255, .045) inset;
}

.bb-hero .hero-main::after {
  background:
    linear-gradient(180deg, transparent 58%, rgba(5, 9, 10, .34)),
    linear-gradient(112deg, rgba(95, 242, 160, .075), transparent 42%),
    linear-gradient(300deg, rgba(168, 255, 84, .055), transparent 38%);
}

.bb-hero .hero-copy {
  max-width: 520px;
}

.bb-hero .hero-copy h1 {
  letter-spacing: 0;
}

.bb-hero .hero-copy h1 span {
  color: transparent;
  background: linear-gradient(90deg, var(--neon), #a8ff54 52%, var(--gold));
  background-clip: text;
  -webkit-background-clip: text;
}

.bb-hero .hero-copy .tag {
  border-color: rgba(95, 242, 160, .38);
  color: #d9ffe7;
  background: linear-gradient(90deg, rgba(95, 242, 160, .15), rgba(168, 255, 84, .1));
  box-shadow: 0 0 20px rgba(95, 242, 160, .08);
}

.bb-hero .hero-side {
  gap: 14px;
}

.bb-hero .hero-card {
  min-height: 0;
  justify-content: flex-end;
  padding: 23px;
  border-color: var(--border-2);
  background: #121b20;
  box-shadow:
    0 20px 42px -34px rgba(0, 0, 0, .9),
    0 1px 0 rgba(255, 255, 255, .04) inset;
}

.bb-hero .hero-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 2px;
  border-radius: 2px;
  opacity: .8;
}

.bb-hero .hero-card.c1 {
  background:
    linear-gradient(90deg, rgba(12, 18, 21, .99), rgba(12, 18, 21, .93) 57%, rgba(12, 18, 21, .42)),
    url("/images/promotions/acebet-deneme-bonusu.jpg") 79% center / cover no-repeat,
    #121a1e;
}

.bb-hero .hero-card.c1::after {
  background: var(--gold);
  box-shadow: 0 0 12px rgba(168, 255, 84, .42);
}

.bb-hero .hero-card.c2 {
  background:
    linear-gradient(90deg, rgba(11, 18, 21, .99), rgba(11, 18, 21, .93) 57%, rgba(11, 18, 21, .42)),
    url("/images/acebet-hero.jpg") 76% 32% / cover no-repeat,
    #111a1f;
}

.bb-hero .hero-card.c2::after {
  background: var(--neon-2);
  box-shadow: 0 0 12px rgba(168, 255, 84, .42);
}

.bb-hero .hero-card h3 {
  max-width: 78%;
  letter-spacing: 0;
}

.bb-offer-kicker {
  margin-bottom: 11px;
  color: var(--muted);
  font-size: 9.5px;
  font-weight: 800;
  text-transform: uppercase;
}

.bb-hero .bb-offer-no {
  position: absolute;
  top: 17px;
  left: 20px;
  display: block;
  color: rgba(255, 255, 255, .28);
  font-size: 11px;
  font-weight: 900;
}

.bb-hero .bb-offer-go {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--border-2);
  border-radius: 9px;
  color: var(--muted);
  background: rgba(6, 10, 12, .55);
}

.bb-hero .hero-card:hover .bb-offer-go {
  color: var(--neon);
  border-color: var(--neon);
}

.bb-hero .hero-card .big {
  right: -4px;
  bottom: -16px;
  opacity: .11;
}

/* Live proof and account stats */
.winticker {
  border-color: var(--border-2);
  background: #0e161a;
  box-shadow: 0 16px 34px -30px rgba(0, 0, 0, .9);
}

.wt-label {
  color: #0a1210;
  background: linear-gradient(135deg, var(--gold), #cfac53);
}

.wt-pill {
  border-color: var(--border);
  background: #090f12;
}

.bb-lobby .stats {
  position: relative;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(168, 255, 84, .16);
  border-radius: 15px;
  background:
    linear-gradient(90deg, rgba(95, 242, 160, .08), rgba(168, 255, 84, .055) 54%, rgba(53, 217, 130, .06)),
    #0f171b;
}

.bb-lobby .stats::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--neon), var(--neon-2), var(--neon-3));
}

.bb-lobby .stat {
  min-width: 0;
  border: 0;
  border-right: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bb-lobby .stat:last-child {
  border-right: 0;
}

.bb-lobby .stat .v {
  white-space: nowrap;
}

/* Game and provider shelves */
.bb-shelf {
  min-width: 0;
}

.bb-lobby .section-head {
  position: relative;
  margin-bottom: 9px;
  padding: 0 2px 12px;
  border-bottom: 1px solid var(--border);
}

.bb-lobby .section-head::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: min(180px, 42%);
  height: 2px;
  background: linear-gradient(90deg, var(--neon-3), var(--gold), var(--neon-2));
  box-shadow: 0 0 12px rgba(168, 255, 84, .22);
}

.bb-lobby .section-head h2 {
  letter-spacing: 0;
}

.bb-lobby .bb-shelf .grid.slots {
  display: grid;
  grid-auto-columns: clamp(158px, 12.8vw, 190px);
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 13px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: -30px;
  padding: 7px 30px 21px 2px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.bb-lobby .bb-shelf .grid.slots::-webkit-scrollbar {
  display: none;
}

.bb-lobby .bb-shelf .grid.slots .card {
  min-width: 0;
  scroll-snap-align: start;
}

.bb-lobby .prov-row {
  display: grid;
  grid-auto-columns: clamp(142px, 12vw, 180px);
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 10px;
  overflow-x: auto;
  margin-right: -30px;
  padding: 4px 30px 13px 2px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.bb-lobby .prov-row::-webkit-scrollbar {
  display: none;
}

.bb-lobby .prov {
  min-height: 88px;
  scroll-snap-align: start;
  border-color: var(--border);
  background: #11191e;
}

.bb-lobby .prov:hover {
  background: #18242a;
}

.bb-activity .live {
  border-color: var(--border);
  background: #0f171b;
  box-shadow: 0 22px 46px -38px rgba(0, 0, 0, .9);
}

.bb-activity .live-row.head {
  background: #0a1013;
}

.bb-activity .live-row:not(.head) {
  border-bottom-color: var(--border);
}

.bb-activity .live-row:not(.head):hover {
  background: rgba(168, 255, 84, .035);
}

/* Game catalog */
.bb-catalog-page {
  gap: 25px;
}

.bb-catalog-page .slot-head {
  position: relative;
  min-height: 198px;
  align-items: center;
  padding: 28px 32px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(7, 11, 13, .99), rgba(7, 11, 13, .91) 46%, rgba(7, 11, 13, .22)),
    url("/images/promotions/acebet-yatirim-bonusu.jpg") right center / cover no-repeat,
    #0f171b;
  box-shadow: 0 28px 64px -46px rgba(0, 0, 0, .95);
}

.bb-catalog-page .slot-head > * {
  position: relative;
  z-index: 1;
}

.bb-live-page .slot-head {
  background:
    linear-gradient(90deg, rgba(7, 11, 13, .99), rgba(7, 11, 13, .91) 46%, rgba(7, 11, 13, .2)),
    url("/images/acebet-hero.jpg") right center / cover no-repeat,
    #0f171b;
}

.bb-catalog-page .slot-head::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--neon), var(--neon-2));
}

.bb-catalog-page .page-title {
  letter-spacing: 0;
}

.bb-catalog-page .slot-search {
  min-width: min(330px, 100%);
}

.bb-catalog-page .slot-search input {
  border-color: var(--border-2);
  background: #090f12;
}

.bb-catalog-page .slot-tabs {
  padding: 2px 0 4px;
}

.bb-catalog-page > .grid.slots,
.bb-live-page .grid.slots {
  gap: 14px;
}

.bb-catalog-page > .grid.slots .slot-card {
  aspect-ratio: 3 / 4;
}

.bb-live-page > section:not(.slot-head) {
  padding-top: 3px;
}

.lc-card.no-img,
.lc-card.no-img .slot-fallback {
  background:
    linear-gradient(150deg, rgba(168, 255, 84, .075), transparent 52%),
    #11191e;
}

/* Promotions */
.promo-page {
  min-width: 0;
  gap: 28px;
  padding-bottom: 32px;
  overflow-x: hidden;
}

.promo-hero {
  display: grid;
  min-width: 0;
  min-height: 278px;
  grid-template-columns: minmax(0, 1fr) 172px;
  align-items: center;
  padding: 38px 44px;
  border-radius: 8px;
  border-color: rgba(168, 255, 84, .18);
  text-align: left;
  background:
    linear-gradient(90deg, rgba(4, 8, 9, .98), rgba(7, 16, 16, .91) 48%, rgba(6, 11, 12, .2)),
    url("/images/brand/promotions-hero.jpg") center 46% / cover no-repeat;
  box-shadow: 0 30px 70px -46px rgba(0, 0, 0, .95);
}

.promo-hero::after {
  background:
    linear-gradient(110deg, rgba(95, 242, 160, .07), transparent 46%),
    linear-gradient(310deg, rgba(168, 255, 84, .055), transparent 40%);
}

.promo-hero h1 {
  max-width: 620px;
  margin: 13px 0 9px;
  font-size: 40px;
  letter-spacing: 0;
  overflow-wrap: break-word;
  white-space: normal;
}

.promo-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 640px;
}

.promo-hero p {
  max-width: 560px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 14px;
}

.promo-hero-count {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 126px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.promo-hero-count strong {
  color: var(--gold);
  font-size: 58px;
  font-weight: 900;
  line-height: .9;
}

.promo-hero-count span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-catalog {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
}

.promo-catalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.promo-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--neon);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.promo-catalog-head h2 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.promo-result-count {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #0d1518;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.promo-result-count strong {
  color: var(--text);
  font-size: 13px;
}

.promo-filter {
  width: max-content;
  max-width: 100%;
  justify-content: flex-start;
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #0a1114;
}

.promo-filter .pf-chip {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-color: transparent;
  border-radius: 6px;
  background: transparent;
  font-size: 12px;
  letter-spacing: 0;
}

.promo-filter .pf-chip i {
  width: 15px;
  color: var(--muted-2);
  text-align: center;
}

.promo-filter .pf-chip b {
  display: grid;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  place-items: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, .055);
  color: var(--muted);
  font-size: 10px;
}

.promo-filter .pf-chip:hover {
  border-color: var(--border-2);
  background: rgba(255, 255, 255, .025);
}

.promo-filter .pf-chip.on {
  border-color: rgba(168, 255, 84, .24);
  background: rgba(168, 255, 84, .09);
  color: var(--text);
}

.promo-filter .pf-chip.on i,
.promo-filter .pf-chip.on b {
  color: var(--gold);
}

.promo-filter .pf-chip.on b {
  background: rgba(168, 255, 84, .1);
}

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

.promo-page .promo-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  border-color: var(--border);
  background: #11191e;
  box-shadow: 0 18px 42px -34px rgba(0, 0, 0, .9);
}

.promo-page .promo-card[hidden] {
  display: none;
}

.promo-page .promo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(95, 242, 160, .3);
  box-shadow: 0 22px 48px -32px rgba(95, 242, 160, .34);
}

.promo-page .promo-card-media {
  aspect-ratio: 2.18 / 1;
  background: #07100f;
}

.promo-page .promo-card-media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 10, 9, .96) 0%, rgba(4, 10, 9, .84) 34%, rgba(4, 10, 9, .3) 58%, rgba(4, 10, 9, .02) 80%),
    linear-gradient(0deg, rgba(4, 8, 9, .2) 0%, transparent 40%);
  pointer-events: none;
}

.promo-page .promo-card-media > img {
  object-position: center;
}

.promo-art-copy {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.promo-art-brand {
  position: absolute;
  top: 17px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.promo-art-content {
  position: absolute;
  top: 51%;
  bottom: auto;
  left: 20px;
  display: flex;
  width: 49%;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(-35%);
}

.promo-art-kicker {
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 9px;
  padding: 0 0 0 8px;
  border: 0;
  border-left: 2px solid var(--neon);
  border-radius: 0;
  background: transparent;
  color: var(--neon);
  font-size: 8.5px;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.promo-art-offer {
  display: block;
  max-width: 100%;
  line-height: .9;
  text-transform: uppercase;
}

.promo-art-offer strong {
  display: block;
  color: var(--neon-2);
  font-size: clamp(36px, 3.8vw, 52px);
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(168, 255, 84, .18);
}

.promo-art-offer b {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-size: clamp(14px, 1.45vw, 20px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.promo-art-description {
  display: block;
  max-width: 100%;
  margin-top: 9px;
  overflow: hidden;
  color: #c9d8d3;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promo-art-facts {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.promo-art-facts em {
  display: inline-flex;
  padding: 4px 6px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
  background: rgba(5, 14, 12, .76);
  color: #e1eee9;
  font-size: 7px;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.promo-art-vip .promo-art-kicker {
  border-color: rgba(230, 201, 121, .36);
  color: var(--gold);
}

.promo-art-vip .promo-art-offer strong {
  color: var(--gold);
  text-shadow: 0 0 24px rgba(230, 201, 121, .16);
}

.promo-page .promo-card-media .promo-art-logo,
.promo-detail .pd-media .promo-art-logo {
  display: block;
  width: 86px;
  height: auto;
  object-fit: contain;
  transform: none;
  transition: none;
  filter: drop-shadow(0 2px 7px rgba(0, 0, 0, .48));
}

.promo-page .promo-card:hover .promo-card-media > img {
  transform: scale(1.025);
}

.promo-page .promo-card-body {
  min-height: 78px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-top: 1px solid var(--border);
}

.promo-page .promo-card-copy {
  min-width: 0;
}

.promo-page .promo-card-body h3 {
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0;
}

.promo-page .promo-card-btn {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.promo-card-open {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid var(--border-2);
  border-radius: 6px;
  background: #0a1215;
  color: var(--neon);
  transition: transform .18s, border-color .18s, background .18s;
}

.promo-page .promo-card:hover .promo-card-open {
  transform: translateX(2px);
  border-color: rgba(168, 255, 84, .42);
  background: rgba(168, 255, 84, .08);
}

.promo-page .promo-card:focus-visible {
  border-color: var(--gold);
  outline: 3px solid rgba(168, 255, 84, .2);
  outline-offset: 3px;
}

.promo-index {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: auto;
  z-index: 3;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  background: rgba(5, 10, 11, .72);
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.promo-page .promo-badge,
.promo-detail .promo-badge {
  border-radius: 4px;
  letter-spacing: 0;
}

.promo-modal .promo-detail {
  display: block;
  width: min(780px, calc(100vw - 36px));
  max-width: 780px;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}

.promo-detail .pd-media {
  min-height: 0;
  aspect-ratio: 2.45 / 1;
  border-bottom: 1px solid var(--border);
}

.promo-detail .pd-media .promo-badge {
  right: 62px;
  left: auto;
}

.promo-detail .pd-media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 10, 9, .98) 0%, rgba(4, 10, 9, .86) 36%, rgba(4, 10, 9, .42) 57%, rgba(4, 10, 9, .02) 82%),
    linear-gradient(0deg, rgba(4, 8, 9, .24), transparent 38%);
  pointer-events: none;
}

.promo-art-modal {
  inset: 0;
}

.promo-art-modal .promo-art-brand {
  top: 20px;
  left: 24px;
}

.promo-art-modal .promo-art-content {
  top: 51%;
  bottom: auto;
  left: 24px;
  width: 48%;
  transform: translateY(-34%);
}

.promo-art-modal .promo-art-kicker {
  margin-bottom: 9px;
  padding: 5px 8px;
  font-size: 9px;
}

.promo-art-modal .promo-art-offer strong {
  font-size: clamp(44px, 6.2vw, 64px);
}

.promo-art-modal .promo-art-offer b {
  font-size: clamp(17px, 2.5vw, 25px);
}

.promo-art-modal .promo-art-description {
  margin-top: 9px;
  font-size: 10px;
}

.promo-art-modal .promo-art-facts em {
  font-size: 8px;
}

.promo-detail .pd-media .promo-art-modal .promo-art-logo {
  width: 92px;
}

.promo-detail .pd-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 27px 30px 29px;
}

.pd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: var(--neon);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.promo-detail .pd-body h2 {
  margin-bottom: 17px;
  font-size: 25px;
  letter-spacing: 0;
}

.promo-detail .pd-text {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #afc0bb;
  line-height: 1.65;
  white-space: normal;
}

.promo-detail .pd-intro {
  margin: 0 0 15px;
  padding: 11px 13px;
  border-left: 2px solid rgba(95, 242, 160, .48);
  background: rgba(95, 242, 160, .045);
  color: #d9e7e2;
  font-size: 12.5px;
  font-weight: 650;
}

.promo-detail .pd-terms {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo-detail .pd-terms li {
  position: relative;
  padding-left: 17px;
  color: #afc0bb;
  font-size: 12.5px;
  line-height: 1.55;
}

.promo-detail .pd-terms li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--neon);
  box-shadow: 0 0 8px rgba(95, 242, 160, .3);
}

.promo-detail .pd-note {
  margin: 15px 0 0;
  padding-top: 13px;
  border-top: 1px solid var(--border);
  color: var(--gold);
  font-size: 11.5px;
  font-weight: 700;
}

.promo-detail .pd-foot {
  line-height: 1.5;
}

.promo-detail .modal-close {
  z-index: 4;
  border-radius: 6px;
}

/* Shared product surfaces */
.stat,
.prov,
.live,
.legal-body,
.modal,
.promo-card {
  border-color: var(--border);
  background: #11191e;
  box-shadow: 0 18px 42px -34px rgba(0, 0, 0, .88);
}

.wallet-balance-card,
.prf-card,
.prf-sc,
.wt-card,
.wt-stat,
.bns-active,
.bns-item,
.vip-hero,
.vip-card,
.vip-tiers,
.ref-hero,
.ref-card,
.shop-hero,
.shop-card,
.shop-red,
.bc-hero,
.bc-card,
.dk-hero,
.dk-card,
.pg-hero,
.legal-body,
.game-area {
  border-color: var(--border-2);
  background: #11191e;
}

.prf-kv,
.bns-stat,
.ref-linkbox,
.bc-claims,
.dk-item {
  border-color: var(--border);
  background: #0a1114;
}

.input-wrap,
.prf-field input {
  border-color: var(--border-2);
  background: #090f12;
}

.modal {
  background:
    linear-gradient(155deg, rgba(168, 255, 84, .035), transparent 45%),
    #11191e;
}

.usermenu-drop,
.bell-drop {
  border-color: var(--border-2);
  background: #151f24;
}

.usermenu-drop a:hover,
.usermenu-drop button:hover,
.bell-item:hover {
  background: var(--panel-2);
}

.footer {
  border-top-color: var(--border);
  background: #080d10;
}

.foot-bottom {
  border-top-color: var(--border);
}

.mobile-nav {
  background: rgba(8, 13, 16, .97);
  border-top-color: var(--border-2);
}

@media (min-width: 1500px) {
  .bb-catalog-page > .grid.slots,
  .bb-live-page .grid.slots {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (max-width: 1240px) {
  .bb-hero {
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr);
  }

  .bb-hero .hero-main {
    padding: 38px;
  }

  .bb-lobby .bb-shelf .grid.slots {
    grid-auto-columns: 165px;
  }

}

@media (max-width: 1050px) {
  .bb-commandbar {
    grid-template-columns: 1fr;
  }

  .bb-game-search {
    min-height: 50px;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .bb-game-search:focus-within {
    box-shadow: 0 3px 0 rgba(95, 242, 160, .52) inset;
  }

  .bb-hero {
    grid-template-columns: 1fr;
  }

  .bb-hero .hero-side {
    flex-direction: row;
  }

  .bb-hero .hero-card {
    min-height: 165px;
  }

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

  .bb-lobby .stat:nth-child(2) {
    border-right: 0;
  }

  .bb-lobby .stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border);
  }
}

@media (max-width: 760px) {
  .sidebar {
    width: min(86vw, 310px);
    background: #090f12;
  }

  .topbar {
    min-height: 64px;
    padding: 10px 12px;
  }

  .alert {
    padding: 7px 14px;
  }

  #chat-widget-container {
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }

  body.ace-livechat-mobile-open #chat-widget-container {
    visibility: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
  }

  .content {
    gap: 23px;
    padding: 14px 14px 92px;
  }

  .bb-commandbar {
    margin-right: -14px;
    margin-left: -14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .bb-lobby-nav {
    padding: 7px 14px;
  }

  .bb-lobby-nav a {
    min-height: 38px;
    padding: 8px 12px;
  }

  .bb-game-search {
    margin: 0 14px 10px;
    border: 1px solid var(--border);
    border-radius: 11px;
  }

  .bb-game-search:focus-within {
    border-color: rgba(95, 242, 160, .45);
    box-shadow: 0 0 0 3px rgba(95, 242, 160, .07);
  }

  .bns-slide {
    height: 174px;
  }

  .bb-hero .hero-main {
    min-height: 370px;
    padding: 29px 22px;
    background:
      linear-gradient(180deg, rgba(5, 10, 11, .25), rgba(5, 10, 11, .96) 79%),
      url("/images/acebet-hero.jpg") 68% center / cover no-repeat;
  }

  .bb-hero .hero-main::before {
    background: linear-gradient(180deg, rgba(5, 10, 11, .04), rgba(5, 10, 11, .22));
  }

  .bb-hero .hero-copy {
    max-width: 100%;
  }

  .bb-hero .hero-copy h1 {
    font-size: 31px;
  }

  .bb-hero .hero-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .bb-hero .hero-card {
    min-height: 168px;
    padding: 18px;
  }

  .bb-hero .hero-card h3 {
    max-width: 86%;
    font-size: 16px;
  }

  .bb-hero .hero-card p {
    font-size: 11px;
  }

  .bb-offer-kicker {
    margin-bottom: 9px;
    font-size: 8.5px;
  }

  .bb-hero .bb-offer-no {
    top: 13px;
    left: 16px;
  }

  .bb-hero .hero-card::after {
    top: 15px;
    right: 15px;
    width: 34px;
  }

  .bb-hero .bb-offer-go {
    right: 13px;
    bottom: 13px;
    width: 29px;
    height: 29px;
  }

  .bb-lobby .stat {
    padding: 14px;
  }

  .bb-lobby .stat .v {
    font-size: 18px;
  }

  .bb-lobby .bb-shelf .grid.slots {
    grid-auto-columns: 142px;
    margin-right: -14px;
    padding-right: 14px;
  }

  .bb-lobby .prov-row {
    grid-auto-columns: 132px;
    margin-right: -14px;
    padding-right: 14px;
  }

  .bb-catalog-page .slot-head {
    align-items: stretch;
    padding: 19px 18px;
  }

  .bb-catalog-page .slot-search {
    width: 100%;
  }

  .promo-hero {
    min-height: 300px;
    grid-template-columns: 1fr;
    align-items: end;
    padding: 27px 22px;
    background:
      linear-gradient(180deg, rgba(5, 10, 11, .2), rgba(5, 10, 11, .96) 75%),
      url("/images/brand/promotions-hero.jpg") 63% center / cover no-repeat;
  }

  .promo-hero h1 {
    margin-top: 10px;
    font-size: 30px;
  }

  .promo-hero p {
    margin-bottom: 0;
    font-size: 13px;
  }

  .promo-hero-count {
    display: none;
  }

  .promo-filter {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 4px;
    scrollbar-width: none;
  }

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

  .promo-filter > * {
    flex: 0 0 auto;
  }

  .promo-page .promo-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .promo-catalog-head h2 {
    font-size: 21px;
  }

  .promo-result-count {
    display: none;
  }

  .promo-page .promo-card-body {
    min-height: 74px;
    padding: 13px 14px;
  }

  .promo-page .promo-card-body h3 {
    font-size: 15px;
  }

  .promo-art-brand {
    top: 12px;
    left: 14px;
    padding: 0;
  }

  .promo-page .promo-card-media .promo-art-logo {
    width: 68px;
  }

  .promo-art-content {
    top: 51%;
    bottom: auto;
    left: 14px;
    width: 58%;
    transform: translateY(-33%);
  }

  .promo-art-kicker {
    max-width: 96%;
    margin-bottom: 6px;
    padding: 0 0 0 6px;
    font-size: 7px;
  }

  .promo-art-offer strong {
    font-size: clamp(27px, 10vw, 40px);
  }

  .promo-art-offer b {
    margin-top: 3px;
    font-size: clamp(11px, 4.2vw, 16px);
  }

  .promo-art-description {
    margin-top: 6px;
    font-size: 8px;
  }

  .promo-art-facts {
    gap: 4px;
    margin-top: 5px;
  }

  .promo-art-facts em {
    padding: 3px 5px;
    font-size: 6px;
  }

  .promo-card-open {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .promo-modal .promo-detail {
    display: block;
    width: 100%;
    min-height: 0;
    max-width: 100%;
  }

  .promo-detail .pd-media {
    min-height: 0;
    aspect-ratio: 2 / 1;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .promo-detail .pd-body {
    padding: 22px 20px 24px;
  }

  .promo-art-modal {
    inset: 0;
  }

  .promo-art-modal .promo-art-brand {
    top: 13px;
    left: 15px;
  }

  .promo-art-modal .promo-art-content {
    top: 51%;
    bottom: auto;
    left: 15px;
    width: 58%;
    transform: translateY(-33%);
  }

  .promo-art-modal .promo-art-kicker {
    margin-bottom: 6px;
    padding: 0 0 0 6px;
    font-size: 7px;
  }

  .promo-art-modal .promo-art-offer strong {
    font-size: clamp(28px, 10vw, 42px);
  }

  .promo-art-modal .promo-art-offer b {
    font-size: clamp(11px, 4.4vw, 17px);
  }

  .promo-art-modal .promo-art-description {
    margin-top: 5px;
    font-size: 7.5px;
  }

  .promo-art-modal .promo-art-facts em {
    font-size: 6px;
  }

  .promo-detail .pd-media .promo-art-modal .promo-art-logo {
    width: 76px;
  }

  .promo-detail .pd-body h2 {
    font-size: 21px;
  }

  .promo-detail .pd-text {
    padding: 0 0 0 14px;
  }

  .footer {
    padding-bottom: 92px;
  }
}

@media (max-width: 430px) {
  .bb-mode-switch > a,
  .bb-mode-switch > span {
    min-height: 43px;
  }

  .bb-hero .hero-side {
    grid-template-columns: 1fr 1fr;
  }

  .bb-hero .hero-card p {
    display: none;
  }

  .bb-lobby .stat {
    gap: 10px;
    padding: 12px;
  }

  .bb-lobby .stat .ic {
    width: 38px;
    height: 38px;
  }

  .bb-lobby .stat .v {
    font-size: 16px;
  }
}

/* Top-navigation arena shell */
.bb-topnav {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 3px;
}

.bb-topnav a,
.bb-topnav button {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 13px;
  border: 0;
  border-radius: 9px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .16s ease, background-color .16s ease;
}

.bb-topnav a:hover,
.bb-topnav button:hover {
  color: var(--text);
  background: rgba(255, 255, 255, .045);
}

.bb-topnav a.active {
  color: #fff;
  background: rgba(95, 242, 160, .075);
}

.bb-topnav a.active::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 2px;
  left: 13px;
  height: 2px;
  border-radius: 2px;
  background: var(--neon);
  box-shadow: 0 0 10px rgba(95, 242, 160, .55);
}

.bb-topnav a.active i {
  color: var(--neon);
}

.bb-topnav button {
  width: 42px;
  flex: 0 0 42px;
  padding: 0;
  color: var(--neon-2);
}

.topbar .usermenu .uname {
  max-width: 128px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bb-hero-facts {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  color: #b8b3b1;
  font-size: 11px;
  font-weight: 650;
}

.bb-hero-facts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.bb-hero-facts i {
  color: var(--gold);
}

.support-fab {
  display: none;
}

@media (min-width: 761px) {
  .sidebar {
    display: none;
  }

  .app,
  .main {
    width: 100%;
  }

  .topbar {
    min-height: 78px;
    gap: 18px;
    padding: 13px max(28px, calc((100vw - 1500px) / 2));
    border-bottom-color: rgba(234, 244, 240, .1);
    background:
      linear-gradient(90deg, rgba(168, 255, 84, .025), transparent 28%),
      rgba(7, 10, 12, .94);
  }

  .topbar-logo.bocek-logo {
    display: flex;
    flex: 0 0 auto;
    margin-right: 10px;
  }

  .topbar-logo.bocek-logo .bocek-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .topbar-logo.bocek-logo .bocek-word {
    font-size: 16px;
  }

  .content {
    max-width: 1500px;
    align-self: center;
    padding: 28px 32px 44px;
  }

  .alert {
    padding-right: max(30px, calc((100vw - 1440px) / 2));
    padding-left: max(30px, calc((100vw - 1440px) / 2));
  }

  .bb-lobby {
    gap: 31px;
  }

  .bb-hero {
    display: block;
    position: relative;
  }

  .bb-hero .hero-main {
    min-height: 468px;
    padding: 58px 58px 106px;
    background:
      linear-gradient(90deg, rgba(3, 7, 8, .99) 0%, rgba(5, 14, 14, .9) 36%, rgba(5, 11, 12, .32) 67%, rgba(4, 8, 9, .08) 100%),
      linear-gradient(180deg, transparent 55%, rgba(4, 8, 9, .48)),
      url("/images/acebet-hero.jpg") 74% 49% / cover no-repeat,
      #101b1c;
  }

  .bb-hero .hero-main::after {
    background:
      linear-gradient(180deg, transparent 56%, rgba(4, 8, 9, .55)),
      linear-gradient(112deg, rgba(95, 242, 160, .08), transparent 39%),
      linear-gradient(305deg, rgba(168, 255, 84, .075), transparent 36%);
  }

  .bb-hero .hero-copy {
    max-width: 610px;
  }

  .bb-hero .hero-copy h1 {
    max-width: 600px;
    font-size: 50px;
    line-height: 1.02;
  }

  .bb-hero .hero-copy p {
    max-width: 500px;
    font-size: 15.5px;
  }

  .bb-hero .hero-side {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: -62px 34px 0;
  }

  .bb-hero .hero-card {
    min-height: 126px;
    justify-content: center;
    padding: 22px 82px 22px 24px;
    border-color: rgba(234, 244, 240, .15);
    background-color: rgba(14, 22, 25, .96);
    backdrop-filter: blur(18px) saturate(120%);
  }

  .bb-hero .hero-card h3 {
    max-width: none;
    margin-bottom: 4px;
    font-size: 18px;
  }

  .bb-hero .hero-card p {
    max-width: 360px;
  }

  .bb-offer-kicker {
    margin-bottom: 7px;
  }

  .bb-hero .hero-card .big {
    right: 25px;
    bottom: 12px;
    font-size: 78px;
    opacity: .1;
  }

  .bb-hero .bb-offer-go {
    right: 18px;
    bottom: 17px;
  }

  .bb-lobby .stats {
    overflow: visible;
    border-width: 1px 0;
    border-radius: 0;
    background: transparent;
  }

  .bb-lobby .stat {
    min-height: 82px;
    padding: 16px 24px;
  }

  .bb-commandbar {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
    border-color: rgba(234, 244, 240, .11);
    background:
      linear-gradient(90deg, rgba(95, 242, 160, .028), transparent 40%),
      #0d1418;
  }

  .bb-lobby .bb-shelf .grid.slots {
    grid-auto-columns: clamp(168px, 12.7vw, 196px);
    margin-right: -32px;
    padding-right: 32px;
  }

  .bb-lobby .prov-row {
    margin-right: -32px;
    padding-right: 32px;
  }

  .bb-catalog-page .slot-head {
    padding: 25px 28px;
  }

  .footer {
    padding-right: max(30px, calc((100vw - 1440px) / 2));
    padding-left: max(30px, calc((100vw - 1440px) / 2));
  }
}

@media (min-width: 1100px) {
  .bb-catalog-page > .grid.slots,
  .bb-live-page .grid.slots {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1500px) {
  .bb-catalog-page > .grid.slots,
  .bb-live-page .grid.slots {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .topbar {
    gap: 10px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .topbar-logo.bocek-logo {
    margin-right: 2px;
  }

  .bb-topnav a {
    gap: 6px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11.5px;
  }

  .bb-hero .hero-main {
    min-height: 440px;
    padding-right: 44px;
    padding-left: 44px;
  }
}

@media (min-width: 761px) and (max-width: 1380px) {
  .topbar .usermenu .uname {
    max-width: 88px;
  }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .topbar-logo.bocek-logo .bocek-word,
  .topbar .usermenu .uname,
  .topbar .usermenu-btn > .fa-chevron-down,
  .topbar .lang {
    display: none;
  }

  .topbar .usermenu-btn {
    width: 42px;
    min-width: 42px;
    justify-content: center;
    padding: 4px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .bb-topnav a:not(.bb-topnav-claim):not(.bb-topnav-bonuses) {
    display: none;
  }
}

@media (min-width: 761px) and (max-width: 980px) {

  .bb-hero .hero-copy h1 {
    font-size: 44px;
  }
}

@media (max-width: 760px) {
  .bb-topnav {
    display: none;
  }

  .topbar {
    width: 100%;
    max-width: 100vw;
    gap: 6px;
    overflow: visible;
  }

  .topbar .nav-burger,
  .topbar .topbar-logo,
  .topbar .wallet,
  .topbar .bell,
  .topbar .usermenu {
    flex: 0 0 auto;
  }

  .topbar .spacer {
    min-width: 0;
  }

  .topbar-logo.bocek-logo {
    gap: 0;
  }

  .topbar-logo.bocek-logo .bocek-word {
    display: none;
  }

  .topbar .wallet {
    min-width: 0;
    gap: 5px;
    padding-left: 9px;
  }

  .topbar .wallet > i {
    display: none;
  }

  .topbar .wallet-amount {
    font-size: 12.5px;
    white-space: nowrap;
  }

  .topbar .wallet-add,
  .topbar .bell-btn,
  .topbar .usermenu-btn,
  .topbar .nav-burger {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .topbar .usermenu-btn {
    justify-content: center;
    padding: 4px;
  }

  .topbar .usermenu-btn > .fa-chevron-down {
    display: none;
  }

  .topbar .usermenu .ava {
    width: 32px;
    height: 32px;
  }

  .bb-hero-facts {
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 22px;
    font-size: 10px;
  }

  .bb-hero {
    display: block;
  }

  .bb-hero .hero-main {
    min-height: 410px;
    padding-bottom: 74px;
  }

  .bb-hero .hero-side {
    position: relative;
    z-index: 3;
    margin: -38px 10px 0;
  }

  .bb-commandbar {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid var(--border);
    border-radius: 13px;
  }

  .bb-lobby-nav {
    padding-right: 9px;
    padding-left: 9px;
  }
}

@media (max-width: 430px) {
  .bb-hero-facts span:nth-child(2) {
    display: none;
  }

  .bb-hero .hero-main {
    min-height: 400px;
  }

  .bb-hero .hero-side {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 360px) {
  .topbar .topbar-logo {
    display: none;
  }
}

/* Image-led authentication */
#loginModal,
#registerModal {
  align-items: center;
  padding: 24px;
}

.bb-auth-modal {
  position: relative;
  display: grid;
  width: min(860px, 100%);
  height: auto;
  max-width: 860px;
  max-height: calc(100dvh - 48px);
  grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
  overflow: hidden;
  padding: 0;
  border-color: rgba(168, 255, 84, .27);
  background: #091114;
  box-shadow:
    0 44px 110px -32px rgba(0, 0, 0, .96),
    0 0 42px -28px rgba(168, 255, 84, .72),
    0 1px 0 rgba(255, 255, 255, .05) inset;
}

.bb-auth-modal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--neon) 36%, var(--neon-2) 68%, var(--neon-3));
}

.bb-auth-register {
  width: min(1040px, 100%);
  max-width: 1040px;
  grid-template-columns: minmax(280px, 315px) minmax(0, 1fr);
}

.bb-auth-art {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-right: 1px solid rgba(216, 239, 114, .24);
  background-color: #081012;
  background-position: center;
  background-size: cover;
}

.bb-auth-login .bb-auth-art {
  background-image: url("/images/promotions/acebet-vip.jpg");
  background-position: center 34%;
}

.bb-auth-register .bb-auth-art {
  background-image: url("/images/promotions/acebet-deneme-bonusu.jpg");
  background-position: 61% center;
}

.bb-auth-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 9, .02) 35%, rgba(4, 7, 9, .34) 68%, rgba(4, 7, 9, .96)),
    linear-gradient(90deg, rgba(4, 7, 9, .08), transparent 45%),
    linear-gradient(135deg, rgba(95, 242, 160, .08), transparent 42%, rgba(168, 255, 84, .08) 72%, rgba(53, 217, 130, .07));
}

.bb-auth-art-copy {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 26px;
  z-index: 1;
}

.bb-auth-art-copy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--neon);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.bb-auth-register .bb-auth-art-copy span {
  color: var(--gold);
}

.bb-auth-art-copy strong {
  display: block;
  max-width: 260px;
  color: #fff;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.16;
}

.bb-auth-form {
  position: relative;
  display: flex;
  min-width: 0;
  max-height: calc(100dvh - 48px);
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  padding: 30px 36px;
  background:
    linear-gradient(145deg, rgba(168, 255, 84, .085), transparent 38%),
    linear-gradient(315deg, rgba(53, 217, 130, .045), transparent 42%),
    #0c1619;
}

.bb-auth-register .bb-auth-form {
  justify-content: flex-start;
  padding: 24px 30px 26px;
}

.bb-auth-form .modal-brand {
  justify-content: flex-start;
  margin-bottom: 14px;
}

.bb-auth-form .modal-title,
.bb-auth-form .modal-sub {
  text-align: left;
}

.bb-auth-form .modal-title {
  letter-spacing: 0;
}

.bb-auth-form .modal-sub {
  margin: 6px 0 18px;
}

.bb-auth-form .modal-foot {
  margin-top: 16px;
}

.bb-auth-form .input-wrap {
  border-color: rgba(168, 255, 84, .2);
  background: #071014;
}

.bb-auth-form .field > label {
  color: #c5bfbc;
}

.bb-auth-form .input-wrap > i {
  color: var(--neon-2);
}

.bb-auth-register .input-wrap > i {
  color: var(--gold);
}

@media (max-width: 760px) {
  #loginModal,
  #registerModal {
    align-items: flex-start;
    padding: 10px;
  }

  #loginModal {
    align-items: center;
  }

  .bb-auth-modal {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: calc(100dvh - 20px);
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 154px auto;
    border-radius: 17px;
  }

  .bb-auth-register {
    height: calc(100dvh - 20px);
    grid-template-rows: 154px minmax(0, 1fr);
  }

  .bb-auth-art {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .bb-auth-login .bb-auth-art {
    background-position: center 30%;
  }

  .bb-auth-register .bb-auth-art {
    background-position: center 27%;
  }

  .bb-auth-art-copy {
    right: 18px;
    bottom: 17px;
    left: 18px;
  }

  .bb-auth-art-copy span {
    margin-bottom: 5px;
    font-size: 8.5px;
  }

  .bb-auth-art-copy strong {
    max-width: 280px;
    font-size: 17px;
  }

  .bb-auth-form,
  .bb-auth-register .bb-auth-form {
    overflow-y: auto;
    padding: 22px 19px 26px;
    justify-content: flex-start;
  }

  .bb-auth-form .modal-brand {
    margin-bottom: 14px;
  }

  .bb-auth-form .modal-sub {
    margin-bottom: 19px;
  }
}

@media (max-width: 430px) {
  .bb-auth-modal {
    grid-template-rows: 138px auto;
  }

  .bb-auth-register {
    grid-template-rows: 138px minmax(0, 1fr);
  }
}

/* Wallet modals */
.wallet-modal {
  width: min(680px, 100%);
  max-width: 680px;
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid var(--border-2);
  border-radius: 8px;
  background: #121821;
  box-shadow: 0 30px 80px -24px rgba(0, 0, 0, .88);
}

.wallet-modal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--neon), var(--neon-2) 68%, var(--gold));
}

.wallet-modal-withdraw::before {
  background: linear-gradient(90deg, var(--neon-2), var(--gold) 64%, var(--neon-3));
}

.wallet-modal .modal-close {
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #0c1118;
}

.wallet-modal-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  margin: 0 48px 22px 0;
}

.wallet-modal-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(57, 229, 140, .3);
  border-radius: 8px;
  color: var(--neon);
  background: rgba(57, 229, 140, .09);
  font-size: 18px;
}

.wallet-modal-icon.is-withdraw {
  border-color: rgba(168, 255, 84, .3);
  color: var(--neon-2);
  background: rgba(168, 255, 84, .09);
}

.wallet-modal-kicker {
  display: block;
  margin-bottom: 3px;
  color: var(--neon);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.wallet-modal-withdraw .wallet-modal-kicker {
  color: var(--neon-2);
}

.wallet-modal .modal-title,
.wallet-modal .modal-sub {
  text-align: left;
}

.wallet-modal .modal-title {
  font-size: 23px;
  letter-spacing: 0;
}

.wallet-modal .modal-sub {
  margin: 4px 0 0;
  font-size: 12px;
}

.wallet-balance-inline {
  min-width: 148px;
  padding: 9px 12px;
  border-left: 2px solid var(--neon-2);
  background: #0c1219;
}

.wallet-balance-inline span,
.wallet-balance-inline b {
  display: block;
  text-align: right;
}

.wallet-balance-inline span {
  color: var(--muted-2);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.wallet-balance-inline b {
  margin-top: 2px;
  color: var(--text);
  font-size: 17px;
  font-variant-numeric: tabular-nums;
}

.wallet-modal .pay-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 20px;
}

.wallet-payment-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 1px 8px;
}

.wallet-payment-label span {
  color: #c3cad5;
  font-size: 11px;
  font-weight: 750;
}

.wallet-payment-label small {
  color: var(--muted-2);
  font-size: 9px;
}

.wallet-modal .pay-tabs-deposit {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wallet-modal .pay-tabs-deposit .pay-tab:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.wallet-modal .pay-tabs-withdraw {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wallet-modal .pay-tab {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 64px;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--muted);
  background: #0c1118;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.wallet-modal .pay-tab:hover {
  border-color: rgba(57, 229, 140, .45);
  color: var(--text);
  background: #101922;
}

.wallet-modal .pay-tab.active {
  border-color: rgba(57, 229, 140, .58);
  color: var(--text);
  background: rgba(57, 229, 140, .08);
  box-shadow: inset 0 -2px 0 var(--neon);
}

.wallet-modal-withdraw .pay-tab.active {
  border-color: rgba(168, 255, 84, .58);
  background: rgba(168, 255, 84, .08);
  box-shadow: inset 0 -2px 0 var(--neon-2);
}

.wallet-modal .pay-tab:disabled {
  cursor: not-allowed;
  opacity: .48;
  color: var(--muted-2);
  background: #0a0e14;
  box-shadow: none;
}

.pay-tab-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--neon);
  background: #151c25;
}

.wallet-modal-withdraw .pay-tab-icon {
  color: var(--neon-2);
}

.pay-tab-copy {
  min-width: 0;
}

.pay-tab-copy b,
.pay-tab-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pay-tab-copy b {
  color: inherit;
  font-size: 12px;
}

.pay-tab-copy small {
  margin-top: 3px;
  color: var(--muted-2);
  font-size: 9px;
}

.pay-tabs-deposit .pay-tab {
  min-height: 68px;
}

.pay-tabs-deposit .pay-tab-copy small {
  line-height: 1.3;
  white-space: normal;
}

.pay-tabs-deposit .pay-tab[data-m="HAVALE"] .pay-tab-icon {
  border-color: rgba(90, 167, 255, .26);
  color: #5aa7ff;
  background: rgba(90, 167, 255, .08);
}

.pay-tabs-deposit .pay-tab[data-m="PAPARA"] .pay-tab-icon {
  border-color: rgba(166, 124, 255, .28);
  color: #b38cff;
  background: rgba(166, 124, 255, .08);
}

.pay-tabs-deposit .pay-tab[data-m="CRYPTO"] .pay-tab-icon {
  border-color: rgba(240, 185, 11, .28);
  color: #f0b90b;
  background: rgba(240, 185, 11, .08);
}

.pay-tabs-deposit .pay-tab[data-m="ANINDA_KRIPTO"] .pay-tab-icon {
  border-color: rgba(41, 208, 189, .28);
  color: #29d0bd;
  background: rgba(41, 208, 189, .08);
}

.pay-tab-letter {
  font-size: 16px;
  font-weight: 900;
}

.pay-tab-tag {
  position: absolute;
  top: 7px;
  right: 8px;
  padding: 2px 5px;
  border: 1px solid rgba(57, 229, 140, .22);
  border-radius: 4px;
  color: var(--neon);
  background: rgba(57, 229, 140, .07);
  font-size: 7px;
  font-weight: 850;
  text-transform: uppercase;
}

.pay-tab-copy .pay-tab-state {
  color: var(--gold);
  font-weight: 800;
}

.wallet-modal .field {
  margin-bottom: 14px;
}

.wallet-modal .field > label {
  margin-bottom: 7px;
  color: #c3cad5;
  font-size: 11px;
  font-weight: 700;
}

.wallet-modal .input-wrap {
  min-height: 52px;
  border-radius: 8px;
  background: #0b1016;
}

.wallet-modal .input-wrap select {
  width: 100%;
  min-width: 0;
  align-self: stretch;
  padding: 0 30px 0 8px;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font: 650 13px/1 Inter, sans-serif;
  cursor: pointer;
  color-scheme: dark;
}

.withdraw-address-book {
  margin: -4px 0 18px;
  padding: 12px;
  border: 1px solid rgba(168, 255, 84, .2);
  border-radius: 8px;
  background: rgba(168, 255, 84, .045);
}

.withdraw-address-book-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.withdraw-address-book-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #dce6df;
  font-size: 11px;
  font-weight: 800;
}

.withdraw-address-book-head span i {
  color: var(--neon-2);
}

.withdraw-address-book-head small {
  color: var(--muted-2);
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}

.withdraw-address-book-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 8px;
}

.withdraw-address-book-controls .input-wrap {
  min-height: 44px;
}

.withdraw-address-delete {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 77, 109, .28);
  border-radius: 8px;
  color: #ff8aa0;
  background: rgba(255, 77, 109, .07);
  cursor: pointer;
}

.withdraw-address-delete:hover:not(:disabled) {
  border-color: rgba(255, 77, 109, .55);
  background: rgba(255, 77, 109, .13);
}

.withdraw-address-delete:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.withdraw-save-option {
  display: grid;
  gap: 9px;
  margin: 2px 0 14px;
  padding: 11px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #0c1118;
}

.withdraw-save-option > label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c9d2ce;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.withdraw-save-option > label input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--neon-2);
}

.withdraw-save-option > label i {
  margin-right: 3px;
  color: var(--neon-2);
}

.withdraw-save-option .input-wrap {
  min-height: 44px;
}

.wallet-amount-field {
  padding-left: 14px;
}

.wallet-currency {
  color: var(--neon);
  font-size: 20px;
  font-weight: 850;
}

.wallet-modal-withdraw .wallet-currency {
  color: var(--neon-2);
}

.wallet-modal .wallet-amount-field input {
  font-size: 19px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.wallet-modal .chip-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: -3px 0 18px;
}

.wallet-modal .chip:disabled {
  cursor: not-allowed;
  opacity: .3;
  filter: grayscale(1);
}

.wallet-modal .chip {
  min-width: 0;
  min-height: 38px;
  border-radius: 8px;
  background: #0c1118;
}

.wallet-modal .chip:hover,
.wallet-modal .chip.active {
  border-color: rgba(57, 229, 140, .55);
  color: var(--neon);
  background: rgba(57, 229, 140, .07);
}

.wallet-modal .seg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.wallet-modal .seg-opt {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #0c1118;
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
}

.wallet-modal .seg-opt:has(input:checked) {
  border-color: rgba(57, 229, 140, .55);
  color: var(--text);
  background: rgba(57, 229, 140, .07);
}

.wallet-modal .seg-opt input {
  accent-color: var(--neon);
}

.wallet-modal .seg-opt.is-disabled {
  opacity: .42;
  cursor: not-allowed;
}

.wallet-modal .btn {
  border-radius: 8px;
}

.wallet-modal .modal-mini {
  margin-top: 11px;
  color: var(--muted-2);
  line-height: 1.45;
}

.wallet-bonus-lock {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(245, 181, 10, .3);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(245, 181, 10, .11), rgba(255, 255, 255, .025));
}

.wallet-bonus-lock-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  background: rgba(245, 181, 10, .14);
  color: var(--gold, #f5b50a);
  font-size: 20px;
}

.wallet-bonus-lock small,
.wallet-bonus-lock strong {
  display: block;
}

.wallet-bonus-lock small {
  margin: 1px 0 4px;
  color: var(--gold, #f5b50a);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .04em;
}

.wallet-bonus-lock strong {
  color: var(--text, #eef7f2);
  font-size: 15px;
}

.wallet-bonus-lock p {
  margin: 7px 0 14px;
  color: var(--muted, #9aa);
  font-size: 12px;
  line-height: 1.55;
}

.wallet-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  padding: 11px 12px;
  border: 1px solid rgba(244, 201, 93, .3);
  border-radius: 8px;
  color: #ebd89c;
  background: rgba(244, 201, 93, .07);
  font-size: 12px;
  line-height: 1.5;
}

.wallet-alert > i {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gold);
}

.wallet-alert b,
.wallet-alert a {
  color: var(--gold);
  font-weight: 750;
}

.wallet-alert a {
  text-decoration: underline;
}

.wallet-modal .sla-badge {
  margin: 0 0 14px;
  padding: 11px 12px;
  border-color: rgba(168, 255, 84, .25);
  border-radius: 8px;
  background: rgba(168, 255, 84, .06);
}

.wallet-modal .sla-ic {
  width: 38px;
  height: 38px;
  border-radius: 7px;
  color: #06141b;
  background: var(--neon-2);
  box-shadow: none;
}

.wallet-modal .bank-box,
.wallet-modal .crypto-box {
  border: 1px solid var(--border-2);
  border-radius: 8px;
  background: #0b1016;
}

.wallet-modal .crypto-box {
  padding: 18px;
  text-align: center;
}

.wallet-modal .crypto-amt {
  margin-bottom: 14px;
  color: var(--neon);
  font-size: 22px;
  font-weight: 800;
}

.wallet-modal .crypto-amt small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

.wallet-modal .crypto-qr {
  display: flex;
  width: 172px;
  height: 172px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}

.wallet-modal .crypto-qr img,
.wallet-modal .crypto-qr canvas {
  width: 100% !important;
  height: 100% !important;
}

.wallet-modal .crypto-timer {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

.wallet-modal .crypto-timer b {
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.wallet-modal .crypto-timer.urgent b {
  color: var(--danger);
}

.wallet-modal .bank-note {
  border-color: rgba(168, 255, 84, .24);
  border-radius: 8px;
  background: rgba(168, 255, 84, .06);
}

.wallet-modal .bank-note i {
  color: var(--neon-2);
}

@media (max-width: 680px) {
  #depositModal,
  #withdrawModal {
    padding: 12px;
  }

  .wallet-modal {
    max-height: calc(100dvh - 24px);
    padding: 20px 16px;
  }

  .wallet-modal-head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    margin-right: 42px;
  }

  .wallet-modal-icon {
    width: 42px;
    height: 42px;
  }

  .wallet-balance-inline {
    grid-column: 1 / -1;
    min-width: 0;
    margin-top: 2px;
    padding: 8px 10px;
  }

  .wallet-balance-inline span,
  .wallet-balance-inline b {
    text-align: left;
  }

  .wallet-modal .pay-tabs-deposit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wallet-modal .pay-tab {
    min-height: 58px;
  }
}

@media (max-width: 430px) {
  .wallet-modal .pay-tab {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 8px 5px;
    text-align: center;
  }

  .wallet-modal .pay-tabs-deposit .pay-tab {
    min-height: 64px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px;
    text-align: left;
  }

  .wallet-modal .pay-tabs-deposit .pay-tab[data-m="ANINDA_BANKA"],
  .wallet-modal .pay-tabs-deposit .pay-tab[data-m="ANINDA_KRIPTO"] {
    padding-right: 48px;
  }

  .wallet-modal .pay-tabs-deposit .pay-tab-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .wallet-modal .pay-tabs-deposit .pay-tab-copy b {
    font-size: 11px;
  }

  .wallet-modal .pay-tabs-deposit .pay-tab-copy small {
    font-size: 8px;
  }

  .wallet-modal .pay-tabs-withdraw .pay-tab-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .wallet-modal .chip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Destination cards and catalog headers */
.bb-hero .hero-card.bb-destination-card {
  position: relative;
  display: block;
  min-height: 154px;
  overflow: hidden;
  padding: 0;
  isolation: isolate;
  background: #0b1316;
}

.bb-hero .hero-card.bb-destination-card::after,
.bb-hero .hero-card.bb-destination-card .big {
  display: none;
}

.bb-destination-art,
.bb-destination-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bb-destination-art {
  z-index: 0;
  object-fit: cover;
  object-position: 64% center;
  filter: brightness(1.08) saturate(1.08);
  transition: transform .35s ease;
}

.bb-destination-card.c2 .bb-destination-art {
  object-position: 69% center;
}

.bb-destination-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 10, 12, .99) 0%, rgba(5, 10, 12, .93) 44%, rgba(5, 10, 12, .32) 68%, rgba(5, 10, 12, .05) 100%),
    linear-gradient(0deg, rgba(5, 10, 12, .48), transparent 58%);
}

.bb-destination-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(78%, 360px);
  min-height: 154px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 19px 22px;
}

.bb-destination-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: var(--neon);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.bb-destination-card.c1 .bb-destination-kicker {
  color: var(--gold);
}

.bb-destination-content > strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.15;
}

.bb-destination-copy {
  margin-top: 5px;
  color: #aebcb8;
  font-size: 11px;
  line-height: 1.4;
}

.bb-destination-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: #f2f8f5;
  font-size: 10px;
  font-weight: 850;
}

.bb-destination-link i {
  color: var(--neon);
  transition: transform .2s ease;
}

.bb-destination-card:hover .bb-destination-art {
  transform: scale(1.035);
}

.bb-destination-card:hover .bb-destination-link i {
  transform: translateX(4px);
}

.bb-catalog-page .slot-head,
.bb-live-page .slot-head {
  position: relative;
  display: flex;
  min-height: 218px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  padding: 30px 32px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(7, 11, 13, .99), rgba(7, 11, 13, .91) 47%, rgba(7, 11, 13, .22)),
    url("/images/brand/slots-hero.jpg") right center / cover no-repeat,
    #0f171b;
  box-shadow: 0 28px 64px -46px rgba(0, 0, 0, .95);
}

.bb-live-page .slot-head {
  background:
    linear-gradient(90deg, rgba(7, 11, 13, .99), rgba(7, 11, 13, .91) 47%, rgba(7, 11, 13, .2)),
    url("/images/brand/live-hero.jpg") right center / cover no-repeat,
    #0f171b;
}

.bb-catalog-page .slot-head::before,
.bb-live-page .slot-head::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--neon), var(--neon-2));
}

.bb-catalog-page .slot-head > *,
.bb-live-page .slot-head > * {
  position: relative;
  z-index: 1;
}

.catalog-intro {
  max-width: 580px;
}

.catalog-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--neon);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.bb-catalog-page .page-title,
.bb-live-page .page-title {
  margin-bottom: 7px;
  letter-spacing: 0;
}

.catalog-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 18px;
  color: #aebbb7;
  font-size: 10px;
  font-weight: 750;
}

.catalog-facts span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.catalog-facts i {
  color: var(--gold);
}

.bb-catalog-page .slot-search,
.bb-live-page .slot-search {
  width: min(330px, 100%);
  min-width: min(330px, 100%);
}

.catalog-actions {
  display: grid;
  width: min(330px, 100%);
  gap: 9px;
}

.catalog-actions .slot-search {
  width: 100%;
  min-width: 0;
}

.surprise-trigger {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(168, 255, 84, .38);
  border-radius: 8px;
  color: #e7f3eb;
  background: rgba(7, 15, 16, .9);
  box-shadow: inset 0 -2px 0 rgba(168, 255, 84, .18);
  cursor: pointer;
  font: 800 12px/1 Inter, sans-serif;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.surprise-trigger i {
  color: var(--neon-2);
}

.surprise-trigger:hover {
  border-color: var(--neon-2);
  color: #fff;
  background: rgba(168, 255, 84, .09);
}

.surprise-game-modal {
  width: min(420px, 100%);
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}

.surprise-game-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: var(--neon-2);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.surprise-game-modal .modal-title {
  margin-bottom: 17px;
}

.surprise-game-art {
  display: grid;
  width: 180px;
  aspect-ratio: 3 / 4;
  place-items: center;
  overflow: hidden;
  margin: 0 auto 16px;
  border: 1px solid var(--border-2);
  border-radius: 8px;
  background: #0a1015;
}

.surprise-game-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surprise-game-art > span {
  display: none;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--neon);
  font-size: 44px;
}

.surprise-game-copy strong,
.surprise-game-copy span {
  display: block;
}

.surprise-game-copy strong {
  overflow: hidden;
  color: var(--text);
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.surprise-game-copy span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.surprise-game-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 20px;
}

.surprise-game-actions .btn {
  min-width: 0;
  border-radius: 8px;
}

.bb-catalog-page .slot-search input,
.bb-live-page .slot-search input {
  border-color: var(--border-2);
  background: rgba(6, 12, 15, .92);
  backdrop-filter: blur(10px);
}

.bb-auth-art-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.bb-auth-art-facts small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid rgba(168, 255, 84, .24);
  border-radius: 6px;
  color: #d8e4df;
  background: rgba(5, 10, 12, .62);
  font-size: 8.5px;
  font-weight: 750;
}

.bb-auth-art-facts i {
  color: var(--neon);
}

@media (max-width: 760px) {
  .bb-destination-content {
    width: 86%;
    min-height: 168px;
    padding: 16px;
  }

  .bb-destination-copy {
    display: none;
  }

  .bb-destination-link {
    margin-top: 10px;
  }

  .bb-catalog-page .slot-head,
  .bb-live-page .slot-head {
    min-height: 274px;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    gap: 18px;
    padding: 22px 18px;
    background-position: 67% center;
  }

  .bb-catalog-page .slot-head::after,
  .bb-live-page .slot-head::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 10, 12, .12), rgba(5, 10, 12, .95) 68%);
  }

  .catalog-intro,
  .catalog-actions,
  .bb-catalog-page .slot-search,
  .bb-live-page .slot-search {
    width: 100%;
  }

  .catalog-facts {
    margin-top: 13px;
  }

  .bb-auth-register .bb-auth-art {
    background-position: 58% 48%;
  }

  .bb-auth-art-facts {
    display: none;
  }
}

@media (max-width: 430px) {
  .bb-destination-content > strong {
    font-size: 16px;
  }

  .bb-destination-kicker,
  .bb-destination-link {
    font-size: 8.5px;
  }

  .catalog-facts span:nth-child(3) {
    display: none;
  }
}
/* Siteye giriş kampanyası */
.ace-package-popup-overlay {
  z-index: 12000;
  padding: 24px;
  overflow-y: auto;
}

.ace-package-popup {
  position: relative;
  width: min(860px, 100%);
  overflow: hidden;
  border: 1px solid rgba(95, 242, 160, .34);
  border-radius: 8px;
  background: #0d1c1a;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .72);
  transform: translateY(16px) scale(.98);
  transition: transform .24s ease;
}

.ace-package-popup-overlay.open .ace-package-popup {
  transform: translateY(0) scale(1);
}

.ace-package-popup-close {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(4, 11, 10, .78);
  color: #f8fbf8;
  cursor: pointer;
  font-size: 17px;
  transition: border-color .2s ease, background .2s ease;
}

.ace-package-popup-close:hover {
  border-color: rgba(95, 242, 160, .72);
  background: #122724;
}

.ace-package-popup-visual {
  position: relative;
  min-height: 548px;
  padding: 30px 36px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 13, 11, .99) 0%, rgba(4, 13, 11, .95) 52%, rgba(4, 13, 11, .38) 78%, rgba(4, 13, 11, .08) 100%),
    linear-gradient(0deg, rgba(4, 13, 11, .68), transparent 38%),
    url('../images/promotions/acebet-1000-paket-popup.png') center / cover no-repeat;
}

.ace-package-popup-visual::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #5ff2a0, #a8ff54 50%, #35d982);
}

.ace-package-popup-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 176px;
  height: auto;
}

.ace-package-popup-copy {
  position: relative;
  z-index: 1;
  width: min(570px, 72%);
  margin-top: 28px;
}

.ace-package-popup-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(95, 242, 160, .45);
  border-radius: 6px;
  background: rgba(13, 47, 38, .78);
  color: #a8ff54;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ace-package-popup-copy h2 {
  max-width: 520px;
  margin: 14px 0 16px;
  color: #f8fbf8;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ace-package-popup-copy h2 strong {
  color: #5ff2a0;
}

.ace-package-popup-list {
  display: grid;
  gap: 8px;
}

.ace-package-popup-item {
  padding: 10px 12px 9px;
  border: 1px solid rgba(95, 242, 160, .24);
  border-left: 3px solid #5ff2a0;
  background: rgba(8, 24, 21, .92);
}

.ace-package-popup-item.is-featured {
  border-color: rgba(168, 255, 84, .52);
  border-left-color: #a8ff54;
  background: rgba(17, 39, 31, .95);
}

.ace-package-popup-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1.15fr);
  align-items: center;
  gap: 5px;
  width: 100%;
}

.ace-package-popup-flow > span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ace-package-popup-flow small {
  color: #93a9a2;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ace-package-popup-flow b {
  color: #f8fbf8;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.ace-package-popup-flow > i {
  color: #5ff2a0;
  text-align: center;
}

.ace-package-popup-flow .is-result b,
.ace-package-popup-flow .is-result small {
  color: #a8ff54;
}

.ace-package-popup-code {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
  color: #9eb2ac;
  font-size: 10px;
  font-weight: 700;
}

.ace-package-popup-code b {
  padding: 4px 7px;
  border: 1px solid rgba(230, 201, 121, .42);
  border-radius: 6px;
  background: rgba(44, 38, 20, .48);
  color: #e6c979;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.ace-package-popup-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  border-top: 1px solid rgba(95, 242, 160, .18);
  background: #0d1c1a;
}

.ace-package-popup-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ace-package-popup-note span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(95, 242, 160, .18);
  border-radius: 6px;
  color: #b8c9c4;
  font-size: 11px;
  font-weight: 750;
}

.ace-package-popup-note i {
  color: #5ff2a0;
}

.ace-package-popup-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ace-package-popup-actions .btn {
  min-height: 44px;
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .ace-package-popup-overlay {
    align-items: flex-start;
    padding: 10px;
  }

  .ace-package-popup {
    width: 100%;
    margin: auto 0;
  }

  .ace-package-popup-visual {
    min-height: 518px;
    padding: 22px 14px 18px;
    background-position: 67% center;
  }

  .ace-package-popup-logo {
    width: 132px;
  }

  .ace-package-popup-copy {
    width: 100%;
    margin-top: 24px;
  }

  .ace-package-popup-copy h2 {
    max-width: calc(100% - 44px);
    margin: 12px 0 14px;
    font-size: 27px;
  }

  .ace-package-popup-list {
    gap: 7px;
  }

  .ace-package-popup-item {
    padding: 9px 8px 8px;
  }

  .ace-package-popup-flow {
    grid-template-columns: minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1.15fr);
    gap: 3px;
  }

  .ace-package-popup-flow small {
    font-size: 8.5px;
  }

  .ace-package-popup-flow b {
    font-size: 15px;
  }

  .ace-package-popup-code {
    gap: 6px;
    margin-top: 6px;
  }

  .ace-package-popup-code b {
    font-size: 9.5px;
  }

  .ace-package-popup-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .ace-package-popup-actions {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    width: 100%;
  }

  .ace-package-popup-actions .btn {
    width: 100%;
    padding-inline: 12px;
    font-size: 12px;
  }
}

/* Game catalog search and provider controls */
.bb-catalog-page .catalog-browser,
.bb-live-page .catalog-browser {
  margin: 4px 0 18px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #0b1417;
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bb-catalog-page .catalog-toolbar .catalog-search,
.bb-live-page .catalog-toolbar .catalog-search {
  position: relative;
  width: auto;
  min-width: 0;
  max-width: 620px;
  flex: 1 1 620px;
}

.bb-live-page .catalog-toolbar .catalog-search {
  max-width: 100%;
}

.bb-catalog-page .catalog-toolbar .catalog-search input,
.bb-live-page .catalog-toolbar .catalog-search input {
  width: 100%;
  height: 46px;
  padding: 0 48px 0 42px;
  border: 1px solid var(--border-2);
  border-radius: 7px;
  background: #070e11;
  color: var(--text);
  font: 700 12px/1 Inter, sans-serif;
  outline: none;
  appearance: none;
}

.bb-catalog-page .catalog-toolbar .catalog-search input:focus,
.bb-live-page .catalog-toolbar .catalog-search input:focus {
  border-color: var(--neon);
  box-shadow: 0 0 0 3px rgba(168, 255, 84, .08);
}

.catalog-search input::-webkit-search-cancel-button {
  display: none;
}

.catalog-search > i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  color: var(--neon);
  transform: translateY(-50%);
  pointer-events: none;
}

.catalog-search-clear {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: #152126;
  color: #aebbb7;
  cursor: pointer;
}

.catalog-search-clear[hidden] {
  display: none;
}

.slot-search .catalog-search-clear i {
  position: static;
  color: inherit;
  transform: none;
}

.catalog-search-clear:hover {
  color: #fff;
  background: #203036;
}

.catalog-toolbar .surprise-trigger {
  min-width: 164px;
  min-height: 46px;
  margin-left: auto;
}

.catalog-browser .slot-tabs {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid var(--border);
}

@media (max-width: 760px) {
  .bb-catalog-page .slot-head,
  .bb-live-page .slot-head {
    min-height: 220px;
  }

  .bb-catalog-page .catalog-browser,
  .bb-live-page .catalog-browser {
    margin-bottom: 14px;
    padding: 10px;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .bb-catalog-page .catalog-toolbar .catalog-search,
  .bb-live-page .catalog-toolbar .catalog-search {
    width: 100%;
    max-width: none;
    flex-basis: auto;
  }

  .catalog-toolbar .surprise-trigger {
    width: 100%;
    margin-left: 0;
  }
}
