/* B3TMAN — bonus kart tasarımı v2 içeren birleşik CSS. Mevcut Custom CSS alanının TAMAMINI değiştirin.
   Kaynak: gönderdiğiniz son sürüm. Mobil 600 kalınlığı ve #131523 zemin korunur. */
:root {
  --bt-page: #171927;
  --bt-red: #e31e24;
  --bt-content: min(1320px, calc(100% - 48px));
}

html,
body,
#root,
#__next {
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  background: var(--bt-page) !important;
}

body,
button,
input,
select,
textarea {
  font-family: "Neurial Grotesk", Arial, sans-serif !important;
}

main > .pb-20 {
  padding-bottom: 24px !important;
}

header.header-safe-top > .container,
header > .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

header.header-safe-top > .container > div,
header > .container > div {
  width: 100% !important;
  box-sizing: border-box !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
}

header .bt-auth-login,
header .bt-auth-register {
  height: 36px !important;
  min-width: 104px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  transition: transform 0.18s ease, filter 0.18s ease !important;
}

header .bt-auth-login {
  color: #fff !important;
  border: 1px solid transparent !important;
  background: linear-gradient(#15151d, #15151d) padding-box,
    linear-gradient(100deg, #e31e24, #a52cf4) border-box !important;
}

header .bt-auth-register {
  min-width: 100px !important;
  color: #fff !important;
  border: 0 !important;
  background: #e31e24 !important;
  box-shadow: 0 5px 14px rgba(227, 30, 36, 0.24) !important;
}

header .bt-auth-login:hover,
header .bt-auth-register:hover {
  filter: brightness(1.08) !important;
  transform: translateY(-1px) !important;
}

.bt-bonus-icon {
  display: inline-grid;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--bt-red);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  place-items: center;
  vertical-align: -1px;
}

.bt-bonus-link {
  color: var(--bt-red) !important;
}

.bt-desktop-game-title {
  display: none;
}

html,
body,
.overflow-y-auto {
  scrollbar-width: thin;
  scrollbar-color: #d81927 #10111a;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.overflow-y-auto::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.overflow-y-auto::-webkit-scrollbar-track {
  background: #10111a;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.overflow-y-auto::-webkit-scrollbar-thumb {
  border: 2px solid #10111a;
  border-radius: 10px;
  background: linear-gradient(#ef3340, #99131c);
}

@media (max-width: 1023px) {
  .header-safe-top > .container > .flex {
    gap: 12px;
    padding-inline: 12px;
  }
  
  .header-safe-top > .container > .flex > div:first-child {
    flex: 1 1 0%;
    min-width: 0;
  }
  
  .header-safe-top a.group {
    width: 140px;
    max-width: 100%;
    min-width: 0;
  }
  
  .header-safe-top a.group > img {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: contain;
  }
  
  .header-safe-top > .container > .flex > div:last-child {
    flex: 0 0 auto;
    gap: 8px;
  }
  
  .header-safe-top > .container > .flex > div:last-child > div {
    gap: 6px;
  }
  
  .header-safe-top .bt-auth-login,
      .header-safe-top .bt-auth-register {
    flex-shrink: 0;
    padding-inline: 10px !important;
    white-space: nowrap;
  }
  
  .header-safe-top > .container > .flex > div:last-child > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 768px) {
  body {
    overflow-x: hidden !important;
    background-image: none !important;
  }
  
  main > .pb-20 > div > div.relative.overflow-hidden.w-full:first-child,
      main .bt-hero-fullbleed {
    right: auto !important;
    left: auto !important;
    width: 100vw !important;
    max-width: none !important;
    min-width: 100vw !important;
    margin: 0 calc(50% - 50vw) !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  
  main .bt-hero-shell {
    width: 100vw !important;
    max-width: none !important;
    min-width: 100vw !important;
    padding: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
  }
  
  main .bt-hero-shell > .bt-hero-fullbleed {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  
  main > .pb-20 > div > section.my-12 {
    width: var(--bt-content) !important;
    max-width: none !important;
    margin: 42px auto !important;
    padding: 0 !important;
  }
  
  .bt-desktop-game-title {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 52px;
    margin: 0 0 24px;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  
  .bt-desktop-game-title h2 {
    margin: 0 auto 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.025em;
  }
  
  .bt-desktop-show-all {
    margin-right: 24px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.18s;
  }
  
  .bt-desktop-show-all:hover {
    color: #fff;
  }
  
  .bt-desktop-game-controls {
    display: flex;
    align-items: center;
    gap: 0;
  }
  
  .bt-desktop-game-controls button {
    display: grid;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #fff;
    border: 0;
    background: transparent;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    place-items: center;
  }
  
  .bt-desktop-game-controls button:first-child {
    width: 39px;
    margin-right: 9px;
    padding-right: 9px;
    color: rgba(255, 255, 255, 0.42);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }
  
  .bt-desktop-game-controls button:disabled {
    cursor: default;
    opacity: 0.28;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex,
      .bt-desktop-slider-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin: 0 -5px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none !important;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex::-webkit-scrollbar,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex::-webkit-scrollbar,
      .bt-desktop-slider-row::-webkit-scrollbar {
    display: none !important;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div,
      .bt-desktop-slider-row > div {
    width: 14.285714% !important;
    min-width: 14.285714% !important;
    flex: 0 0 14.285714% !important;
    margin: 0 !important;
    padding: 0 5px !important;
    scroll-snap-align: start;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div > div,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div > div,
      .bt-desktop-slider-row > div > div {
    height: auto !important;
    min-height: 0 !important;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex .group,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex .group,
      .bt-desktop-slider-row .group {
    height: auto !important;
    min-height: 0 !important;
    border-radius: 8px !important;
    aspect-ratio: 0.72 / 1;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex img,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex img,
      .bt-desktop-slider-row img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  main .bt-standard-game-title {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 0 24px !important;
    padding: 0 0 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  }
  
  main .bt-standard-game-title h3 {
    margin: 0 auto 0 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
  }
  
  main .bt-standard-game-title h3 > span {
    display: none !important;
  }
  
  main .bt-standard-game-title > a {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
  
  main .bt-standard-game-title > a:hover {
    color: #fff !important;
  }
  
  main section:has(.gcol-511f2a9a18e946d2ae77d7344ec89818):has(.gcol-5db1497dcdb7493ea91fe6e189236f4a) {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  main section:has(.gcol-511f2a9a18e946d2ae77d7344ec89818):has(.gcol-5db1497dcdb7493ea91fe6e189236f4a) > .flex,
      main .flex:has(> .gcol-511f2a9a18e946d2ae77d7344ec89818):has(> .gcol-5db1497dcdb7493ea91fe6e189236f4a) {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  main .flex:has(> .gcol-511f2a9a18e946d2ae77d7344ec89818):has(> .gcol-5db1497dcdb7493ea91fe6e189236f4a) > .gcol-511f2a9a18e946d2ae77d7344ec89818,
      main .flex:has(> .gcol-511f2a9a18e946d2ae77d7344ec89818):has(> .gcol-5db1497dcdb7493ea91fe6e189236f4a) > .gcol-5db1497dcdb7493ea91fe6e189236f4a {
    width: 50% !important;
    flex: 0 0 50% !important;
    box-sizing: border-box !important;
  }
  
  section.my-12:has(.gcol-511f2a9a18e946d2ae77d7344ec89818) > .flex {
    margin: 0 -8px !important;
  }
  
  section.my-12:has(.gcol-511f2a9a18e946d2ae77d7344ec89818) > .flex > div {
    padding: 0 8px !important;
  }
  
  section.my-12:has(.gcol-511f2a9a18e946d2ae77d7344ec89818) .group {
    min-height: 0 !important;
    border-radius: 8px !important;
  }
  
  main .gcol-511f2a9a18e946d2ae77d7344ec89818 .group,
      main .gcol-5db1497dcdb7493ea91fe6e189236f4a .group {
    height: auto !important;
    min-height: 0 !important;
  }
  
  main .gcol-511f2a9a18e946d2ae77d7344ec89818 .group > img,
      main .gcol-5db1497dcdb7493ea91fe6e189236f4a .group > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  
  main > .pb-20 > div > div.w-full.px-4.py-4.space-y-4 {
    position: relative !important;
    z-index: 10 !important;
    margin-top: -28px !important;
    padding-top: 0 !important;
  }
  
  main div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos_2x.png"]) {
    width: var(--bt-content) !important;
    max-width: none !important;
    height: 108px !important;
    min-height: 108px !important;
    margin: 30px auto !important;
    overflow: visible !important;
    border-radius: 0 !important;
  }
  
  main div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos_2x.png"]) > div {
    height: 108px !important;
    min-height: 108px !important;
    overflow: visible !important;
  }
  
  main div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos_2x.png"])
        img[src*="Provider-Logos_2x.png"] {
    display: block !important;
    width: 94% !important;
    max-width: 94% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  
  main div:has(> img[src*="Provider-Logos_2x.png"]) > img[src*="Provider-Logos_2x.png"] {
    display: block !important;
    width: calc(100% - clamp(48px, 5vw, 96px)) !important;
    max-width: calc(100% - clamp(48px, 5vw, 96px)) !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  
  main section:has(h3) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  
  main section:has(h3) h3 {
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
  }
  
  main section:has(h3) > div:first-child {
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  }
  
  main section:has(h3) a,
      main section:has(h3) a img {
    border-radius: 8px !important;
  }
  
  section.my-12:has(.gcol-140b95fb879e4dffab992c7fbd63e960) > .flex {
    margin: 0 !important;
  }
  
  section.my-12:has(.gcol-140b95fb879e4dffab992c7fbd63e960)
        .gcol-140b95fb879e4dffab992c7fbd63e960
        > .h-full
        > .flex.flex-col
        > .grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  
  section.my-12:has(.gcol-140b95fb879e4dffab992c7fbd63e960)
        .gcol-140b95fb879e4dffab992c7fbd63e960
        > .h-full
        > .flex.flex-col
        > .grid
        > div,
      section.my-12:has(.gcol-140b95fb879e4dffab992c7fbd63e960)
        .gcol-140b95fb879e4dffab992c7fbd63e960
        .grid a {
    min-width: 0 !important;
  }
  
  section.my-12:has(.gcol-140b95fb879e4dffab992c7fbd63e960)
        .gcol-140b95fb879e4dffab992c7fbd63e960
        .grid
        p {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  
  div[role="dialog"]:has(input[placeholder*="E-posta"]),
      div[role="dialog"]:has(input[placeholder*="Kullanıcı"]) {
    width: min(420px, calc(100vw - 32px)) !important;
    max-width: min(420px, calc(100vw - 32px)) !important;
  }
  
  div[role="dialog"][id^="radix-"]:has(.md\:w-\[260px\]) {
    width: min(920px, calc(100vw - 48px)) !important;
    max-width: min(920px, calc(100vw - 48px)) !important;
    height: min(700px, calc(100dvh - 48px)) !important;
    max-height: calc(100dvh - 48px) !important;
    gap: 0 !important;
  }
  
  div[role="dialog"]:has(> .md\:grid-cols-2),
      div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) {
    width: min(1024px, calc(100vw - 48px)) !important;
    max-width: min(1024px, calc(100vw - 48px)) !important;
  }
  
  div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) {
    min-width: min(1024px, calc(100vw - 48px)) !important;
    transition-property: opacity, transform !important;
  }
  
  footer.bt-rebuild-footer {
    margin-top: 20px !important;
    background: #101116 !important;
  }
  
  footer.bt-rebuild-footer::before {
    display: none !important;
  }
  
  footer.bt-rebuild-footer::after {
    content: "" !important;
    position: absolute !important;
    z-index: 0 !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    background: url("https://i.hizliresim.com/ehqhvgqf.png") center center / 100% 100% no-repeat !important;
  }
  
  footer.bt-footer-hizliresim {
    display: none !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-trust,
      footer.bt-rebuild-footer .bt-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-wrap {
    position: relative !important;
    z-index: 1 !important;
    width: var(--bt-content) !important;
    background: none !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-wrap::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 50% !important;
    display: block !important;
    width: 100vw !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
    background: url("https://i.hizliresim.com/ehqhvgqf.png") center center / 100% 100% no-repeat !important;
  }
}

@media (min-width: 1600px) {
  main .bt-hero-shell > .bt-hero-fullbleed {
    height: clamp(480px, 28vw, 560px) !important;
  }
  
  main .bt-hero-shell > .bt-hero-fullbleed > .absolute.inset-0,
      main .bt-hero-shell > .bt-hero-fullbleed img[alt="Slide"] {
    height: 100% !important;
  }
  
  header img[alt="B3TMAN"] {
    width: auto !important;
    max-width: none !important;
    height: 38px !important;
  }
}

@media (max-width: 767px) {
  header.header-safe-top > .container > div,
      header > .container > div {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  
  header .bt-auth-login,
      header .bt-auth-register {
    height: 34px !important;
    min-width: auto !important;
    padding: 0 14px !important;
  }
  
  main:has(.bt-hero-shell) {
    padding-inline: 12px !important;
  }
  
  main:has(.bt-hero-shell) section {
    margin-block: 24px !important;
    padding-inline: 0 !important;
  }
  
  .bt-hero-shell + div {
    padding: 0 !important;
  }
  
  .bt-hero-shell + div > div:empty {
    display: none !important;
  }
  
  .bt-hero-shell + div > div {
    gap: 8px !important;
    margin-block: 0 !important;
  }
  
  .bt-hero-shell + div > div > .group {
    width: calc((100% - 16px) / 3) !important;
    min-width: 0;
    flex: 0 0 calc((100% - 16px) / 3) !important;
    overflow: hidden;
    border-radius: 12px !important;
  }
  
  main:has(.bt-hero-shell) section .grid {
    gap: 8px !important;
  }
  
  main:has(.bt-hero-shell) section .row-auto {
    margin-inline: -4px !important;
    column-gap: 0 !important;
    row-gap: 8px !important;
  }
  
  main:has(.bt-hero-shell) section .row-auto > div {
    min-width: 0;
    margin-bottom: 0 !important;
    padding-inline: 4px !important;
  }
  
  main:has(.bt-hero-shell) section .row-auto > div > div > .rounded-xl {
    overflow: hidden;
    border-radius: 8px !important;
  }
  
  main:has(.bt-hero-shell) section .grid .rounded-xl {
    overflow: hidden;
    border-radius: 12px !important;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin: 0 -4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex::-webkit-scrollbar,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex::-webkit-scrollbar {
    display: none;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div {
    width: 33.333% !important;
    min-width: 33.333% !important;
    flex: 0 0 33.333% !important;
    margin: 0 !important;
    padding: 0 4px !important;
    scroll-snap-align: start;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div > div,
      section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div > div > div,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div > div,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div > div > div {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 0.72 / 1;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div img,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

body > div.fixed.inset-0.bg-black\/80[data-state]:has(
  + div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog)
) {
  background: rgba(0, 0, 0, 0.70) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(8px) !important;
}

header.header-safe-top {
  --bt-header-alpha: 0;
  --bt-header-blur: 0px;
  background: rgba(23, 25, 39, var(--bt-header-alpha)) !important;
  -webkit-backdrop-filter: blur(var(--bt-header-blur)) !important;
  backdrop-filter: blur(var(--bt-header-blur)) !important;
  transition: background-color 220ms ease-out,
    -webkit-backdrop-filter 220ms ease-out,
    backdrop-filter 220ms ease-out !important;
}

header.header-safe-top.bt-mobile-menu-open {
  background: var(--bt-page, #171927) !important;
}

@media (prefers-reduced-motion: reduce) {
  header.header-safe-top {
    transition: none !important;
  }
}

@media (min-width: 768px) {
  main .bt-hero-shell + .w-full.px-4.py-4.space-y-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  main section.my-12:has(.gcol-511f2a9a18e946d2ae77d7344ec89818):has(.gcol-5db1497dcdb7493ea91fe6e189236f4a) > .flex {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  main section.my-12:has(.gcol-511f2a9a18e946d2ae77d7344ec89818):has(.gcol-5db1497dcdb7493ea91fe6e189236f4a) > .flex > div {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
}

body > div.fixed.inset-0[data-state]:has(+ div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog)) {
  background: rgba(0, 0, 0, .60) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
  z-index: 1000 !important;
}

body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) {
  z-index: 1001 !important;
}

@media (max-width: 767px), (max-width: 1023px) and (max-height: 500px) {
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) {
    --bt-auth-gap-top: max(12px, env(safe-area-inset-top, 0px));
    --bt-auth-gap-bottom: max(12px, env(safe-area-inset-bottom, 0px));
    --bt-auth-available: calc(var(--bt-auth-vv-height, 100dvh) - var(--bt-auth-gap-top) - var(--bt-auth-gap-bottom));
    position: fixed !important;
    display: block !important;
    top: calc(var(--bt-auth-vv-top, 0px) + var(--bt-auth-gap-top)) !important;
    bottom: auto !important;
    left: max(12px, env(safe-area-inset-left, 0px)) !important;
    right: max(12px, env(safe-area-inset-right, 0px)) !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: var(--bt-auth-available) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    translate: none !important;
    animation: none !important;
    border: 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #0b0617 !important;
    box-sizing: border-box !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) > .relative.grid > .relative.hidden {
    display: none !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) .md\:hidden:has(> img) {
    display: flex !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) > .relative.grid {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: var(--bt-auth-available) !important;
    overflow: hidden !important;
    border-radius: inherit !important;
    background: transparent !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) > .relative.grid > .absolute {
    pointer-events: none !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) > .relative.grid > .relative.flex.flex-col {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: var(--bt-auth-available) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    touch-action: pan-y !important;
    scroll-padding-block: 64px 16px;
    -webkit-overflow-scrolling: touch;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: rgba(255,255,255,.04) !important;
    border: 0 !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) > .relative.grid > .relative.flex.flex-col > button {
    position: fixed !important;
    top: calc(var(--bt-auth-vv-top, 0px) + var(--bt-auth-gap-top) + 12px) !important;
    right: calc(max(12px, env(safe-area-inset-right, 0px)) + 12px) !important;
    bottom: auto !important;
    left: auto !important;
    align-self: flex-end !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    z-index: 5 !important;
    background: #201b2b !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) > .relative.grid > .relative.flex.flex-col > .flex-1 {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    padding: 64px 20px !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) .md\:hidden:has(> img) {
    min-height: 32px;
    padding-right: 48px;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) .md\:hidden > img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 28px !important;
    object-fit: contain;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) form {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) input:not([type="checkbox"]),
      body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) select,
      body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) textarea {
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 16px !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) form > button[type="submit"] {
    min-height: 48px !important;
    height: auto !important;
    white-space: normal !important;
  }
  
  body > div[role="dialog"].max-w-5xl:not(.bt-bonus-dialog) form > .flex.items-center.justify-between {
    flex-wrap: wrap;
    gap: 12px;
  }
}

footer.bt-rebuild-footer {
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: hidden;
  color: #f4f4f6;
  background: radial-gradient(80% 120% at -8% 45%, #23263a 0%, #151723 45%, transparent 45.5%),
    radial-gradient(48% 100% at 108% 42%, rgba(92, 12, 24, .7), transparent 74%),
    #10111b !important;
  border-top: 0 !important;
  margin-top: 0 !important;
}

footer.bt-rebuild-footer > .bt-footer-wrap {
  border-top: 0 !important;
  box-shadow: none !important;
}

footer.bt-rebuild-footer .bt-footer-trust,
footer.bt-rebuild-footer .bt-footer-bottom {
  border-top: 0 !important;
}

footer.bt-rebuild-footer::before {
  display: none !important;
}

footer.bt-rebuild-footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 46px;
  left: 50%;
  width: min(1060px, 112vw);
  height: 320px;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: .48;
  background: radial-gradient(ellipse at center, #292d33 0%, #141619 64%, #090a0c 100%);
  clip-path: polygon(0% 55%,7% 44%,14% 35%,23% 26%,32% 19%,39% 14%,35% 23%,33% 33%,34% 43%,38% 53%,45% 60%,49% 62%,50% 28%,54% 43%,58% 43%,62% 28%,65% 62%,70% 60%,77% 53%,81% 43%,82% 33%,80% 23%,78% 14%,86% 19%,94% 30%,100% 43%,96% 56%,91% 68%,84% 78%,75% 86%,66% 91%,58% 94%,50% 93%,42% 94%,34% 91%,25% 86%,16% 78%,9% 68%,4% 60%);
}

.bt-footer-wrap {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.bt-footer-top {
  display: grid;
  grid-template-columns: 2.2fr repeat(4, 1fr);
  gap: 34px;
  padding: 58px 0 48px;
}

.bt-footer-logo {
  display: block;
  width: 262px;
  max-width: 100%;
  height: auto;
  margin-bottom: 17px;
}

.bt-footer-tagline {
  margin: 0 0 28px;
  color: #ef2028;
  font-size: 16px;
  font-weight: 700;
}

.bt-footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  color: #cbccd1;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 18px;
  background: rgba(8,9,16,.4);
  font-size: 13px;
  text-decoration: none;
}

.bt-footer-mail img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.bt-footer-column h4 {
  margin: 4px 0 19px;
  color: #f3f3f5;
  font-size: 14px;
  font-weight: 600;
}

.bt-footer-column a {
  display: block;
  margin-bottom: 16px;
  color: #9798a2;
  font-size: 13px;
  text-decoration: none;
  transition: color .18s, transform .18s;
}

.bt-footer-column a:hover {
  color: #fff;
  transform: translateX(3px);
}

.bt-footer-trust {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 26px;
  padding: 29px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}

.bt-footer-trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
}

.bt-footer-trust-item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 54px;
}

.bt-footer-trust-title {
  margin: 0 0 4px;
  color: #f2f2f4;
  font-size: 14px;
  font-weight: 700;
}

.bt-footer-trust-copy {
  margin: 0;
  color: #898a94;
  font-size: 12px;
}

.bt-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 25px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #898a94;
  font-size: 12px;
}

.bt-footer-bottom strong {
  color: #ef2028;
}

.bt-footer-legal {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bt-footer-age {
  padding: 4px 6px;
  border-radius: 4px;
  background: #ef2028;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.bt-footer-language {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
}

.bt-footer-language img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .bt-footer-top {
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 28px 22px;
  }
  
  .bt-footer-trust {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  footer.bt-rebuild-footer::before {
    top: 92px;
    width: 190vw;
    height: 250px;
  }
  
  .bt-footer-wrap {
    width: calc(100% - 40px);
  }
  
  .bt-footer-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 20px;
    padding: 42px 0 34px;
  }
  
  .bt-footer-brand {
    grid-column: 1 / -1;
  }
  
  .bt-footer-logo {
    width: 225px;
  }
  
  .bt-footer-column a {
    margin-bottom: 12px;
    font-size: 12px;
  }
  
  .bt-footer-trust {
    gap: 22px 10px;
    padding: 24px 0;
  }
  
  .bt-footer-trust-item {
    align-items: flex-start;
    gap: 8px;
  }
  
  .bt-footer-trust-item img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  
  .bt-footer-trust-title {
    font-size: 12px;
  }
  
  .bt-footer-trust-copy {
    font-size: 10px;
  }
  
  .bt-footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  
  .bt-footer-legal {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.mobile-game-nav {
  display: none !important;
}

@media (max-width: 767px) {
  html,
      body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  
  main,
      footer {
    max-width: 100% !important;
  }
}

button[title="Bahis Öner"] {
  display: none !important;
}

@media (max-width: 767px) {
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024),
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) {
    position: relative;
    margin-top: 34px !important;
    margin-bottom: 28px !important;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024)::before,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c)::before {
    display: block;
    margin: 0 0 20px;
    padding: 0 0 14px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.16);
    color: #f6f6f8;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024)::before {
    content: "Popüler Slot Oyunlar";
  }
  
  section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c)::before {
    content: "Popüler Canlı Casino";
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024)::after,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c)::after {
    display: none;
  }
  
  .mobile-game-nav {
    position: absolute;
    top: -2px;
    right: 0;
    display: flex !important;
    align-items: center;
    gap: 8px;
  }
  
  .mobile-game-nav button {
    display: grid;
    width: 28px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f7f7f8;
    font-size: 29px;
    font-weight: 300;
    line-height: 1;
    place-items: center;
    cursor: pointer;
  }
  
  .mobile-game-nav button:first-child {
    color: #777986;
    border-right: 2px solid rgba(255, 255, 255, 0.16);
    padding-right: 8px;
  }
  
  .mobile-game-nav button:disabled {
    cursor: default;
    opacity: 0.3;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin: 0 -4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex::-webkit-scrollbar {
    display: none;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div {
    width: 33.333% !important;
    min-width: 33.333% !important;
    flex: 0 0 33.333% !important;
    margin: 0 !important;
    padding: 0 4px !important;
    scroll-snap-align: start;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div > div,
      section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div > div > div {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 0.72 / 1;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  
  section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin: 0 -4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  
  section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex::-webkit-scrollbar {
    display: none;
  }
  
  section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div {
    width: 33.333% !important;
    min-width: 33.333% !important;
    flex: 0 0 33.333% !important;
    margin: 0 !important;
    padding: 0 4px !important;
    scroll-snap-align: start;
  }
  
  section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div > div,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div > div > div {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 0.72 / 1;
  }
  
  section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  
  .gcol-511f2a9a18e946d2ae77d7344ec89818,
      .gcol-5db1497dcdb7493ea91fe6e189236f4a {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
  }
  
  section:has(.gcol-511f2a9a18e946d2ae77d7344ec89818) > .flex {
    margin: 0 !important;
  }
  
  .gcol-511f2a9a18e946d2ae77d7344ec89818 > div,
      .gcol-5db1497dcdb7493ea91fe6e189236f4a > div,
      .gcol-511f2a9a18e946d2ae77d7344ec89818 .min-h-\[200px\],
      .gcol-5db1497dcdb7493ea91fe6e189236f4a .min-h-\[200px\] {
    min-height: 0 !important;
  }
  
  .gcol-511f2a9a18e946d2ae77d7344ec89818 img,
      .gcol-5db1497dcdb7493ea91fe6e189236f4a img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }
  
  .gcol-511f2a9a18e946d2ae77d7344ec89818 .group,
      .gcol-5db1497dcdb7493ea91fe6e189236f4a .group {
    height: auto !important;
    min-height: 0 !important;
  }
  
  div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos_2x.png"]) {
    display: none !important;
  }
}

html.bt-bonus-page,
html.bt-bonus-page body,
html.bt-bonus-page main,
html.bt-bonus-page main > div {
  background: #171927 !important;
}

div.fixed:has(h3):not([role="dialog"]) {
  background: #171927 !important;
  border-color: rgba(227,30,36,.28) !important;
}

div.fixed:has(h3):not([role="dialog"]) > div:first-child {
  background: linear-gradient(105deg, #9c1118, #e31e24) !important;
}

div.fixed:has(h3):not([role="dialog"]) .bg-white {
  background: #171927 !important;
}

div.fixed:has(h3):not([role="dialog"]) .text-gray-900 {
  color: #fff !important;
}

div.fixed:has(h3):not([role="dialog"]) .text-gray-500 {
  color: rgba(255,255,255,.62) !important;
}

div.fixed:has(h3):not([role="dialog"]) .bg-gray-50 {
  background: #101116 !important;
}

div.fixed:has(h3):not([role="dialog"]) .border-gray-300 {
  border-color: rgba(255,255,255,.16) !important;
}

div.fixed:has(h3):not([role="dialog"]) .bg-green-600,
div.fixed:has(h3):not([role="dialog"]) .hover\:bg-green-700:hover {
  background: #e31e24 !important;
}

div.fixed:has(> button .lucide-message-circle) > button {
  background: linear-gradient(135deg, #a80f17, #e31e24) !important;
  box-shadow: 0 10px 26px rgba(227,30,36,.36) !important;
}

@media (max-width: 767px) {
  header .lg\:hidden.border-t {
    position: relative !important;
    z-index: 60 !important;
    background: #171927 !important;
    border-color: rgba(255,255,255,.12) !important;
    box-shadow: 0 14px 28px rgba(0,0,0,.28) !important;
  }
  
  header .lg\:hidden.border-t nav {
    background: #171927 !important;
  }
  
  header .lg\:hidden .bt-auth-login,
      header .lg\:hidden .bt-auth-register {
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    padding: 0 16px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    letter-spacing: .01em !important;
  }
  
  header .lg\:hidden .bt-auth-login {
    border: 1px solid rgba(227,30,36,.8) !important;
    background: #171927 !important;
  }
  
  header .lg\:hidden .bt-auth-register {
    background: #e31e24 !important;
    box-shadow: 0 8px 18px rgba(227,30,36,.25) !important;
  }
  
  div.fixed:has(h3):not([role="dialog"]) {
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    top: auto !important;
    width: 100% !important;
    height: 100dvh !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    z-index: 80 !important;
  }
  
  div.fixed:has(> button .lucide-message-circle) {
    position: fixed !important;
    right: 16px !important;
    bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    left: auto !important;
    top: auto !important;
    z-index: 70 !important;
  }
}

@media (max-width: 767px) {
  header.header-safe-top.bt-mobile-menu-open,
      header.header-safe-top.bt-mobile-menu-open > .container {
    background: #171927 !important;
    background-color: #171927 !important;
  }
  
  header.header-safe-top.bt-mobile-menu-open {
    box-shadow: 0 10px 22px rgba(0, 0, 0, .30) !important;
  }
  
  header.header-safe-top.bt-mobile-menu-open .lg\:hidden.border-t {
    width: 100% !important;
    background: #171927 !important;
    background-color: #171927 !important;
  }
}

@media (max-width: 767px) {
  header .lg\:hidden.border-t > .flex.flex-col.gap-2.px-4.pb-4 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 4px 16px 18px !important;
    background: #171927 !important;
  }
  
  header .lg\:hidden.border-t > .flex.flex-col.gap-2.px-4.pb-4 > button {
    display: inline-flex !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }
  
  header .lg\:hidden.border-t > .flex.flex-col.gap-2.px-4.pb-4 > button:first-child {
    color: #fff !important;
    background: #171927 !important;
    border: 1px solid #d72132 !important;
    box-shadow: inset 0 0 0 1px rgba(171, 40, 255, .18) !important;
  }
  
  header .lg\:hidden.border-t > .flex.flex-col.gap-2.px-4.pb-4 > button:last-child {
    color: #fff !important;
    background: linear-gradient(135deg, #c91320, #ed222d) !important;
    border: 1px solid transparent !important;
    box-shadow: 0 8px 18px rgba(227, 30, 36, .28) !important;
  }
  
  html.bt-mobile-menu-lock,
      body.bt-mobile-menu-lock {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }
  
  body.bt-mobile-menu-lock {
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  
  header.header-safe-top.bt-mobile-menu-open .lg\:hidden.border-t {
    max-height: calc(100dvh - 64px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
  }
}

@media (max-width: 767px) {
  html.bt-mobile-menu-lock,
      body.bt-mobile-menu-lock {
    touch-action: auto !important;
  }
}

@media (max-width: 767px) {
  .bt-mobile-menu-scroll-lock {
    overflow-y: hidden !important;
    overscroll-behavior: none !important;
  }
}

@media (max-width: 767px) {
  body:has(header .lg\:hidden.border-t) > div[class*="overflow-y-auto"],
      body:has(header .lg\:hidden.border-t) > div:not([hidden]) > div[class*="overflow-y-auto"] {
    overflow: hidden !important;
    overflow-y: hidden !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
  }
  
  html:has(header .lg\:hidden.border-t),
      body:has(header .lg\:hidden.border-t) {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }
}

.bt-deposit-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 34px !important;
  min-width: 104px !important;
  margin: 0 4px 0 0 !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #bd1520, #ee2631) !important;
  box-shadow: 0 6px 16px rgba(227,30,36,.26) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: transform .18s ease, filter .18s ease !important;
}

.bt-deposit-button:hover {
  color: #fff !important;
  filter: brightness(1.2) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 767px) {
  .bt-deposit-button {
    display: none !important;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex {
    align-items: flex-start !important;
    padding-bottom: 8px !important;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div,
      section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex > div > div,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex > div > div {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex .group,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex .group {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: .70 / 1 !important;
    overflow: hidden !important;
    background: #12131f !important;
  }
  
  section.my-12:has(.gcol-c168545d1296461aac63144c431e0024) > .flex .group > img,
      section.my-12:has(.gcol-a8d3d6c874d64c0ca0fbf26401aa311c) > .flex .group > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

html:has(main > div.min-h-screen:is([class~="bg-[#0d1117]"], [class~="from-[#0a0a0f]"])),
html:has(main > div.min-h-screen:is([class~="bg-[#0d1117]"], [class~="from-[#0a0a0f]"])) body,
html:has(main > div.min-h-screen:is([class~="bg-[#0d1117]"], [class~="from-[#0a0a0f]"])) body > div:has(> main),
html:has(main > div.min-h-screen:is([class~="bg-[#0d1117]"], [class~="from-[#0a0a0f]"])) main,
main > div.min-h-screen:is([class~="bg-[#0d1117]"], [class~="from-[#0a0a0f]"]) {
  background: #0d1117 !important;
}

@media (min-width: 768px) {
  header.header-safe-top > .container > .h-16 > div:first-child > a.group {
    flex: 0 0 auto !important;
    width: clamp(140px, 14vw, 214px) !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  
  header.header-safe-top > .container > .h-16 > div:first-child > a.group > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
  }
  
  header.header-safe-top > .container > .h-16 > div:last-child {
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1024px) {
  header.header-safe-top > .container > .h-16 {
    gap: 16px !important;
  }
  
  header.header-safe-top > .container > .h-16 > div:first-child {
    min-width: 0 !important;
  }
  
  header.header-safe-top nav.hidden.lg\:flex,
      header.header-safe-top nav.hidden.lg\:flex nav,
      header.header-safe-top nav.hidden.lg\:flex ul,
      header.header-safe-top nav.hidden.lg\:flex li {
    flex-shrink: 0 !important;
  }
  
  header.header-safe-top nav.hidden.lg\:flex a {
    white-space: nowrap !important;
  }
}

@media (min-width: 1024px) and (max-width: 1599px) {
  header.header-safe-top > .container > .h-16 {
    padding-inline: 16px !important;
    gap: 12px !important;
  }
  
  header.header-safe-top > .container > .h-16 > div:first-child {
    gap: clamp(12px, 1.5vw, 22px) !important;
  }
  
  header.header-safe-top nav.hidden.lg\:flex ul {
    gap: clamp(4px, calc(2vw - 16px), 12px) !important;
  }
  
  header.header-safe-top nav.hidden.lg\:flex a {
    padding-inline: clamp(5px, calc(1.2vw - 7px), 10px) !important;
    letter-spacing: 0 !important;
  }
  
  header.header-safe-top > .container > .h-16 .bt-auth-login,
      header.header-safe-top > .container > .h-16 .bt-auth-register {
    min-width: 84px !important;
    padding-inline: 12px !important;
  }
  
  header.header-safe-top > .container > .h-16 .bt-deposit-button {
    padding-inline: 12px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  header.header-safe-top nav.hidden.lg\:flex {
    font-size: 11px !important;
  }
}

body > div.overflow-y-auto:has(> header.header-safe-top):has(> main) {
  overflow-x: hidden !important;
}

/* Son paylaşılan tek kart referansı: görsel / rozet bandı / içerik. */
html.bt-bonus-page {
  --bt-bonus-ratio: 14 / 9;
}

html.bt-bonus-page main .bt-bonus-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

html.bt-bonus-page main .bt-bonus-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  border: 1px solid #343747 !important;
  border-radius: 20px !important;
  background: #1d2030 !important;
  overflow: hidden !important;
  transform: none !important;
  box-shadow: none !important;
}

html.bt-bonus-page main .bt-bonus-card,
html.bt-bonus-page main .bt-bonus-card * {
  box-sizing: border-box !important;
}

html.bt-bonus-page main .bt-bonus-media {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  background: #11131e !important;
  overflow: hidden !important;
}

html.bt-bonus-page main .bt-bonus-image {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  scale: none !important;
}

html.bt-bonus-page main .bt-bonus-art-frame {
  position: relative !important;
  inset: auto !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: var(--bt-bonus-ratio) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

html.bt-bonus-page main .bt-bonus-media > .absolute.inset-x-0 {
  display: none !important;
}

html.bt-bonus-page main .bt-bonus-category,
html.bt-bonus-page main .bt-bonus-value {
  position: static !important;
  inset: auto !important;
  grid-row: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  width: fit-content !important;
  max-width: calc(100% - 40px) !important;
  height: auto !important;
  margin: 14px 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  transform: none !important;
  box-shadow: none !important;
}

html.bt-bonus-page main .bt-bonus-category {
  grid-column: 1 !important;
  justify-self: start !important;
  min-height: 28px !important;
  padding: 6px 10px !important;
  background: #3a1822 !important;
  color: #ffadb0 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  overflow-wrap: anywhere !important;
}

html.bt-bonus-page main .bt-bonus-value {
  grid-column: 2 !important;
  justify-self: end !important;
  min-height: 36px !important;
  max-width: none !important;
  padding: 8px 14px !important;
  background: #fff !important;
  color: #171927 !important;
  font-size: 16px !important;
  white-space: nowrap !important;
}

html.bt-bonus-page main .bt-bonus-value[data-bt-value-kind="percentage"] {
  background: #dc1017 !important;
  color: #fff !important;
}

html.bt-bonus-page main :is(.bt-bonus-category, .bt-bonus-value) span {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  box-shadow: none !important;
}

html.bt-bonus-page main .bt-bonus-meta {
  position: static !important;
  inset: auto !important;
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 14px 20px !important;
  gap: 12px !important;
  background: #11131e !important;
}

html.bt-bonus-page main .bt-bonus-meta :is(.bt-bonus-category, .bt-bonus-value) {
  margin: 0 !important;
  max-width: 100% !important;
}

html.bt-bonus-page main .bt-bonus-copy {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 200px !important;
  margin: 0 !important;
  padding: 24px !important;
  gap: 0 !important;
  background: #1d2030 !important;
}

html.bt-bonus-page main .bt-bonus-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -.03em !important;
  overflow-wrap: anywhere !important;
}

html.bt-bonus-page main .bt-bonus-description {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #cbd0df !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  overflow-wrap: anywhere !important;
}

html.bt-bonus-page main .bt-bonus-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: auto 0 0 !important;
  padding: 24px 0 0 !important;
  gap: 16px !important;
}

html.bt-bonus-page main .bt-bonus-wager {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 1 auto !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #bfc3d3 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

html.bt-bonus-page main .bt-bonus-wager svg {
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: 16px !important;
  height: 16px !important;
}

html.bt-bonus-page main .bt-bonus-action {
  display: inline-flex !important;
  position: relative !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  align-self: flex-end !important;
  min-width: 116px !important;
  min-height: 54px !important;
  margin: 0 0 0 auto !important;
  padding: 14px 20px !important;
  gap: 8px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #dc1017 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

html.bt-bonus-page main .bt-bonus-action svg {
  width: 16px !important;
  height: 16px !important;
}

html.bt-bonus-page main .bt-bonus-action[data-bt-add-arrow="true"]::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
}

html.bt-bonus-page main .bt-bonus-action:hover:not(:disabled) {
  background: #ee1a22 !important;
}

html.bt-bonus-page main .bt-bonus-action:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px !important;
}

@media (max-width: 767px) {
  html.bt-bonus-page main .bt-bonus-copy {
    padding: 20px !important;
  }
  html.bt-bonus-page main .bt-bonus-title {
    font-size: 20px !important;
  }
  html.bt-bonus-page main .bt-bonus-description {
    font-size: 16px !important;
  }
  html.bt-bonus-page main .bt-bonus-action {
    min-height: 48px !important;
    min-width: 108px !important;
    padding: 12px 16px !important;
  }
}


body > div[role="dialog"].bt-bonus-dialog {
  position: fixed !important;
  display: block !important;
  inset: 50% auto auto 50% !important;
  transform: translate(-50%, -50%) !important;
  translate: none !important;
  width: min(1080px, calc(100% - 40px)) !important;
  min-width: 0 !important;
  max-width: calc(100% - 40px) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: calc(100dvh - 40px) !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid #3b3d4c !important;
  border-radius: 20px !important;
  background: #171927 !important;
  color: #f5f6fa !important;
  box-sizing: border-box !important;
  z-index: 1001 !important;
  animation: none !important;
}

body > div[role="dialog"].bt-bonus-dialog *,
body > div[role="dialog"].bt-bonus-dialog *::before,
body > div[role="dialog"].bt-bonus-dialog *::after {
  box-sizing: border-box;
}

.bt-bonus-dialog .bt-bonus-layout {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  align-items: start !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: calc(100dvh - 42px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  scrollbar-gutter: stable;
  border: 0 !important;
  border-radius: 0 !important;
  background: #171927 !important;
}

.bt-bonus-dialog .bt-bonus-art {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 24px !important;
  background: #11131e !important;
  align-self: stretch !important;
}

.bt-bonus-dialog .bt-bonus-art > img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center top !important;
  border-radius: 12px !important;
  transform: none !important;
}

.bt-bonus-dialog .bt-bonus-art > .absolute {
  display: none !important;
}

.bt-bonus-dialog .bt-bonus-content {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: none !important;
  padding: 32px !important;
  overflow: visible !important;
  background: #171927 !important;
}

.bt-bonus-dialog .bt-bonus-content > h2 {
  margin: 16px 0 24px !important;
  padding-right: 32px !important;
  color: #fff !important;
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.2 !important;
  font-weight: 750 !important;
  letter-spacing: -.025em !important;
  overflow-wrap: anywhere !important;
}

.bt-bonus-dialog .bt-bonus-content > .mb-3 span {
  color: #ffadb0 !important;
}

.bt-bonus-dialog .bt-bonus-prose {
  margin: 0 0 28px !important;
}

.bt-bonus-dialog .bt-bonus-prose p {
  margin: 0 0 14px !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.bt-bonus-dialog .bt-bonus-prose .bt-bonus-section {
  margin: 26px 0 12px !important;
  padding-top: 20px !important;
  border-top: 1px solid #3b3d4c !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.bt-bonus-dialog .bt-bonus-prose li {
  margin-bottom: 8px !important;
}

.bt-bonus-dialog .bt-bonus-prose a {
  color: #ffadb0 !important;
  text-decoration: underline !important;
}

.bt-bonus-dialog .bt-bonus-content > button {
  min-height: 48px !important;
  height: auto !important;
  padding: 14px 20px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  letter-spacing: .02em !important;
  white-space: normal !important;
  box-shadow: none !important;
}

.bt-bonus-dialog .bt-bonus-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid #606373 !important;
  border-radius: 50% !important;
  background: #171927 !important;
  color: #fff !important;
  z-index: 5 !important;
}

.bt-bonus-dialog .bt-bonus-close:focus-visible,
.bt-bonus-dialog button:focus-visible,
.bt-bonus-card button:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: -4px !important;
}

.bt-bonus-dialog .bt-bonus-layout {
  position: static !important;
}

@media (max-width: 1023px) {
  html.bt-bonus-page main .bt-bonus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  body > div[role="dialog"].bt-bonus-dialog {
    inset: max(12px, env(safe-area-inset-top)) 12px auto !important;
    transform: none !important;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    border-radius: 16px !important;
  }
  
  .bt-bonus-dialog .bt-bonus-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    max-height: calc(100dvh - 26px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
  }
  
  .bt-bonus-dialog .bt-bonus-art {
    padding: 64px 20px 20px !important;
  }
  
  .bt-bonus-dialog .bt-bonus-art > img {
    max-height: 50dvh !important;
    object-fit: contain !important;
  }
  
  .bt-bonus-dialog .bt-bonus-content {
    padding: 64px 20px !important;
  }
  
  .bt-bonus-dialog .bt-bonus-content > h2 {
    padding-right: 0 !important;
  }
}

@media (max-width: 639px) {
  html.bt-bonus-page main .bt-bonus-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bt-bonus-card, .bt-bonus-card *, .bt-bonus-dialog, .bt-bonus-dialog * {
    animation: none !important;
    transition: none !important;
  }
}

.bt-bonus-dialog .bt-bonus-layout.bt-bonus-no-art {
  grid-template-columns: minmax(0, 1fr) !important;
}

.bt-bonus-dialog .bt-bonus-no-art > .bt-bonus-art {
  display: none !important;
}

body > div.fixed.inset-0[data-state]:has(+ div[role="dialog"].bt-bonus-dialog) {
  background: rgba(0, 0, 0, .72) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
  z-index: 1000 !important;
}

.bt-bonus-dialog .bt-bonus-art {
  display: none !important;
}

.bt-bonus-dialog .bt-bonus-layout,
.bt-bonus-dialog .bt-bonus-layout:not(.bt-bonus-no-art) {
  grid-template-columns: minmax(0, 1fr) !important;
  height: auto !important;
  min-height: 0 !important;
}

@media (min-width: 768px) {
  body > div[role="dialog"].bt-bonus-dialog {
    width: min(820px, calc(100% - 40px)) !important;
    max-width: calc(100% - 40px) !important;
  }
  
  .bt-bonus-dialog .bt-bonus-content {
    padding: 32px !important;
  }
  
  .bt-bonus-dialog .bt-bonus-content > .mb-3 {
    padding-right: 48px !important;
  }
}

@media (max-width: 767px) {
  html.bt-bonus-page main > div:has(.bt-bonus-grid) {
    padding-top: 16px !important;
  }
  
  html.bt-bonus-page main div:has(> .bt-bonus-grid) {
    padding-inline: 0 !important;
    min-width: 0 !important;
  }
  
  html.bt-bonus-page main div:has(> .bt-bonus-grid) > div:first-child {
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    gap: 8px !important;
    align-items: stretch !important;
  }
  
  html.bt-bonus-page main div:has(> .bt-bonus-grid) > div:first-child > div:first-child {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    gap: 3px !important;
    padding: 3px !important;
    border-radius: 10px !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  
  html.bt-bonus-page main div:has(> .bt-bonus-grid) > div:first-child > div:first-child > button {
    flex: 0 0 auto !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 7px 10px !important;
    gap: 5px !important;
    border-radius: 7px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: .01em !important;
    white-space: nowrap !important;
  }
  
  html.bt-bonus-page main div:has(> .bt-bonus-grid) > div:first-child > div:first-child > button > span {
    font-size: 13px !important;
    line-height: 1 !important;
  }
}

.bt-bonus-dialog .bt-bonus-prose {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: #cbd0df !important;
  overflow-wrap: anywhere !important;
}

.bt-bonus-dialog .bt-bonus-prose :is(p,li) {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.bt-bonus-dialog .bt-bonus-prose :is(h1,h2,h3,h4,h5,h6,.bt-bonus-section) {
  margin: 26px 0 12px !important;
  padding: 20px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid #3b3d4c !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
}

.bt-bonus-dialog .bt-bonus-prose .bt-bonus-fact {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 12px 14px !important;
  border: 0 !important;
  border-left: 2px solid #e31e24 !important;
  border-radius: 0 8px 8px 0 !important;
  background: #222536 !important;
  color: #e2e5ed !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.bt-bonus-dialog .bt-bonus-prose :is(ul,ol) {
  margin: 12px 0 20px !important;
  padding-left: 24px !important;
}

.bt-bonus-dialog .bt-bonus-prose ul {
  list-style-type: disc !important;
}

.bt-bonus-dialog .bt-bonus-prose ol {
  list-style-type: decimal !important;
}

.bt-bonus-dialog .bt-bonus-prose li.bt-bonus-fact {
  display: list-item !important;
}

.bt-bonus-dialog .bt-bonus-prose li.bt-bonus-fact > p:last-child {
  margin-bottom: 0 !important;
}

.bt-bonus-dialog .bt-bonus-prose strong {
  font-weight: 700 !important;
  color: #f5f6fa !important;
}

.bt-bonus-dialog .bt-bonus-prose .bt-bonus-empty {
  display: none !important;
}

@media (max-width: 767px) {
  main .flex.flex-col:has(> .bt-standard-game-title) {
    row-gap: 0 !important;
  }
  
  main .bt-standard-game-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 0 20px !important;
    padding: 0 0 14px !important;
    border: 0 !important;
    border-bottom: 2px solid rgba(255,255,255,.16) !important;
    background: transparent !important;
  }
  
  main .bt-standard-game-title > h3 {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #f6f6f8 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    overflow-wrap: anywhere;
  }
  
  main .bt-standard-game-title > h3 > span {
    display: none !important;
  }
  
  main .bt-standard-game-title > a {
    flex: 0 0 auto !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 23px !important;
    color: rgba(255,255,255,.58) !important;
    white-space: nowrap !important;
  }
}

.bt-bonus-dialog .bt-bonus-prose p.bt-bonus-lead {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #cbd0df !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
}

@media (max-width: 767px) {
  main:not(:has(> .fixed.inset-0 iframe)) {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
    padding-inline: 12px !important;
  }
  
  main:not(:has(> .fixed.inset-0 iframe)) > :is(.container, .mx-auto),
      main:not(:has(> .fixed.inset-0 iframe)) > .min-h-screen,
      main:not(:has(> .fixed.inset-0 iframe)) > .min-h-screen > :is(.container, .mx-auto) {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }
}

@media (min-width: 1921px) {
  main .bt-hero-shell > .bt-hero-fullbleed {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1920 / 550 !important;
  }
  
  main .bt-hero-shell > .bt-hero-fullbleed > .absolute.inset-0 {
    height: 100% !important;
  }
  
  main .bt-hero-shell > .bt-hero-fullbleed img[alt="Slide"] {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}

html.bt-game-with-header header.header-safe-top {
  z-index: 110 !important;
}

main:has(> .fixed.inset-0.flex.flex-col > .flex-1.relative > iframe[allowfullscreen]) {
  position: relative !important;
  z-index: 100 !important;
}

html.bt-game-with-header main > .bt-game-shell {
  top: var(--bt-game-header-bottom, 64px) !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding-top: 0 !important;
}

.bt-game-shell > .flex-1.relative {
  min-height: 0 !important;
}

html.bt-game-with-header main > .bt-game-shell:fullscreen {
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 767px), (max-width: 1023px) and (max-height: 500px) {
  .bt-game-toolbar {
    flex-shrink: 0 !important;
    padding: 8px 12px !important;
    background: #171927 !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
    color: #f6f6f8;
  }
  
  .bt-game-toolbar-row {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    grid-template-rows: 44px 36px !important;
    gap: 6px 8px !important;
    align-items: center !important;
  }
  
  .bt-game-nav, .bt-game-brand {
    display: contents !important;
  }
  
  .bt-game-home {
    display: none !important;
  }
  
  .bt-game-close {
    grid-area: 1 / 1 !important;
  }
  
  .bt-game-brand > img {
    grid-area: 1 / 2 !important;
    justify-self: center !important;
    width: min(124px, 100%) !important;
    height: 30px !important;
    min-width: 0 !important;
    object-fit: contain !important;
  }
  
  .bt-game-actions {
    display: contents !important;
  }
  
  .bt-game-fullscreen {
    grid-area: 1 / 3 !important;
  }
  
  .bt-game-toolbar :is(.bt-game-close, .bt-game-fullscreen, .bt-game-mode) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 11px !important;
    background: #252838 !important;
    color: #f6f6f8 !important;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  
  .bt-game-balance {
    grid-area: 2 / 1 / 3 / 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    min-width: 0 !important;
    height: 36px !important;
    margin-right: 60px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    border-radius: 9px !important;
    background: #222536 !important;
    color: #fff !important;
    font-variant-numeric: tabular-nums;
  }
  
  .bt-game-balance::before {
    content: "BAKİYE";
    color: #b6bbcc;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .04em;
  }
  
  .bt-game-balance > svg {
    display: none !important;
  }
  
  .bt-game-balance span {
    min-width: 0;
    font-size: 12px !important;
    line-height: 1.15 !important;
    color: #fff !important;
    overflow-wrap: anywhere;
  }
  
  .bt-game-toolbar .bt-game-mode {
    grid-area: 2 / 2 / 3 / 4 !important;
    justify-self: end !important;
    width: 104px !important;
    height: 36px !important;
    gap: 5px !important;
    border-radius: 9px !important;
    background: rgba(239,35,60,.12) !important;
    border-color: rgba(239,35,60,.4) !important;
    color: #ffc1c9 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }
  
  .bt-game-toolbar button svg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0;
  }
  
  .bt-game-toolbar button:active {
    filter: brightness(1.25);
  }
  
  .bt-game-toolbar button:focus-visible {
    outline: 2px solid #ff596b;
    outline-offset: 2px;
  }
  
  html.bt-game-expanded-page header.header-safe-top {
    visibility: hidden !important;
    pointer-events: none !important;
  }
  
  html.bt-game-with-header main > .bt-game-shell.bt-game-expanded {
    top: 0 !important;
    height: 100dvh !important;
  }
  
  .bt-game-shell:is(:fullscreen, .bt-game-expanded) > .bt-game-toolbar {
    padding-top: max(8px, env(safe-area-inset-top, 0px)) !important;
    padding-left: max(12px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(12px, env(safe-area-inset-right, 0px)) !important;
  }
}

@media (max-width: 767px), (max-width: 1023px) and (max-height: 500px) {
  html.bt-game-with-header header.header-safe-top {
    display: none !important;
  }
  
  html.bt-game-with-header main > .bt-game-shell {
    top: 0 !important;
    padding-top: 0 !important;
    height: 100dvh !important;
  }
  
  .bt-game-toolbar {
    padding-top: max(8px, env(safe-area-inset-top, 0px)) !important;
  }
}

@media (max-width: 767px), (max-width: 1023px) and (max-height: 500px) {
  .bt-game-shell:is(:fullscreen, .bt-game-expanded) .bt-game-toolbar-row {
    grid-template-rows: 44px !important;
  }
  
  .bt-game-shell:is(:fullscreen, .bt-game-expanded) :is(.bt-game-mode, .bt-game-balance),
    .bt-game-shell:is(:fullscreen, .bt-game-expanded) > .flex-shrink-0:last-child:not(.bt-game-toolbar) {
    display: none !important;
  }
  
  .bt-game-shell:is(:fullscreen, .bt-game-expanded) .bt-game-fullscreen {
    border-color: #e31e24 !important;
  }
}

html.bt-catalog-page main .grid:has(> .group[class~="aspect-[215/160]"]) {
  gap: 1rem !important;
  align-items: start !important;
}

html.bt-catalog-page main .grid > .group[class~="aspect-[215/160]"] {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 287 / 193 !important;
  border-radius: .5rem !important;
  overflow: hidden !important;
  background: #0d0f18 !important;
}

html.bt-catalog-page main .grid > .group[class~="aspect-[215/160]"] > .absolute.inset-0 > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

html.bt-catalog-page main .grid > .group[class~="aspect-[215/160]"] button:has(svg.lucide-play),
html.bt-catalog-page main .grid > .group[class~="aspect-[215/160]"] button:has(svg.lucide-play) * {
  color: #fff !important;
}

html.bt-catalog-page main .grid > .group[class~="aspect-[215/160]"] svg.lucide-play {
  fill: #fff !important;
  stroke: #fff !important;
}

html.bt-catalog-page main .grid > .group[class~="aspect-[215/160]"] > :is(h3,p) {
  display: none !important;
}

html.bt-catalog-page main button:is([class~="min-h-[60px]"], [class~="min-h-[80px]"]) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 64px !important;
  padding: 12px !important;
}

html.bt-catalog-page main button:is([class~="min-h-[60px]"], [class~="min-h-[80px]"]) > span {
  display: none !important;
}

html.bt-catalog-page main button:is([class~="min-h-[60px]"], [class~="min-h-[80px]"]) > img {
  width: 100% !important;
  height: 32px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
}

html.bt-catalog-page main button:is([class~="min-h-[60px]"], [class~="min-h-[80px]"]):is(:not(:has(> img)), [data-bt-logo="fallback"])::before {
  content: attr(data-bt-provider-name);
  display: block;
  width: 100%;
  color: #e5e7ee;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

html.bt-catalog-page main input:is([placeholder="Oyun Ara..."], [placeholder="Sağlayıcı Ara..."]):is(:focus, :focus-visible) {
  border-color: #e31e24 !important;
  outline: none !important;
  --tw-ring-color: rgba(227,30,36,.3) !important;
  --tw-ring-offset-width: 0px !important;
  box-shadow: 0 0 0 2px rgba(227,30,36,.3) !important;
}

@media (max-width: 767px) {
  html.bt-catalog-page main div.grid:has(> .group.relative.overflow-hidden[class~="aspect-[215/160]"]) {
    gap: 10px !important;
  }
}

html.bt-catalog-page main div.grid:has(> button:is([class~="min-h-[60px]"], [class~="min-h-[80px]"])) {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html.bt-catalog-page main button[data-bt-provider-name] {
  min-width: 0 !important;
}

html.bt-catalog-page main button[data-bt-logo="fallback"] > img {
  display: none !important;
}

@media (max-width: 1023px) {
  html.bt-catalog-page main .overflow-x-auto:has(> .flex > button svg.lucide-gamepad2) {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  
  html.bt-catalog-page main .overflow-x-auto:has(> .flex > button svg.lucide-gamepad2)::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

html.bt-catalog-page main button[data-bt-logo="ready"] > img {
  display: block !important;
}

@media (min-width: 768px) {
  main > .pb-20 > div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos"]),
  main > .pb-20 > div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos"]) > div,
  main > .pb-20 > div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos"]) > div > div:has(> img) {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  
  main > .pb-20 > div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos"]) {
    margin-block: 32px !important;
  }
  
  main > .pb-20 > div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos"]) img[src*="Provider-Logos"] {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}

@media (max-width: 767px) {
  main > .pb-20 > div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos"]) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  main > .pb-20 > div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos"]) {
    margin-top: 100px !important;
  }
}

@media (min-width: 768px) {
  main > .pb-20 > div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos"]) {
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
    padding: 50px 0 !important;
    box-sizing: border-box !important;
  }
}

footer.bt-rebuild-footer {
  border: 0 !important;
  box-shadow: none !important;
  font-family: inherit !important;
}

footer.bt-rebuild-footer > .bt-footer-wrap {
  width: min(1552px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

footer.bt-rebuild-footer .bt-footer-top {
  display: grid !important;
  grid-template-columns: minmax(260px, 2fr) repeat(4, minmax(0, 1fr)) !important;
  gap: 48px !important;
  padding: 96px 0 48px !important;
}

footer.bt-rebuild-footer .bt-footer-brand {
  min-width: 0;
}

footer.bt-rebuild-footer .bt-footer-logo {
  width: 288px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 0 18px !important;
}

footer.bt-rebuild-footer .bt-footer-tagline {
  color: #e31e24 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  margin: 0 0 34px !important;
}

footer.bt-rebuild-footer .bt-footer-mail {
  max-width: 100%;
  padding: 7px 14px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 24px !important;
  background: rgba(10,12,22,.25) !important;
  color: #c8c9d2 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  overflow-wrap: anywhere;
  gap: 8px !important;
}

footer.bt-rebuild-footer .bt-footer-mail img {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px;
}

footer.bt-rebuild-footer .bt-footer-column h4 {
  margin: 4px 0 24px !important;
  color: #a4a5b0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

footer.bt-rebuild-footer .bt-footer-column a {
  color: #90919b !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin: 0 0 22px !important;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;
}

footer.bt-rebuild-footer .bt-footer-column a:last-child {
  margin-bottom: 0 !important;
}

footer.bt-rebuild-footer a:hover {
  color: #fff !important;
}

footer.bt-rebuild-footer a:focus-visible {
  outline: 2px solid #e31e24 !important;
  outline-offset: 5px !important;
  border-radius: 3px;
}

footer.bt-rebuild-footer .bt-footer-trust {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 32px !important;
  padding: 26px 0 44px !important;
  border: 0 !important;
}

footer.bt-rebuild-footer .bt-footer-trust-item {
  align-items: center !important;
  gap: 18px !important;
  min-width: 0;
}

footer.bt-rebuild-footer .bt-footer-trust-item img {
  width: 66px !important;
  height: 66px !important;
  flex: 0 0 66px !important;
}

footer.bt-rebuild-footer .bt-footer-trust-title {
  color: #f3f3f7 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  margin: 0 0 5px !important;
}

footer.bt-rebuild-footer .bt-footer-trust-copy {
  color: #90919b !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

footer.bt-rebuild-footer .bt-footer-bottom {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding: 28px 0 !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
  color: #90919b !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

footer.bt-rebuild-footer .bt-footer-bottom strong {
  color: #e31e24 !important;
  font-weight: 500 !important;
}

footer.bt-rebuild-footer .bt-footer-legal {
  display: flex;
  align-items: center;
  gap: 12px !important;
}

footer.bt-rebuild-footer .bt-footer-age {
  background: #e31e24 !important;
  font-size: 11px !important;
}

footer.bt-rebuild-footer .bt-footer-language {
  margin-left: 32px;
  padding: 6px 13px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 24px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer.bt-rebuild-footer .bt-footer-top {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 32px !important;
    padding-top: 56px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-brand {
    grid-column: 1 / -1;
  }
  
  footer.bt-rebuild-footer .bt-footer-trust {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 767px) {
  footer.bt-rebuild-footer > .bt-footer-wrap {
    width: calc(100% - 32px) !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-top {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 32px 20px !important;
    padding: 40px 0 32px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-brand {
    grid-column: 1 / -1;
  }
  
  footer.bt-rebuild-footer .bt-footer-logo {
    width: 224px !important;
    margin-bottom: 14px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-tagline {
    font-size: 15px !important;
    margin-bottom: 22px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-column h4 {
    font-size: 13px !important;
    margin: 0 0 14px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-column a {
    font-size: 12px !important;
    padding-block: 6px;
    margin-bottom: 5px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-trust {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 24px 16px !important;
    padding: 16px 0 32px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-trust-item {
    gap: 10px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-trust-item img {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-trust-title {
    font-size: 12px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-trust-copy {
    font-size: 10px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 24px 0 !important;
    gap: 18px !important;
    font-size: 11px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-legal {
    flex-wrap: wrap;
    gap: 10px !important;
  }
  
  footer.bt-rebuild-footer .bt-footer-language {
    margin-left: 8px;
  }
}

footer.bt-rebuild-footer {
  background-color: #131523 !important;
  background-image: none !important;
}

html.bt-footer-home-aligned footer.bt-rebuild-footer > .bt-footer-wrap {
  width: var(--bt-home-game-width) !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  box-sizing: border-box !important;
}

@media (min-width: 768px) {
  html.bt-footer-home-aligned main > .pb-20 > div.relative.overflow-hidden.w-full:has(img[src*="Provider-Logos"]) {
    width: var(--bt-home-game-width) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
  }
}

html body footer.bt-rebuild-footer {
  flex: 0 0 auto !important;
  align-self: stretch !important;
  width: 100% !important;
  box-sizing: border-box !important;
  position: relative !important;
  isolation: isolate;
  background-color: #131523 !important;
  background-image: none !important;
}

html body footer.bt-rebuild-footer > .bt-footer-wrap::before {
  display: none !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 48px 0 !important;
  padding: 0 !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) > .flex.flex-wrap {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) > .flex.flex-wrap > div:has(.grid > .w-full > .group) {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) [class~="min-h-[200px]"]:has(.grid) {
  min-height: 0 !important;
  height: auto !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .flex.flex-col:has(> .grid) {
  gap: 0 !important;
  min-width: 0 !important;
  height: auto !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .flex.items-center.justify-between:has(> h3) {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 0 24px !important;
  padding: 0 0 15px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.18) !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .flex.items-center.justify-between:has(> h3) > h3 {
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  color: #f6f6f8 !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  overflow-wrap: anywhere;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .flex.items-center.justify-between:has(> h3) > h3 > span {
  display: none !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .flex.items-center.justify-between:has(> h3) > a {
  flex: 0 0 auto !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: rgba(255,255,255,.58) !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .grid:has(> .w-full > .group) {
  display: grid !important;
  grid-template-columns: repeat(6,minmax(0,1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .grid > .w-full {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .grid > .w-full > .group {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .grid > .w-full > .group > [class~="aspect-[215/160]"] {
  position: relative !important;
  aspect-ratio: 215 / 160 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .grid > .w-full > .group > [class~="aspect-[215/160]"] > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 767px) {
  main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) {
    margin-block: 32px !important;
  }
  
  main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .grid:has(> .w-full > .group) {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  }
  
  main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .flex.items-center.justify-between:has(> h3) {
    padding-bottom: 14px !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid rgba(255,255,255,.16) !important;
    gap: 8px !important;
  }
  
  main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .flex.items-center.justify-between:has(> h3) > h3 {
    font-size: 20px !important;
    line-height: 1.15 !important;
  }
  
  main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .flex.items-center.justify-between:has(> h3) > a {
    font-size: 11px !important;
  }
}

@media (max-width: 767px) {
  main > .pb-20 > section .group > .px-1 > p.text-xs.text-slate-500 {
    font-size: .6rem !important;
    line-height: .55rem !important;
    letter-spacing: .05rem !important;
    --tw-text-opacity: .75;
    color: rgb(100 116 139 / var(--tw-text-opacity, .5)) !important;
  }
  
  main > .pb-20 > section .group > .px-1 > p.font-bold.text-white.text-sm {
    --tw-text-opacity: 1;
    color: rgb(255 255 255) !important;
    font-weight: 600 !important;
    font-size: .8rem !important;
    line-height: 1.25rem !important;
    letter-spacing: .01rem !important;
  }
  
  main > .pb-20 > section .group > .px-1 > p.truncate {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .grid:has(> .w-full > .group) {
    gap: 8px !important;
  }
}

@media (min-width: 768px) {
  main > .pb-20 > section .group > .px-1 > p.font-bold.text-white.text-sm {
    color: rgb(255 255 255) !important;
    font-weight: 500 !important;
    font-size: .9rem !important;
    line-height: 1.5rem !important;
    margin: 0 !important;
  }
  
  main > .pb-20 > section .group > .px-1 > p.text-xs.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
    font-size: .625rem !important;
    line-height: .725rem !important;
    letter-spacing: .05rem !important;
    margin: 0 !important;
  }
  
  main > .pb-20 > section .group > .px-1 > p.truncate {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }
}

html body main > .pb-20 > section .bt-desktop-game-title > :is(h2, h3),
html body main > .pb-20 > section .bt-standard-game-title > :is(h2, h3),
html body main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .flex.items-center.justify-between:has(> h3) > h3 {
  font-family: "Neurial Grotesk", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  letter-spacing: normal !important;
  color: #f6f6f8 !important;
}

@media (max-width: 767px) {
  html body main > .pb-20 > section .bt-desktop-game-title > :is(h2, h3),
  html body main > .pb-20 > section .bt-standard-game-title > :is(h2, h3),
  html body main > .pb-20 > section:has(.grid > .w-full > .group > [class~="aspect-[215/160]"]) .flex.items-center.justify-between:has(> h3) > h3 {
    font-size: 20px !important;
    line-height: 1.15 !important;
  }
}

main > .pb-20 > section .group button:has(svg.lucide-play) {
  background: #e31e24 !important;
  border-color: #e31e24 !important;
  color: #fff !important;
}

main > .pb-20 > section .group button svg.lucide-play {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}

main > .pb-20 > section .group:is(:hover, :focus-within)
  > .relative.overflow-hidden:has(> img) {
  border-color: #e31e24 !important;
}

/* Jackpot Havuzu — masaüstü ve mobil gizleme */
html.bt-catalog-page main > div > div.container:has(> div > div > div > svg.lucide-trophy):has([style*="/images/jackpot/"]) {
  display: none !important;
}

/* Casino ve Canlı Casino — masaüstü başlık hizalaması */
@media (min-width: 1024px) {
  html.bt-catalog-page main div.flex-shrink-0:has(
    input[placeholder="Sağlayıcı Ara..."]
  ) > div:first-child,
  html.bt-catalog-page main div:has(> h1) {
    box-sizing: border-box !important;
    height: 40px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}



/* Canlı destek — ortak mesaj düzeni */
div.fixed.bottom-0.right-0.z-50 div:has(> p.whitespace-pre-wrap) {
  box-sizing: border-box;
  max-width: 86% !important;
  padding: 12px 15px !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* Tüm mesajların ana metni */
div.fixed.bottom-0.right-0.z-50 div:has(> p.whitespace-pre-wrap) > p.whitespace-pre-wrap,
div.fixed.bottom-0.right-0.z-50 div:has(> p.whitespace-pre-wrap) > p.whitespace-pre-wrap * {
  margin: 0 !important;
  color: #1f2937 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
  overflow-wrap: anywhere;
}

/* Destek Ekibi ve AI gönderen adı */
div.fixed.bottom-0.right-0.z-50 div:has(> p.whitespace-pre-wrap) > p:first-child:not(.whitespace-pre-wrap) {
  margin: 0 0 7px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

/* Tüm mesaj saatleri */
div.fixed.bottom-0.right-0.z-50 div:has(> p.whitespace-pre-wrap) > p:last-child {
  margin: 8px 0 0 !important;
  color: #475569 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-align: right !important;
}

/* Destek Ekibi: beyaz balon, koyu metin */
div.fixed.bottom-0.right-0.z-50 .bg-white:has(> p.text-green-600) {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-bottom-left-radius: 6px !important;
}

div.fixed.bottom-0.right-0.z-50 .bg-white:has(> p.text-green-600) > p:first-child {
  color: #15803d !important;
}

/* AI Asistan: açık renkli balon, koyu metin */
div.fixed.bottom-0.right-0.z-50 .bg-gradient-to-br:has(> p.text-cyan-600) {
  background: linear-gradient(135deg, #ecfeff, #f5f3ff) !important;
  border: 1px solid #c7d2fe !important;
  border-bottom-left-radius: 6px !important;
}

div.fixed.bottom-0.right-0.z-50 .bg-gradient-to-br:has(> p.text-cyan-600) > p:first-child {
  color: #0e7490 !important;
}

/* Ziyaretçi: kırmızı balon, beyaz metin */
div.fixed.bottom-0.right-0.z-50 .bg-green-600:has(> p.whitespace-pre-wrap) {
  background: #e31e24 !important;
  border-bottom-right-radius: 6px !important;
}

div.fixed.bottom-0.right-0.z-50 .bg-green-600:has(> p.whitespace-pre-wrap) > p.whitespace-pre-wrap,
div.fixed.bottom-0.right-0.z-50 .bg-green-600:has(> p.whitespace-pre-wrap) > p.whitespace-pre-wrap *,
div.fixed.bottom-0.right-0.z-50 .bg-green-600:has(> p.whitespace-pre-wrap) > p:last-child {
  color: #ffffff !important;
}

/* Mesaj yazma alanı da mesajlarla aynı boyutta */
div.fixed.bottom-0.right-0.z-50 input[placeholder="Mesajınızı yazın..."] {
  font-size: 16px !important;
  line-height: 1.5 !important;
}