/* Statik site: drawer + form */
.ll-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1500;
}
.ll-backdrop.ll-backdrop--open {
  pointer-events: auto;
  -webkit-backdrop-filter: blur(4px) grayscale(20%);
  backdrop-filter: blur(4px) grayscale(20%);
  background: rgba(0, 0, 0, 0.35);
}

/* ===== Sol drawer ortak kabuk (menü + login) ===== */
#drawer-main-menu.ll-drawer.mobile.ll-drawer_left,
#drawer-login.ll-drawer.mobile.ll-drawer_left,
#drawer-account.ll-drawer.mobile.ll-drawer_left {
  left: 0 !important;
  right: auto !important;
  width: 80%;
  max-width: 80%;
  min-width: 80%;
  height: 100vh;
  top: 0;
  overflow: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  pointer-events: none;
  background: rgba(33, 38, 51, 0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

#drawer-main-menu.ll-drawer.mobile.ll-drawer_left.ll-drawer_left_open,
#drawer-login.ll-drawer.mobile.ll-drawer_left.ll-drawer_left_open,
#drawer-account.ll-drawer.mobile.ll-drawer_left.ll-drawer_left_open {
  transform: translateX(0) !important;
  visibility: visible;
  pointer-events: auto;
}

#drawer-main-menu.ll-drawer {
  z-index: 1601;
}

#drawer-login.ll-drawer {
  z-index: 1602;
}

#drawer-account.ll-drawer {
  z-index: 1603;
}

#drawer-main-menu .ll-drawer__inner,
#drawer-login .ll-drawer__inner,
#drawer-account .ll-drawer__inner {
  width: 100%;
  background: transparent;
  box-shadow: none;
  min-height: 100%;
}

#drawer-main-menu .ll-drawer__header--mobile {
  background-color: #353e4c;
  color: #dbbd6c;
  display: grid;
  grid-template-columns: 4rem 1fr 4rem;
  align-items: center;
  height: 4rem;
  padding: 0;
  border-bottom: 1px solid rgba(133, 147, 161, 0.35);
}

#drawer-main-menu .ll-drawer__header-title {
  text-align: center;
  color: #dbbd6c;
  font-size: 1.4rem;
  font-weight: 500;
}

#drawer-main-menu .ll-drawer__lang {
  justify-self: start;
  padding-left: 1rem;
}

#drawer-main-menu .ll-language-picker__flag {
  width: 2.6rem;
  height: auto;
  display: block;
  border-radius: 2px;
}

#drawer-main-menu .mobile-drawer__close-btn {
  justify-self: end;
  color: #9aa5b1;
  font-size: 1.5rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
}

#drawer-main-menu .drawer-menu {
  padding: 0 1rem;
  color: #fff;
}

#drawer-main-menu .drawer-menu__item {
  display: flex;
  align-items: center;
  min-height: 48px;
  height: 48px;
  padding: 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #8593a1;
  justify-content: flex-start;
}

#drawer-main-menu .drawer-menu__item-icon {
  color: #fff;
  font-size: 1.8rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
}

#drawer-main-menu .menu-item__label {
  color: #fff !important;
  font-size: 1.4rem !important;
  margin-left: 10px;
}

#drawer-main-menu .submenu-icon {
  margin-left: auto;
  margin-right: 0.5rem;
  color: #fff;
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

#drawer-main-menu .drawer-menu__item--open .submenu-icon {
  transform: rotate(180deg);
}

#drawer-main-menu .menu-item__is-new-indicator-wrapper {
  margin-left: auto;
  margin-right: 0.5rem;
}

#drawer-main-menu .menu-item-accordion-content {
  display: none;
  padding-left: 3.2rem;
  background: rgba(0, 0, 0, 0.12);
}

#drawer-main-menu .menu-item-accordion-content--open {
  display: block;
}

#drawer-main-menu .drawer-menu__item--accordion {
  cursor: pointer;
}

/* ===== Hesabım drawer ===== */
#drawer-account .my-account-menu-drawer {
  color: #fff;
  min-height: 100vh;
  padding-bottom: 2rem;
}

#drawer-account .ll-drawer__header--mobile {
  background-color: #353e4c;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 4rem;
  align-items: center;
  min-height: 4rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(133, 147, 161, 0.35);
}

#drawer-account .my-account-menu-drawer__info {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  padding-left: 1rem;
  min-width: 0;
}

#drawer-account .my-account-menu-drawer__info span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#drawer-account .my-account-menu-drawer__icon {
  color: #e9ba59;
  font-size: 2.1rem;
  margin: 0 1rem 0.4rem 0;
  flex-shrink: 0;
}

#drawer-account .mobile-drawer__close-btn {
  justify-self: end;
  color: #9aa5b1;
  font-size: 1.5rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
}

#drawer-account .drawer-menu {
  padding: 0 1rem;
}

#drawer-account .drawer-menu__item {
  display: flex;
  align-items: center;
  min-height: 48px;
  height: 48px;
  padding: 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #8593a1;
}

#drawer-account .drawer-menu__item-icon {
  color: #fff;
  font-size: 1.8rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
}

#drawer-account .menu-item__label {
  color: #fff !important;
  font-size: 1.4rem !important;
  margin-left: 10px;
}

#drawer-account .my-account-menu-drawer__text--accent {
  color: #dbbd6c;
}

#drawer-account .ll-drawer__btn.ll-btn--outlined {
  margin: 1.5rem 0 0 1rem;
  text-transform: uppercase;
  min-width: 8rem;
}

/* ===== Login drawer içerik ===== */
#drawer-login .login-drawer {
  position: relative;
  padding: 0 1rem 2rem;
  color: #fff;
  min-height: 100vh;
}

#drawer-login .login-drawer .mobile-drawer__close-btn {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  color: #9aa5b1;
  font-size: 1.6rem;
  padding: 1.2rem;
  cursor: pointer;
  z-index: 5;
}

#drawer-login .login-drawer__logo {
  display: block;
  height: auto;
  width: 14rem;
  max-width: 90%;
  margin: 3rem auto 2.5rem;
  object-fit: contain;
}

#drawer-login .ll-input.login__input--name {
  margin-bottom: 2.4rem;
}

#drawer-login .login-form--mobile {
  width: 100%;
  color: #fff;
}

#drawer-login .ll-input {
  margin-bottom: 1.2rem;
  position: relative;
}

#drawer-login .ll-input__label,
#drawer-login .ll-input__label--inside {
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}

#drawer-login .ll-input.login__input--password {
  margin-bottom: 0;
}

#drawer-login .ll-input--labeled-up .ll-input__label--inside {
  position: absolute !important;
  top: -0.6rem !important;
  left: 0.8rem !important;
  transform: none !important;
  zoom: 1 !important;
  padding: 0 4px !important;
  z-index: 2;
  line-height: 1.2;
  background: linear-gradient(180deg, transparent 55%, #212633 0) !important;
}

#drawer-login .ll-input__text-box-container {
  background: #181b22 !important;
  border: 1px solid #6b7785 !important;
  border-radius: 4px !important;
  height: 4.6rem !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  width: 100% !important;
}

#drawer-login .ll-input__textbox,
#drawer-login .site-input {
  width: 100%;
  border: 0;
  background: transparent !important;
  color: #fff !important;
  font: inherit;
  outline: none;
  padding: 14px 12px !important;
  font-size: 1.4rem !important;
  box-sizing: border-box;
}

#drawer-login .site-input::placeholder {
  color: #c8cdd3;
  opacity: 1;
}

#drawer-login .login-form__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0.5rem;
}

#drawer-login .login-form__forgot-pwd-btn {
  color: #dbbd6c !important;
  text-align: right !important;
  cursor: pointer;
  font-size: 1.4rem !important;
  margin: 0 0 1.5rem !important;
  text-decoration: none !important;
}

#drawer-login .ll-drawer__btn.site-btn {
  background: #dbbd6c !important;
  color: #000 !important;
  border: 0;
  border-radius: 2rem !important;
  height: 4rem !important;
  width: 80% !important;
  margin: 0 auto 1.5rem !important;
  display: block;
  font-size: 1.4rem !important;
  font-weight: 600;
  cursor: pointer;
  text-transform: none !important;
}

#drawer-login .ll-drawer__btn.site-btn:disabled,
#drawer-login .ll-drawer__btn.site-btn.site-btn--loading {
  opacity: 0.75;
  cursor: wait;
}

#drawer-login .login-form__error {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.5rem;
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.45);
  color: #ff8a8a;
  font-size: 1.25rem;
  line-height: 1.35;
  text-align: center;
}

#drawer-login .login-drawer__logged-in {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
}

#drawer-login .login-drawer__welcome,
#drawer-login .login-drawer__balance {
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
}

#drawer-login .login-drawer__logout-btn {
  margin-top: 0.5rem;
}

#drawer-login .login-form__signup-text {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

#drawer-login .login-form__signup-text p {
  margin: 0;
}

#drawer-login .login-form__signup-link {
  color: #ffb400 !important;
  text-decoration: underline;
  cursor: pointer;
}

#drawer-login .login-drawer-menu {
  margin-top: 1rem;
}

#drawer-login .login-drawer-menu__item {
  background-color: #353e4c !important;
  color: #dbbd6c !important;
  border: none !important;
  border-radius: 0.3rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
  margin: 2rem 0;
  cursor: pointer;
  width: 100%;
}

#drawer-login .login-drawer-menu__item:first-of-type {
  margin-top: 3rem;
}

#drawer-login .login-drawer-menu__item-name {
  display: flex;
  align-items: center;
  flex: 1;
}

#drawer-login .login-drawer-menu__item-icon {
  color: #dbbd6c !important;
  font-size: 2.4rem;
  margin: 0 1rem;
}

#drawer-login .login-drawer-menu__item-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #dbbd6c !important;
}

#drawer-login .login-drawer-menu__item-arrow-icon {
  font-size: 1.4rem;
  color: #dbbd6c !important;
  margin-right: 0.5rem;
}

/* Header logo */
.ll-header--mobile .ll-header__logo {
  background: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 147px;
}

.ll-header--mobile .ll-header__logo img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 147px;
  object-fit: contain;
}

/* Tıklanabilir drawer tetikleyicileri */
.ll-footer__item[data-open-drawer],
.ll-header__menu-button[data-open-drawer] {
  cursor: pointer;
}

/* ===== Anasayfa banner slider ===== */
.site-banner-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.site-banner-slider__viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.site-banner-slider__viewport:active {
  cursor: grabbing;
}

.site-banner-slider__track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
}

.site-banner-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  min-width: 100%;
}

.site-banner-slider__slide .home__slide-container,
.site-banner-slider__slide .ll-widget-wrp,
.site-banner-slider__slide .ll-widget-item,
.site-banner-slider__slide .ll-widget-item__inner {
  height: 100%;
  width: 100%;
}

.site-banner-slider__slide .ll-widget-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.site-banner-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-banner-slider__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background-color: #e7e7e7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.site-banner-slider__dot.is-active {
  background-color: #dbbd6c;
  transform: scale(1.15);
}

.home-1 .ll-slider__container,
.home-3 .ll-slider__container {
  height: 100%;
}

/* Header menü slider okları */
.slick-list__top-container--mobile .slick-list__slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slick-list__top-container--mobile .slider__viewport {
  height: 100%;
  overflow: hidden;
  margin: 0 25px;
}

.slick-list__top-container--mobile .slider__content {
  display: flex;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.slick-list__top-container--mobile .slider__content::-webkit-scrollbar {
  display: none;
}

.slick-list__top-container--mobile .slider__arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
  min-width: 25px;
  z-index: 3;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.slick-list__top-container--mobile .slider__arrow--left {
  left: 0;
}

.slick-list__top-container--mobile .slider__arrow--right {
  right: 0;
}

.slick-list__top-container--mobile .slider__arrow--disable {
  cursor: default;
  filter: blur(1px) grayscale(90%);
  opacity: 0.3;
}

.slick-list__top-container--mobile .slider__arrow i {
  font-size: 1.4rem;
}

/* Footer — eşit genişlikte butonlar */
.ll-footer--mobile {
  display: flex !important;
  align-items: stretch !important;
  padding: 0 !important;
}

.ll-footer--mobile .ll-footer__item--featured {
  flex: 0 0 11rem;
  width: 11rem;
  min-width: 11rem;
  max-width: 11rem;
}

.ll-footer--mobile .ll-footer__actions {
  flex: 1 1 auto;
  display: flex;
  height: 100%;
  min-width: 0;
}

.ll-footer--mobile .ll-footer__actions .ll-footer__item {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  background-color: #111;
  border-left: 1px solid #413f3f;
  margin: 0;
  padding: 0 0.2rem;
}

.ll-footer--mobile .ll-footer__actions .menu-item__icon {
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}

.ll-footer--mobile .ll-footer__actions .menu-item__label {
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media (min-width: 375px) {
  .ll-footer--mobile .ll-footer__item--featured {
    flex: 0 0 16rem;
    width: 16rem;
    min-width: 16rem;
    max-width: 16rem;
  }

  .ll-footer--mobile .ll-footer__actions .menu-item__label {
    font-size: 1.2rem;
  }
}

/* Giriş yapmış kullanıcı — alt menü slider */
.ll-footer--mobile .ll-footer__actions--slider {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  display: block;
  overflow: hidden;
}

.ll-footer--mobile .ll-footer__actions--slider .ll-footer__viewport {
  overflow: hidden;
  height: 100%;
  margin: 0 2.4rem;
}

.ll-footer--mobile .ll-footer__actions--slider .ll-footer__track {
  display: flex;
  height: 100%;
  will-change: transform;
}

.ll-footer--mobile .ll-footer__actions--slider .ll-footer__item {
  flex: 0 0 auto;
  min-width: 0;
  height: 100%;
  background-color: #111;
  border-left: 1px solid #413f3f;
  margin: 0;
  padding: 0 0.2rem;
  box-sizing: border-box;
}

.ll-footer--mobile .ll-footer__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.4rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  cursor: pointer;
  user-select: none;
  border-left: 1px solid #413f3f;
}

.ll-footer--mobile .ll-footer__arrow--left {
  left: 0;
  border-left: 0;
  border-right: 1px solid #413f3f;
}

.ll-footer--mobile .ll-footer__arrow--right {
  right: 0;
}

.ll-footer--mobile .ll-footer__arrow--disable {
  cursor: default;
  opacity: 0.35;
  filter: grayscale(90%);
}

.ll-footer--mobile .ll-footer__arrow i {
  font-size: 1.4rem;
}

.ll-footer--mobile .ll-footer__arrow--left i {
  transform: rotate(180deg);
  display: inline-block;
}

.ll-footer--mobile .ll-footer__money-item {
  flex-direction: row !important;
  padding: 0 !important;
}

.ll-footer--mobile .ll-footer__money-item .menu-item__label {
  font-size: 0.95rem;
  line-height: 1.1;
}

.ll-footer--mobile .ll-footer__money-item .ll-footer__money-item-part:last-of-type .menu-item__label {
  font-size: 0.85rem;
}

.page-wrapper--my-account {
  padding-bottom: 6rem;
}

.my-account--mobile .my-account__title-text,
.my-account--mobile .my-account__info {
  color: #fff;
  padding: 1rem 1.2rem 0;
}

.my-account--mobile .my-info.my-account__content-container,
.my-account--mobile .withdraw-status.my-account__content-container {
  color: #fff;
}

.my-account--mobile .my-account-section__title,
.my-account--mobile .my-account-info-list__item-label,
.my-account--mobile .my-account-info-list__item-value,
.my-account--mobile .data-table--empty {
  color: #fff;
}

.my-account--mobile .my-info__change-pass {
  color: #dbbd6c;
  margin-left: 0.5rem;
  text-decoration: none;
}

.my-account-info-list__item-value--masked {
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72) !important;
}

body.deposit-modal-open {
  overflow: hidden;
}

/* ===== Deposit — sayfa içi aşamalı akış ===== */
.deposit-page {
  padding: 0 1rem 2rem;
}

.deposit-page .deposit-flow[hidden] {
  display: none !important;
}

.deposit-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  margin-bottom: 1.6rem;
  padding: 0.9rem 0.6rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.deposit-stepper[hidden] {
  display: none !important;
}

.deposit-stepper__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.deposit-stepper__num {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
}

.deposit-stepper__label {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.deposit-stepper__line {
  flex: 0 0 1.2rem;
  height: 2px;
  margin-top: -1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1px;
}

.deposit-stepper__item--active .deposit-stepper__num {
  color: #111;
  background: linear-gradient(135deg, #e8cf8a 0%, #dbbd6c 100%);
  border-color: #dbbd6c;
  box-shadow: 0 4px 14px rgba(219, 189, 108, 0.35);
}

.deposit-stepper__item--active .deposit-stepper__label {
  color: #dbbd6c;
  font-weight: 600;
}

.deposit-stepper__item--done .deposit-stepper__num {
  color: #2ecc71;
  background: rgba(46, 204, 113, 0.12);
  border-color: rgba(46, 204, 113, 0.45);
}

.deposit-stepper__item--done .deposit-stepper__label {
  color: rgba(255, 255, 255, 0.55);
}

.deposit-flow {
  animation: deposit-flow-in 0.28s ease;
}

@keyframes deposit-flow-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.deposit-flow__head {
  margin-bottom: 1rem;
}

.deposit-flow__badge {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(219, 189, 108, 0.12);
  border: 1px solid rgba(219, 189, 108, 0.35);
  color: #dbbd6c;
  font-size: 1.1rem;
  font-weight: 700;
}

.deposit-flow[data-deposit-stage="methods"] .deposit-flow__title {
  color: #dbbd6c;
}

.deposit-flow__toolbar {
  margin-bottom: 0.8rem;
}

.deposit-flow__title {
  margin: 0 0 0.35rem;
  font-size: 1.55rem;
  font-weight: 700;
  color: #fff;
}

.deposit-flow__subtitle {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.deposit-flow__back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(219, 189, 108, 0.25);
  border-radius: 999px;
  background: rgba(219, 189, 108, 0.08);
  color: #dbbd6c;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
}

.deposit-flow__back i {
  font-size: 0.85rem;
}

.deposit-selected-method {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(219, 189, 108, 0.08);
  border: 1px solid rgba(219, 189, 108, 0.28);
}

.deposit-selected-method__logo {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.65rem;
  object-fit: contain;
  background: #fff;
  padding: 0.25rem;
}

.deposit-selected-method__label {
  display: block;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.1rem;
}

.deposit-selected-method__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #dbbd6c;
}

.deposit-flow__card {
  background: linear-gradient(180deg, rgba(42, 51, 66, 0.96) 0%, rgba(24, 29, 38, 0.98) 100%);
  border: 1px solid rgba(219, 189, 108, 0.2);
  border-radius: 1.1rem;
  padding: 1.35rem 1.15rem 1.15rem;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.deposit-flow__card--amount {
  text-align: center;
}

.deposit-amount-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 1.2rem 0 1rem;
  padding: 0.6rem 0.8rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(219, 189, 108, 0.35);
}

.deposit-amount-display__input {
  width: 100%;
  max-width: 12rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 800;
  text-align: center;
  outline: none;
  padding: 0.2rem 0;
}

.deposit-amount-display__input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.deposit-amount-display__currency {
  font-size: 1.8rem;
  font-weight: 700;
  color: #dbbd6c;
}

.deposit-quick-amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.deposit-quick-amounts__btn {
  min-height: 3.2rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.deposit-quick-amounts__btn--active,
.deposit-quick-amounts__btn:hover {
  border-color: rgba(219, 189, 108, 0.55);
  background: rgba(219, 189, 108, 0.12);
  color: #dbbd6c;
}

.deposit-flow__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.5);
}

.deposit-flow__hint strong {
  color: #dbbd6c;
}

.deposit-flow__note {
  margin: 0.9rem 0 0;
  font-size: 1.05rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}

.deposit-flow__error {
  margin: 0.75rem 0 0;
  padding: 0.75rem 0.9rem;
  border-radius: 0.7rem;
  background: rgba(220, 53, 69, 0.12);
  border: 1px solid rgba(220, 53, 69, 0.4);
  color: #ff9a9a;
  font-size: 1.05rem;
}

.deposit-flow__error[hidden] {
  display: none !important;
}

.deposit-flow__btn {
  display: block;
  width: 100%;
  min-height: 4rem;
  margin-top: 0.6rem;
  border-radius: 999px;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  transition: transform 0.12s ease, opacity 0.12s ease;
}

.deposit-flow__btn:active {
  transform: scale(0.985);
}

.deposit-flow__btn--primary {
  background: linear-gradient(135deg, #e8cf8a 0%, #dbbd6c 55%, #c9a84f 100%);
  color: #111;
  box-shadow: 0 6px 20px rgba(219, 189, 108, 0.3);
}

.deposit-flow__btn--ghost {
  background: transparent;
  color: #dbbd6c;
  border: 1px solid rgba(219, 189, 108, 0.4);
}

.deposit-flow__actions {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 0.75rem;
}

.deposit-flow__actions .deposit-flow__btn {
  margin-top: 1rem;
}

.deposit-pay-summary {
  text-align: center;
  margin-bottom: 1rem;
  padding: 1.2rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(219, 189, 108, 0.14) 0%, rgba(219, 189, 108, 0.05) 100%);
  border: 1px solid rgba(219, 189, 108, 0.3);
}

.deposit-pay-summary__label {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.25rem;
}

.deposit-pay-summary__amount {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: #dbbd6c;
  line-height: 1.15;
  margin-bottom: 0.35rem;
}

.deposit-pay-summary__method {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.deposit-bank-card--page {
  margin-top: 0.8rem;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.deposit-bank-card--page .deposit-bank-card__row {
  padding: 0.95rem 1rem;
}

.deposit-bank-card__value-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.deposit-bank-card--page .deposit-bank-card__row--highlight {
  background: rgba(219, 189, 108, 0.08);
}

.deposit-bank-card__copy--done {
  color: #2ecc71 !important;
  border-color: rgba(46, 204, 113, 0.45) !important;
}

.deposit-flow--success {
  padding-top: 0.5rem;
}

.deposit-success-card {
  text-align: center;
  padding: 2rem 1.2rem 1.5rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(42, 51, 66, 0.96) 0%, rgba(24, 29, 38, 0.98) 100%);
  border: 1px solid rgba(46, 204, 113, 0.25);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.deposit-success-card__icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 204, 113, 0.12);
  border: 2px solid #2ecc71;
  color: #2ecc71;
  font-size: 2.2rem;
  font-weight: 700;
  animation: deposit-success-pop 0.4s ease;
}

@keyframes deposit-success-pop {
  0% { transform: scale(0.6); opacity: 0; }
  70% { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}

.deposit-success-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
}

.deposit-success-card__text {
  margin: 0 0 1.4rem;
  font-size: 1.15rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}

.deposit-flow--success .deposit-flow__card {
  background: transparent;
  border: 0;
  padding-top: 0;
}

.deposit-flow--success .deposit-modal__success-icon {
  margin-bottom: 0.8rem;
}

/* Tawk.to — destek widget üstte kalsın */
#tawkchat-container,
.tawk-min-container,
iframe[title*="chat" i],
iframe[src*="tawk.to"] {
  z-index: 2147483000 !important;
}

.deposit-modal[hidden] {
  display: none !important;
}

.deposit-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.deposit-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
}

.deposit-modal__panel {
  position: relative;
  width: 100%;
  max-width: 430px;
  max-height: 92vh;
  overflow: auto;
  background: linear-gradient(180deg, #2a3342 0%, #1b212b 100%);
  border-radius: 1.2rem 1.2rem 0 0;
  padding: 1.6rem 1.4rem 2rem;
  color: #fff;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.35);
}

.deposit-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: transparent;
  border: 0;
  color: #9aa5b1;
  font-size: 1.6rem;
  cursor: pointer;
}

.deposit-modal__title {
  margin: 0 0 0.5rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #dbbd6c;
}

.deposit-modal__subtitle {
  margin: 0 0 1.2rem;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #d5dbe3;
}

.deposit-modal__label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  color: #fff;
}

.deposit-modal__amount-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(219, 189, 108, 0.35);
  border-radius: 0.8rem;
  padding: 0.4rem 0.9rem;
}

.deposit-modal__input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  outline: none;
  padding: 0.6rem 0;
}

.deposit-modal__input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.deposit-modal__currency {
  font-size: 1.5rem;
  color: #dbbd6c;
  font-weight: 600;
}

.deposit-modal__hint,
.deposit-modal__note {
  margin: 0.8rem 0 0;
  font-size: 1.15rem;
  color: #9aa5b1;
}

.deposit-modal__error {
  margin: 0.8rem 0 0;
  padding: 0.75rem 0.9rem;
  border-radius: 0.6rem;
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.45);
  color: #ff8a8a;
  font-size: 1.15rem;
}

.deposit-modal__error[hidden] {
  display: none !important;
}

.deposit-modal__btn {
  display: block;
  width: 100%;
  margin-top: 1.2rem;
  border: 0;
  border-radius: 2rem;
  min-height: 4rem;
  font-size: 1.35rem;
  font-weight: 600;
  cursor: pointer;
}

.deposit-modal__btn.site-btn {
  background: #dbbd6c;
  color: #111;
}

.deposit-modal__btn--ghost {
  background: transparent;
  color: #dbbd6c;
  border: 1px solid rgba(219, 189, 108, 0.45);
}

.deposit-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0.8rem;
}

.deposit-modal__actions .deposit-modal__btn {
  margin-top: 1.2rem;
}

.deposit-bank-card {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(219, 189, 108, 0.25);
  border-radius: 0.9rem;
  padding: 0.4rem 0;
}

.deposit-bank-card__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.deposit-bank-card__row:last-child {
  border-bottom: 0;
}

.deposit-bank-card__label {
  font-size: 1.1rem;
  color: #9aa5b1;
}

.deposit-bank-card__value {
  font-size: 1.35rem;
  color: #fff;
  word-break: break-word;
}

.deposit-bank-card__value--iban {
  font-family: Consolas, Monaco, monospace;
  letter-spacing: 0.03em;
}

.deposit-bank-card__value--accent {
  color: #dbbd6c;
  font-weight: 700;
  font-size: 1.5rem;
}

.deposit-bank-card__copy {
  justify-self: start;
  margin-top: 0.35rem;
  border: 0;
  border-radius: 1rem;
  padding: 0.35rem 0.9rem;
  background: rgba(219, 189, 108, 0.15);
  color: #dbbd6c;
  font-size: 1.05rem;
  cursor: pointer;
}

.deposit-modal__success-icon {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  background: rgba(46, 204, 113, 0.15);
  border: 2px solid #2ecc71;
  color: #2ecc71;
  font-size: 2rem;
  font-weight: 700;
}

.payments__content--mobile .payment__btn-link {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  height: 100%;
  justify-content: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.my-account--mobile .my-account__info {
  font-size: 1.4rem;
  opacity: 0.85;
}

/* ===== Spor sayfası slider ===== */
.ll-sport-widget__slider {
  position: relative;
}

.ll-sport-widget__slider .slider__viewport {
  overflow: hidden;
  height: 100%;
}

.ll-sport-widget__slider .slider__content {
  display: flex;
  height: 100%;
}

.ranged-events-picker__slider .slider__content,
.popular-tournaments__list .slider__content {
  display: flex;
}

.ranged-events-picker__slider .js_slider__item,
.popular-tournaments__list .js_slider__item {
  flex-shrink: 0;
}

.page-wrapper--prematch {
  min-height: calc(100vh - 100px);
}

/* Spor sayfası etkileşim */
.ranged-events-picker__slider-item--active {
  background: #dbbd6c !important;
  color: #000 !important;
}

.menu-item--sport-active {
  background: rgba(219, 189, 108, 0.15) !important;
}

.menu-item--sport-active .menu-item__name,
.menu-item--sport-active .menu-item__icon {
  color: #dbbd6c !important;
}

.popular-tournaments__list-item.is-active {
  outline: 1px solid #dbbd6c;
}

.ll-widget-item__bet--selected {
  background: #dbbd6c !important;
  color: #000 !important;
}

.ll-widget-item__bet--selected .ll-widget-item__bet-value-odd {
  color: #000 !important;
}

.sport-events-panel {
  margin: 1rem;
  background: #111;
  border: 1px solid #353e4c;
  border-radius: 4px;
  overflow: hidden;
}

.sport-events-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem;
  background: #353e4c;
  color: #dbbd6c;
  font-size: 1.3rem;
}

.sport-events-panel__meta {
  color: #ccc;
  font-size: 1.1rem;
}

.sport-events-panel__list {
  max-height: 220px;
  overflow-y: auto;
}

.sport-events-panel__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  border: 0;
  border-bottom: 1px solid #2a2f38;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.sport-events-panel__row-main {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.sport-events-panel__row-teams {
  font-size: 1.3rem;
  font-weight: 500;
}

.sport-events-panel__row-meta {
  font-size: 1.1rem;
  color: #9aa5b1;
}

.sport-events-panel__row-odd {
  color: #dbbd6c;
  font-weight: 600;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.sport-events-panel__empty {
  padding: 1.2rem;
  color: #9aa5b1;
  text-align: center;
}

.sport-match-detail {
  margin: 1rem;
  padding: 1rem;
  background: #181b22;
  border: 1px solid #dbbd6c;
  border-radius: 4px;
  color: #fff;
}

.sport-match-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #dbbd6c;
}

.sport-match-detail__close {
  background: none;
  border: 0;
  color: #9aa5b1;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

.sport-match-detail__meta {
  margin: 0.5rem 0 1rem;
  color: #9aa5b1;
  font-size: 1.2rem;
}

.sport-match-detail__odds {
  display: flex;
  gap: 0.6rem;
}

.sport-match-detail__odd {
  flex: 1;
  padding: 0.8rem;
  border: 1px solid #353e4c;
  border-radius: 4px;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.sport-match-detail__odd.is-selected {
  background: #dbbd6c;
  color: #000;
  border-color: #dbbd6c;
}

.sport-match-detail__note {
  margin: 1rem 0 0;
  font-size: 1.1rem;
  color: #9aa5b1;
}

.vaix-widget__title.is-open .vaix-widget__title-icon {
  transform: rotate(90deg);
}

.vaix-widget__placeholder {
  padding: 1rem;
  color: #9aa5b1;
  font-size: 1.2rem;
}

.prematch__filters-search-btn {
  cursor: pointer;
}

.ll-branch-picker__dropdown-wrapper--mobile {
  cursor: pointer;
}

/* Bölüm sayfaları */
.page-wrapper--section {
  min-height: calc(100vh - 100px);
}

.section-page {
  padding: 1rem;
  color: #fff;
}

.section-page__hero {
  text-align: center;
  padding: 1.5rem 1rem 2rem;
}

.section-page__hero-icon {
  font-size: 3rem;
  color: #dbbd6c;
  display: block;
  margin-bottom: 0.8rem;
}

.section-page__title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  color: #dbbd6c;
}

.section-page__desc {
  margin: 0;
  color: #9aa5b1;
  font-size: 1.2rem;
}

.section-page__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.section-page__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  border: 1px solid #353e4c;
  border-radius: 4px;
  background: #181b22;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
}

.section-page__card-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.section-page__card-title {
  padding: 0.7rem 0.8rem;
  font-size: 1.2rem;
}

.section-page__card-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #dbbd6c;
  color: #000;
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}

.section-page__detail {
  margin-top: 1.5rem;
}

.section-page__detail-inner {
  position: relative;
  padding: 1.2rem;
  background: #181b22;
  border: 1px solid #dbbd6c;
  border-radius: 4px;
}

.section-page__detail-close {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  background: none;
  border: 0;
  color: #9aa5b1;
  font-size: 2rem;
  cursor: pointer;
}

.section-page__detail-title {
  margin: 0 0 0.5rem;
  color: #dbbd6c;
  font-size: 1.6rem;
}

.section-page__detail-desc {
  margin: 0 0 1rem;
  color: #ccc;
  font-size: 1.2rem;
}

.section-page__detail-actions {
  display: flex;
  gap: 0.6rem;
}

.section-page__btn {
  flex: 1;
  padding: 0.8rem;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 0;
}

.section-page__btn--primary {
  background: #dbbd6c;
  color: #000;
}

.section-page__btn--ghost {
  background: transparent;
  color: #dbbd6c;
  border: 1px solid #dbbd6c;
}

/* Toast */
.site-toast {
  position: fixed;
  left: 50%;
  bottom: 6rem;
  transform: translateX(-50%) translateY(20px);
  background: rgba(24, 27, 34, 0.95);
  color: #fff;
  border: 1px solid #dbbd6c;
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
  font-size: 1.2rem;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  max-width: 90vw;
  text-align: center;
}

.site-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Canlı bahis */
.live-page__status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem;
  padding: 0.7rem 1rem;
  background: rgba(219, 68, 68, 0.15);
  border: 1px solid #db4444;
  border-radius: 4px;
  color: #ff8a8a;
  font-size: 1.2rem;
}

.live-page__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4444;
  animation: live-pulse 1.2s infinite;
}

@keyframes live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.page-wrapper--live .sport-events-panel {
  margin-top: 0;
}

/* Canlı maç listesi — ek stiller */
.live-filters--mobile {
  padding: 0.8rem 1rem;
  background: #111;
  border-bottom: 1px solid #2a2f38;
}

.live-filters__inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.live-filters__search {
  flex: 1;
  min-width: 0;
}

.live-filters__switcher {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.live-filters__switcher-item {
  font-size: 1.8rem;
  color: #9aa5b1;
  cursor: pointer;
}

.live-filters__switcher-item--active {
  color: #dbbd6c;
}

.status-filter-switcher {
  display: inline-flex;
  align-items: center;
  width: 36px;
  height: 20px;
  border-radius: 10px;
  background: #353e4c;
  cursor: pointer;
  position: relative;
}

.status-filter-switcher-switch-base {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s;
}

.status-filter-switcher--on {
  background: #dbbd6c;
}

.status-filter-switcher--on .status-filter-switcher-switch-base {
  transform: translateX(16px);
}

.livematches__sport-block .js_live-sport-collapse.MuiCollapse-hidden {
  display: none;
}

.livematches__sport-block .js_live-sport-collapse.MuiCollapse-entered {
  display: block;
}

#sport-1 .js_live-sport-collapse {
  display: block;
}

.livematches__sport-item {
  cursor: pointer;
}

.livematches__category--collapsed .livematches__category-content {
  display: none;
}

.livematches__category-name {
  cursor: pointer;
}

.livematches__match-items--hidden {
  display: none !important;
}

.livematches__empty {
  padding: 2rem 1rem;
  text-align: center;
  color: #9aa5b1;
  font-size: 1.3rem;
}

.matches__bets-btn--selected {
  background: #dbbd6c !important;
  color: #000 !important;
}

.matches__bets-btn--selected .matches__bets-btn-value-odd {
  color: #000 !important;
}

.live-match-detail-panel {
  margin: 1rem;
}

.sport-search--live .ll-input__textbox {
  width: 100%;
  padding: 0.7rem 2.5rem 0.7rem 0.8rem;
  background: #181b22;
  border: 1px solid #353e4c;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
}

.sport-search--live .sport-search__container {
  position: relative;
}

.sport-search--live .sport-search__icons--search {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa5b1;
}

/* ===== Slot sayfası ===== */
.page-wrapper--slots .ll-page.slots {
  min-height: 100%;
}

.page-wrapper--slots .games__header-banner-slider {
  height: 14rem;
  min-height: 14rem;
  position: relative;
}

.page-wrapper--slots .games__header-banner-slider .site-banner-slider,
.page-wrapper--slots .games__header-banner-slider .site-banner-slider__viewport,
.page-wrapper--slots .games__header-banner-slider .site-banner-slider__track,
.page-wrapper--slots .games__header-banner-slider .site-banner-slider__slide,
.page-wrapper--slots .games__header-banner-slider .home__slide-container,
.page-wrapper--slots .games__header-banner-slider .ll-widget-wrp--banner,
.page-wrapper--slots .games__header-banner-slider .ll-widget-item,
.page-wrapper--slots .games__header-banner-slider .ll-widget-item__inner {
  height: 100%;
}

.page-wrapper--slots .games__header-banner-slider .site-banner-slider {
  position: relative;
  z-index: 2;
  width: 100%;
}

.page-wrapper--slots .games__header-banner-slider .site-banner-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.page-wrapper--slots .games__header-banner-slider .ll-widget-item__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-wrapper--slots .games__search {
  position: relative;
  flex: 1;
  min-width: 0;
}

.page-wrapper--slots .games-search-input {
  width: 100%;
  padding: 0.7rem 2.5rem 0.7rem 0.8rem;
  background: #181b22;
  border: 1px solid #353e4c;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  outline: none;
}

.page-wrapper--slots .games__search-icon {
  pointer-events: none;
}

.page-wrapper--slots .games-menu__filter-header {
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}

.page-wrapper--slots .games-menu__filter-header-item {
  cursor: pointer;
  white-space: nowrap;
  opacity: 0.65;
}

.page-wrapper--slots .games-menu__filter-header-item--active {
  opacity: 1;
  color: #dbbd6c;
}

.slots-filter-panel {
  position: fixed;
  inset: 0;
  z-index: 1700;
}

.slots-filter-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.slots-filter-panel__sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212633;
  border-radius: 12px 12px 0 0;
  padding: 1.2rem 1rem 1.6rem;
}

.slots-filter-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #dbbd6c;
}

.slots-filter-panel__close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.slots-filter-panel__options {
  display: grid;
  gap: 0.6rem;
}

.slots-filter-panel__option {
  border: 1px solid #353e4c;
  background: #181b22;
  color: #fff;
  border-radius: 6px;
  padding: 0.9rem 1rem;
  font-size: 1.3rem;
  text-align: left;
  cursor: pointer;
}

.slots-filter-panel__option--active {
  border-color: #dbbd6c;
  color: #dbbd6c;
}

.slots-toast {
  position: fixed;
  left: 50%;
  bottom: 5.5rem;
  transform: translateX(-50%) translateY(12px);
  z-index: 1800;
  max-width: calc(100% - 2rem);
  padding: 0.9rem 1.2rem;
  background: rgba(33, 38, 51, 0.95);
  border: 1px solid #353e4c;
  border-radius: 8px;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.slots-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.slots-toast--warning {
  background: rgba(43, 32, 24, 0.96);
  border-color: rgba(219, 189, 108, 0.65);
  color: #ffe8b8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.payment__logo-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.payment-inline-notice {
  margin-top: 1rem;
  padding: 1.2rem 1rem 1.1rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(42, 51, 66, 0.95) 0%, rgba(27, 33, 43, 0.98) 100%);
  border: 1px solid rgba(219, 189, 108, 0.35);
  text-align: center;
}

.payment-inline-notice[hidden] {
  display: none !important;
}

.payment-inline-notice--visible {
  animation: payment-notice-in 0.22s ease;
}

@keyframes payment-notice-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.payment-inline-notice__icon {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto 0.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(219, 189, 108, 0.12);
  border: 1px solid rgba(219, 189, 108, 0.35);
  color: #dbbd6c;
  font-size: 1.8rem;
}

.payment-inline-notice__title {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
  font-weight: 700;
  color: #dbbd6c;
}

.payment-inline-notice__text {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #d5dbe3;
}

.payment-inline-notice__actions {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0.8rem;
}

.payment-inline-notice__btn {
  min-height: 3.8rem;
  border-radius: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}

.payment-inline-notice__btn--ghost {
  border: 1px solid rgba(219, 189, 108, 0.45);
  background: transparent;
  color: #dbbd6c;
}

.payment-inline-notice__btn--primary {
  border: 0;
  background: #dbbd6c;
  color: #111;
}

.game-balance-modal[hidden] {
  display: none !important;
}

.game-balance-modal__panel {
  text-align: center;
}

.game-balance-modal__image-wrap {
  width: 11rem;
  height: 11rem;
  margin: 0 auto 1.2rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid rgba(219, 189, 108, 0.45);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  background: #1b212b;
}

.game-balance-modal__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-balance-modal__name {
  margin: 0 0 0.6rem;
  font-size: 1.55rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.game-balance-modal__message {
  margin-bottom: 0.4rem;
}

.game-balance-modal .deposit-modal__actions {
  margin-top: 1.4rem;
}

.game-balance-modal .deposit-modal__btn.site-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ===== Casino sayfası ===== */
.page-wrapper--casino .ll-page.casino {
  min-height: 100%;
}

.page-wrapper--casino .games__header-banner-slider {
  height: 14rem;
  min-height: 14rem;
  position: relative;
}

.page-wrapper--casino .games__header-banner-slider .site-banner-slider,
.page-wrapper--casino .games__header-banner-slider .site-banner-slider__viewport,
.page-wrapper--casino .games__header-banner-slider .site-banner-slider__track,
.page-wrapper--casino .games__header-banner-slider .site-banner-slider__slide,
.page-wrapper--casino .games__header-banner-slider .home__slide-container,
.page-wrapper--casino .games__header-banner-slider .ll-widget-wrp--banner,
.page-wrapper--casino .games__header-banner-slider .ll-widget-item,
.page-wrapper--casino .games__header-banner-slider .ll-widget-item__inner {
  height: 100%;
}

.page-wrapper--casino .games__header-banner-slider .site-banner-slider {
  position: relative;
  z-index: 2;
  width: 100%;
}

.page-wrapper--casino .games__header-banner-slider .site-banner-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.page-wrapper--casino .games__header-banner-slider .ll-widget-item__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-wrapper--casino .games__search {
  position: relative;
  flex: 1;
  min-width: 0;
}

.page-wrapper--casino .games-search-input {
  width: 100%;
  padding: 0.7rem 2.5rem 0.7rem 0.8rem;
  background: #181b22;
  border: 1px solid #353e4c;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  outline: none;
}

.page-wrapper--casino .games__search-icon {
  pointer-events: none;
}

.page-wrapper--casino .games-menu__filter-header-item {
  cursor: pointer;
  white-space: nowrap;
  opacity: 0.65;
}

.page-wrapper--casino .games-menu__filter-header-item--active {
  opacity: 1;
  color: #dbbd6c;
}

/* ===== Promosyon sayfası ===== */
.page-wrapper--promo .ll-page.promo-content {
  width: 100%;
}

.promo-toast {
  position: fixed;
  left: 50%;
  bottom: 5.5rem;
  transform: translateX(-50%) translateY(12px);
  z-index: 1800;
  max-width: calc(100% - 2rem);
  padding: 0.9rem 1.2rem;
  background: rgba(33, 38, 51, 0.95);
  border: 1px solid #353e4c;
  border-radius: 8px;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.promo-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.page-wrapper--promo .promo-content__btn[role="button"] {
  cursor: pointer;
}

body.promo-rules-modal-open {
  overflow: hidden;
}

.promo-rules-modal {
  position: fixed;
  inset: 0;
  z-index: 1900;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.promo-rules-modal[hidden] {
  display: none !important;
}

.promo-rules-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.promo-rules-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  min-height: 100%;
  background: #2f3540;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 3.2rem 1.6rem 2rem;
  box-sizing: border-box;
}

.promo-rules-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.2rem 0.4rem;
}

.promo-rules-modal__title {
  margin: 0 0 2.4rem;
  padding: 0 2rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.promo-rules-modal__body {
  flex: 1;
  overflow-y: auto;
  text-align: center;
  font-size: 1.35rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.promo-rules-modal__body p {
  margin: 0 0 1.6rem;
}

.promo-rules-modal__body strong {
  color: #fff;
  font-weight: 700;
}

.promo-rules-modal__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
}

.promo-rules-modal__cancel {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.8rem 0.4rem;
}

.promo-rules-modal__claim {
  border: 0;
  background: #dbbd6c;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 4px;
  padding: 1rem 2.4rem;
  cursor: pointer;
  min-width: 13rem;
}

.promo-rules-modal__claim[hidden] {
  display: none;
}

.promo-rules-modal__claim:not([hidden]) {
  margin-left: auto;
}

