.ez8-main[data-ez8-view="home"] { width: min(calc(100% - 32px), var(--ez8-content)); margin: 16px auto 0; padding-bottom: 48px; }
.ez8-hero { position: relative; overflow: hidden; border-radius: 18px; background: #061448; box-shadow: var(--ez8-shadow); }
.ez8-carousel__viewport { position: relative; overflow: hidden; }
.ez8-carousel__track { display: flex; width: 100%; transition: transform .45s cubic-bezier(.25, .8, .25, 1); touch-action: pan-y; }
.ez8-carousel__slide { flex: 0 0 100%; min-width: 0; }
.ez8-carousel__slide img { width: 100%; height: 219px; object-fit: cover; }
.ez8-carousel__arrow { position: absolute; top: 50%; z-index: 4; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(0, 10, 48, .65); color: #fff; transform: translateY(-50%); transition: background-color .18s ease, transform .18s ease; }
.ez8-carousel__arrow:hover { background: rgba(0, 10, 48, .9); transform: translateY(-50%) scale(1.04); }
.ez8-carousel__arrow svg { width: 22px; height: 22px; }
.ez8-carousel__arrow--previous { left: 12px; }
.ez8-carousel__arrow--next { right: 12px; }
.ez8-carousel__dots { position: absolute; bottom: 10px; left: 50%; z-index: 4; display: flex; align-items: center; gap: 5px; transform: translateX(-50%); }
.ez8-carousel__dots button { width: 8px; height: 8px; padding: 0; border-radius: 999px; background: rgba(255, 255, 255, .35); transition: width .2s ease, background-color .2s ease; }
.ez8-carousel__dots button.is-active { width: 27px; background: var(--ez8-brand); }
.ez8-hero__mobile-actions { display: none; }
.ez8-announcement { height: 38px; margin: 10px 0 14px; padding: 0 12px; display: flex; align-items: center; gap: 10px; border: 1px solid #edf0f2; background: #fff; color: #555b63; font-size: 11px; overflow: hidden; }
.ez8-announcement svg { width: 17px; height: 17px; color: var(--ez8-brand); }
.ez8-announcement__viewport { flex: 1; min-width: 0; overflow: hidden; }
.ez8-announcement__track { display: inline-block; min-width: 100%; white-space: nowrap; animation: ez8-marquee 30s linear infinite; }
.ez8-announcement:hover .ez8-announcement__track { animation-play-state: paused; }
.ez8-announcement a { margin-left: auto; color: var(--ez8-brand); font-weight: 700; }
@keyframes ez8-marquee { from { transform: translateX(100%); } to { transform: translateX(-100%); } }
.ez8-rail { min-width: 0; overflow: hidden; }
.ez8-rail__track, .ez8-hot-games__rail { display: flex; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; cursor: grab; touch-action: pan-x; user-select: none; }
.ez8-rail__track::-webkit-scrollbar, .ez8-hot-games__rail::-webkit-scrollbar { display: none; }
[data-ez8-drag-scroll].is-dragging { cursor: grabbing; scroll-behavior: auto; }
[data-ez8-drag-scroll].is-dragging * { pointer-events: none; }
.ez8-promotions-rail { margin-bottom: 58px; }
.ez8-promotions-rail .ez8-rail__track { gap: 16px; }
.ez8-promotion-tile { flex: 0 0 280px; height: 93px; overflow: hidden; border-radius: 7px; background: var(--ez8-brand); }
.ez8-promotion-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.ez8-promotion-tile:hover img { transform: scale(1.025); }
.ez8-hot-games { margin-bottom: 59px; }
.ez8-hot-games h2 { margin: 0 0 19px; color: #4e5055; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 30px; font-weight: 200; line-height: 28px; text-align: center; }
.ez8-hot-games__rail { gap: 12px; padding: 0 10px 8px; }
.ez8-hot-card { flex: 0 0 176px; padding: 0; overflow: hidden; background: transparent; text-align: center; }
.ez8-hot-card__image { display: block; overflow: hidden; border-radius: 17px; }
.ez8-hot-card img { width: 176px; height: 220px; object-fit: cover; transition: transform .22s ease; }
.ez8-hot-card:hover img { transform: scale(1.035); }
.ez8-hot-card strong, .ez8-hot-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ez8-hot-card strong { margin-top: 9px; color: #25282d; font-size: 12px; font-weight: 400; }
.ez8-hot-card small { margin-top: 2px; color: #7e8288; font-size: 10px; }
.ez8-provider-tabs { height: 44px; margin-bottom: 47px; display: flex; align-items: stretch; border-bottom: 1px solid #dfe4e8; }
.ez8-provider-tabs button { position: relative; min-width: 74px; padding: 0 10px; background: transparent; color: #a4a6ab; font-size: 11px; }
.ez8-provider-tabs button::after { position: absolute; right: 0; bottom: -2px; left: 0; height: 3px; background: transparent; content: ""; }
.ez8-provider-tabs button:hover, .ez8-provider-tabs button.is-active { color: #25272b; }
.ez8-provider-tabs button.is-active::after { background: linear-gradient(90deg, transparent 42%, var(--ez8-brand) 42% 58%, transparent 58%); }
.ez8-provider-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px 8px; }
.ez8-provider-card { position: relative; min-width: 0; padding: 0; overflow: hidden; border-radius: 12px; background: #e9f9fd; transition: transform .2s ease, box-shadow .2s ease; }
.ez8-provider-card:hover { z-index: 2; transform: translateY(-3px); box-shadow: var(--ez8-shadow); }
.ez8-provider-card img { width: 100%; aspect-ratio: 256 / 326; object-fit: cover; }
.ez8-provider-card[hidden] { display: none; }
.ez8-onboarding { margin-top: 70px; padding-top: 0; text-align: center; }
.ez8-onboarding h2, .ez8-app-instructions h2 { margin: 0 0 27px; color: #686a70; font-size: 18px; font-weight: 400; letter-spacing: 6px; text-transform: uppercase; }
.ez8-section-rule { height: 1px; margin: 0 8px 29px; display: flex; justify-content: space-around; background: #d8eaf3; }
.ez8-section-rule i { width: 7px; height: 7px; margin-top: -3px; border: 2px solid #fff; background: var(--ez8-brand); transform: rotate(45deg); }
.ez8-section-subtitle { margin: 0 0 53px; color: #a4a5a9; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; }
.ez8-onboarding__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 44px; }
.ez8-onboarding__grid article { min-width: 0; }
.ez8-onboarding__icon, .ez8-app-instructions__icon { width: 106px; height: 106px; margin: 0 auto 31px; display: grid; place-items: center; border: 1px solid #e8eaec; border-radius: 50%; color: var(--ez8-brand); }
.ez8-onboarding__icon, .ez8-app-instructions__icon { position: relative; }
.ez8-onboarding__icon img { position: relative; z-index: 2; width: 72px; height: 72px; }
.ez8-onboarding__index { position: absolute; top: 4px; left: 50%; z-index: 1; color: rgba(0, 0, 0, .04); font-size: 64px; line-height: 96px; transform: translateX(-50%); }
.ez8-app-instructions__icon img { position: relative; z-index: 2; width: 40px; height: 40px; }
.ez8-app-instructions__index { position: absolute; top: 13px; left: 53px; z-index: 1; color: rgba(0, 0, 0, .04); font-size: 30px; line-height: 45px; opacity: .2; }
.ez8-onboarding__icon svg { width: 49px; height: 49px; }
.ez8-onboarding article strong { color: #34373d; font-size: 14px; }
.ez8-onboarding article p { max-width: 210px; margin: 15px auto 0; color: #96999f; font-size: 11px; line-height: 1.55; }
.ez8-app-instructions { margin-top: 175px; text-align: center; }
.ez8-app-instructions .ez8-section-subtitle { margin-bottom: 22px; }
.ez8-app-instructions__grid { max-width: 1024px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 32px; }
.ez8-app-instructions__grid article { min-height: 257.187px; padding: 35px 20px 24px; }
.ez8-app-instructions__grid article.is-featured { min-height: 291.187px; padding-top: 50px; border: 1px solid #ededee; box-shadow: 0 7px 20px rgba(0, 0, 0, .07); }
.ez8-app-instructions__icon { width: 92px; height: 92px; margin-bottom: 26px; }
.ez8-app-instructions__icon svg { width: 40px; height: 40px; }
.ez8-app-instructions strong { display: block; color: #666970; font-size: 11px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; }
.ez8-app-instructions button { min-width: 114px; height: 31px; margin-top: 17px; border: 1px solid #e2e3e5; border-radius: 16px; background: #fff; color: #33363b; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.ez8-app-instructions .is-featured button { border-color: var(--ez8-brand); background: var(--ez8-brand); color: #fff; }
.ez8-seo { margin-top: 4px; padding: 0; border-top: 0; color: #09090b; font-size: 10px; line-height: 15px; }
.ez8-seo h1 { margin: 0 0 17.2px; color: #09090b; font-family: Arial, sans-serif; font-size: 26.6667px; font-weight: 600; line-height: 25.8px; }
.ez8-seo h2 { margin: 15px 0 7px; font-size: 17px; }
.ez8-seo p { margin-bottom: 9px; }
.ez8-seo a { color: #168fd1; text-decoration: underline; }
.ez8-seo__content { max-height: 90.984px; overflow: hidden; }
.ez8-seo__content.is-expanded { max-height: none; }
.ez8-seo > button { height: 40px; margin: 0; padding: 0; border: 1px solid transparent; background: transparent; color: #168fd1; font-size: 10px; font-weight: 500; line-height: 20px; }
