@font-face{font-family:Roboto;src:url(/fonts/Roboto-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth;font-family:Roboto;background-color:var(--bg-main)}body{height:100%;margin:0}a{text-decoration:none}.list-reset{margin:0;padding:0;list-style-type:none}.container{max-width:1400px;padding:0 20px;margin:0 auto}section{padding:30px 0}main{padding-top:64px}.padding__main{padding:64px 0 30px;color:var(--text-main)}.padding__main li{font-size:20px}.padding__main a{font-size:24px;color:var(--accent-gold)}.heading{margin:0;font-size:30px}.text{margin:0;font-size:25px}.hidden{opacity:0;transform:translateY(40px);transition:1s}.visible{opacity:1;transform:translateY(0)}:root{--bg-main: #0D0F14;--bg-alt: #010E33;--bg-black: #000000;--text-main: #F6F6FF;--text-light: #FFFFFF;--text-muted: #A7A7B3;--accent-gold: #CCA647;--accent-gold-light: #E6C878;--accent-blue: #2C4AFF;--border-light: #1A1D24;--border-gold: #CCA647}.hero{background:radial-gradient(circle at top left,#010e33 0,#0d0f14 45%,#000)}.hero__container{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:40px}.hero__content{display:flex;flex-direction:column;gap:24px}.hero__heading{color:var(--text-light);text-transform:uppercase}.hero__text{color:var(--text-muted);max-width:520px}.hero__actions{display:flex;flex-wrap:wrap;gap:16px}.hero__btn{padding:12px 28px;border-radius:4px;font-weight:600;transition:.3s ease}.hero__btn--primary{background:var(--accent-gold);color:#000}.hero__btn--primary:hover{background:var(--accent-gold-light);transform:translateY(-2px)}.hero__btn--ghost{background:transparent;color:var(--text-light);border:1px solid var(--border-light)}.hero__btn--ghost:hover{border-color:var(--accent-gold);color:var(--accent-gold-light);transform:translateY(-2px)}.hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hero__stat{padding:14px 16px;border-radius:6px;border:1px solid var(--border-light);background:#010e3399}.hero__stat-num{display:block;font-size:22px;font-weight:700;color:var(--accent-gold);margin-bottom:4px}.hero__stat-label{display:block;color:var(--text-muted);font-size:13px}.hero__icons{display:flex;gap:12px;margin-top:8px}.hero__icon{width:24px;height:24px;color:var(--text-muted);opacity:.4;transition:.3s ease}.hero__icon--active{color:var(--accent-gold-light);opacity:1;transform:translateY(-2px)}.hero__media{position:relative;align-self:center}.hero__media-link{display:block;border-radius:14px;overflow:hidden;border:1px solid var(--border-light);box-shadow:0 18px 40px #000000b3;transition:.3s ease}.hero__media-link:hover{transform:translateY(-4px);border-color:var(--accent-gold)}.hero__img{display:block;width:100%;height:100%;object-fit:cover}.hero__media-tag{position:absolute;left:18px;bottom:18px;padding:8px 14px;border-radius:999px;background:#000000d9;border:1px solid var(--accent-gold);display:flex;align-items:center;gap:8px}.hero__media-tag-label{color:var(--text-muted);font-size:11px;text-transform:uppercase}.hero__media-tag-value{color:var(--accent-gold-light);font-size:12px;font-weight:600}@keyframes hero-btn-pulse{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.hero__btn--primary{animation:hero-btn-pulse 2.4s ease-in-out infinite}@media(max-width:960px){.hero__container{grid-template-columns:minmax(0,1fr);gap:32px}.hero__media{order:-1}.hero__stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.why__container{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:40px}.why__content{display:flex;flex-direction:column;gap:24px}.why__heading{color:var(--text-light)}.why__text{color:var(--text-muted);font-size:16px;max-width:560px}.why__chips{display:flex;flex-wrap:wrap;gap:12px}.why__chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border-light);background:#0d0f14e6}.why__chip-label{font-size:16px;color:var(--text-main)}.why__icon{width:24px;height:24px;color:var(--text-muted);opacity:.5;transition:.3s ease}.why__icon--active{color:var(--accent-gold-light);opacity:1;transform:translateY(-2px)}.why__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.why__item{border-radius:12px;border:1px solid var(--border-light);background:#0d0f14f2;padding:18px 18px 20px;transition:.3s ease;transform-origin:center}.why__item-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.why__item-icon{width:22px;height:22px;color:var(--accent-gold);flex-shrink:0;transition:.3s ease}.why__item-title{margin:0;font-size:18px;color:var(--text-light)}.why__item-text{margin:0;font-size:16px;color:var(--text-muted)}.why__item:hover{transform:translateY(-3px) rotateX(2deg) rotateY(-1.5deg);border-color:var(--accent-gold)}.why__item--active{border-color:var(--accent-gold);box-shadow:0 0 18px #cca64747}.why__item--active .why__item-icon{color:var(--accent-gold-light);transform:translateY(-2px)}.why__meta{display:flex;flex-wrap:wrap;gap:10px}.why__badge{border-radius:999px;border:1px solid var(--border-light);padding:8px 14px;display:inline-flex;align-items:baseline;gap:6px;background:#010e33cc}.why__badge-label{font-size:16px;color:var(--text-muted)}.why__badge-value{font-size:16px;font-weight:600;color:var(--accent-gold-light)}.why__media{align-self:center}.why__media-link{display:block;max-width:420px;margin-left:auto;margin-right:auto;border-radius:18px;overflow:hidden;border:1px solid var(--border-light);box-shadow:0 18px 40px #000000b3;transition:.3s ease}.why__media-link:hover{transform:translateY(-4px);border-color:var(--accent-gold)}.why__img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:960px){.why__container{grid-template-columns:minmax(0,1fr);gap:32px}.why__media{order:-1}.why__media-link{max-width:360px}}.popular__container{display:flex;flex-direction:column;gap:28px}.popular__header{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:32px;align-items:center}.popular__intro{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.popular__heading{color:var(--text-light)}.popular__text{color:var(--text-muted);font-size:16px;max-width:560px}.popular__cta{padding:12px 26px;border-radius:4px;font-size:16px;font-weight:600;background:var(--accent-gold);color:#000;transition:.3s ease}.popular__cta:hover{background:var(--accent-gold-light);transform:translateY(-2px)}.popular__media{align-self:stretch;display:flex;justify-content:center}.popular__media-link{display:block;max-width:420px;border-radius:18px;overflow:hidden;border:1px solid var(--border-light);box-shadow:0 18px 40px #000000b3;transition:.3s ease}.popular__media-link:hover{transform:translateY(-4px);border-color:var(--accent-gold)}.popular__img{display:block;width:100%;height:300px;object-fit:cover}.popular__strip{overflow:hidden}.popular__strip-inner{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:4px;min-width:100%}.popular__chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border-light);background:#010e33e6;white-space:nowrap}.popular__chip-icon{width:20px;height:20px;color:var(--accent-gold)}.popular__chip-text{font-size:16px;color:var(--text-main)}.popular__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.popular__card{border-radius:12px;border:1px solid var(--border-light);background:#0d0f14fa;padding:18px 18px 16px;display:flex;flex-direction:column;gap:10px;transition:.3s ease}.popular__card-top{display:flex;align-items:center;justify-content:space-between}.popular__badge{padding:4px 10px;border-radius:999px;background:#cca64724;color:var(--accent-gold-light);font-size:16px}.popular__card-icon{width:22px;height:22px;color:var(--accent-gold);transition:.3s ease}.popular__card-name{margin:0;font-size:18px;color:var(--text-light)}.popular__card-meta{margin:0;font-size:16px;color:var(--text-muted)}.popular__card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:10px}.popular__tag{font-size:16px;color:var(--text-main)}.popular__card-play{padding:8px 18px;border-radius:999px;font-size:16px;font-weight:600;background:var(--accent-gold);color:#000;transition:.3s ease;transform:translateY(4px);pointer-events:none}.popular__card-play:hover{background:var(--accent-gold-light)}.popular__card:hover{transform:translateY(-4px);border-color:var(--accent-gold)}.popular__card:hover .popular__card-play,.popular__card--active .popular__card-play{opacity:1;transform:translateY(0);pointer-events:auto}.popular__card--active .popular__card-icon{color:var(--accent-gold-light);transform:translateY(-2px)}@keyframes popular-card-glow{0%{box-shadow:0 0 #cca64700}50%{box-shadow:0 0 20px #cca64759}to{box-shadow:0 0 #cca64700}}.popular__card--glow{animation:popular-card-glow 1.4s ease-in-out infinite}@media(max-width:960px){.popular__header{grid-template-columns:minmax(0,1fr);gap:24px}.popular__media{order:-1}.popular__media-link{max-width:360px}}.popular__card-img-link{display:block;border-radius:12px;overflow:hidden;border:1px solid var(--border-light);transition:.3s ease}.popular__card-img-link:hover{transform:translateY(-3px);border-color:var(--accent-gold)}.popular__card-img{display:block;width:100%;height:100%;object-fit:cover}.slots-hero__container{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr);gap:40px}.slots-hero__content{display:flex;flex-direction:column;gap:20px}.slots-hero__heading{color:var(--text-light);text-transform:uppercase}.slots-hero__text{color:var(--text-muted);font-size:16px;max-width:580px}.slots-hero__actions{display:flex;flex-wrap:wrap;gap:16px}.slots-hero__btn{padding:12px 28px;border-radius:4px;font-size:16px;font-weight:600;transition:.3s ease}.slots-hero__btn--primary{background:var(--accent-gold);color:#000;animation:slots-hero-btn-glow 2.6s ease-in-out infinite}.slots-hero__btn--primary:hover{background:var(--accent-gold-light);transform:translateY(-2px)}.slots-hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.slots-hero__stat{border-radius:10px;border:1px solid var(--border-light);background:#0d0f14f5;padding:16px 18px}.slots-hero__stat-num{display:block;font-size:22px;font-weight:700;color:var(--accent-gold-light);margin-bottom:4px}.slots-hero__stat-num--static{font-size:20px}.slots-hero__stat-label{display:block;font-size:16px;color:var(--text-muted)}.slots-hero__icons{display:flex;flex-wrap:wrap;gap:14px}.slots-hero__icon-wrap{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border-light);background:#010e33e6}.slots-hero__icon{width:22px;height:22px;color:var(--accent-gold)}.slots-hero__icon-label{font-size:16px;color:var(--text-main)}.slots-hero__media{align-self:center;display:flex;flex-direction:column;gap:14px}.slots-hero__media-link{display:block;border-radius:18px;overflow:hidden;border:1px solid var(--border-light);transition:.3s ease}.slots-hero__media-link:hover{transform:translateY(-4px);border-color:var(--accent-gold)}.slots-hero__img{display:block;width:100%;height:100%;object-fit:cover}.slots-hero__reels{display:flex;gap:10px}.slots-hero__reel{flex:1 1 0;height:54px;border-radius:999px;border:1px solid var(--border-light);background:radial-gradient(circle at top,#cca647 0,#010e33 60%,#0d0f14);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.slots-hero__reel-label{font-size:16px;font-weight:600;color:#fff}@keyframes slots-hero-reel-spin{0%{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(-8px)}to{transform:translateY(0)}}.slots-hero__reel--spin{animation:slots-hero-reel-spin .6s ease-in-out}@keyframes slots-hero-btn-glow{0%{box-shadow:0 0 #cca64700}50%{box-shadow:0 0 18px #cca64780}to{box-shadow:0 0 #cca64700}}@media(max-width:960px){.slots-hero__container{grid-template-columns:minmax(0,1fr);gap:32px}.slots-hero__media{order:-1}}.slots-featured__container{display:flex;flex-direction:column;gap:26px}.slots-featured__top{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start}.slots-featured__intro{display:flex;flex-direction:column;gap:16px;flex:1 1 320px}.slots-featured__heading{color:var(--text-light)}.slots-featured__text{color:var(--text-muted);font-size:16px;max-width:640px}.slots-featured__bullets{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,260px));gap:10px}.slots-featured__bullet{font-size:16px;color:var(--text-main);padding:6px 10px;border-radius:8px;border:1px solid var(--border-light);background:#0d0f14f5}.slots-featured__panel{border-radius:14px;border:1px solid var(--border-light);background:#010e33e6;padding:14px 16px;display:flex;flex-direction:column;align-items:center;height:100%;gap:8px}.slots-featured__panel-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.slots-featured__panel-label{font-size:16px;color:var(--text-muted)}.slots-featured__panel-value{font-size:16px;font-weight:600;color:var(--accent-gold-light)}.slots-featured__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,320px));gap:20px}.slots-featured__card{border-radius:14px;border:1px solid var(--border-light);background:#0d0f14fa;padding:16px 16px 14px;display:flex;flex-direction:column;gap:10px;transition:.3s ease;transform-origin:center}.slots-featured__card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.slots-featured__badge{padding:4px 10px;border-radius:999px;background:#cca64729;color:var(--accent-gold-light);font-size:16px}.slots-featured__icon{width:22px;height:22px;color:var(--accent-gold);transition:.3s ease}.slots-featured__img-link{display:block;margin-top:4px;border-radius:10px;overflow:hidden;border:1px solid var(--border-light);transition:.3s ease}.slots-featured__img-link:hover{transform:translateY(-3px);border-color:var(--accent-gold)}.slots-featured__img{display:block;width:100%;height:100%;object-fit:cover}.slots-featured__name{margin:8px 0 0;font-size:18px;color:var(--text-light)}.slots-featured__meta{margin:0;font-size:16px;color:var(--text-muted)}.slots-featured__info{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.slots-featured__pill{font-size:16px;padding:4px 10px;border-radius:999px;border:1px solid var(--border-light);color:var(--text-main)}.slots-featured__pill--accent{border-color:var(--accent-gold);color:var(--accent-gold-light)}.slots-featured__footer{display:flex;align-items:center;justify-content:space-between;margin-top:6px;gap:10px}.slots-featured__tag{font-size:16px;color:var(--text-main)}.slots-featured__play{padding:8px 18px;border-radius:999px;font-size:16px;font-weight:600;background:var(--accent-gold);color:#000;transition:.3s ease;transform:translateY(4px);pointer-events:none}.slots-featured__play:hover{background:var(--accent-gold-light)}.slots-featured__card--active{transform:translateY(-4px)}.slots-featured__card--active .slots-featured__play{opacity:1;transform:translateY(0);pointer-events:auto}.slots-featured__card--active .slots-featured__icon{color:var(--accent-gold-light);transform:translateY(-2px)}@keyframes slots-featured-glow{0%{box-shadow:0 0 #cca64700}50%{box-shadow:0 0 20px #cca64773}to{box-shadow:0 0 #cca64700}}.slots-featured__card--glow{animation:slots-featured-glow 1.4s ease-in-out infinite}@keyframes slots-featured-tilt{0%{transform:translateY(-4px) rotateX(0) rotateY(0)}50%{transform:translateY(-4px) rotateX(2deg) rotateY(-2deg)}to{transform:translateY(-4px) rotateX(0) rotateY(0)}}.slots-featured__card--active{animation:slots-featured-tilt .9s ease-in-out forwards}.slots-featured__legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.slots-featured__legend-item{display:inline-flex;align-items:center;gap:8px}.slots-featured__legend-dot{width:12px;height:12px;border-radius:999px}.slots-featured__legend-dot--hot{background:#cca647}.slots-featured__legend-dot--new{background:#2c4aff}.slots-featured__legend-dot--high{background:#ff4d4f}.slots-featured__legend-text{font-size:16px;color:var(--text-muted)}@media(max-width:960px){.slots-featured__top{flex-direction:column}.slots-featured__panel{width:100%}.slots-featured__grid{grid-template-columns:repeat(auto-fit,minmax(240px,300px));justify-content:center}}.live-hero__container{display:grid;grid-template-columns:minmax(320px,640px) minmax(320px,520px);gap:40px;align-items:flex-start;justify-content:center}.live-hero__content{display:flex;flex-direction:column;gap:22px}.live-hero__heading{color:var(--text-light);text-transform:uppercase}.live-hero__text{color:var(--text-muted);font-size:16px;max-width:620px}.live-hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,220px));gap:14px}.live-hero__stat{border-radius:12px;border:1px solid var(--border-light);background:#0d0f14fa;padding:14px 16px}.live-hero__stat-num{display:block;font-size:20px;font-weight:700;color:var(--accent-gold-light);margin-bottom:4px}.live-hero__stat-num--static{font-size:18px}.live-hero__stat-label{display:block;font-size:16px;color:var(--text-muted)}.live-hero__icons{display:flex;flex-wrap:wrap;gap:10px}.live-hero__icon-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border-light);background:#010e33e6}.live-hero__icon{width:22px;height:22px;color:var(--text-muted);transition:.3s ease}.live-hero__icon-label{font-size:16px;color:var(--text-main)}.live-hero__table{border-radius:14px;border:1px solid var(--border-light);background:#0d0f14fa;padding:12px 14px;display:grid;grid-template-columns:minmax(0,1fr);gap:6px}.live-hero__table-row{display:grid;grid-template-columns:minmax(120px,180px) minmax(120px,200px) minmax(100px,160px);gap:8px;font-size:16px}.live-hero__table-game{color:var(--text-light)}.live-hero__table-type{color:var(--text-main)}.live-hero__table-bet{color:var(--accent-gold-light);text-align:right}.live-hero__trust{display:flex;flex-wrap:wrap;gap:10px}.live-hero__trust-item{display:inline-flex;align-items:center;gap:8px}.live-hero__trust-dot{width:10px;height:10px;border-radius:999px;background:#ff4d4f}.live-hero__trust-dot--green{background:#52c41a}.live-hero__trust-dot--blue{background:#2f80ff}.live-hero__trust-text{font-size:16px;color:var(--text-muted)}.live-hero__media{align-self:stretch;display:flex;flex-direction:column;gap:10px}.live-hero__media-link{position:relative;display:block;border-radius:20px;overflow:hidden;border:1px solid var(--border-light);box-shadow:0 20px 40px #000000b3;transition:.3s ease}.live-hero__media-link:hover{transform:translateY(-4px);border-color:var(--accent-gold)}.live-hero__img{display:block;width:100%;height:100%;object-fit:cover}.live-hero__spotlight{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 0%,rgba(204,166,71,.45),transparent 55%);mix-blend-mode:screen;opacity:.6;animation:live-hero-spotlight 4s ease-in-out infinite}.live-hero__label{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;border:1px solid var(--border-light);background:#0d0f14f5;align-self:flex-end}.live-hero__label-dot{width:10px;height:10px;border-radius:999px;background:#ff4d4f;position:relative}.live-hero__label-dot:after{content:"";position:absolute;inset:-4px;border-radius:999px;border:1px solid rgba(255,77,79,.6)}.live-hero__label-text{font-size:16px;color:var(--text-main)}@keyframes live-hero-spotlight{0%{transform:translate(-20%) translateY(0)}50%{transform:translate(10%) translateY(-5%)}to{transform:translate(-20%) translateY(0)}}.live-hero--flicker .live-hero__media-link{box-shadow:0 0 26px #cca64780}.live-hero--flicker .live-hero__heading{text-shadow:0 0 12px rgba(204,166,71,.6)}.live-hero--flicker .live-hero__icon{color:var(--accent-gold-light)}@media(max-width:960px){.live-hero__container{grid-template-columns:minmax(320px,1fr);gap:28px}.live-hero__media{order:-1}.live-hero__media-link{max-width:380px;margin-left:auto;margin-right:auto}.live-hero__table-row{grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) minmax(80px,110px)}}.live-games__container{display:flex;flex-direction:column;gap:26px}.live-games__intro{display:flex;flex-direction:column;gap:18px;align-items:center}.live-games__heading{color:var(--text-light)}.live-games__text{color:var(--text-muted);font-size:16px}.live-games__highlights{display:flex;flex-wrap:wrap;gap:10px}.live-games__highlight{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border-light);background:#0d0f14f5;transition:.3s ease}.live-games__highlight:hover{border-color:var(--accent-gold)}.live-games__highlight-icon{width:20px;height:20px;color:var(--accent-gold)}.live-games__highlight-text{font-size:16px;color:var(--text-main)}.live-games__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,260px));gap:20px;justify-content:center}.live-games__card{border-radius:18px;border:1px solid var(--border-light);background:#0d0f14fa;padding:16px 16px 18px;display:flex;flex-direction:column;gap:10px;transition:.3s ease;position:relative;overflow:hidden}.live-games__card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.live-games__tag{padding:4px 10px;border-radius:999px;border:1px solid var(--border-light);font-size:16px;color:var(--text-main)}.live-games__icon{width:22px;height:22px;color:var(--accent-gold)}.live-games__img-link{display:block;border-radius:14px;overflow:hidden;position:relative;margin-top:4px}.live-games__img{display:block;width:100%;height:100%;object-fit:cover}.live-games__img-overlay{position:absolute;inset:0;background:radial-gradient(circle at 10% 0%,rgba(204,166,71,.35),transparent 55%);opacity:0;pointer-events:none;transition:.3s ease}.live-games__name{margin:8px 0 0;font-size:18px;color:var(--text-light)}.live-games__meta{margin:0;font-size:16px;color:var(--text-muted)}.live-games__row{display:flex;align-items:center;justify-content:space-between;flex-direction:column-reverse;margin-top:6px;gap:10px}.live-games__limits{font-size:16px;color:var(--text-main)}.live-games__badge{padding:4px 10px;border-radius:999px;background:#cca64729;color:var(--accent-gold-light);font-size:16px}.live-games__footer{display:flex;flex-wrap:wrap;gap:14px;border-radius:14px;justify-content:space-between;border:1px solid var(--border-light);padding:12px 14px;background:#010e33e6}.live-games__footer-item{display:flex;flex-direction:column;gap:2px;min-width:180px}.live-games__footer-label{font-size:16px;color:var(--text-muted)}.live-games__footer-value{font-size:16px;color:var(--accent-gold-light)}@keyframes live-games-card-contrast{0%{filter:none}50%{filter:brightness(1.05) contrast(1.1)}to{filter:none}}.live-games__card--active{animation:live-games-card-contrast 1.8s ease-in-out;border-color:var(--accent-gold)}.live-games__card--active .live-games__img-overlay{opacity:1}@media(max-width:960px){.live-games__grid{grid-template-columns:repeat(auto-fit,minmax(240px,300px));justify-content:center}}.live-games__img-link{position:relative;display:block;overflow:hidden}.live-games__img-link:after{content:"Play now";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) translateY(10px);padding:10px 22px;font-size:16px;font-weight:600;text-align:center;background:var(--accent-gold);color:#000;border-radius:999px;opacity:0;transition:.3s ease;pointer-events:none}.live-games__img-link:hover:after{opacity:1;transform:translate(-50%,-50%) translateY(0)}.live-games__img{display:block;width:100%;height:100%;object-fit:cover;transition:.3s ease}.live-games__img-link:hover .live-games__img{filter:brightness(.55)}.live-features__container{display:grid;grid-template-columns:minmax(320px,620px) minmax(320px,480px);gap:40px;align-items:flex-start;justify-content:center}.live-features__content{display:flex;flex-direction:column;gap:22px}.live-features__heading{color:var(--text-light)}.live-features__text{color:var(--text-muted);font-size:16px;max-width:640px}.live-features__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,260px));gap:14px}.live-features__stat{border-radius:14px;border:1px solid var(--border-light);background:#010e33e6;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.live-features__stat-label{font-size:16px;color:var(--text-main)}.live-features__stat-num{font-size:22px;font-weight:700;color:var(--accent-gold-light)}.live-features__stat-note{font-size:16px;color:var(--text-muted)}.live-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,300px));gap:18px}.live-features__tile{border-radius:14px;border:1px solid var(--border-light);background:#0d0f14fa;padding:16px 18px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;transition:.3s ease}.live-features__tile-head{display:flex;align-items:center;gap:10px}.live-features__icon{width:22px;height:22px;color:var(--accent-gold)}.live-features__tile-title{margin:0;font-size:18px;color:var(--text-light)}.live-features__tile-text{margin:0;font-size:16px;color:var(--text-muted)}.live-features__tile:before{content:"";position:absolute;left:-40%;top:0;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(204,166,71,.4),transparent);transform:translate(-100%);opacity:0}.live-features__tile--active:before{opacity:1;animation:live-features-shimmer 1.4s ease-in-out}.live-features__tile--active .live-features__icon{animation:live-features-icon-pulse 1.4s ease-in-out}.live-features__side{display:flex;flex-direction:column;gap:16px}.live-features__media-link{position:relative;display:block;border-radius:20px;overflow:hidden;border:1px solid var(--border-light);transition:.3s ease}.live-features__media-link:hover{transform:translateY(-4px);border-color:var(--accent-gold)}.live-features__media-spotlight{position:absolute;inset:0;background:radial-gradient(circle at 20% 0%,rgba(204,166,71,.5),transparent 60%);mix-blend-mode:screen;pointer-events:none}.live-features__img{display:block;width:100%;height:100%;object-fit:cover}.live-features__latency{border-radius:16px;border:1px solid var(--border-light);background:#0d0f14fa;padding:16px 18px 18px;display:flex;flex-direction:column;gap:10px}.live-features__latency-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.live-features__latency-title{font-size:16px;color:var(--text-main)}.live-features__latency-label{font-size:16px;color:var(--accent-gold-light)}.live-features__latency-bars{display:flex;flex-direction:column;gap:8px}.live-features__latency-row{display:grid;grid-template-columns:minmax(120px,150px) minmax(140px,1fr) minmax(60px,80px);gap:8px;align-items:center}.live-features__latency-tag{font-size:16px;color:var(--text-muted)}.live-features__latency-bar{position:relative;height:10px;border-radius:999px;background:#ffffff0f;overflow:hidden}.live-features__latency-fill{position:absolute;left:0;top:0;height:100%;border-radius:999px}.live-features__latency-fill--ours{width:40%;background:linear-gradient(90deg,#52c41a,#cca647)}.live-features__latency-fill--ph{width:70%;background:linear-gradient(90deg,#cca647,#ffb54d)}.live-features__latency-fill--busy{width:90%;background:linear-gradient(90deg,#ff4d4f,#f96)}.live-features__latency-value{font-size:16px;color:var(--text-main);text-align:right}.live-features__latency-note{margin:0;font-size:16px;color:var(--text-muted)}@keyframes live-features-shimmer{0%{transform:translate(-120%)}to{transform:translate(260%)}}@keyframes live-features-icon-pulse{0%{transform:scale(1)}40%{transform:scale(1.09)}to{transform:scale(1)}}@media(max-width:960px){.live-features__container{grid-template-columns:minmax(320px,1fr);gap:28px}.live-features__side{order:-1}.live-features__media-link{max-width:380px;margin-left:auto;margin-right:auto}.live-features__latency-row{grid-template-columns:minmax(110px,150px) minmax(120px,1fr) minmax(60px,70px)}}.apk-hero__container{display:grid;grid-template-columns:minmax(320px,560px) minmax(280px,440px);gap:40px;align-items:center;justify-content:center}.apk-hero__content{display:flex;flex-direction:column;gap:22px}.apk-hero__heading{color:var(--text-light);text-transform:uppercase}.apk-hero__text{color:var(--text-muted);font-size:16px;max-width:620px}.apk-hero__cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.apk-hero__btn{font-size:16px;padding-left:26px;padding-right:26px}.apk-hero__btn--pulse{animation:apk-hero-btn-pulse 1s ease-in-out}.apk-hero__ghost{font-size:16px;padding:10px 18px;border-radius:999px;border:1px solid var(--border-light);background:transparent;color:var(--text-main);cursor:pointer;transition:.3s ease}.apk-hero__ghost:hover{border-color:var(--accent-gold);color:var(--accent-gold-light)}.apk-hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,220px));gap:14px}.apk-hero__stat{border-radius:14px;border:1px solid var(--border-light);background:#0d0f14fa;padding:12px 14px;display:flex;flex-direction:column;gap:2px}.apk-hero__speed-num{font-size:22px;font-weight:700;color:var(--accent-gold-light)}.apk-hero__stat-main{font-size:18px;font-weight:600;color:var(--text-light)}.apk-hero__stat-label{font-size:16px;color:var(--text-muted)}.apk-hero__bullets{display:flex;flex-wrap:wrap;gap:10px}.apk-hero__bullet{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border-light);background:#010e33e6}.apk-hero__icon{width:22px;height:22px;color:var(--accent-gold)}.apk-hero__bullet-text{font-size:16px;color:var(--text-main)}.apk-hero__media{display:flex;flex-direction:column;gap:14px;align-items:center}.apk-hero__mockup-link{display:block}.apk-hero__mockup-frame{position:relative;border-radius:32px;padding:10px;background:radial-gradient(circle at 10% 0%,#cca647b3,#010e33f5);transition:.3s ease}.apk-hero--glow .apk-hero__mockup-frame{box-shadow:0 0 28px #cca64799}.apk-hero__mockup-glow{position:absolute;inset:4px;border-radius:26px;border:1px solid rgba(246,246,255,.12);pointer-events:none}.apk-hero__img{display:block;width:260px;height:520px;object-fit:cover;border-radius:24px}.apk-hero__platforms{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.apk-hero__platform-label{font-size:16px;color:var(--text-muted)}.apk-hero__platform-pill{font-size:16px;padding:6px 12px;border-radius:999px;border:1px solid var(--border-light);color:var(--text-main)}.apk-hero__platform-pill--soon{border-style:dashed;color:var(--text-muted)}@keyframes apk-hero-btn-pulse{0%{transform:scale(1)}40%{transform:scale(1.06)}to{transform:scale(1)}}@media(max-width:960px){.apk-hero__container{grid-template-columns:minmax(320px,1fr);gap:28px}.apk-hero__media{order:-1}.apk-hero__mockup-frame{margin-left:auto;margin-right:auto}}.apk-hero__btn{font-size:16px;padding:12px 28px;border-radius:999px;background:var(--accent-gold);color:#000;font-weight:600;transition:.3s ease}.apk-hero__btn:hover{transform:translateY(-3px);background:var(--accent-gold-light)}.apk-hero__stat{border-radius:14px;border:1px solid var(--border-light);background:#0d0f14fa;padding:12px 14px;display:flex;flex-direction:column;gap:2px;transition:.3s ease}.apk-hero__stat:hover{border-color:var(--accent-gold);transform:translateY(-3px);background:#0d0f14}.apk-why__container{display:flex;flex-direction:column;gap:24px}.apk-why__intro{display:flex;flex-direction:column;gap:18px;max-width:720px}.apk-why__heading{color:var(--text-light)}.apk-why__text{color:var(--text-muted);font-size:16px}.apk-why__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,320px));gap:16px}.apk-why__summary-col{border-radius:14px;border:1px solid var(--border-light);background:#010e33e6;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.apk-why__summary-label{font-size:16px;color:var(--text-main)}.apk-why__summary-text{margin:0;font-size:16px;color:var(--text-muted)}.apk-why__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,300px));gap:18px}.apk-why__item{border-radius:16px;border:1px solid var(--border-light);background:#0d0f14fa;padding:16px 18px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;transition:.3s ease}.apk-why__item-head{display:flex;align-items:center;gap:10px}.apk-why__icon{width:22px;height:22px;color:var(--accent-gold)}.apk-why__item-title{margin:0;font-size:18px;color:var(--text-light)}.apk-why__item-text{margin:0;font-size:16px;color:var(--text-muted)}.apk-why__pill{align-self:flex-start;padding:4px 10px;border-radius:999px;border:1px solid var(--border-light);font-size:16px;color:var(--accent-gold-light)}.apk-why__item:before{content:"";position:absolute;left:-40%;top:0;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(204,166,71,.4),transparent);transform:translate(-120%);opacity:0}.apk-why__item--active{border-color:var(--accent-gold)}.apk-why__item--active:before{opacity:1;animation:apk-why-shimmer 1.4s ease-in-out}.apk-why__item--active .apk-why__icon{animation:apk-why-icon-pulse 1.4s ease-in-out}.apk-why__footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,340px));gap:16px}.apk-why__footer-block{border-radius:14px;border:1px solid var(--border-light);background:#0d0f14fa;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.apk-why__footer-label{font-size:16px;color:var(--text-main)}.apk-why__footer-text{margin:0;font-size:16px;color:var(--text-muted)}.apk-why__item:hover{transform:translateY(-3px)}@keyframes apk-why-shimmer{0%{transform:translate(-140%)}to{transform:translate(260%)}}@keyframes apk-why-icon-pulse{0%{transform:scale(1)}40%{transform:scale(1.08)}to{transform:scale(1)}}@media(max-width:960px){.apk-why__intro{max-width:100%}}.apk-install__container{display:grid;grid-template-columns:minmax(320px,560px) minmax(300px,420px);gap:40px;align-items:center;justify-content:center}.apk-install__content{display:flex;flex-direction:column;gap:22px}.apk-install__heading{color:var(--text-light)}.apk-install__text{color:var(--text-muted);font-size:16px;max-width:620px}.apk-install__steps{display:flex;flex-direction:column;gap:12px}.apk-install__step{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:flex-start;border-radius:14px;border:1px solid var(--border-light);background:#0d0f14fa;padding:10px 14px;position:relative;overflow:hidden;transition:.3s ease}.apk-install__step-num{width:32px;height:32px;border-radius:999px;background:#cca64729;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--accent-gold-light);font-weight:600}.apk-install__step-body{display:flex;flex-direction:column;gap:2px}.apk-install__step-title{margin:0;font-size:18px;color:var(--text-light)}.apk-install__step-text{margin:0;font-size:16px;color:var(--text-muted)}.apk-install__step:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:transparent;transition:.3s ease}.apk-install__step--active{border-color:var(--accent-gold);transform:translateY(-2px)}.apk-install__step--active:before{background:linear-gradient(180deg,var(--accent-gold),var(--accent-gold-light))}.apk-install__check{display:flex;flex-wrap:wrap;gap:10px}.apk-install__check-item{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border-light);background:#010e33e6}.apk-install__check-icon{width:20px;height:20px;color:var(--accent-gold)}.apk-install__check-text{font-size:16px;color:var(--text-main)}.apk-install__side{display:flex;flex-direction:column;gap:12px;align-items:center}.apk-install__preview{position:relative;border-radius:22px;border:1px solid var(--border-light);overflow:hidden;max-width:360px}.apk-install__preview-spot{position:absolute;inset:0;background:radial-gradient(circle at 20% 0%,rgba(204,166,71,.4),transparent 60%);pointer-events:none}.apk-install__img{display:block;width:100%;height:100%;object-fit:cover}.apk-install__mock-btn{position:absolute;left:50%;bottom:16px;transform:translate(-50%);padding:8px 18px;border-radius:999px;border:none;background:var(--accent-gold);cursor:pointer;display:flex;flex-direction:column;gap:2px;align-items:center;transition:.3s ease;overflow:hidden}.apk-install__mock-btn:hover{transform:translate(-50%) translateY(-2px);background:var(--accent-gold-light)}.apk-install__mock-label{font-size:16px;font-weight:600;color:#000}.apk-install__mock-sub{font-size:16px;color:#000}.apk-install__mock-btn:after{content:"";position:absolute;left:50%;top:50%;width:0;height:0;border-radius:999px;background:#ffffff80;transform:translate(-50%,-50%);opacity:0}.apk-install__mock-btn--ripple:after{animation:apk-install-ripple .5s ease-out}.apk-install__legend{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.apk-install__legend-item{display:inline-flex;align-items:center;gap:8px}.apk-install__legend-dot{width:10px;height:10px;border-radius:999px}.apk-install__legend-dot--primary{background:var(--accent-gold)}.apk-install__legend-dot--secondary{background:#52c41a}.apk-install__legend-text{font-size:16px;color:var(--text-muted)}@keyframes apk-install-ripple{0%{width:0;height:0;opacity:.6}to{width:220%;height:220%;opacity:0}}@media(max-width:960px){.apk-install__container{grid-template-columns:minmax(320px,1fr);gap:28px}.apk-install__side{order:-1}.apk-install__preview{max-width:320px}}.bonus-hero__container{display:grid;grid-template-columns:minmax(320px,620px) minmax(280px,420px);gap:40px;align-items:center;justify-content:center}.bonus-hero__content{display:flex;flex-direction:column;gap:22px}.bonus-hero__eyebrow{font-size:16px;color:var(--accent-gold-light);text-transform:uppercase}.bonus-hero__heading{color:var(--text-light);text-transform:uppercase}.bonus-hero__text{color:var(--text-muted);font-size:16px;max-width:640px}.bonus-hero__cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.bonus-hero__btn{font-size:16px;padding:12px 28px;border-radius:999px;background:var(--accent-gold);color:#000;font-weight:600;transition:.3s ease}.bonus-hero__btn:hover{transform:translateY(-3px);background:var(--accent-gold-light)}.bonus-hero__ghost{font-size:16px;padding:10px 20px;border-radius:999px;border:1px solid var(--border-light);background:transparent;color:var(--text-main);cursor:pointer;transition:.3s ease}.bonus-hero__ghost:hover{border-color:var(--accent-gold);color:var(--accent-gold-light)}.bonus-hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,220px));gap:14px}.bonus-hero__stat{border-radius:16px;border:1px solid var(--border-light);background:#0d0f14fa;padding:12px 14px;display:flex;flex-direction:column;gap:2px;transition:.3s ease}.bonus-hero__stat:hover{border-color:var(--accent-gold);transform:translateY(-3px)}.bonus-hero__stat-num{font-size:22px;font-weight:700;color:var(--accent-gold-light)}.bonus-hero__stat-label{font-size:16px;color:var(--text-muted)}.bonus-hero__stat-chip{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#cca64729;color:var(--accent-gold-light);font-size:16px}.bonus-hero__highlights{display:flex;flex-wrap:wrap;gap:10px}.bonus-hero__highlight{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border-light);background:#010e33e6}.bonus-hero__icon{width:22px;height:22px;color:var(--accent-gold)}.bonus-hero__highlight-text{font-size:16px;color:var(--text-main)}.bonus-hero__media{display:flex;flex-direction:column;gap:12px;align-items:center}.bonus-hero__media-link{position:relative;display:block;border-radius:24px;overflow:hidden;border:1px solid var(--border-light);transition:.3s ease;max-width:420px}.bonus-hero__media-link:hover{transform:translateY(-4px);border-color:var(--accent-gold)}.bonus-hero__img{display:block;width:100%;height:100%;object-fit:cover}.bonus-hero__coins{position:absolute;inset:0;pointer-events:none}.bonus-hero__coin{position:absolute;width:18px;height:18px;border-radius:999px;background:radial-gradient(circle,#ffd666,#cca647);opacity:0;transform:translateY(0)}.bonus-hero__coin--one{top:12%;left:16%}.bonus-hero__coin--two{top:8%;right:12%}.bonus-hero__coin--three{bottom:14%;left:24%}.bonus-hero__coin--four{bottom:10%;right:20%}.bonus-hero__coin--five{top:40%;left:6%}.bonus-hero--sparkle .bonus-hero__coin--one{animation:bonus-hero-coin-fall 1.4s ease-out}.bonus-hero--sparkle .bonus-hero__coin--two{animation:bonus-hero-coin-fall 1.5s ease-out .1s}.bonus-hero--sparkle .bonus-hero__coin--three{animation:bonus-hero-coin-fall 1.6s ease-out .15s}.bonus-hero--sparkle .bonus-hero__coin--four{animation:bonus-hero-coin-fall 1.7s ease-out .2s}.bonus-hero--sparkle .bonus-hero__coin--five{animation:bonus-hero-coin-fall 1.5s ease-out .25s}.bonus-hero__legend{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.bonus-hero__legend-item{display:inline-flex;align-items:center;gap:8px}.bonus-hero__legend-dot{width:10px;height:10px;border-radius:999px}.bonus-hero__legend-dot--gold{background:var(--accent-gold)}.bonus-hero__legend-dot--green{background:#52c41a}.bonus-hero__legend-text{font-size:16px;color:var(--text-muted)}@keyframes bonus-hero-coin-fall{0%{opacity:0;transform:translateY(-16px) scale(.9)}40%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(18px) scale(.96)}}@media(max-width:960px){.bonus-hero__container{grid-template-columns:minmax(320px,1fr);gap:28px}.bonus-hero__media{order:-1}.bonus-hero__media-link{max-width:360px}}.bonus-types__container{display:flex;flex-direction:column;gap:24px}.bonus-types__intro{display:flex;flex-direction:column;gap:16px;max-width:720px}.bonus-types__heading{color:var(--text-light)}.bonus-types__text{color:var(--text-muted);font-size:16px}.bonus-types__legend{display:flex;flex-wrap:wrap;gap:10px}.bonus-types__legend-item{display:inline-flex;align-items:center;gap:8px}.bonus-types__legend-pill{width:16px;height:4px;border-radius:999px}.bonus-types__legend-pill--boost{background:linear-gradient(90deg,#cca647,#fd8)}.bonus-types__legend-pill--return{background:linear-gradient(90deg,#52c41a,#a6ff70)}.bonus-types__legend-text{font-size:16px;color:var(--text-muted)}.bonus-types__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,300px));gap:18px;justify-content:center}.bonus-types__card{border-radius:18px;border:1px solid var(--border-light);background:#0d0f14fa;padding:16px 18px 18px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;transition:.3s ease}.bonus-types__card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% -10%,rgba(204,166,71,.35),transparent 60%);opacity:0;pointer-events:none;transition:.3s ease}.bonus-types__card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.bonus-types__tag{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;border:1px solid var(--border-light);font-size:16px;color:var(--accent-gold-light);position:relative;overflow:hidden}.bonus-types__tag:after{content:"";position:absolute;left:-50%;top:0;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(246,246,255,.65),transparent);transform:translate(-120%)}.bonus-types__icon{width:22px;height:22px;color:var(--accent-gold)}.bonus-types__title{margin:0;font-size:18px;color:var(--text-light)}.bonus-types__description{margin:0;font-size:16px;color:var(--text-muted)}.bonus-types__footer{margin-top:4px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:12px}.bonus-types__note{font-size:16px;color:var(--text-main)}.bonus-types__btn{font-size:16px;padding:8px 18px;border-radius:999px;background:var(--accent-gold);color:#000;transition:.3s ease}.bonus-types__btn:hover{transform:translateY(-2px);background:var(--accent-gold-light)}.bonus-types__card:hover{transform:translateY(-3px);border-color:var(--accent-gold)}.bonus-types__card--active:before{opacity:1}.bonus-types__card--active .bonus-types__tag:after{animation:bonus-types-badge-sparkle 1s ease-in-out}.bonus-types__card--active .bonus-types__icon{animation:bonus-types-icon-pulse 1s ease-in-out}.bonus-types__hint{margin-top:4px}.bonus-types__hint-text{font-size:16px;color:var(--text-muted)}@keyframes bonus-types-badge-sparkle{0%{transform:translate(-120%)}to{transform:translate(260%)}}@keyframes bonus-types-icon-pulse{0%{transform:scale(1)}40%{transform:scale(1.08)}to{transform:scale(1)}}@media(max-width:960px){.bonus-types__intro{max-width:100%}}.bonus-info__container{display:grid;grid-template-columns:minmax(320px,620px) minmax(280px,420px);gap:40px;align-items:center;justify-content:center}.bonus-info__content{display:flex;flex-direction:column;gap:20px}.bonus-info__heading{color:var(--text-light)}.bonus-info__text{color:var(--text-muted);font-size:16px;max-width:640px}.bonus-info__divider{display:flex;align-items:center;gap:10px}.bonus-info__divider-line{flex:1;height:2px;border-radius:999px;background:linear-gradient(90deg,#cca647,transparent)}.bonus-info__divider-label{font-size:16px;color:var(--accent-gold-light);white-space:nowrap}.bonus-info__perks{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,300px));gap:16px}.bonus-info__perk{border-radius:16px;border:1px solid var(--border-light);background:#0d0f14fa;padding:14px 16px;display:flex;flex-direction:column;gap:8px;transition:.3s ease;position:relative;overflow:hidden}.bonus-info__perk-head{display:flex;align-items:center;gap:10px}.bonus-info__icon{width:22px;height:22px;color:var(--accent-gold)}.bonus-info__perk-title{margin:0;font-size:18px;color:var(--text-light)}.bonus-info__perk-text{margin:0;font-size:16px;color:var(--text-muted)}.bonus-info__badge{align-self:flex-start;padding:4px 10px;border-radius:999px;border:1px solid var(--border-light);font-size:16px;color:var(--accent-gold-light);position:relative;overflow:hidden}.bonus-info__badge:after{content:"";position:absolute;left:-40%;top:0;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(246,246,255,.7),transparent);transform:translate(-120%)}.bonus-info__perk:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 0%,rgba(204,166,71,.3),transparent 60%);opacity:0;pointer-events:none;transition:.3s ease}.bonus-info__perk--active{border-color:var(--accent-gold);transform:translateY(-3px)}.bonus-info__perk--active:before{opacity:1}.bonus-info__perk--active .bonus-info__icon{animation:bonus-info-icon-shimmer 1s ease-in-out}.bonus-info__perk--active .bonus-info__badge:after{animation:bonus-info-badge-sparkle 1s ease-in-out}.bonus-info__perk:hover{transform:translateY(-2px)}.bonus-info__side{display:flex;flex-direction:column;gap:14px;align-items:center}.bonus-info__media-link{position:relative;display:block;border-radius:22px;overflow:hidden;border:1px solid var(--border-light);max-width:420px;transition:.3s ease}.bonus-info__media-link:hover{transform:translateY(-4px);border-color:var(--accent-gold)}.bonus-info__media-glow{position:absolute;inset:0;background:radial-gradient(circle at 20% 0%,rgba(204,166,71,.35),transparent 60%);pointer-events:none}.bonus-info__img{display:block;width:100%;height:100%;object-fit:cover}.bonus-info__ribbon{position:absolute;left:10px;right:10px;bottom:12px;border-radius:999px;padding:6px 10px;background:#010e33eb;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bonus-info__stat{display:flex;flex-direction:column;gap:0;align-items:center;text-align:center}.bonus-info__stat-num{font-size:18px;font-weight:700;color:var(--accent-gold-light)}.bonus-info__stat-label{font-size:16px;color:var(--text-muted)}.bonus-info__note{max-width:420px}.bonus-info__note-text{font-size:16px;color:var(--text-muted)}@keyframes bonus-info-icon-shimmer{0%{transform:scale(1);filter:drop-shadow(0 0 0 rgba(204,166,71,0))}40%{transform:scale(1.08);filter:drop-shadow(0 0 8px rgba(204,166,71,.8))}to{transform:scale(1);filter:drop-shadow(0 0 0 rgba(204,166,71,0))}}@keyframes bonus-info-badge-sparkle{0%{transform:translate(-120%)}to{transform:translate(260%)}}@media(max-width:960px){.bonus-info__container{grid-template-columns:minmax(320px,1fr);gap:28px}.bonus-info__side{order:-1}.bonus-info__media-link{max-width:360px}}.site-header{position:fixed;z-index:333;border-bottom:1px solid var(--border-light);width:100%;background-color:var(--border-light)}.site-header__container{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:60px}.site-header__logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.site-header__logo-mark{width:34px;height:34px;border-radius:12px;background:radial-gradient(circle at 20% 0%,#cca647,#010e33);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#000}.site-header__logo-text{font-size:18px;font-weight:600;color:var(--text-light);text-transform:lowercase}.site-header__nav{display:flex;align-items:center;gap:18px}.site-header__link{font-size:16px;color:var(--text-muted);text-decoration:none;padding:6px 0;position:relative;transition:.3s ease}.site-header__link:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;border-radius:999px;background:var(--accent-gold);transition:.3s ease}.site-header__link:hover{color:var(--text-light)}.site-header__link:hover:after{width:100%}.site-header__actions{display:flex;align-items:center;gap:10px}.site-header__lang{border-radius:999px;border:1px solid var(--border-light);background:transparent;padding:6px 10px;display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:16px;color:var(--text-main);transition:.3s ease}.site-header__lang:hover{border-color:var(--accent-gold)}.site-header__lang-code{opacity:.6}.site-header__lang-code--active{opacity:1;color:var(--accent-gold-light);font-weight:600}.site-header__lang-separator{opacity:.5}.site-header__btn-login{font-size:16px;padding:8px 16px;border-radius:999px;background:transparent;color:var(--text-light);border:1px solid var(--border-light);transition:.3s ease}.site-header__btn-login:hover{border-color:var(--accent-gold);color:var(--accent-gold-light)}.site-header__btn-play{font-size:16px;padding:8px 20px;border-radius:999px;background:var(--accent-gold);color:#000;font-weight:600;transition:.3s ease}.site-header__btn-play:hover{background:var(--accent-gold-light);transform:translateY(-2px)}.site-header__burger{width:30px;height:22px;border:none;background:transparent;cursor:pointer;position:relative;display:none;padding:0}.site-header__burger-line{position:absolute;left:0;top:50%;width:100%;height:2px;border-radius:999px;background:var(--text-light);transform:translateY(-50%);box-shadow:0 -7px 0 var(--text-light),0 7px 0 var(--text-light);transition:.3s ease}.site-header__burger:before,.site-header__burger:after{content:"";position:absolute;left:0;width:100%;height:2px;border-radius:999px;background:transparent}.site-header__burger--open .site-header__burger-line{box-shadow:none;transform:translateY(-50%) rotate(45deg)}.site-header__burger--open:before{top:50%;background:var(--text-light);transform:translateY(-50%) rotate(-45deg)}.site-header__burger--open:after{display:none}.site-header__mobile{position:fixed;top:0;right:0;width:260px;max-width:80%;height:100%;background:var(--bg-alt);transform:translate(100%);transition:.3s ease;z-index:90;display:flex;flex-direction:column}.site-header__mobile--open{transform:translate(0)}.site-header__mobile-nav{padding:80px 20px 20px;display:flex;flex-direction:column;gap:14px}.site-header__mobile-link{font-size:18px;color:#f6f6ff;text-decoration:none}.site-header__mobile-link:hover{color:var(--accent-gold-light)}.site-header__mobile-actions{margin-top:18px;display:flex;flex-direction:column;gap:10px}.site-header__lang--mobile{width:100%;justify-content:center}.site-header__mobile-btn-login{width:100%;text-align:center;font-size:16px;padding:8px 16px;border-radius:999px;background:transparent;color:#f6f6ff;border:1px solid var(--border-light);transition:.3s ease}.site-header__mobile-btn-login:hover{border-color:var(--accent-gold);color:var(--accent-gold-light)}.site-header__mobile-btn-play{width:100%;text-align:center;font-size:16px;padding:8px 16px;border-radius:999px;background:var(--accent-gold);color:#000;font-weight:600;transition:.3s ease}.site-header__mobile-btn-play:hover{background:var(--accent-gold-light);transform:translateY(-2px)}.site-header__backdrop{position:fixed;inset:0;background:transparent;border:none;padding:0;margin:0;z-index:80;opacity:0;pointer-events:none;transition:.3s ease}.site-header__backdrop--visible{opacity:1;pointer-events:auto;background:#00000080}@media(max-width:960px){.site-header__nav,.site-header__btn-login,.site-header__btn-play{display:none}.site-header__burger{display:block}}@media(max-width:500px){.popular__img{height:100%}.popular__strip-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.popular__chip{width:100%;align-items:center;justify-content:center;text-align:center}.slots-featured__bullets,.live-hero__table-row,.live-features__stats,.live-features__grid,.grid-template-columns,.live-features__latency-row,.apk-hero__stats,.apk-why__summary,.apk-why__grid,.bonus-hero__stats,.bonus-types__grid,.bonus-info__perks,.container{display:flex;flex-direction:column}.site-header__container{flex-direction:row}}.site-footer{border-top:1px solid var(--border-light);background:#010e33}.site-footer__container{display:grid;grid-template-columns:minmax(260px,360px) minmax(200px,260px) minmax(220px,320px);gap:30px;padding-top:20px;align-items:flex-start}.site-footer__col{display:flex;flex-direction:column;gap:10px}.site-footer__logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.site-footer__logo-mark{width:32px;height:32px;border-radius:12px;background:radial-gradient(circle at 20% 0%,#cca647,#0d0f14);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#000}.site-footer__logo-text{font-size:18px;font-weight:600;color:#f6f6ff}.site-footer__tagline{font-size:16px;color:var(--text-muted);max-width:320px}.site-footer__age{display:flex;align-items:center;gap:10px;font-size:16px;color:var(--text-main)}.site-footer__age-pill{min-width:36px;height:24px;border-radius:999px;background:#cc3b3b;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:16px}.site-footer__age-text{opacity:.9}.site-footer__heading{font-size:16px;font-weight:600;color:#f6f6ff;text-transform:uppercase}.site-footer__nav{display:flex;flex-direction:column;gap:6px}.site-footer__link{font-size:16px;color:var(--text-muted);text-decoration:none;position:relative;padding:2px 0;transition:.3s ease}.site-footer__link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;border-radius:999px;background:var(--accent-gold);transition:.3s ease}.site-footer__link:hover{color:#f6f6ff}.site-footer__link:hover:after{width:40%}.site-footer__note{font-size:16px;color:var(--text-muted);margin-top:4px}.site-footer__bottom{border-top:1px solid var(--border-light);margin-top:20px}.site-footer__bottom-container{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}.site-footer__copy{font-size:16px;color:var(--text-muted)}.site-footer__disclaimer{font-size:16px;color:var(--text-muted);max-width:420px}@media(max-width:960px){.site-footer__container{grid-template-columns:minmax(260px,1fr);gap:20px}.site-footer__bottom-container{flex-direction:column;align-items:flex-start}}.bonus-modal{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center}.bonus-modal__backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;background:#000000b3;cursor:pointer}.bonus-modal__dialog{position:relative;max-width:460px;width:100%;margin:20px;padding:24px 22px 22px;border-radius:18px;background:#0d0f14;border:1px solid rgba(204,166,71,.4);overflow:hidden;display:flex;flex-direction:column;gap:10px;animation:bonus-modal-scale-in .3s ease forwards}.bonus-modal__glow{position:absolute;inset:-40%;background:radial-gradient(circle at 10% 0%,rgba(204,166,71,.18),transparent 55%),radial-gradient(circle at 90% 100%,rgba(250,222,145,.16),transparent 55%);opacity:.9;pointer-events:none}.bonus-modal__badge{position:relative;display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:4px 10px;background:#010e33e6;border:1px solid rgba(246,246,255,.1);align-self:flex-start}.bonus-modal__badge-pill{min-width:36px;height:24px;border-radius:999px;background:#cc3b3b;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff}.bonus-modal__badge-text{font-size:16px;color:#f6f6ff;opacity:.9}.bonus-modal__icon-wrap{position:relative;margin-top:8px;width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#cca647,#f6f6ff);display:flex;align-items:center;justify-content:center;animation:bonus-modal-pulse 2s ease infinite}.bonus-modal__icon{width:28px;height:28px;color:#0d0f14}.bonus-modal__heading{position:relative;margin-top:8px;font-size:22px;color:#f6f6ff}.bonus-modal__text{position:relative;font-size:16px;color:#f6f6ffe6}.bonus-modal__text--highlight{font-weight:600;color:#f6f6ff}.bonus-modal__stats{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:4px}.bonus-modal__stat{padding:10px;border-radius:12px;background:#010e33e6;border:1px solid rgba(204,166,71,.28)}.bonus-modal__stat-value{display:block;font-size:18px;font-weight:600;color:#f6f6ff}.bonus-modal__stat-label{display:block;font-size:16px;color:#f6f6ffb3}.bonus-modal__actions{position:relative;margin-top:10px;display:flex;flex-wrap:wrap;gap:10px}.bonus-modal__btn-claim{font-size:16px;padding:10px 24px;border-radius:999px;background:#cca647;border:none;color:#000;cursor:pointer;font-weight:600;white-space:nowrap;transition:.3s ease}.bonus-modal__btn-claim:hover{background:#f5d17a;transform:translateY(-2px)}.bonus-modal__btn-later{font-size:16px;padding:10px 18px;border-radius:999px;border:1px solid rgba(246,246,255,.3);background:transparent;color:#f6f6ff;cursor:pointer;transition:.3s ease}.bonus-modal__btn-later:hover{border-color:#cca647;color:#cca647}.bonus-modal__note{position:relative;margin-top:6px;font-size:14px;color:#f6f6ff99}@keyframes bonus-modal-scale-in{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bonus-modal-pulse{0%{transform:scale(1);box-shadow:0 0 #cca64799}70%{transform:scale(1.03);box-shadow:0 0 0 12px #cca64700}to{transform:scale(1);box-shadow:0 0 #cca64700}}@media(max-width:480px){.bonus-modal__dialog{padding:20px 16px 18px}.bonus-modal__heading{font-size:20px}}.slots-benefits__container{display:flex;flex-wrap:wrap;gap:32px;align-items:flex-start}.slots-benefits__content{flex:1 1 320px;display:flex;flex-direction:column;gap:20px}.slots-benefits__heading{color:var(--text-light)}.slots-benefits__text{color:var(--text-muted);font-size:16px;max-width:620px}.slots-benefits__rtp{border-radius:14px;border:1px solid var(--border-light);background:#010e33e6;padding:16px 18px;display:flex;flex-direction:column;gap:8px}.slots-benefits__rtp-main{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.slots-benefits__rtp-label{font-size:16px;color:var(--text-main)}.slots-benefits__rtp-value{font-size:24px;font-weight:700;color:var(--accent-gold-light)}.slots-benefits__rtp-note{margin:0;font-size:16px;color:var(--text-muted)}.slots-benefits__badges{display:flex;flex-wrap:wrap;gap:10px}.slots-benefits__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border-light);background:#0d0f14f5;animation:slots-benefits-badge-pulse 3.2s ease-in-out infinite}.slots-benefits__badge-text{font-size:16px;color:var(--text-main)}.slots-benefits__icon{width:22px;height:22px;color:var(--text-muted);transition:.3s ease}.slots-benefits__icon--active{color:var(--accent-gold-light)}.slots-benefits__media{flex:0 0 320px;display:flex;justify-content:center}.slots-benefits__media-link{display:block;border-radius:18px;overflow:hidden;border:1px solid var(--border-light);transition:.3s ease}.slots-benefits__media-link:hover{transform:translateY(-4px);border-color:var(--accent-gold)}.slots-benefits__img{display:block;width:100%;height:100%;object-fit:cover}.slots-benefits__tiles-container{margin-top:24px}.slots-benefits__tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.slots-benefits__tile{border-radius:14px;border:1px solid var(--border-light);background:#0d0f14fa;padding:18px 18px 20px;display:flex;flex-direction:column;gap:10px;transition:.3s ease}.slots-benefits__tile-head{display:flex;align-items:center;gap:10px}.slots-benefits__tile-icon{width:22px;height:22px;color:var(--accent-gold)}.slots-benefits__tile-title{margin:0;font-size:18px;color:var(--text-light)}.slots-benefits__tile-text{margin:0;font-size:16px;color:var(--text-muted)}.slots-benefits__tile:hover{transform:translateY(-3px);border-color:var(--accent-gold)}@keyframes slots-benefits-badge-pulse{0%{transform:scale(1)}40%{transform:scale(1.03)}to{transform:scale(1)}}@media(max-width:960px){.slots-benefits__media{flex:1 1 100%;order:-1}.slots-benefits__media-link{max-width:360px}}
