@font-face { font-family: "Inter"; src: url("../real_assets/fonts/2.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../real_assets/fonts/3.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
:root {
  color-scheme: dark;
  --background: #121a29;
  --panel: #192232;
  --blue: #2b90fe;
  --green: #3ad07a;
  --text: #ffffff;
  --muted: #8ea0bd;
}
* { box-sizing: border-box; }
html { background: var(--background); overflow-x: hidden; }
body { margin: 0; color: var(--text); font-family: "Inter", system-ui, "Segoe UI", Roboto, Arial, sans-serif; font-size: 10px; background: var(--background); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
a, input { -webkit-tap-highlight-color: transparent; }
a:focus-visible, input:focus-visible { outline: 2px solid #41c6ff; outline-offset: 3px; }
a { transition: filter .15s, background-color .15s; }
a:hover { filter: brightness(1.16); }
button, input { font: inherit; }
.topbar { height: 28px; }
.topbar-inner, .header-inner { width: min(704px, calc(100% - 32px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.topbar-inner { height: 28px; }
.top-links { display: flex; gap: 7px; align-items: center; }
.top-links a { padding: 5px 7px; background: #131d2d; border-radius: 4px; font-size: 6px; font-weight: 700; }
.top-links:first-child a:not(:first-child) { background: linear-gradient(100deg, #12314a, #0e213c); box-shadow: inset 0 0 9px #197bdd30; }
.top-links span { color: #42d8f6; font-size: 5px; }
.header { height: 45px; position: sticky; top: 0; z-index: 20; background: #121a29ed; backdrop-filter: blur(15px); border-bottom: 1px solid #ffffff03; }
.header-inner { height: 100%; }
.logo { font-size: 15px; font-weight: 900; white-space: nowrap; letter-spacing: -.7px; }
.logo span { color: #29aef5; }
.main-nav { display: flex; gap: 6px; align-items: center; font-weight: 800; font-size: 8px; }
.nav-tabs { display: flex; border-radius: 7px; background: #141e30; padding: 2px; }
.nav-tabs a { padding: 6px 8px; border-radius: 5px; }
.nav-tabs b { font-size: 14px; line-height: 8px; margin-right: 3px; font-style: italic; }
.active, .button { background: linear-gradient(110deg, #2b90fe, #1a64fc); box-shadow: 0 0 14px #258ffc55, inset 0 1px 1px #ffffff30; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; min-height: 26px; padding: 0 16px; font-size: 8px; font-weight: 800; }
.register { width: 138px; }
.login { width: 76px; background: #172032; box-shadow: none; }
.icon-button { width: 25px; height: 26px; border-radius: 6px; background-color: #152033; display: flex; align-items: center; justify-content: center; color: #32a1ff; font-size: 18px; }
.search-icon { position: relative; display: inline-block; flex-shrink: 0; }
.search-icon::before { content: ""; position: absolute; width: 7px; height: 7px; border: 2px solid currentColor; border-radius: 50%; left: 7px; top: 7px; }
.search-icon::after { content: ""; position: absolute; width: 5px; height: 2px; background: currentColor; transform: rotate(45deg); left: 15px; top: 16px; }
.hero-stage { width: min(704px, calc(100% - 32px)); margin: 14px auto 0; position: relative; }
.hero { height: 216px; position: relative; overflow: hidden; border-radius: 14px; background: linear-gradient(110deg, #163e4166, transparent), radial-gradient(ellipse at 87% 20%, #3bc8d1, transparent 55%), linear-gradient(148deg, #133f59 10%, #176a83 43%, #2a9bb2 64%, #a97677 65%, #cd8c70 78%, #1a2952 79%); }
.hero-copy { position: relative; z-index: 2; padding: 20px 49px; text-shadow: 0 2px 10px #092c3566; }
h1 { margin: 0; font-size: 28px; line-height: .99; letter-spacing: -1px; font-weight: 1000; }
h1 > span { display: block; color: var(--green); font-size: 60px; line-height: .98; letter-spacing: -3px; margin-bottom: 3px; }
.hero-bonuses { display: flex; gap: 25px; margin-top: 20px; }
.hero-bonuses strong { font-size: 22px; color: var(--green); display: block; line-height: 1; font-weight: 900; }
.hero-bonuses b { display: block; font-size: 9px; line-height: 1; margin-top: 3px; }
.beach-art { position: absolute; inset: 0 0 0 45%; background: radial-gradient(ellipse at 61% 29%, #ffc8845c, transparent 43%), linear-gradient(128deg, transparent 25%, #54e4ed33 26%, transparent 28%, transparent 48%, #cdfcf04a 49%, transparent 51%); }
.side-jackpot { position: absolute; left: calc(100% + 10px); top: 55px; width: 390px; opacity: .09; white-space: nowrap; }
.side-jackpot > strong { font-size: 33px; font-weight: 900; }
.side-jackpot p { text-transform: uppercase; font-size: 10px; font-weight: bold; }
.side-jackpot .play-button { display: inline-flex; }
.slider-dots { height: 25px; display: flex; justify-content: center; align-items: center; gap: 5px; }
.slider-dots a { width: 5px; height: 5px; border-radius: 2px; background: #17253a; }
.slider-dots .selected { width: 8px; height: 8px; background: #299dff; }
.content, .footer-inner { width: min(652px, calc(100% - 32px)); margin: auto; }
.recent-wins { height: 84px; display: flex; align-items: center; justify-content: space-around; background: linear-gradient(180deg, #1b2638, #162232); border-radius: 17px; padding: 8px 7px; overflow: hidden; box-shadow: 0 6px 0 #141a2944; }
.win { width: 10%; flex-shrink: 0; display: flex; align-items: center; flex-direction: column; line-height: 1.25; }
.win-thumb { width: 26px; height: 26px; border-radius: 5px; margin-bottom: 5px; display: flex; align-items: center; justify-content: center; font-size: 4px; font-weight: 900; overflow: hidden; box-shadow: 0 3px 12px #0007; }
.win > b { font-size: 5px; color: #6bf17e; }
.win > b.pink { color: #f594eb; }
.win strong { font-size: 9px; }
.win small { font-size: 4px; color: #8791a6; margin-top: 3px; }
.mascot-placeholder { height: 153px; margin: 0 50px; background: radial-gradient(ellipse at 52% 100%, #3a45fbaa, transparent 56%), radial-gradient(ellipse at 23% 84%, #158df788, transparent 28%), radial-gradient(ellipse at 77% 72%, #7639ca66, transparent 30%); }
.game-browser { background: #1a2235; border-radius: 16px; padding: 14px 15px 9px; box-shadow: 0 7px 0 #151c2c99; height: 245px; }
.filters { display: flex; gap: 4px; align-items: center; height: 24px; margin-bottom: 10px; white-space: nowrap; }
.filters a { display: flex; align-items: center; justify-content: center; gap: 5px; min-width: 0; height: 24px; padding: 3px 5px; border-radius: 6px; font-size: 7px; flex: 1; }
.filters a span { color: #258df4; font-size: 12px; }
.filters .active { flex: 1.22; }
.filters .active span { color: white; }
.filters b { font-size: 7px; line-height: 1.05; }
.filters small { display: block; font-size: 4px; color: #6f7c94; padding-top: 2px; }
.filters .active small { color: #dbeeff; }
.filters .filter-back { flex: 0 0 23px; background: #202d43; color: #63718b; font-size: 15px; }
.filters .providers-filter { flex: 2.12; background: #243149; font-weight: bold; }
.providers-filter i { margin-left: auto; color: #748099; font-style: normal; }
.game-search { display: flex; align-items: center; height: 26px; background: #10192c; border-radius: 10px; color: #586981; margin-bottom: 6px; }
.game-search .search-icon { height: 26px; width: 25px; }
.game-search .search-icon::before { width: 6px; height: 6px; }
.game-search .search-icon::after { left: 14px; top: 15px; width: 4px; }
.game-search input { min-width: 0; width: 100%; border: 0; background: transparent; color: white; padding: 6px 8px 6px 0; font-size: 9px; }
.game-search input::placeholder { color: #627089; opacity: 1; }
.search-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; height: 159px; overflow: hidden; }
.search-game { display: flex; gap: 7px; align-items: center; background: #111a2c; border-radius: 10px; padding: 4px; min-height: 37px; min-width: 0; }
.small-thumb { width: 27px; height: 28px; flex: 0 0 27px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 4px; font-weight: 900; overflow: hidden; }
.search-game strong { font-size: 7px; line-height: 1.08; display: block; font-weight: 900; }
.search-game small { font-size: 3.5px; display: block; color: #9aacc3; margin-top: 4px; }
.game-section { margin-top: 23px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; height: 29px; margin-bottom: 12px; }
.section-heading h2 { margin: 0; padding: 9px 11px; font-size: 10px; font-weight: 800; background: #151e30; border-radius: 6px; }
.section-heading h2 span { color: #289af5; margin-right: 3px; }
.arrows { display: flex; gap: 9px; }
.arrows a { width: 28px; height: 29px; border-radius: 7px; background: #151e30; color: #69768d; display: grid; place-items: center; font-size: 18px; }
.game-carousel { display: flex; gap: 13px; overflow-x: auto; padding: 0 1px 4px; scrollbar-width: none; scroll-snap-type: x proximity; }
.game-carousel::-webkit-scrollbar { display: none; }
.game-card { position: relative; flex: 0 0 calc((100% - 78px) / 7); height: 113px; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 8px 5px; text-align: center; box-shadow: inset 0 -5px 0 #0002, inset 0 1px 0 #ffffff30; scroll-snap-align: start; }
.game-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 43% 20%, #ffffff39, transparent 42%), linear-gradient(0deg, #00000024, transparent 40%); pointer-events: none; }
.card-title { z-index: 1; font-size: 11px; font-weight: 1000; line-height: .99; text-shadow: 0 2px 5px #0009; overflow-wrap: anywhere; }
.provider { z-index: 1; font-size: 4.5px; margin-top: 5px; color: #ffffffe0; font-weight: 700; }
.ribbon { position: absolute; z-index: 2; left: 4px; top: 5px; background: #ad31e7; padding: 3px 3px 2px; border-radius: 3px; font-size: 4px; font-weight: 900; box-shadow: 0 0 6px #d96bff66; }
.ribbon.new { background: #188dff; }
.jackpot-banner { position: relative; display: flex; align-items: center; gap: 12px; height: 95px; margin: 24px 0 15px; border: 3px solid #323578; border-radius: 13px; background: radial-gradient(ellipse at 23% 90%, #60357266, transparent 40%), linear-gradient(110deg, #133969, #181440 60%, #0d1439); box-shadow: inset 0 0 0 2px #4671b322; }
.bear-placeholder { width: 108px; align-self: stretch; flex-shrink: 0; background: radial-gradient(ellipse at 45% 45%, #3275fbd9, #273ba588 50%, transparent 73%); }
.jackpot-copy { min-width: 0; }
.jackpot-copy h2 { font-size: 18px; font-weight: 1000; margin: 0 0 3px; }
.jackpot-copy p { font-size: 29px; font-weight: 1000; margin: 0; letter-spacing: -.7px; white-space: nowrap; }
.jackpot-copy p strong { color: #3ad07a; }
.jackpot-copy small { display: block; margin-top: 4px; text-transform: uppercase; color: #6c6a91; font-size: 7px; }
.play-button { background: linear-gradient(150deg, #69fa45, #23bb22); color: #127719; font-size: 20px; font-weight: 1000; border-radius: 8px; min-width: 96px; min-height: 40px; padding: 8px 15px; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 0 #14742b; transform: rotate(-4deg); }
.jackpot-banner > .play-button { margin-left: auto; margin-right: 19px; }
.tournament-section { margin-top: 18px; margin-bottom: 30px; }
.tournament-banner { margin-top: 44px; height: 205px; border-radius: 17px; position: relative; overflow: hidden; padding: 27px 31px 20px; background: radial-gradient(ellipse at 35% 18%, #ad512d44, transparent 45%), linear-gradient(115deg, #301c2d, #242440 50%, #174583 77%, #222342); box-shadow: inset 0 -5px 0 #283451; }
.bar-art { position: absolute; inset: 0 0 0 55%; background: linear-gradient(90deg, transparent, #05214844), repeating-linear-gradient(90deg, transparent 0 43px, #080d2355 44px 49px), radial-gradient(ellipse at 50% 20%, #bb7a6866, transparent 65%); }
.countdown, .tournament-copy { position: relative; z-index: 1; }
.countdown { display: flex; align-items: center; gap: 10px; padding-left: 10px; }
.countdown > strong { font-size: 9px; line-height: 1.4; margin-right: 1px; }
.countdown > strong b { font-size: 12px; }
.countdown > div { text-align: center; min-width: 22px; }
.countdown > div b { font-size: 19px; font-weight: 900; }
.countdown small { display: block; font-size: 7px; text-transform: uppercase; font-weight: bold; }
.tournament-copy { margin-top: 31px; }
.tournament-copy h3 { margin: 0 0 4px; font-size: 14px; font-weight: 900; }
.tournament-copy p { margin: 0 0 19px; font-size: 23px; font-weight: 900; }
.tournament-copy .button { height: 28px; min-width: 90px; font-size: 7px; }
.footer { margin-top: 47px; background: #111827; padding: 26px 0 22px; }
.footer-inner { padding: 0 6px; }
.footer-columns { display: grid; grid-template-columns: 1.8fr .9fr .9fr 1.85fr; gap: 22px; padding-bottom: 23px; border-bottom: 1px solid #ffffff06; }
.footer .logo { display: block; font-size: 18px; margin-bottom: 7px; color: #fff; }
.footer h2 { font-size: 8px; font-weight: 400; color: #eef3fd; margin: 2px 0 6px; }
.footer-columns p, .footer-columns > div > a:not(.logo) { font-size: 7px; line-height: 1.65; color: #58637b; margin: 0 0 3px; display: block; }
.footer-columns .legal p { font-size: 6px; line-height: 1.45; }
.footer-columns p a { text-decoration: underline; }
.socials { display: flex; gap: 10px; padding: 15px 0; border-bottom: 1px solid #ffffff06; }
.socials a { width: 50%; background: #1d2b40; height: 30px; border-radius: 5px; padding: 5px 8px; font-size: 9px; font-weight: bold; display: flex; align-items: center; gap: 8px; }
.socials span { font-size: 20px; color: #24a4f4; text-shadow: 0 0 9px #248ef5; }
.provider-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 19px 13px; padding: 17px 0; border-bottom: 1px solid #ffffff08; }
.provider-logos a { font-size: 10px; color: #d1d6df; font-weight: 800; letter-spacing: -.5px; }
.provider-logos a:nth-child(3n) { font-weight: 400; font-size: 9px; }
.provider-logos a:nth-child(4n) { text-transform: uppercase; letter-spacing: 1px; }
.provider-logos a:nth-child(5n + 2) { font-style: italic; }
.provider-logos a:last-child { background: #1b283d; padding: 7px 9px; border-radius: 10px; font-size: 8px; letter-spacing: 0; }
.payments { min-height: 50px; display: flex; justify-content: space-between; align-items: center; gap: 10px; border-bottom: 1px solid #ffffff08; }
.payments span { font-size: 10px; white-space: nowrap; }
.visa { color: #3e88e8; font-weight: 900; font-style: italic; }
.mastercard { color: #ef804b; font-size: 8px !important; }
.piastrix { color: #cf87b4; }
.bitcoin { color: #e2cdb4; font-size: 13px !important; font-weight: bold; font-style: italic; }
.ethereum { color: #ae9cbd; font-size: 8px !important; text-transform: uppercase; }
.litecoin { color: #879dbf; font-style: italic; }
.bitcoincash { color: #60bca9; font-size: 8px !important; }
.tether { color: #84c6b7; }
.tron { color: #d69dad; }
.footer-bottom { display: flex; align-items: center; gap: 12px; padding-top: 19px; min-height: 82px; color: #56637b; }
.age { width: 16px; height: 16px; border: 1px solid #56637b; border-radius: 50%; font-size: 8px; display: grid; place-items: center; flex-shrink: 0; }
.footer-bottom p { font-size: 6px; max-width: 288px; line-height: 1.4; }
.rate { margin-left: auto; font-size: 6px; white-space: nowrap; }
.license-seal { width: 98px; display: flex; flex-direction: column; align-items: center; margin-left: 12px; }
.license-seal > span { color: #eee; background: #a52143; font-size: 28px; border-radius: 40%; position: relative; line-height: 34px; width: 28px; text-align: center; }
.license-seal i { position: absolute; right: -6px; top: -4px; border-radius: 50%; background: #129b53; color: #fff; font-size: 9px; font-style: normal; width: 13px; height: 13px; line-height: 13px; }
.license-seal strong { font-size: 10px; color: #38c967; margin-top: 4px; }
.license-seal small { font-size: 8px; color: #fff; }
.support { position: fixed; bottom: 0; right: 8px; z-index: 25; padding: 10px 12px; background: #192133ef; border-radius: 13px 13px 0 0; font-size: 8px; font-weight: 800; box-shadow: 0 -3px 18px #0002; }
.support span { color: #65758e; margin-right: 6px; font-size: 12px; }
@media (max-width: 720px) {
  .topbar-inner, .header-inner, .hero-stage { width: calc(100% - 24px); }
  .content, .footer-inner { width: calc(100% - 32px); }
  .main-nav { gap: 4px; }
  .register { width: auto; padding: 0 10px; }
  .login { width: 53px; }
  .hero-copy { padding-left: 30px; }
  .filters { overflow-x: auto; scrollbar-width: none; }
  .filters a { flex-shrink: 0; min-width: 58px; }
  .filters .filter-back { min-width: 23px; }
  .filters .providers-filter { min-width: 122px; }
  .game-card { flex-basis: 82px; }
  .search-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .recent-wins { justify-content: flex-start; gap: 8px; overflow-x: auto; scrollbar-width: none; }
  .win { flex-basis: 56px; }
  .jackpot-copy h2 { font-size: 15px; }
  .jackpot-copy p { font-size: 24px; }
  .bear-placeholder { width: 75px; }
  .jackpot-banner > .play-button { margin-right: 12px; font-size: 17px; min-width: 80px; }
  .footer-columns { gap: 15px; }
  .payments { flex-wrap: wrap; justify-content: center; padding: 15px 0; gap: 15px; }
}
@media (max-width: 480px) {
  .top-links { gap: 4px; }
  .top-links a { font-size: 5px; padding: 5px; }
  .top-links:first-child a:first-child { display: none; }
  .header { height: 51px; }
  .header-inner { gap: 9px; }
  .logo { font-size: 13px; }
  .main-nav { flex-wrap: wrap; justify-content: flex-end; max-width: 270px; gap: 4px; }
  .main-nav .search-icon, .menu-icon { display: none; }
  .nav-tabs a { padding: 5px; font-size: 7px; }
  .register { font-size: 7px; padding: 0 7px; }
  .login { width: 40px; font-size: 7px; padding: 0 4px; }
  .hero-stage { margin-top: 10px; }
  .hero { height: 216px; }
  .hero-copy { padding: 23px; }
  h1 { font-size: 26px; }
  h1 > span { font-size: 56px; }
  .hero-bonuses { gap: 23px; }
  .mascot-placeholder { height: 110px; margin: 0 15px; }
  .game-browser { padding: 12px 10px; }
  .search-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-game strong { font-size: 7px; }
  .game-carousel { gap: 11px; }
  .game-card { flex-basis: 91px; height: 126px; }
  .card-title { font-size: 12px; }
  .jackpot-banner { gap: 4px; height: 108px; padding: 10px; }
  .bear-placeholder { position: absolute; inset: 0 auto 0 0; width: 100px; opacity: .4; }
  .jackpot-copy { position: relative; z-index: 1; }
  .jackpot-copy h2 { font-size: 12px; }
  .jackpot-copy p { font-size: 20px; }
  .jackpot-copy small { font-size: 5px; }
  .jackpot-banner > .play-button { font-size: 14px; min-width: 64px; min-height: 32px; padding: 6px 10px; margin-right: 0; z-index: 1; }
  .tournament-banner { margin-top: 25px; padding: 24px 18px; }
  .countdown { padding-left: 0; gap: 7px; }
  .countdown > strong { font-size: 7px; }
  .countdown > strong b { font-size: 9px; }
  .countdown > div b { font-size: 17px; }
  .tournament-copy p { font-size: 21px; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer-columns .legal { grid-column: 1 / -1; }
  .footer-columns > div:last-child { grid-column: 1 / -1; }
  .footer h2 { font-size: 11px; }
  .footer-columns p, .footer-columns > div > a:not(.logo), .footer-columns .legal p { font-size: 9px; }
  .provider-logos { justify-content: center; }
  .footer-bottom { flex-wrap: wrap; gap: 10px; }
  .footer-bottom p { max-width: calc(100% - 30px); flex: 1; font-size: 8px; }
  .rate { margin-left: 28px; }
  .license-seal { margin-left: auto; }
  .footer { padding-bottom: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  a { transition: none; }
}

/* Local brand assets and shared palette. */
.logo { flex-shrink: 0; }
.logo img { display: block; width: 140px; max-width: 100%; height: auto; }
.header, .footer, .game-browser, .recent-wins, .section-heading h2, .arrows a, .nav-tabs, .top-links a { background: #192232; }
.search-game, .game-card, .socials a, .filters .filter-back, .filters .providers-filter { background: #212f44; }
.game-search { background: #121a29; }
.footer-columns, .socials, .provider-logos, .payments, .header { border-color: #475774; }
.win small, .filters small, .providers-filter i, .game-search input::placeholder, .search-game small, .arrows a, .jackpot-copy small, .footer-columns p, .footer-columns > div > a:not(.logo), .footer-bottom, .support span { color: #8ea0bd; }
.top-links span, .section-heading h2 span, .filters a span, .socials span { color: #41c6ff; }
.active, .button { background: linear-gradient(110deg, #2b90fe, #1a64fc); }
.filters .active span { color: #ffffff; }
.slider-dots .selected, .ribbon.new { background: #2b90fe; }
.play-button { background: #3ad07a; color: #121a29; box-shadow: 0 4px 0 #192232; }
.win > b, .license-seal strong { color: #3ad07a; }
.game-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.game-card::before { z-index: 1; background: linear-gradient(0deg, #121a29f2, #121a29a6 30%, transparent 70%); }
.card-title, .provider { position: relative; }
.win-thumb img, .small-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.provider-logos img { display: block; width: 68px; height: 24px; object-fit: contain; }
.payments img { display: block; width: 62px; max-width: 12%; height: 24px; object-fit: contain; }
.terms-content { margin: 32px auto; padding: 28px; background: #192232; border: 1px solid #475774; border-radius: 16px; font-size: 14px; line-height: 1.7; }
.terms-content h1 { margin: 0 0 20px; font-size: 26px; letter-spacing: normal; line-height: 1.25; }
.terms-content h2 { margin: 24px 0 8px; font-size: 19px; }
.terms-content p { color: #8ea0bd; }
@media (max-width: 480px) {
  .header { height: auto; min-height: 64px; }
  .header-inner { padding: 8px 0; }
  .header .logo img { width: 120px; }
  .main-nav { min-width: 0; }
  .payments img { max-width: 25%; }
  .terms-content { padding: 20px; }
  .terms-content h1 { font-size: 22px; }
}

/* --- реальные баннеры (сгенерены Codex) поверх плейсхолдеров --- */
.hero { background-image: linear-gradient(90deg,#0d1e33cc 0%, #0d1e3355 32%, transparent 55%), url("hero.png") !important; background-size: cover !important; background-position: center right !important; }
.beach-art { display: none !important; }
.jackpot-banner { background-image: linear-gradient(90deg,#0d1439ee 0%, #0d1439aa 40%, #0d143955 60%, transparent 78%), url("bear.png") !important; background-size: cover !important; background-position: center !important; }
.bear-placeholder { display: none !important; }
.tournament-banner { background-image: linear-gradient(90deg,#0f1a29f2 0%, #0f1a29cc 38%, #0f1a2966 55%, transparent 80%), url("beer.png") !important; background-size: cover !important; background-position: center right !important; }
.tournament-banner .mascot-placeholder, .tournament-section .mascot-placeholder { display: none !important; }
