.home-casino-theme {
    --hct-bg: #f3f4f8;
    --hct-surface: #ffffff;
    --hct-surface-2: #e7eaf2;
    --hct-text: #232a3b;
    --hct-muted: #657080;
    --hct-accent: #3598aa;
    --hct-accent-text: #ffffff;
    --hct-border: rgba(35,42,59,.14);
    --hct-highlight: #f26363;
    box-sizing: border-box;
    color: var(--hct-text);
    background: var(--hct-bg);
    font-family: 'Quicksand', sans-serif;
}
.home-casino-theme *, .home-casino-theme *::before, .home-casino-theme *::after { box-sizing: border-box; }

/* Main banner */
.home-casino-theme--hero { padding: 18px 16px 0; }
.home-casino-theme--hero .boxSlider { width: min(1380px, 100%); margin: 0 auto; overflow: hidden; border: 1px solid var(--hct-border); border-radius: 16px; background: var(--hct-surface); box-shadow: 0 16px 36px rgba(0,0,0,.2); }
.home-casino-theme--hero .mainSlider { position: relative; overflow: hidden; border-radius: inherit; }
.home-casino-theme--hero .swiper-slide, .home-casino-theme--hero .swiper-slide a { display: block; }
.home-casino-theme--hero .swiper-slide img { width: 100%; height: auto; display: block; object-fit: cover; }
.home-casino-theme--hero .swiper-pagination-bullet { width: 7px; height: 7px; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.55); opacity: 1; transition: width .2s ease, background-color .2s ease; }
.home-casino-theme--hero .swiper-pagination-bullet-active { width: 22px; border-radius: 999px; border-color: var(--hct-accent); background: var(--hct-accent); }
.home-casino-theme--hero .swiper-scrollbar { height: 3px; background: rgba(255,255,255,.08); }
.home-casino-theme--hero .swiper-scrollbar-drag { background: var(--hct-accent); }
.home-casino-theme--hero .home-slider-arrow, .home-casino-theme--matches .home-match-arrow { position: absolute; z-index: 8; top: 50%; width: 36px; height: 36px; padding: 0; border: 1px solid var(--hct-accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--hct-accent-text); background: var(--hct-accent); box-shadow: 0 8px 20px rgba(0,0,0,.24); font: 700 24px/1 Arial, sans-serif; cursor: pointer; transform: translateY(-50%); transition: filter .2s ease, transform .2s ease; }
.home-casino-theme--hero .home-slider-arrow:hover, .home-casino-theme--matches .home-match-arrow:hover { filter: brightness(1.08); transform: translateY(-50%) scale(1.04); }
.home-casino-theme--hero .home-slider-arrow--prev, .home-casino-theme--matches .home-match-arrow--prev { left: 12px; }
.home-casino-theme--hero .home-slider-arrow--next, .home-casino-theme--matches .home-match-arrow--next { right: 12px; }
.home-casino-theme--hero .home-slider-arrow.swiper-button-disabled, .home-casino-theme--matches .home-match-arrow.swiper-button-disabled { opacity: .25; pointer-events: none; }

/* Popular sport matches */
.home-casino-theme--matches { z-index: 1; margin: 0; padding: 22px 16px 12px; overflow: hidden; }
.home-casino-theme--matches > .AreaDefault { width: min(1380px, 100%); max-width: none; overflow: hidden; }
.home-casino-theme--matches .swiper.match { width: 100%; margin: 0 !important; padding: 2px 0 8px; }
.home-casino-theme--matches .matchItem { max-width: none !important; height: 180px; margin-top: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; padding: 12px !important; border: 1px solid var(--hct-border) !important; border-radius: 13px !important; color: var(--hct-text) !important; background: linear-gradient(145deg, rgba(35,42,59,.025), transparent), var(--hct-surface) !important; box-shadow: 0 8px 22px rgba(35,42,59,.10); transition: transform .2s ease, border-color .2s ease; }
.home-casino-theme--matches .matchItem:hover { border-color: var(--hct-accent) !important; transform: translateY(-2px); }
.home-casino-theme--matches .matchItem .mILogo { width: 56px !important; height: 62px !important; padding: 6px; border: 1px solid var(--hct-border); border-radius: 11px; background: var(--hct-surface-2); }
.home-casino-theme--matches .matchItem .mILogo img { width: 100%; height: 100%; max-height: none !important; object-fit: contain; }
.home-casino-theme--matches .matchItem .mIMatchData { width: calc(100% - 122px) !important; color: var(--hct-muted) !important; }
.home-casino-theme--matches .matchItem .mIMatchData .sp01 { color: var(--hct-highlight); font-size: 10px !important; font-weight: 900; text-transform: uppercase; }
.home-casino-theme--matches .matchItem .mIMatchData .sp02 { color: var(--hct-text); font-weight: 800; }
.home-casino-theme--matches .matchItem .mIMatchData .sp03 { color: var(--hct-muted); font-size: 11px !important; }
.home-casino-theme--matches .matchItem .mIMainCenter { height: 42px !important; margin-top: 10px !important; color: var(--hct-text) !important; }
.home-casino-theme--matches .matchItem .mIMainCenter span { color: var(--hct-text) !important; }
.home-casino-theme--matches .matchItem .mIMainCenter .sp05 { color: var(--hct-accent) !important; }
.home-casino-theme--matches .matchItem .mIMainBottom { height: 36px !important; }
.home-casino-theme--matches .matchItem .mlBottomItem_03 { height: 34px !important; overflow: hidden; border: 1px solid var(--hct-border) !important; border-radius: 9px !important; color: var(--hct-text) !important; background: var(--hct-surface-2) !important; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.home-casino-theme--matches .matchItem .mlBottomItem_03:hover { border-color: var(--hct-accent) !important; color: var(--hct-accent-text) !important; background: var(--hct-accent) !important; }
.home-casino-theme--matches .matchItem .mlBottomItem_03 span { height: 32px !important; line-height: 32px !important; color: inherit !important; }

/* Promotional cards */
.home-casino-theme--features { margin: 0; padding: 10px 16px 34px; overflow: hidden; }
.home-casino-theme--features > .AreaDefault { width: min(1380px, 100%); max-width: none; display: flex; gap: 12px; }
.home-casino-theme--features > .AreaDefault > .bt_item { width: calc((100% - 12px) / 2); height: 228px; margin: 0; overflow: hidden; border: 1px solid var(--hct-border) !important; border-radius: 14px; background: var(--hct-surface); box-shadow: 0 8px 22px rgba(35,42,59,.10); }
.home-casino-theme--features .bt_item > .swiper, .home-casino-theme--features .bt_item > .bt_item_Main02 { width: 100%; height: 100%; }
.home-casino-theme--features .bt_item > .swiper .swiper-slide { position: relative; height: 100%; overflow: hidden; background: var(--hct-surface); }
.home-casino-theme--features .bt_item > .swiper .swiper-slide::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,7,13,.82) 0%, rgba(3,7,13,.34) 58%, rgba(3,7,13,.06) 100%); pointer-events: none; }
.home-casino-theme--features .bt_item > .swiper .swiper-slide > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.home-casino-theme--features .bt_item:hover > .swiper .swiper-slide-active > img { transform: scale(1.025); }
.home-casino-theme--features .bticon, .home-casino-theme--features .btspan, .home-casino-theme--features .swiper_wrapper_bt_01 a { z-index: 2; }
.home-casino-theme--features .bticon { color: var(--hct-accent); }
.home-casino-theme--features .btspan { color: #ffffff; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.home-casino-theme--features .swiper_wrapper_bt_01 a { text-decoration: none; }
.home-casino-theme--features .button_Df { min-width: 112px; height: 36px; padding: 0 12px; border: 0 !important; border-radius: 9px !important; display: flex !important; align-items: center; justify-content: center; color: var(--hct-accent-text) !important; background: var(--hct-accent) !important; box-shadow: 0 7px 18px rgba(0,0,0,.2); font-size: 10px; font-weight: 900; line-height: normal !important; transition: transform .2s ease, filter .2s ease; }
.home-casino-theme--features .button_Df .bdfsp01 { height: 100%; display: inline-flex; align-items: center; justify-content: center; line-height: 1.1 !important; }
.home-casino-theme--features .button_Df:hover { filter: brightness(1.08); transform: translateY(-1px); }

.home-casino-summary {
    --hcs-bg: #f3f4f8;
    --hcs-surface: #ffffff;
    --hcs-surface-2: #e7eaf2;
    --hcs-text: #232a3b;
    --hcs-muted: #657080;
    --hcs-accent: #3598aa;
    --hcs-accent-text: #ffffff;
    --hcs-border: rgba(35,42,59,.14);
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 34px 16px;
    overflow-x: hidden;
    color: var(--hcs-text);
    background: linear-gradient(180deg, rgba(35,42,59,.025), transparent), var(--hcs-bg);
    font-family: 'Quicksand', sans-serif;
}
.home-casino-summary *, .home-casino-summary *::before, .home-casino-summary *::after { box-sizing: border-box; }
.home-casino-summary__labels { display: none !important; }
.home-casino-summary__inner { width: min(1380px, 100%); max-width: 100%; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr); gap: 38px; }
.home-casino-summary__section { min-width: 0; }
.home-casino-summary__header { width: 100%; min-width: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.home-casino-summary__header > div { min-width: 0; flex: 1 1 auto; }
.home-casino-summary__header span { color: var(--hcs-accent); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.home-casino-summary__header h2 { margin: 5px 0 4px; color: var(--hcs-text); font-size: 23px; font-weight: 900; line-height: 1.15; }
.home-casino-summary__header p { margin: 0; color: var(--hcs-muted); font-size: 11px; line-height: 1.5; }
.home-casino-summary__header > a { max-width: 100%; min-height: 38px; display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; padding: 0 13px; border: 1px solid var(--hcs-border); border-radius: 10px; color: var(--hcs-text); background: var(--hcs-surface); font-size: 10px; font-weight: 900; white-space: nowrap; text-decoration: none; }
.home-casino-summary__header > a:hover { border-color: var(--hcs-accent); color: var(--hcs-accent); }
.home-casino-summary__rail-wrap { position: relative; min-width: 0; max-width: 100%; }
.home-casino-summary__rail { width: 100%; max-width: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(175px, 1fr); grid-template-rows: 1fr; gap: 12px; min-height: 270px; padding: 4px 1px 9px; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--hcs-accent) transparent; }
.home-casino-summary__rail::-webkit-scrollbar { height: 5px; }
.home-casino-summary__rail::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--hcs-accent); }
.home-casino-summary__card { min-width: 0; overflow: hidden; border: 1px solid var(--hcs-border); border-radius: 16px; display: block; scroll-snap-align: start; scroll-snap-stop: always; color: var(--hcs-text); background: var(--hcs-surface); box-shadow: 0 8px 22px rgba(35,42,59,.10); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.home-casino-summary__card:hover { border-color: var(--hcs-accent); box-shadow: 0 0 0 1px var(--hcs-accent), 0 14px 30px rgba(0,0,0,.22); transform: translateY(-3px); }
.home-casino-summary__media { position: relative; aspect-ratio: 4 / 3; display: block; overflow: hidden; background: linear-gradient(135deg, var(--hcs-surface-2), var(--hcs-bg)); }
.home-casino-summary__card--slot .home-casino-summary__media { aspect-ratio: 1.22 / 1; }
.home-casino-summary__media::after { content: ''; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(2,5,10,.62)); pointer-events: none; }
.home-casino-summary__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.home-casino-summary__media img.is-missing { opacity: 0; }
.home-casino-summary__card:hover img { transform: scale(1.045); }
.home-casino-summary__badge { position: absolute; z-index: 2; top: 9px; left: 9px; padding: 4px 7px; border-radius: 999px; color: #fff; background: rgba(7,11,19,.82); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.home-casino-summary__body { padding: 12px; }
.home-casino-summary__copy { min-width: 0; margin-bottom: 11px; }
.home-casino-summary__copy small, .home-casino-summary__copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-casino-summary__copy small { margin-bottom: 3px; color: var(--hcs-accent); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.home-casino-summary__copy strong { color: var(--hcs-text); font-size: 13px; font-weight: 800; }
.home-casino-summary__actions { display: flex; gap: 7px; }
.home-casino-summary__play { width: 100%; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; color: var(--hcs-accent-text); background: var(--hcs-accent); font-size: 16px; text-decoration: none; transition: filter .2s ease, transform .2s ease; }
.home-casino-summary__play:hover { color: var(--hcs-accent-text); filter: brightness(.94); transform: translateY(-1px); }
.home-casino-summary__arrow { position: absolute; z-index: 4; top: 50%; width: 34px; height: 34px; padding: 0; border: 1px solid var(--hcs-accent); border-radius: 50%; color: var(--hcs-accent-text); background: var(--hcs-accent); box-shadow: 0 6px 16px rgba(35,42,59,.18); font-size: 22px; line-height: 30px; cursor: pointer; transform: translateY(-50%); }
.home-casino-summary__arrow--prev { left: -13px; }
.home-casino-summary__arrow--next { right: -13px; }
.home-casino-summary__arrow:disabled { visibility: hidden; }
.home-casino-summary__loading, .home-casino-summary__state { grid-column: 1 / -1; min-width: min(100%, 680px); min-height: 190px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px dashed var(--hcs-border); border-radius: 13px; color: var(--hcs-muted); background: rgba(255,255,255,.62); font-size: 11px; }
.home-casino-summary__loading i { width: 7px; height: 7px; border-radius: 50%; background: var(--hcs-accent); animation: hcs-pulse 1s ease-in-out infinite; }
.home-casino-summary__loading i:nth-child(2) { animation-delay: .14s; }
.home-casino-summary__loading i:nth-child(3) { animation-delay: .28s; }
@keyframes hcs-pulse { 0%,100% { opacity:.25; transform:translateY(0); } 50% { opacity:1; transform:translateY(-5px); } }
@media (min-width: 1200px) { .home-casino-summary__rail { grid-auto-columns: calc((100% - 60px) / 6); } }
@media (max-width: 767px) {
    .home-casino-theme--hero { padding: 10px 10px 0; }
    .home-casino-theme--hero .boxSlider { border-radius: 12px; }
    .home-casino-theme--hero .home-slider-arrow, .home-casino-theme--matches .home-match-arrow { width: 30px; height: 30px; font-size: 20px; }
    .home-casino-theme--hero .home-slider-arrow--prev, .home-casino-theme--matches .home-match-arrow--prev { left: 7px; }
    .home-casino-theme--hero .home-slider-arrow--next, .home-casino-theme--matches .home-match-arrow--next { right: 7px; }
    .home-casino-theme--matches { padding: 16px 10px 8px; }
    .home-casino-theme--features { padding: 8px 10px 26px; }
    .home-casino-theme--features > .AreaDefault { gap: 8px; }
    .home-casino-theme--features > .AreaDefault > .bt_item { width: calc((100% - 8px) / 2); }
    .home-casino-summary { padding: 26px 12px; }
    .home-casino-summary__inner { gap: 30px; }
    .home-casino-summary__header { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 8px; }
    .home-casino-summary__header h2 { overflow-wrap: anywhere; white-space: normal; font-size: 19px; }
    .home-casino-summary__header p { max-width: 100%; font-size: 10px; }
    .home-casino-summary__header > a { min-height: 34px; padding: 0 8px; font-size: 9px; }
    .home-casino-summary__rail { grid-auto-columns: calc((100% - 10px) / 2); gap: 10px; min-height: 245px; padding-bottom: 7px; }
    .home-casino-summary__body { padding: 9px; }
    .home-casino-summary__copy { margin-bottom: 8px; }
    .home-casino-summary__copy small { font-size: 8px; }
    .home-casino-summary__copy strong { font-size: 12px; }
    .home-casino-summary__play { min-height: 44px; border-radius: 9px; }
    .home-casino-summary__arrow { width: 28px; height: 28px; display: block; font-size: 18px; line-height: 24px; }
    .home-casino-summary__arrow--prev { left: 5px; }
    .home-casino-summary__arrow--next { right: 5px; }
}
@media (max-width: 560px) {
    .home-casino-theme--features > .AreaDefault { display: block; }
    .home-casino-theme--features > .AreaDefault > .bt_item { width: 100%; margin-bottom: 8px; }
    .home-casino-theme--features > .AreaDefault > .bt_item:last-child { margin-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) { .home-casino-summary__rail { scroll-behavior: auto; } .home-casino-summary__loading i { animation: none; } .home-casino-summary__card, .home-casino-summary__media img, .home-casino-theme--features .swiper-slide > img, .home-casino-theme--matches .matchItem { transition: none; } }
