/* Summer redesign: homepage shell and recent-win ticker. */
:root {
  --summer-page: 1750px;
  --summer-bg: #07101b;
  --summer-surface: #111b30;
  --summer-surface-2: #17233d;
  --summer-blue: #238dff;
  --summer-blue-2: #1569ff;
  --summer-mint: #42e29a;
  --summer-text: #f7f9ff;
  --summer-muted: #7f91ad;
}

html {
  background: var(--summer-bg);
}

body.summer-redesign {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  background: #07101b;
  color: var(--summer-text);
  font-family: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  letter-spacing: 0;
}

body.summer-redesign::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 16, 27, .72) 0%, rgba(7, 16, 27, .96) 63%, #07101b 100%),
    url("../assets/hero-summer-v2.png") center top / cover no-repeat;
  opacity: .2;
}

body.summer-redesign > .topbar,
body.summer-redesign > .page,
body.summer-redesign > .footer,
body.summer-redesign > .support {
  position: relative;
  z-index: 1;
}

body.summer-redesign button,
body.summer-redesign a {
  letter-spacing: 0;
}

/* Header */
body.summer-redesign .topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  height: 82px;
  border: 0;
  background: rgba(7, 15, 27, .92);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .025);
  backdrop-filter: blur(18px);
}

body.summer-redesign .topbar__inner,
body.summer-redesign .topbar--authenticated .topbar__inner {
  display: flex;
  width: min(var(--summer-page), calc(100vw - 48px));
  max-width: none;
  height: 82px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  gap: 12px;
}

body.summer-redesign .brand--main {
  flex: 0 0 auto;
  margin-right: auto;
}

body.summer-redesign .topbar .brand__logo,
body.summer-redesign .topbar--authenticated .brand__logo {
  width: 190px;
  height: 36px;
  object-fit: contain;
}

body.summer-redesign .topbar__center {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

body.summer-redesign .mode-switch {
  display: flex;
  height: 58px;
  padding: 4px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .045);
  border-radius: 20px;
  background: rgba(20, 31, 53, .96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

body.summer-redesign .mode-switch__item {
  display: inline-flex;
  min-width: 128px;
  height: 50px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

body.summer-redesign .mode-switch__item.is-active {
  background: linear-gradient(180deg, #42b5ff 0%, #1476ff 100%);
  box-shadow: 0 8px 26px rgba(25, 124, 255, .42), inset 0 1px 0 rgba(255, 255, 255, .44);
}

body.summer-redesign .mode-switch__casino {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, .24);
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

body.summer-redesign .mode-switch__ball {
  position: relative;
  width: 25px;
  height: 25px;
  border: 3px solid #dce7fb;
  border-radius: 50%;
  background: linear-gradient(45deg, transparent 43%, #dce7fb 44% 55%, transparent 56%);
}

body.summer-redesign .mode-switch__ball::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 6px;
  left: 6px;
  border-radius: 2px;
  background: #dce7fb;
  transform: rotate(45deg);
}

body.summer-redesign .topbar__icon-button {
  display: grid;
  width: 64px;
  height: 58px;
  flex: 0 0 64px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .045);
  border-radius: 18px;
  background: rgba(20, 31, 53, .96);
  color: #39a8ff;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

body.summer-redesign .topbar__icon-button:hover,
body.summer-redesign .mode-switch__item:not(.is-active):hover {
  background: #1b2a48;
}

body.summer-redesign .topbar__search > span {
  position: relative;
  width: 22px;
  height: 22px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

body.summer-redesign .topbar__search > span::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -6px;
  width: 10px;
  height: 4px;
  border-radius: 3px;
  background: currentColor;
  transform: rotate(46deg);
  transform-origin: left center;
}

body.summer-redesign .topbar__apps > span {
  width: 9px;
  height: 9px;
  margin: -14px 0 0 -14px;
  border-radius: 2px;
  background: #34a8ff;
  box-shadow: 14px 0 #34a8ff, 0 14px #34a8ff, 14px 14px #34a8ff;
}

body.summer-redesign .topbar__actions,
body.summer-redesign .topbar--authenticated .topbar__actions {
  display: flex;
  flex: 0 0 auto;
  margin: 0;
  align-items: center;
  gap: 12px;
}

body.summer-redesign .topbar__guest-action {
  height: 58px;
  min-width: 190px;
  padding: 0 24px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 800;
}

body.summer-redesign .topbar__guest-action.btn--primary {
  border: 0;
  background: linear-gradient(180deg, #41b4ff 0%, #176bff 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(22, 105, 255, .32), inset 0 1px 0 rgba(255, 255, 255, .38);
}

body.summer-redesign .topbar__guest-action.btn--ghost {
  border: 1px solid rgba(255, 255, 255, .035);
  background: rgba(20, 31, 53, .88);
  color: #fff;
}

body.summer-redesign .topbar__session-bar:empty {
  display: none;
}

body.summer-redesign .topbar__session-bar,
body.summer-redesign .topbar--authenticated .topbar__session-bar {
  position: static;
  min-width: 0;
  margin: 0;
}

body.summer-redesign .topbar__session-items {
  display: flex;
  height: 52px;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border-radius: 16px;
  background: rgba(20, 31, 53, .94);
}

body.summer-redesign .topbar__profile-control,
body.summer-redesign .topbar__wallet-control,
body.summer-redesign .topbar__logout-control {
  color: #fff;
  font-size: 13px;
}

body.summer-redesign .topbar__cash-desk {
  height: 54px;
  min-width: 150px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #42b5ff, #1476ff);
  color: #fff;
}

body.summer-redesign .language-switcher {
  display: none !important;
}

/* Page and hero */
body.summer-redesign .page,
body.summer-redesign .topbar--authenticated + .page {
  width: min(var(--summer-page), calc(100vw - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 38px 0 72px;
}

body.summer-redesign .page > .hero,
body.summer-redesign .topbar--authenticated + .page > .hero {
  position: relative;
  height: auto;
  padding-bottom: 48px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.summer-redesign .hero__track,
body.summer-redesign .topbar--authenticated + .page .hero__track {
  display: flex;
  height: auto;
  transition: transform .55s cubic-bezier(.22, .68, .2, 1);
}

body.summer-redesign .slide,
body.summer-redesign .topbar--authenticated + .page .slide {
  position: relative;
  min-width: 100%;
  height: auto;
  aspect-ratio: 2243 / 701;
  padding: 0 0 0 120px;
  overflow: hidden;
  align-items: center;
  border-radius: 28px;
  background: #10243a !important;
  color: #fff;
  isolation: isolate;
}

body.summer-redesign .slide::before,
body.summer-redesign .topbar--authenticated + .page .slide::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 14, 25, .84) 0%, rgba(4, 14, 25, .55) 30%, rgba(4, 14, 25, .08) 60%, rgba(4, 14, 25, .2) 100%),
    linear-gradient(180deg, rgba(4, 12, 22, .05), rgba(4, 12, 22, .3));
  pointer-events: none;
}

body.summer-redesign .slide__visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

body.summer-redesign .slide__art {
  position: absolute;
  z-index: 1;
  right: 1.5%;
  bottom: 0;
  width: min(58%, 810px);
  height: 96%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .24));
  pointer-events: none;
}

body.summer-redesign .slide__content,
body.summer-redesign .topbar--authenticated + .page .slide__content {
  position: relative;
  z-index: 3;
  display: flex;
  width: 44%;
  max-width: 650px;
  flex-direction: column;
  align-items: flex-start;
}

body.summer-redesign .slide--deposit .slide__title,
body.summer-redesign .topbar--authenticated + .page .slide--deposit .slide__title {
  margin: 0 0 5px;
  color: var(--summer-mint);
  font-family: "Arial Black", "Segoe UI", sans-serif;
  font-size: 132px;
  font-weight: 900;
  line-height: .9;
  text-shadow: 0 5px 0 rgba(0, 0, 0, .14);
}

body.summer-redesign .slide--deposit .slide__sub,
body.summer-redesign .topbar--authenticated + .page .slide--deposit .slide__sub {
  margin: 0;
  color: #fff;
  font-family: "Arial Black", "Segoe UI", sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: .96;
  opacity: 1;
}

body.summer-redesign .slide__perks {
  display: flex;
  margin-top: 45px;
  gap: 60px;
}

body.summer-redesign .slide__perk {
  display: flex;
  min-width: 145px;
  flex-direction: column;
}

body.summer-redesign .slide__perk strong {
  color: var(--summer-mint);
  font-family: "Arial Black", "Segoe UI", sans-serif;
  font-size: 39px;
  line-height: 1;
}

body.summer-redesign .slide__perk span {
  margin-top: 8px;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.02;
}

body.summer-redesign .slide--default .slide__title {
  margin: 0 0 12px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

body.summer-redesign .slide--default .slide__sub {
  margin: 0 0 28px;
  font-size: 22px;
}

body.summer-redesign .slide--campaign,
body.summer-redesign .topbar--authenticated + .page .slide--campaign {
  padding-left: clamp(42px, 5.4vw, 100px);
}

body.summer-redesign .slide--campaign .slide__content {
  width: min(39%, 560px);
}

body.summer-redesign .slide--campaign .slide__title {
  margin: 0 0 12px;
  font-size: clamp(38px, 3.4vw, 64px);
  font-weight: 900;
  line-height: 1;
}

body.summer-redesign .slide--campaign .slide__sub {
  max-width: 470px;
  margin: 0 0 26px;
  color: #d9e4f0;
  font-size: clamp(15px, 1.2vw, 21px);
  line-height: 1.35;
}

body.summer-redesign .slide__tag {
  margin: 0 0 24px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(5, 14, 25, .35);
  font-size: 12px;
}

body.summer-redesign .slide .btn {
  min-width: 150px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(180deg, #41b4ff, #176bff);
  color: #fff;
}

body.summer-redesign .hero__dots,
body.summer-redesign .topbar--authenticated + .page .hero__dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: flex;
  width: auto;
  height: 22px;
  padding: 2px 7px;
  align-items: center;
  justify-content: center;
  gap: 1px;
  border: 1px solid rgba(144, 169, 207, .09);
  border-radius: 999px;
  background: rgba(6, 15, 27, .34);
  backdrop-filter: blur(8px);
  transform: translateX(-50%);
}

body.summer-redesign .hero__dots .dot,
body.summer-redesign .hero__dots .dot.is-active {
  position: relative;
  display: grid;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.summer-redesign .hero__dots .dot::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(126, 151, 188, .44);
  transition: width .24s ease, background-color .24s ease, box-shadow .24s ease;
}

body.summer-redesign .hero__dots .dot.is-active::before {
  width: 17px;
  height: 5px;
  background: #58baff;
  box-shadow: 0 0 8px rgba(51, 161, 255, .4);
}

/* Recent wins */
body.summer-redesign .recent-wins {
  --wins-visible: 10;
  width: calc(100% - 128px);
  margin: 10px auto 0;
  overflow: hidden;
  border: 1px solid rgba(106, 137, 188, .12);
  border-radius: 32px;
  background: rgba(20, 31, 53, .96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .035);
}

body.summer-redesign .recent-wins__viewport {
  width: 100%;
  overflow: hidden;
}

body.summer-redesign .recent-wins__track {
  display: flex;
  width: 100%;
  height: 198px;
  flex-wrap: nowrap;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

body.summer-redesign .recent-win {
  --win-color: #39a8ff;
  --win-glow: rgba(57, 168, 255, .36);
  position: relative;
  display: flex;
  min-width: 0;
  height: 198px;
  flex: 0 0 calc(100% / var(--wins-visible));
  padding: 20px 10px 14px;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  border: 0;
  border-left: 1px solid rgba(129, 151, 187, .18);
  background: transparent;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  transition:
    opacity 880ms cubic-bezier(.4, 0, .2, 1),
    transform 880ms cubic-bezier(.4, 0, .2, 1),
    background-color 180ms ease;
  will-change: opacity, transform;
}

body.summer-redesign .recent-win.is-exiting {
  opacity: .12;
  transform: translate3d(12px, 0, 0) scale(.985);
}

body.summer-redesign .recent-win.is-entering {
  opacity: .12;
  transform: translate3d(-12px, 0, 0) scale(.985);
}

body.summer-redesign .recent-win:first-child {
  border-left-color: transparent;
}

body.summer-redesign .recent-win::before {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -72px;
  left: -18px;
  height: 135px;
  opacity: .13;
  background: repeating-conic-gradient(from 250deg at 50% 100%, var(--win-color) 0 8deg, transparent 8deg 20deg);
  pointer-events: none;
}

body.summer-redesign .recent-win:hover {
  background: rgba(255, 255, 255, .035);
}

body.summer-redesign .recent-win:focus-visible {
  z-index: 2;
  outline: 2px solid #42aaff;
  outline-offset: -3px;
}

body.summer-redesign .recent-win[data-tone="big"] { --win-color: #ffd43b; --win-glow: rgba(255, 212, 59, .38); }
body.summer-redesign .recent-win[data-tone="super"] { --win-color: #3cff5e; --win-glow: rgba(60, 255, 94, .34); }
body.summer-redesign .recent-win[data-tone="mega"] { --win-color: #ff5f27; --win-glow: rgba(255, 95, 39, .38); }

body.summer-redesign .recent-win__icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  background: #0b1425;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .24);
}

body.summer-redesign .recent-win__icon img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

body.summer-redesign .recent-win__label,
body.summer-redesign .recent-win__amount,
body.summer-redesign .recent-win__player {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.summer-redesign .recent-win__label {
  margin-top: 12px;
  background: transparent;
  box-shadow: none;
  color: var(--win-color);
  font-size: 14px;
  font-weight: 900;
  -webkit-text-stroke: 0 transparent;
  paint-order: stroke fill;
}

body.summer-redesign .recent-win.is-new-win:not([data-tone="good"]) .recent-win__label {
  animation: featured-win-label 940ms cubic-bezier(.22, .72, .24, 1) 520ms both;
}

@keyframes featured-win-label {
  0% {
    opacity: .82;
    transform: translateY(2px) scale(.99);
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 0;
    text-shadow: 0 0 0 transparent, 0 0 0 transparent;
  }
  30% {
    opacity: 1;
    transform: translateY(-4px) scale(1.06);
    -webkit-text-stroke-color: rgba(255, 255, 255, .52);
    -webkit-text-stroke-width: .4px;
    text-shadow:
      0 0 3px var(--win-glow),
      0 0 8px var(--win-glow);
  }
  43% { transform: translate3d(-.45px, -4px, 0) scale(1.055); }
  55% { transform: translate3d(.45px, -3.5px, 0) scale(1.05); }
  68% { transform: translate3d(-.25px, -3px, 0) scale(1.04); }
  80% {
    transform: translateY(-2px) scale(1.025);
    -webkit-text-stroke-color: rgba(255, 255, 255, .24);
    -webkit-text-stroke-width: .2px;
    text-shadow:
      0 0 2px var(--win-glow),
      0 0 4px var(--win-glow);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 0;
    text-shadow: 0 0 0 transparent, 0 0 0 transparent;
  }
}

body.summer-redesign .recent-win__amount {
  margin-top: 4px;
  color: #f7f9ff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

body.summer-redesign .recent-win__player {
  margin-top: 8px;
  color: #8292ac;
  font-size: 12px;
}

/* Categories and game sections */
body.summer-redesign .cats,
body.summer-redesign .topbar--authenticated + .page .cats {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 28px;
  padding: 12px;
  border: 1px solid rgba(108, 139, 189, .11);
  border-radius: 20px;
  background: rgba(14, 24, 42, .88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .16);
}

body.summer-redesign .cat,
body.summer-redesign .topbar--authenticated + .page .cat {
  min-height: 82px;
  padding: 11px 8px;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #16233c;
  box-shadow: none;
}

body.summer-redesign .cat:hover {
  border-color: rgba(65, 169, 255, .28);
  background: #1a2b49;
  transform: translateY(-1px);
}

body.summer-redesign .cat.is-active,
body.summer-redesign .topbar--authenticated + .page .cat.is-active {
  border-color: rgba(113, 198, 255, .45);
  background: linear-gradient(180deg, #35aaff, #176cff);
  box-shadow: 0 9px 24px rgba(25, 115, 255, .25);
}

body.summer-redesign .cat__img,
body.summer-redesign .topbar--authenticated + .page .cat__img {
  width: 31px;
  height: 31px;
  filter: brightness(0) invert(1);
  opacity: .95;
}

body.summer-redesign .cat__label,
body.summer-redesign .topbar--authenticated + .page .cat__label {
  color: #f4f7ff;
  font-size: 14px;
  font-weight: 700;
}

body.summer-redesign #rows,
body.summer-redesign .topbar--authenticated + .page #rows {
  margin-top: 0;
}

body.summer-redesign #rows .row,
body.summer-redesign .topbar--authenticated + .page #rows .row {
  margin-top: 22px;
  padding: 24px 26px 20px;
  border: 1px solid rgba(101, 133, 183, .09);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(18, 31, 53, .94), rgba(9, 18, 32, .72));
  box-shadow: 0 22px 55px rgba(0, 0, 0, .16);
}

body.summer-redesign #rows .row::before {
  display: none;
}

body.summer-redesign #rows .row__head {
  margin-bottom: 18px;
}

body.summer-redesign #rows .row__title {
  color: #f7f9ff;
  font-size: 22px;
  font-weight: 800;
}

body.summer-redesign #rows .row__icon {
  color: #42aaff;
}

body.summer-redesign #rows .row--new .row__icon {
  display: grid;
  width: 25px;
  min-width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(84, 186, 255, .2);
  border-radius: 50%;
  background: rgba(49, 156, 255, .1);
  color: #65c5ff;
  font-size: 15px;
  line-height: 1;
}

body.summer-redesign #rows .row__all {
  color: #93a4bd;
}

body.summer-redesign #rows .row__nav {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: #192842;
}

body.summer-redesign #rows .scroller,
body.summer-redesign .topbar--authenticated + .page .scroller {
  grid-auto-columns: calc((100% - 60px) / 6);
  gap: 12px;
}

body.summer-redesign .card__art,
body.summer-redesign .topbar--authenticated + .page .card__art {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: #0c1525;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .22);
}

body.summer-redesign .card:hover .card__art {
  border-color: rgba(62, 168, 255, .54);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .3), 0 0 0 1px rgba(62, 168, 255, .14);
  transform: translateY(-3px);
}

body.summer-redesign .card__play-btn {
  border-radius: 8px;
  background: linear-gradient(180deg, #40b2ff, #176cff);
  color: #fff;
}

body.summer-redesign .card__meta .card__label,
body.summer-redesign .topbar--authenticated + .page .card__meta .card__label {
  color: #dce5f4;
  font-size: 14px;
}

body.summer-redesign .provider {
  position: relative;
  display: flex;
  height: 112px;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  align-items: flex-end;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 8px;
  outline: 0;
  background: #111d31;
  color: #fff;
  font: inherit;
  text-align: left;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  isolation: isolate;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.summer-redesign .provider__image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
  transition: transform 300ms ease, filter 220ms ease;
}

body.summer-redesign .provider__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 13, 24, .06) 20%, rgba(5, 13, 24, .88) 100%),
    linear-gradient(90deg, rgba(5, 13, 24, .42), transparent 70%);
}

body.summer-redesign .provider__name {
  position: relative;
  z-index: 2;
  display: block;
  max-width: calc(100% - 28px);
  margin: 0 14px 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .75);
  overflow-wrap: anywhere;
}

body.summer-redesign .provider::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: var(--provider-accent);
  opacity: .8;
}

body.summer-redesign .provider:hover,
body.summer-redesign .provider:focus-visible {
  border-color: color-mix(in srgb, var(--provider-accent) 62%, transparent);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .3), 0 0 0 1px color-mix(in srgb, var(--provider-accent) 18%, transparent);
  transform: translateY(-2px);
}

body.summer-redesign .provider:hover .provider__image,
body.summer-redesign .provider:focus-visible .provider__image {
  filter: saturate(1.08) brightness(1.05);
  transform: scale(1.08);
}

/* Footer and support */
body.summer-redesign .footer {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, .05);
  background: rgba(5, 12, 21, .72);
}

body.summer-redesign .footer__inner {
  width: min(var(--summer-page), calc(100vw - 48px));
  max-width: none;
}

body.summer-redesign .footer .brand__logo {
  width: 142px;
  height: 28px;
}

body.summer-redesign .support {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  left: auto;
  display: flex;
  width: 192px;
  height: 72px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(112, 135, 176, .16);
  border-radius: 22px;
  background: #152039;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  opacity: .58;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .035);
  transition: opacity 180ms ease, background-color 180ms ease;
}

body.summer-redesign .support:hover,
body.summer-redesign .support:focus-visible {
  background: #182641;
  opacity: 1;
}

body.summer-redesign .support__icon {
  position: relative;
  width: 30px;
  height: 26px;
  flex: 0 0 30px;
  background: transparent;
}

body.summer-redesign .support__icon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 19px;
  height: 15px;
  border-radius: 7px;
  background: #637691;
  box-shadow: 7px 6px 0 #8193b0;
}

body.summer-redesign .support__icon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  border-width: 5px 0 0 7px;
  border-style: solid;
  border-color: transparent transparent transparent #8193b0;
}

@media (max-width: 1550px) {
  body.summer-redesign .topbar .brand__logo,
  body.summer-redesign .topbar--authenticated .brand__logo { width: 158px; height: 32px; }
  body.summer-redesign .mode-switch__item { min-width: 112px; padding-inline: 11px; font-size: 16px; }
  body.summer-redesign .topbar__guest-action { min-width: 150px; padding-inline: 18px; font-size: 16px; }
  body.summer-redesign .slide,
  body.summer-redesign .topbar--authenticated + .page .slide { padding-left: 82px; }
  body.summer-redesign .slide--deposit .slide__title,
  body.summer-redesign .topbar--authenticated + .page .slide--deposit .slide__title { font-size: 108px; }
  body.summer-redesign .slide--deposit .slide__sub,
  body.summer-redesign .topbar--authenticated + .page .slide--deposit .slide__sub { font-size: 42px; }
  body.summer-redesign .slide__perks { margin-top: 32px; gap: 42px; }
  body.summer-redesign .slide__perk strong { font-size: 31px; }
  body.summer-redesign .slide__perk span { font-size: 15px; }
  body.summer-redesign .recent-wins { --wins-visible: 8; width: calc(100% - 64px); }
}

@media (max-width: 1180px) {
  body.summer-redesign .topbar,
  body.summer-redesign .topbar__inner,
  body.summer-redesign .topbar--authenticated .topbar__inner { height: 72px; }
  body.summer-redesign .topbar__inner,
  body.summer-redesign .topbar--authenticated .topbar__inner,
  body.summer-redesign .page,
  body.summer-redesign .topbar--authenticated + .page { width: calc(100vw - 32px); }
  body.summer-redesign .mode-switch__item { min-width: 104px; height: 46px; }
  body.summer-redesign .mode-switch { height: 54px; }
  body.summer-redesign .mode-switch__casino { width: 34px; height: 34px; font-size: 25px; }
  body.summer-redesign .topbar__icon-button { width: 56px; height: 54px; flex-basis: 56px; }
  body.summer-redesign .topbar__guest-action { min-width: 124px; height: 54px; }
  body.summer-redesign .topbar__session-bar { display: none; }
  body.summer-redesign .slide,
  body.summer-redesign .topbar--authenticated + .page .slide { padding-left: 52px; }
  body.summer-redesign .slide--deposit .slide__title,
  body.summer-redesign .topbar--authenticated + .page .slide--deposit .slide__title { font-size: 82px; }
  body.summer-redesign .slide--deposit .slide__sub,
  body.summer-redesign .topbar--authenticated + .page .slide--deposit .slide__sub { font-size: 32px; }
  body.summer-redesign .slide__perks { margin-top: 25px; gap: 30px; }
  body.summer-redesign .slide__perk strong { font-size: 24px; }
  body.summer-redesign .slide__perk span { font-size: 12px; }
  body.summer-redesign .recent-wins { --wins-visible: 6; width: calc(100% - 32px); }
  body.summer-redesign .cats { overflow-x: auto; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 135px; }
  body.summer-redesign #rows .scroller,
  body.summer-redesign .topbar--authenticated + .page .scroller { grid-auto-columns: calc((100% - 36px) / 4); }
}

@media (max-width: 820px) {
  body.summer-redesign .topbar .brand__logo,
  body.summer-redesign .topbar--authenticated .brand__logo { width: 132px; height: 28px; }
  body.summer-redesign .mode-switch__item:not(.is-active),
  body.summer-redesign .topbar__search { display: none; }
  body.summer-redesign .mode-switch__item { min-width: 92px; }
  body.summer-redesign .topbar__guest-action { min-width: 98px; padding-inline: 12px; font-size: 14px; }
  body.summer-redesign .topbar__apps { width: 52px; flex-basis: 52px; }
  body.summer-redesign .slide__content { width: 55%; }
  body.summer-redesign .slide--campaign .slide__content { width: 52%; }
  body.summer-redesign .slide--campaign .slide__art {
    right: -6%;
    width: 66%;
    height: 88%;
  }
  body.summer-redesign .recent-wins { --wins-visible: 4; }
}

@media (max-width: 620px) {
  body.summer-redesign .topbar,
  body.summer-redesign .topbar__inner,
  body.summer-redesign .topbar--authenticated .topbar__inner { height: 64px; }
  body.summer-redesign .topbar__inner,
  body.summer-redesign .topbar--authenticated .topbar__inner {
    width: calc(100vw - 20px);
    min-height: 64px;
    flex-wrap: nowrap;
    gap: 8px;
  }
  body.summer-redesign .topbar .brand__logo,
  body.summer-redesign .topbar--authenticated .brand__logo { width: 118px; height: 25px; }
  body.summer-redesign .topbar__center { display: none; }
  body.summer-redesign .topbar__actions,
  body.summer-redesign .topbar--authenticated .topbar__actions {
    width: auto;
    flex: 0 0 auto;
    margin-left: auto;
    order: initial;
    gap: 7px;
  }
  body.summer-redesign .topbar__guest-action { min-width: 78px; height: 44px; padding: 0 10px; border-radius: 13px; font-size: 13px; }
  body.summer-redesign .topbar__apps { width: 44px; height: 44px; flex-basis: 44px; border-radius: 13px; }
  body.summer-redesign .page,
  body.summer-redesign .topbar--authenticated + .page { width: calc(100vw - 20px); padding-top: 18px; }
  body.summer-redesign .page > .hero,
  body.summer-redesign .topbar--authenticated + .page > .hero { padding-bottom: 42px; }
  body.summer-redesign .slide,
  body.summer-redesign .topbar--authenticated + .page .slide {
    height: 350px;
    aspect-ratio: auto;
    padding-left: 24px;
    border-radius: 18px;
  }
  body.summer-redesign .slide::before { background: linear-gradient(90deg, rgba(4, 14, 25, .92) 0%, rgba(4, 14, 25, .66) 60%, rgba(4, 14, 25, .16) 100%); }
  body.summer-redesign .slide__visual { object-position: 61% center; }
  body.summer-redesign .slide__content { width: 66%; max-width: none; }
  body.summer-redesign .slide--campaign,
  body.summer-redesign .topbar--authenticated + .page .slide--campaign { padding-left: 24px; }
  body.summer-redesign .slide--campaign .slide__content { width: 72%; }
  body.summer-redesign .slide--campaign .slide__art {
    right: -24%;
    width: 105%;
    height: 76%;
    opacity: .82;
  }
  body.summer-redesign .slide--campaign .slide__title { font-size: 34px; }
  body.summer-redesign .slide--campaign .slide__sub { margin-bottom: 20px; font-size: 14px; }
  body.summer-redesign .slide--campaign .slide__tag { margin-bottom: 17px; }
  body.summer-redesign .slide--deposit .slide__title,
  body.summer-redesign .topbar--authenticated + .page .slide--deposit .slide__title { font-size: 55px; }
  body.summer-redesign .slide--deposit .slide__sub,
  body.summer-redesign .topbar--authenticated + .page .slide--deposit .slide__sub { font-size: 25px; }
  body.summer-redesign .slide__perks { margin-top: 28px; gap: 18px; }
  body.summer-redesign .slide__perk { min-width: 86px; }
  body.summer-redesign .slide__perk strong { font-size: 20px; }
  body.summer-redesign .slide__perk span { margin-top: 5px; font-size: 10px; }
  body.summer-redesign .slide--default .slide__title { font-size: 36px; }
  body.summer-redesign .slide--default .slide__sub { font-size: 16px; }
  body.summer-redesign .recent-wins { --wins-visible: 3; width: 100%; margin-top: 6px; border-radius: 20px; }
  body.summer-redesign .recent-wins__track,
  body.summer-redesign .recent-win { height: 166px; }
  body.summer-redesign .recent-win { padding: 14px 6px 10px; }
  body.summer-redesign .recent-win__icon { width: 52px; height: 52px; flex-basis: 52px; border-radius: 10px; }
  body.summer-redesign .recent-win__label { margin-top: 9px; font-size: 11px; }
  body.summer-redesign .recent-win__amount { font-size: 16px; }
  body.summer-redesign .recent-win__player { margin-top: 6px; font-size: 10px; }
  body.summer-redesign .cats { margin-top: 24px; padding: 9px; grid-auto-columns: 112px; border-radius: 15px; }
  body.summer-redesign .cat { min-height: 72px; }
  body.summer-redesign #rows .row { padding: 18px 12px 14px; border-radius: 14px; }
  body.summer-redesign #rows .scroller,
  body.summer-redesign .topbar--authenticated + .page .scroller { grid-auto-columns: calc((100% - 12px) / 2); }
  body.summer-redesign .support { right: 12px; bottom: 12px; width: 158px; height: 56px; padding: 0 16px; border-radius: 18px; font-size: 15px; }
  body.summer-redesign .support__icon { width: 27px; height: 24px; flex-basis: 27px; }
  body.summer-redesign .footer__inner { width: calc(100vw - 20px); align-items: flex-start; flex-direction: column; }
  body.summer-redesign .footer__note { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  body.summer-redesign .recent-win,
  body.summer-redesign .hero__track { transition-duration: .01ms; }
  body.summer-redesign .recent-win.is-new-win .recent-win__label { animation: none; }
}
