:root{--bg:#0f1023;--panel:#171934;--panel2:#202347;--purple:#9a2cff;--purple2:#c23cff;--text:#fff;--muted:#a7abc6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(#0f1023,#12142b);color:var(--text);font:13px Arial,sans-serif}.top{position:sticky;top:0;z-index:20;background:#111226;border-bottom:1px solid #292b50}.topbar{max-width:1760px;margin:auto;height:64px;display:flex;align-items:center;padding:0 18px;gap:16px}.logo img{width:96px;height:38px;object-fit:contain}.top nav{display:flex;gap:5px;align-items:center;flex:1}.top nav a{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:800;color:#e9eafb;padding:9px 8px;border-radius:5px}.top nav .active{background:linear-gradient(90deg,#8228eb,#b73bff)}.nav-ico{font-size:13px;color:#b966ff}.header-tools{display:flex;gap:4px}.header-tools button{width:30px;height:30px;border:0;border-radius:5px;background:#222443;color:#fff}.actions{display:flex;align-items:center;gap:7px;font-size:10px}.actions button,.more,.bonus-copy button{border:0;border-radius:4px;padding:10px 13px;color:#fff;font-weight:800}.reg,.more,.bonus-copy button{background:linear-gradient(90deg,#8a29ff,#c143ff)}.login{background:#292b50}main{max-width:1760px;margin:auto;padding:12px 18px 42px}.hero{position:relative;overflow:hidden;border-radius:7px;height:280px;background:#191a37}.slides{height:100%}.slide{display:none;position:relative;width:100%;height:100%}.slide.active{display:block}.slide img{width:100%;height:100%;object-fit:cover}.slide-copy{position:absolute;left:5.4%;top:50%;transform:translateY(-50%);max-width:420px;text-shadow:0 3px 18px #000}.slide-copy .banner-title{font-size:30px;line-height:1.05;margin:0 0 8px;text-transform:uppercase}.slide-copy p{font-size:14px;margin:0 0 17px}.slide-copy button{border:0;border-radius:4px;padding:11px 20px;color:#fff;font-weight:800;background:linear-gradient(90deg,#8f2aff,#ca42ff)}.arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:38px;height:38px;border:0;border-radius:50%;background:#17182fd9;color:#fff;font-size:28px;cursor:pointer}.prev{left:12px}.next{right:12px}.dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:5px}.dots button{width:6px;height:6px;padding:0;border-radius:50%;border:0;background:#747797}.dots button.active{width:22px;border-radius:8px;background:#fff}.ticker{overflow:hidden;background:linear-gradient(90deg,#35106a,#6c1ea7,#35106a);margin:8px 0 18px;padding:12px 0}.ticker-track{display:flex;width:max-content;animation:ticker 30s linear infinite}.ticker span{padding-right:60px;font-size:13px;font-weight:800;color:#fff}@keyframes ticker{to{transform:translateX(-50%)}}.quick-wrap{margin-bottom:20px}.quick{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.quick-item{height:94px;border-radius:8px;background:#15172f;display:flex;align-items:center;gap:16px;padding:0 22px;border:1px solid #242749}.quick-item img{width:66px;height:66px;object-fit:contain}.quick-item span{font-weight:900;font-size:12px}h2{font-size:22px;margin:20px 0 11px}.section-head{display:flex;justify-content:space-between;align-items:center}.arrow-pair{display:flex;align-items:center;gap:5px}.mini-arrow{width:28px;height:28px;border:0;border-radius:4px;background:linear-gradient(180deg,#9b2cff,#7220cf);color:#fff;font-size:20px;cursor:pointer}.mini-arrow.is-disabled{background:#373a56;color:#7f8297;cursor:default}.sport-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.sport-grid div{background:#202347;border:1px solid #2b2e55;border-radius:4px;height:68px;display:flex;align-items:center;gap:10px;justify-content:center}.sport-grid b{font-size:22px}.sport-grid span{font-size:10px;font-weight:800}.card-track{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.game-card{background:#1b1e3b;border-radius:5px;overflow:hidden;position:relative}.game-card img{width:100%;aspect-ratio:1.67/1;object-fit:cover;display:block}.game-card .meta{padding:8px 10px;color:#fff}.game-card small{color:#aeb3d2}.game-overlay{position:absolute;inset:0;background:rgba(12,10,35,.78);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:9px;opacity:0;transition:.2s}.game-card:hover .game-overlay{opacity:1}.game-overlay button{min-width:104px;border:0;border-radius:4px;padding:9px 12px;font-size:10px;font-weight:800;color:#fff}.game-overlay .play{background:linear-gradient(90deg,#8b2aff,#c641ff)}.game-overlay .demo{background:#343756}.providers,.bonuses{margin-top:25px}.provider-row{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.provider-row div{height:58px;background:#1b1e3c;border:1px solid #282b51;border-radius:4px;display:grid;place-items:center;color:#e5e7f6;font-weight:900;font-size:11px}.bonus-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.bonus-row article{min-height:156px;background:#1a1c39;border-radius:6px;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch}.bonus-copy{padding:18px 8px 15px 16px;position:relative;z-index:2}.bonus-copy small{color:#ae6cff;font-weight:900}.bonus-copy h3,.bonus-copy .bonus-title{font-size:14px;line-height:1.3;margin:8px 0 16px}.bonus-copy button{padding:8px 12px;font-size:9px}.bonus-row img{width:100%;height:100%;object-fit:cover;object-position:center}footer{background:#15162f;border-top:1px solid #292b50;padding:26px 18px}.footer-title,.footer-top,.footer-note,.legal{max-width:1760px;margin-left:auto;margin-right:auto}.footer-title{display:flex;align-items:center;gap:10px;padding-bottom:16px;border-bottom:1px solid #2c2f53;font-size:12px;font-weight:900}.footer-title img{width:40px;height:40px;object-fit:contain}.footer-top{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;padding:20px 0;border-bottom:1px solid #2c2f53}.footer-top h4,.footer-top .footer-heading{font-size:11px;margin:0 0 10px}.footer-top a{display:block;color:#a9aecb;margin:7px 0;font-size:11px}.footer-note{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid #2c2f53;color:#9297b8}.age{width:42px;height:42px;border:2px solid #7e83a7;border-radius:50%;display:grid;place-items:center;font-weight:900;color:#fff}.legal{padding-top:15px;color:#747998;font-size:10px}.chat{position:fixed;right:16px;bottom:16px;width:42px;height:42px;border-radius:50%;border:3px solid white;background:#22c55e;color:#fff}.more{font-size:9px}
@media(max-width:900px){.topbar{height:55px;padding:0 10px}.top nav,.header-tools,.actions .login,.actions span{display:none}.actions{margin-left:auto}.reg{padding:8px 10px!important;font-size:9px}.logo img{width:82px;height:34px}main{padding:8px 10px 28px}.hero{height:255px}.slide img{object-position:center}.slide-copy{left:24px;right:24px;top:auto;bottom:32px;transform:none;max-width:75%}.slide-copy .banner-title{font-size:21px}.slide-copy p{font-size:12px}.arrow{width:32px;height:32px}.ticker span{padding-right:34px}.quick{grid-template-columns:repeat(2,1fr);gap:8px}.quick-item{height:76px;padding:0 12px}.quick-item img{width:52px;height:52px}.quick-item:last-child{grid-column:1/3}.sport-grid{grid-template-columns:repeat(2,1fr)}.card-track{grid-template-columns:repeat(2,1fr)}.game-card:nth-child(n+5){display:none}.provider-row{grid-template-columns:repeat(2,1fr)}.provider-row div:last-child{grid-column:1/3}.bonus-row{grid-template-columns:1fr}.bonus-row article{min-height:140px}.footer-top{grid-template-columns:1fr 1fr}.footer-title span{font-size:10px}.footer-note{align-items:flex-start}.hero .dots{max-width:72%;overflow:hidden}.section-head h2{margin-right:8px}}

/* v3 header rebuilt to match the reference */
.top{position:sticky;top:0;z-index:30;background:#15172b;border-bottom:0;box-shadow:0 4px 16px rgba(4,5,18,.28)}
.header-shell{max-width:none;margin:0;padding:0 14px 10px}
.header-main{height:54px;display:flex;align-items:center;gap:10px;padding:0 8px}
.logo{display:flex;align-items:center;flex:0 0 auto}
.logo img{width:102px;height:38px;object-fit:contain;transform:scale(1.08)}
.partner-icons{display:flex;align-items:center;gap:14px;margin-left:2px}
.partner{display:grid;place-items:center;height:31px;min-width:31px;font-weight:900;line-height:1;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.35))}
.partner-diamond{font-size:35px;transform:rotate(45deg);font-family:serif}
.partner-pink{width:34px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ff77d5,#ff16a7 58%,#7123cc);font-style:italic;font-size:13px;transform:rotate(-8deg)}
.partner-gold{font-size:30px;color:#c7a733;transform:rotate(-9deg)}
.partner-fifa{font-size:14px;letter-spacing:.2px;min-width:45px}
.header-spacer{flex:1}
.header-social{display:flex;align-items:center;gap:7px}
.header-social button,.header-settings button{border:0;background:transparent;color:#fff;cursor:pointer}
.telegram{font-size:22px;transform:rotate(-15deg);padding:4px 7px}
.gift{position:relative;width:35px;height:35px;border-radius:7px!important;background:#252846!important;font-size:17px}
.gift i{position:absolute;right:-3px;top:-5px;min-width:16px;height:16px;padding:0 3px;border-radius:10px;background:#9150ff;color:#fff;font:700 10px/16px Arial;font-style:normal}
.actions{display:flex;align-items:center;gap:8px;font-size:12px}
.actions button{height:34px;border-radius:8px;padding:0 16px;font-size:12px;white-space:nowrap}
.reg{background:linear-gradient(90deg,#832cff,#a83dff)}
.login{background:#2d304e}
.header-settings{height:30px;display:flex;align-items:center;border-right:1px solid #5c607b;padding-right:10px;margin-left:3px}
.header-settings button{font-size:17px;padding:2px 3px}.header-settings .chev{font-size:13px;margin-left:1px}
.header-clock,.header-currency{height:30px;display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#e9eafb;padding:0 10px;border-right:1px solid #5c607b;white-space:nowrap}
.header-currency{border-right:0;padding-right:0}
.header-nav{height:40px;margin-left:110px;background:#242741;border-radius:9px;display:flex;align-items:center;gap:3px;padding:3px 8px;overflow:hidden}
.header-nav a{height:34px;display:flex;align-items:center;gap:5px;padding:0 9px;border-radius:8px;color:#fff;text-decoration:none;font-size:12px;font-weight:900;white-space:nowrap}
.header-nav a i{font-size:11px;font-style:normal}.header-nav a b{font-size:16px}
.header-nav a.active{background:linear-gradient(90deg,#8129ef,#a53cff);box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}
.header-nav .dice-link{margin-left:3px;gap:9px}.header-nav .dice-link b{font-size:25px;transform:rotate(18deg)}
main{padding-top:24px}
@media(max-width:1200px){.partner-icons{gap:8px}.header-nav{margin-left:90px}.header-nav a{padding:0 7px;font-size:10px}.header-clock{display:none}}
@media(max-width:900px){
 .header-shell{padding:0 8px 7px}.header-main{height:54px;padding:0 2px;gap:7px}.logo img{width:86px;height:34px;transform:none}.partner-icons{display:none}.header-social .telegram{display:none}.gift{width:32px;height:32px}.actions .login,.header-settings,.header-clock,.header-currency{display:none}.actions{margin-left:0}.actions .reg{display:block;height:32px;padding:0 10px!important;font-size:9px}.header-nav{margin-left:0;height:39px;border-radius:7px;overflow-x:auto;scrollbar-width:none;padding:3px 5px}.header-nav::-webkit-scrollbar{display:none}.header-nav a{flex:0 0 auto;height:32px;padding:0 9px;font-size:10px}.header-nav a:nth-child(n+7){display:none}main{padding-top:10px}
}
/* v4 reference corrections */
body{font-family:Arial,Helvetica,sans-serif;background:#0e1022}
.header-shell{padding-bottom:7px}.header-main{height:48px}.logo img{width:112px;height:42px;transform:none}.header-nav{height:36px;margin-left:0;border-radius:5px;background:#252842}.header-nav a{height:30px;font-size:10px;border-radius:4px}.partner-icons{gap:10px}.partner-diamond{font-size:18px;transform:none;color:#fff}.partner-pink{width:24px;height:24px;min-width:24px;font-size:11px}.partner-gold{font-size:21px}.partner-fifa{font-size:11px;min-width:34px}.actions button{height:30px;font-size:10px;border-radius:4px}.gift{width:30px;height:30px!important}
main{max-width:none;padding:12px 14px 26px}.hero{height:250px;border-radius:4px}.quick-item{height:82px;border-radius:3px;background:#14162d}.quick-item img{width:72px;height:72px}.ticker{margin:6px 0 14px;padding:8px 0}.ticker span{font-size:11px}
.sport-grid{gap:4px}.sport-grid div{height:62px;border-radius:3px;background:#242746;flex-direction:column;gap:5px}.sport-icon{font-size:21px;line-height:1;color:#fff}.sport-grid span:last-child{font-size:10px;font-weight:700}
.provider-row{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}.provider-row div{height:62px;background:#242746;border:1px solid #303455;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px}.provider-row img{max-width:92%;max-height:26px;filter:brightness(0) invert(1);opacity:.92}.provider-row small{font-size:7px;margin-top:4px;color:#aaaec8;font-weight:800}
footer{padding:0 14px 10px;background:#16182f;border-top:1px solid #292c4d}.footer-promos{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:14px 0}.footer-promos article{height:112px;position:relative;overflow:hidden;border-radius:4px;background:#202342}.footer-promos img{width:100%;height:100%;object-fit:cover}.footer-promos div{position:absolute;left:12px;bottom:12px;text-shadow:0 2px 5px #000}.footer-promos b,.footer-promos span{display:block}.footer-promos b{font-size:12px}.footer-promos span{font-size:9px;margin-top:3px}footer details{border-top:1px solid #303352;background:#1d203d}footer summary{cursor:pointer;padding:13px 10px;font-size:10px;font-weight:800;list-style:none}footer summary:after{content:'⌄';float:right}footer details p{color:#a7abc4;padding:0 10px 12px;margin:0;font-size:10px}.footer-links{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;padding:16px 10px;border-top:1px solid #303352}.footer-links h4,.footer-links .footer-heading{font-size:10px;margin:0 0 8px}.footer-links a{display:block;color:#aeb2ca;font-size:9px;margin:6px 0}.footer-license{display:flex;align-items:center;gap:14px;padding:10px;border-top:1px solid #303352}.footer-license img{width:42px;height:42px;object-fit:contain}.footer-license p{font-size:8px;line-height:1.5;color:#a1a6c0;margin:0}.footer-bottom{display:grid;grid-template-columns:1fr 110px 50px;align-items:center;border-top:1px solid #303352;min-height:46px;color:#888da8;font-size:8px}.footer-bottom .tg,.agebox{height:100%;display:grid;place-items:center;border-left:1px solid #303352}.agebox{font-size:13px;color:#fff}.chat{width:34px;height:34px;right:8px;bottom:8px}
@media(max-width:900px){.provider-row{grid-template-columns:repeat(2,1fr)}.footer-promos{grid-template-columns:1fr 1fr}.footer-links{grid-template-columns:repeat(2,1fr)}.hero{height:210px}}

/* Final visual alignment */
body{font-family:Arial,Helvetica,sans-serif;font-size:12px}
.logo img{width:136px!important;height:44px!important;transform:none!important;display:block}
.partner-icons{display:flex;align-items:center;gap:12px}
.partner{display:flex!important;align-items:center;justify-content:center;background:transparent!important;border:0!important;width:auto!important;height:30px!important;min-width:28px!important;padding:0!important}
.partner img{display:block;max-width:34px;max-height:27px;object-fit:contain}
.partner-pink img{width:34px;max-width:34px}.partner-fifa img{width:27px}.partner-gold img{width:27px}
.header-social .telegram img{width:22px;height:22px;display:block;filter:none}
.header-nav .dice-link b{display:flex;align-items:center}.header-nav .dice-link b img{width:25px;height:25px;object-fit:contain;transform:none}
.arrow,.mini-arrow{display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:0;text-indent:0}
.arrow{font-family:Arial,sans-serif;font-size:34px;padding-bottom:4px}
.mini-arrow{font-family:Arial,sans-serif;font-size:22px;padding-bottom:2px}
.provider-viewport{overflow:hidden;width:100%}
.provider-row{display:flex!important;gap:6px;transition:transform .35s ease;will-change:transform}
.provider-card{flex:0 0 calc((100% - 42px)/8);height:64px!important}
.provider-card img{max-width:90%;max-height:29px}
.provider-card small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:7px}
@media(max-width:900px){.logo img{width:112px!important;height:38px!important}.provider-card{flex-basis:calc((100% - 6px)/2)}.partner-icons{display:none}}

/* v5 — header arrows, icon cleanup and requested scaling */
:root{--font-scale:1.5}

/* One clean chevron style everywhere in the header */
.header-nav a{gap:0}
.header-nav a > span:not(:last-child),
.header-nav a > b{margin-right:8px}
.header-nav a > i{
  width:8px;height:8px;margin-left:9px;flex:0 0 8px;
  font-size:0!important;line-height:0;display:inline-block;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);opacity:.95
}
.header-settings .chev,.header-clock span,.header-currency span{
  width:7px;height:7px;margin-left:8px;display:inline-block;flex:0 0 7px;
  font-size:0!important;line-height:0;border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)
}
.header-settings{gap:2px}

/* Header type enlarged 1.5x while preserving the reference spacing */
.header-main{height:62px;gap:13px}
.header-shell{padding:0 14px 10px}
.logo img{width:150px!important;height:50px!important}
.partner-icons{gap:16px;margin-left:3px}
.partner{height:38px!important;min-width:34px!important}
.partner img{max-width:42px;max-height:34px}
.partner-diamond img{width:34px;max-width:34px}
.partner-pink img{width:38px;max-width:38px;height:38px;max-height:38px;border-radius:50%}
.partner-gold img{width:38px;max-width:38px}
.partner-fifa span{font-size:16px;font-weight:900;letter-spacing:.25px;color:#fff}
.header-social{gap:10px}
.header-social .telegram{padding:5px 8px;transform:none}
.header-social .telegram img{width:25px;height:25px}
.gift{width:39px;height:39px!important;font-size:20px}
.gift i{font-size:12px;min-width:18px;height:18px;line-height:18px}
.actions{gap:10px}
.actions button{height:39px;padding:0 20px;font-size:15px;border-radius:7px}
.header-settings{height:36px;padding-right:13px}
.header-settings button{font-size:21px}
.header-clock,.header-currency{height:36px;font-size:15px;padding:0 13px}

.header-nav{height:52px;padding:5px 11px;gap:5px;border-radius:8px}
.header-nav a{height:42px;padding:0 13px;font-size:15px;border-radius:7px}
.header-nav a b{font-size:22px}
.header-nav .dice-link{gap:10px}
.header-nav .dice-link b img{width:34px;height:34px}

/* Site typography enlarged by 1.5x */
.section-head h2{font-size:24px}
.quick-item span{font-size:15px}
.sport-grid span:last-child{font-size:15px}
.ticker span{font-size:16.5px}
.game-card .game-title,.game-card h3{font-size:15px}
.bonus-copy small{font-size:13.5px}
.bonus-copy h3,.bonus-copy .bonus-title{font-size:21px}
.bonus-copy button,.more{font-size:13.5px}

/* Provider marks doubled and cards made tall enough to avoid clipping */
.provider-row{gap:8px}
.provider-card{flex-basis:calc((100% - 56px)/8);height:104px!important;padding:10px!important}
.provider-card img{max-width:96%!important;max-height:58px!important;width:auto;height:auto}
.provider-card small{font-size:10.5px;margin-top:7px}

/* Footer copy enlarged by 1.5x */
.footer-promos b{font-size:18px}
.footer-promos span{font-size:13.5px}
footer summary{font-size:15px;padding:17px 12px}
footer details p{font-size:15px;line-height:1.55}
.footer-links h4,.footer-links .footer-heading{font-size:15px}
.footer-links a{font-size:13.5px;margin:8px 0}
.footer-license p{font-size:12px;line-height:1.6}
.footer-bottom{font-size:12px}
.agebox{font-size:19.5px}

@media(max-width:1200px){
  .header-nav a{font-size:13px;padding:0 10px}
  .header-nav a > i{margin-left:7px}
  .actions button{font-size:13px;padding:0 14px}
}
@media(max-width:900px){
  .header-main{height:56px}
  .logo img{width:126px!important;height:43px!important}
  .header-nav{height:46px}
  .header-nav a{height:36px;font-size:13px;padding:0 11px}
  .provider-card{flex-basis:calc((100% - 8px)/2);height:96px!important}
  .provider-card img{max-height:52px!important}
  .footer-promos b{font-size:15px}.footer-promos span{font-size:12px}
}

/* v6 reference header, bonuses and footer */
.header-main{display:flex;align-items:center;width:100%}
.logo{flex:0 0 auto;margin-right:14px}
.partner-icons{flex:0 0 auto}
.header-spacer{flex:1 1 auto;min-width:24px}
.header-social,.actions,.header-settings,.header-clock,.header-currency{flex:0 0 auto}
.header-nav a{font-size:18px}
.header-nav .nav-svg{width:22px;height:22px;display:block;fill:currentColor}
.header-nav a.active .nav-svg{fill:#fff}
.header-nav a b{display:flex;align-items:center;justify-content:center;margin-right:8px}
.header-clock strong{font:inherit}

.bonuses{margin-top:28px}
.bonus-head{align-items:center;margin-bottom:14px}
.bonus-actions{display:flex;align-items:center;gap:7px}
.bonus-viewport{overflow:hidden;width:100%}
.bonus-row{display:flex;gap:10px;transition:transform .35s ease;will-change:transform}
.bonus-row article{position:relative;flex:0 0 calc((100% - 30px)/4);height:200px;overflow:hidden;border-radius:7px;background:#080914}
.bonus-row article img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bonus-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,5,13,.98) 0%,rgba(4,5,13,.91) 31%,rgba(4,5,13,.50) 58%,rgba(4,5,13,.06) 100%)}
.bonus-copy{position:absolute;z-index:2;left:20px;top:50%;transform:translateY(-50%);width:58%;text-align:left}
.bonus-copy h3,.bonus-copy .bonus-title{margin:0 0 14px;font-size:19px;line-height:1.18;color:#fff;text-transform:uppercase;text-shadow:0 1px 2px #000}
.bonus-copy button{border:0;border-radius:7px;background:#8a35f5;color:#fff;font-weight:800;padding:10px 15px}
.bonus-actions .mini-arrow{width:34px;height:34px;background:#363a68;border:0;border-radius:7px;color:#fff}
.bonus-actions .mini-arrow.is-disabled{opacity:.45}

footer{padding-top:14px}
footer details{margin-bottom:8px;border:1px solid #2e3253;border-radius:8px;overflow:hidden;background:#252945}
footer summary{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 14px;font-size:14px}
footer summary::-webkit-details-marker{display:none}
footer summary:after{content:'';width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);margin-right:4px;transition:transform .2s}
footer details[open] summary:after{transform:rotate(225deg) translate(-2px,-2px)}
footer details>p{padding:14px 16px;margin:0;border-top:1px solid #303456}
.footer-mega{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1.6fr;gap:42px;max-height:350px;overflow:auto;padding:16px;border-top:1px solid #303456}
.footer-mega h4,.footer-mega .footer-heading{margin:0 0 11px;font-size:14px;color:#fff}
.footer-mega a{display:block;margin:0 0 9px;font-size:13px;color:#e5e7f3}
.footer-links{border:1px solid #303456;border-radius:8px;margin:0 0 8px;padding:16px 14px;background:#252945}
.footer-license{display:grid;grid-template-columns:92px 1fr;gap:10px;align-items:stretch;border:0;padding:0;margin-bottom:8px}
.license-badge{background:#252945;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px}
.license-badge img{width:48px;height:48px}
.license-badge span{color:#29c95a;font-weight:900;font-size:13px;text-align:center}.license-badge small{display:block;color:#fff;font-size:9px;margin-top:2px}
.footer-license>p{background:#252945;border-radius:8px;padding:14px 12px!important;font-size:12px!important;line-height:1.28!important;color:#fff!important;display:flex;align-items:center;flex-wrap:wrap;gap:0;margin:0}
.footer-license a{color:#fff;font-weight:800;text-decoration:underline}
.footer-bottom{display:grid;grid-template-columns:1fr 290px;gap:8px;border:0;min-height:96px;font-size:12px}
.copyright-copy{background:#252945;border-radius:8px;padding:14px 10px;display:flex;justify-content:center;flex-direction:column;color:#fff}
.copyright-copy span{display:block}
.footer-tools{display:grid;grid-template-columns:1fr 78px;grid-template-rows:56px 32px;gap:8px}
.footer-telegram,.agebox,.mobile-version{border:0;border-radius:8px;background:#252945;color:#fff}
.footer-telegram{display:grid;place-items:center}.footer-telegram img{width:34px;height:34px}
.agebox{display:grid;place-items:center;font-size:20px}
.mobile-version{grid-column:1/3;font-size:14px;font-weight:800}
.chat{position:fixed;right:10px;bottom:10px;width:50px;height:50px;border-radius:50%;border:0;background:#24ad46;z-index:20;display:grid;place-items:center}
.chat span{width:24px;height:20px;border-radius:50%;background:#fff;position:relative}.chat span:after{content:'';position:absolute;right:2px;bottom:-4px;border:5px solid transparent;border-top-color:#fff;transform:rotate(-20deg)}

@media(max-width:1400px){.header-nav a{font-size:15px;padding:0 10px}.bonus-row article{flex-basis:calc((100% - 20px)/3)}}
@media(max-width:900px){
 .header-main{overflow-x:auto}.partner-icons{display:none}.header-nav a{font-size:14px}
 .bonus-row article{flex-basis:calc((100% - 10px)/2);height:170px}.bonus-copy h3,.bonus-copy .bonus-title{font-size:15px}
 .footer-mega{grid-template-columns:1fr 1fr;gap:20px;max-height:none}
 .footer-license{grid-template-columns:76px 1fr}.footer-bottom{grid-template-columns:1fr}.footer-tools{grid-template-columns:1fr 70px}
}
@media(max-width:560px){.bonus-row article{flex-basis:100%}.footer-mega,.footer-links{grid-template-columns:1fr 1fr}.footer-license{grid-template-columns:1fr}.footer-bottom{grid-template-columns:1fr}}


/* v7 — mobile swipe layout */
@media(max-width:900px){
  /* Every carousel is controlled by touch on mobile; arrow controls stay desktop-only. */
  .hero > .arrow,
  .section-head .arrow-pair .mini-arrow,
  .bonus-actions .mini-arrow,
  .providers .mini-arrow{display:none!important}

  .quick-wrap{overflow:hidden;margin-left:-10px;margin-right:-10px;padding:0 10px}
  .quick{
    display:flex!important;
    flex-wrap:nowrap;
    gap:8px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:4px
  }
  .quick::-webkit-scrollbar{display:none}
  .quick-item,
  .quick-item:last-child{
    flex:0 0 176px;
    width:176px;
    height:82px;
    grid-column:auto!important;
    scroll-snap-align:start;
    padding:0 12px;
    gap:10px
  }
  .quick-item img{width:58px;height:58px}
  .quick-item span{font-size:13px;white-space:nowrap}

  #sections section{overflow:hidden}
  #sections .section-head{gap:8px;flex-wrap:nowrap}
  #sections .section-head h2{
    flex:0 1 auto;
    min-width:0;
    font-size:16px!important;
    white-space:nowrap;
    margin:16px 0 10px
  }
  #sections .section-head .arrow-pair{margin-left:auto;flex:0 0 auto}
  #sections .section-head .more{
    font-size:10px!important;
    line-height:1;
    padding:8px 10px;
    height:34px;
    white-space:nowrap
  }
  .card-track{
    display:flex!important;
    grid-template-columns:none!important;
    gap:8px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:5px
  }
  .card-track::-webkit-scrollbar{display:none}
  .game-card,
  .game-card:nth-child(n){
    display:block!important;
    flex:0 0 76%;
    scroll-snap-align:start
  }

  .provider-viewport,
  .bonus-viewport{overflow-x:auto!important;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .provider-viewport::-webkit-scrollbar,.bonus-viewport::-webkit-scrollbar{display:none}
  .provider-row,.bonus-row{transform:none!important;transition:none!important;width:max-content}
  .provider-card{flex:0 0 170px!important;width:170px;scroll-snap-align:start}
  .bonus-row article{flex:0 0 min(86vw,360px)!important;width:min(86vw,360px);scroll-snap-align:start}

  .bonus-head{flex-wrap:nowrap;gap:8px}
  .bonus-head h2{font-size:18px!important;white-space:nowrap}
  .bonus-actions{margin-left:auto}
  .bonus-actions .more{font-size:10px!important;padding:9px 11px;white-space:nowrap}

  .chat{display:none!important}
}

/* v8 — compact two-row mobile header from reference */
.gift-svg{width:21px;height:21px;display:block;fill:#fff}

@media(max-width:900px){
  .top{position:sticky;top:0}
  .header-shell{padding:7px 8px 8px!important}
  .header-main{
    height:38px!important;
    min-height:38px;
    padding:0!important;
    gap:7px!important;
    overflow:visible!important;
    flex-wrap:nowrap;
  }
  .logo{margin-right:auto!important;min-width:0}
  .logo img{width:91px!important;height:30px!important;display:block}
  .header-spacer{display:none!important}
  .partner-icons,.header-settings,.header-clock,.header-currency{display:none!important}

  .header-social{display:flex!important;gap:5px!important;align-items:center;order:2}
  .header-social .telegram{
    display:grid!important;
    place-items:center;
    width:27px!important;height:27px!important;
    padding:4px!important;
    border:0;background:transparent!important;
  }
  .header-social .telegram img{width:19px!important;height:19px!important}
  .gift{
    display:grid!important;place-items:center;
    width:29px!important;height:29px!important;
    min-width:29px;border-radius:7px!important;
    padding:0!important;background:#252846!important;
  }
  .gift-svg{width:18px;height:18px}
  .gift i{right:-2px!important;top:-5px!important;min-width:15px!important;height:15px!important;line-height:15px!important;font-size:9px!important}

  .actions{display:flex!important;gap:5px!important;margin:0!important;order:3;flex:0 0 auto}
  .actions .reg,.actions .login{
    display:block!important;height:29px!important;border-radius:6px!important;
    padding:0 10px!important;font-size:9px!important;line-height:29px!important;
    white-space:nowrap;
  }
  .actions .login{padding:0 11px!important}

  .header-nav{
    margin:6px 0 0 88px!important;
    width:calc(100% - 88px)!important;
    height:35px!important;
    min-height:35px;
    padding:3px 5px!important;
    gap:2px!important;
    overflow:hidden!important;
    justify-content:flex-start;
    border-radius:7px!important;
    background:#242741!important;
  }
  .header-nav a{display:none!important}
  .header-nav a:nth-child(1),
  .header-nav a:nth-child(2),
  .header-nav a:nth-child(9),
  .header-nav a:nth-child(10){
    display:flex!important;
    flex:0 0 auto;
    height:29px!important;
    padding:0 7px!important;
    font-size:9px!important;
    border-radius:5px!important;
    gap:0!important;
  }
  .header-nav a:nth-child(1){order:1}
  .header-nav a:nth-child(2){order:2}
  .header-nav a:nth-child(9){order:3}
  .header-nav a:nth-child(10){order:4}
  .header-nav a > i{
    width:5px!important;height:5px!important;flex-basis:5px!important;
    margin-left:5px!important;border-width:1.5px!important;
  }
  .header-nav .dice-link{gap:5px!important;margin-left:0!important}
  .header-nav .dice-link b{margin-right:4px!important}
  .header-nav .dice-link b img{width:19px!important;height:19px!important}
}

@media(max-width:390px){
  .header-shell{padding-left:6px!important;padding-right:6px!important}
  .header-main{gap:4px!important}
  .logo img{width:80px!important}
  .header-social{gap:2px!important}
  .header-social .telegram{width:24px!important;height:24px!important;padding:3px!important}
  .gift{width:26px!important;height:26px!important;min-width:26px!important}
  .gift-svg{width:16px;height:16px}
  .actions{gap:3px!important}
  .actions .reg,.actions .login{height:27px!important;line-height:27px!important;font-size:8px!important;padding:0 7px!important}
  .actions .login{padding:0 8px!important}
  .header-nav{margin-left:80px!important;width:calc(100% - 80px)!important}
  .header-nav a:nth-child(1),.header-nav a:nth-child(2),.header-nav a:nth-child(9),.header-nav a:nth-child(10){padding:0 5px!important;font-size:8px!important}
}

/* v6 — ensure the compact mobile navigation row is always visible */
@media(max-width:900px){
  .header-shell{display:block!important;overflow:visible!important}
  .header-nav{
    display:flex!important;
    margin:6px 0 0!important;
    width:100%!important;
    min-width:0!important;
    height:35px!important;
    min-height:35px!important;
    position:relative!important;
    z-index:2!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .header-nav::-webkit-scrollbar{display:none}
  .header-nav a:nth-child(1),
  .header-nav a:nth-child(2),
  .header-nav a:nth-child(9),
  .header-nav a:nth-child(10){
    display:flex!important;
  }
  main{padding-top:10px!important}
}
@media(max-width:390px){
  .header-nav{margin:6px 0 0!important;width:100%!important}
}

/* v7 — normalize navigation label typography */
.header-nav > a,
.header-nav > a > span,
.header-nav > a.dice-link > span {
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.header-nav > a > span {
  display: inline-flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}

@media (max-width: 1200px) and (min-width: 901px) {
  .header-nav > a,
  .header-nav > a > span,
  .header-nav > a.dice-link > span {
    font-size: 13px !important;
  }
}

@media (max-width: 900px) {
  .header-nav > a:nth-child(1),
  .header-nav > a:nth-child(2),
  .header-nav > a:nth-child(9),
  .header-nav > a:nth-child(10),
  .header-nav > a:nth-child(1) > span,
  .header-nav > a:nth-child(2) > span,
  .header-nav > a:nth-child(9) > span,
  .header-nav > a:nth-child(10) > span,
  .header-nav > a.dice-link > span {
    font-family: Arial, sans-serif !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 390px) {
  .header-nav > a:nth-child(1),
  .header-nav > a:nth-child(2),
  .header-nav > a:nth-child(9),
  .header-nav > a:nth-child(10),
  .header-nav > a:nth-child(1) > span,
  .header-nav > a:nth-child(2) > span,
  .header-nav > a:nth-child(9) > span,
  .header-nav > a:nth-child(10) > span,
  .header-nav > a.dice-link > span {
    font-size: 8px !important;
  }
}

/* PHP engine content */
.seo-shell{max-width:1760px;margin:0 auto;padding:24px 14px;color:#fff}.seo-card{background:#181a31;border:1px solid #292c50;border-radius:12px;padding:24px;margin:16px 0}.seo-card h1{font-size:clamp(26px,3vw,44px);line-height:1.15;margin:0 0 18px}.seo-card h2{font-size:clamp(22px,2.3vw,34px);margin:28px 0 14px;color:#fff}.seo-card h3{font-size:clamp(18px,2vw,26px);margin:22px 0 12px}.seo-card h4{font-size:1em;line-height:normal;margin:1.33em 0;color:#fff}.seo-card h5{font-size:.83em;line-height:normal;margin:1.67em 0;color:#fff}.seo-card h6{font-size:.67em;line-height:normal;margin:2.33em 0;color:#fff}.seo-card p{line-height:1.7;margin:0 0 14px;color:#e7e8f4}.seo-card ul,.seo-card ol{padding-left:28px;margin:14px 0 20px}.seo-card li{margin:8px 0;line-height:1.55}.seo-card ul li::marker,.seo-card ol li::marker{color:#8c36ff;font-weight:800}.cta-strip{display:flex;gap:12px;justify-content:center;max-width:1760px;margin:20px auto;padding:0 14px}.cta-strip a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 28px;border-radius:9px;background:#8b32ff;color:#fff;font-weight:800;text-decoration:none}.cta-strip a.secondary{background:#272b4f}.toc-title{font-size:20px;font-weight:900;margin-bottom:12px}.toc-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;margin:0;list-style:none}.toc-list a{display:block;background:#222640;border:1px solid #34385f;border-radius:8px;padding:12px 14px;color:#fff;text-decoration:none}.table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:18px 0 24px}.table-scroll table{width:100%;border-collapse:collapse;table-layout:auto}.table-scroll th,.table-scroll td{white-space:nowrap;padding:12px 14px;border:1px solid #383d66;text-align:left}.table-scroll th{background:#292d52}.table-scroll td{background:#1d203b}.static-section-title{font-size:24px;font-weight:900;color:#fff}.quick-item,.game-card,.provider-card,.bonuses article{cursor:pointer}.engine-faq{max-width:1760px;margin:18px auto;padding:0 14px}.faq,.faq section{background:#181a31;border:1px solid #292c50;border-radius:12px;padding:22px;color:#fff}.faq-item{border-bottom:1px solid #323657;padding:14px 0}.faq-item-title{font-size:18px}.faq-item-content-visible{line-height:1.65;color:#e7e8f4}.review-card{background:#222640;border-radius:10px;padding:16px;margin:12px 0}
@media(max-width:800px){.seo-shell{padding:12px 8px}.seo-card{padding:16px;border-radius:9px}.toc-list{grid-template-columns:1fr}.cta-strip{padding:0 8px}.cta-strip a{flex:1;padding:0 10px;font-size:13px}.table-scroll table{width:max-content;min-width:720px;max-width:none}.seo-card ul,.seo-card ol{padding-left:22px}.seo-card li{padding-left:2px}}

/* element compatibility after PHP conversion */
.actions a,.more,.bonus-btn{border:0;border-radius:7px;color:#fff;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.reg,.more,.bonus-btn{background:linear-gradient(90deg,#8a29ff,#c143ff)}.login{background:#292b50}.slide-copy a{display:inline-flex;border:0;border-radius:4px;padding:11px 20px;color:#fff;font-weight:800;background:linear-gradient(90deg,#8f2aff,#ca42ff);text-decoration:none}.bonus-row .bonus-card{min-height:156px;background:#1a1c39;border-radius:6px;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;color:#fff;text-decoration:none;position:relative}.bonus-btn{padding:10px 15px;font-size:13.5px}.provider-row .provider-card{height:78px;background:#1b1e3c;border:1px solid #282b51;border-radius:4px;display:grid;place-items:center;color:#e5e7f6;font-weight:900;font-size:11px;text-decoration:none}.game-overlay .play,.game-overlay .demo{min-width:104px;border-radius:4px;padding:9px 12px;font-size:10px;font-weight:800;color:#fff;text-align:center}.footer-telegram,.mobile-version{text-decoration:none;color:#fff}.static-section-title{margin:20px 0 11px}.bonuses .static-section-title,.providers .static-section-title{font-size:24px}.game-card{text-decoration:none;color:#fff}
@media(max-width:900px){.bonus-row .bonus-card{min-height:140px}.section-head .static-section-title{margin-right:8px}.provider-row .provider-card{height:72px}}

/* v10 requested polish */
a,a:visited,a:hover,a:active{text-decoration:none!important}
.quick-item span{color:#fff!important}

/* bonus cards: image covers the entire card, text stays above the dark gradient */
.bonus-row{display:flex!important;gap:10px!important;width:max-content}
.bonus-row .bonus-card{display:block!important;flex:0 0 calc((100vw - 86px)/4);max-width:462px;min-width:310px;height:200px;position:relative;background:#080912!important;overflow:hidden;border-radius:7px}
.bonus-row .bonus-card img{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block}
.bonus-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,4,12,.96) 0%,rgba(3,4,12,.72) 43%,rgba(3,4,12,.08) 78%,transparent 100%);z-index:1}
.bonus-copy{position:absolute!important;z-index:2!important;left:20px!important;top:50%!important;transform:translateY(-50%)!important;width:48%!important;color:#fff}
.bonus-copy h3,.bonus-copy .bonus-title{font-size:20px!important;line-height:1.15!important;margin:0 0 14px!important;color:#fff!important}

/* polished reviews */
.reviews-block{background:transparent!important;border:0!important;padding:0!important}
.reviews-heading{display:flex;justify-content:space-between;align-items:center;margin:0 0 14px;padding:18px 20px;border-radius:12px;background:linear-gradient(100deg,#232746,#171a34);border:1px solid #34395f}
.reviews-heading span{font-size:24px;font-weight:900}.reviews-heading strong{padding:8px 12px;border-radius:8px;background:#8e31ff;color:#fff}
.reviews-block .review-card{position:relative;padding:20px 20px 20px 70px;margin:12px 0;border:1px solid #34395e;border-radius:12px;background:linear-gradient(135deg,#222640,#181a31);box-shadow:0 10px 30px rgba(0,0,0,.14)}
.reviews-block .review-card:before{content:'“';position:absolute;left:20px;top:17px;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#8d30ff;color:#fff;font-size:31px;font-weight:900;line-height:1}
.reviews-block .review-card h3{margin:0 0 8px!important;font-size:18px!important;color:#fff}.reviews-block .review-card p{margin:0!important;color:#dfe1ef!important;line-height:1.55!important}

/* mobile app-style panel and drawer */
.mobile-bottom-nav,.mobile-drawer,.mobile-menu-overlay{display:none}
@media(max-width:900px){
 body{padding-bottom:62px}
 .section-head .static-section-title,#sections .static-section-title,.bonuses .static-section-title,.providers .static-section-title{font-size:20.4px!important;line-height:1.1!important}
 .bonus-row .bonus-card{flex:0 0 88vw!important;min-width:0!important;max-width:390px!important;height:180px!important;scroll-snap-align:start}
 .bonus-copy{left:16px!important;width:56%!important}.bonus-copy h3,.bonus-copy .bonus-title{font-size:17px!important}
 .bonus-actions .mini-arrow,.arrow-pair .mini-arrow{display:none!important}
 .engine-faq{padding:0 8px}.reviews-heading span{font-size:22px}.reviews-block .review-card{padding:17px 16px 17px 60px}
 footer details,.footer-links{display:none!important}
 footer{padding:10px 8px 68px!important;background:#191c36!important}
 .footer-license{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;background:#202440!important;border-radius:10px!important;padding:14px!important}
 .license-badge{width:78px!important;min-width:78px!important;background:transparent!important}
 .footer-license>p{display:block!important;background:transparent!important;padding:8px 0 0!important;font-size:10px!important;line-height:1.25!important;text-align:center!important}
 .footer-bottom{display:block!important;background:transparent!important;min-height:0!important}
 .copyright-copy{background:transparent!important;padding:8px 4px!important;text-align:center!important;gap:10px!important}.copyright-copy span{font-size:10px!important;line-height:1.3!important}
 .footer-tools{display:flex!important;justify-content:center!important;align-items:center!important;gap:18px!important;margin-top:8px}.footer-telegram,.mobile-version{display:none!important}.agebox{width:auto!important;height:auto!important;padding:8px 10px!important}
 .mobile-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:90;display:grid;grid-template-columns:repeat(5,1fr);width:min(100%,430px);height:62px;background:#fff;border-top:1px solid #ddd;border-radius:0 0 10px 10px;color:#555;box-shadow:0 -4px 16px rgba(0,0,0,.12)}
 .mobile-bottom-nav a,.mobile-bottom-nav button{border:0;background:transparent;color:#60616b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:12px Arial,sans-serif;padding:5px 2px}
 .mobile-bottom-nav i{font-style:normal;font-size:18px;line-height:1}.mobile-bottom-nav .active i{width:38px;height:38px;margin-top:-18px;border-radius:50%;display:grid;place-items:center;background:#e8e8ee;color:#20222e}.mobile-bottom-nav .active span{font-weight:800;color:#111}
 .mobile-menu-overlay{display:block;position:fixed;inset:0;background:rgba(8,9,20,.5);z-index:95}.mobile-menu-overlay[hidden]{display:none}
 .mobile-drawer{display:block;position:fixed;z-index:100;right:0;top:0;bottom:0;width:min(92vw,385px);background:#fff;color:#111;transform:translateX(105%);transition:transform .24s ease;overflow-y:auto;box-shadow:-12px 0 35px rgba(0,0,0,.25)}
 .mobile-drawer.is-open{transform:translateX(0)}body.menu-open{overflow:hidden}
 .drawer-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;height:66px;padding:0 16px;background:#fff;border-bottom:1px solid #ddd}.drawer-head>div{display:flex;gap:22px;align-items:center}.drawer-head strong{font-size:17px}.drawer-head span{font-size:16px}.drawer-head button{width:38px;height:38px;border:0;background:#f0effc;border-radius:8px;font-size:30px;line-height:1}
 .drawer-app-title{text-align:center;font-weight:800;padding:9px 10px 5px}.drawer-apps{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:0 9px 8px}.drawer-apps a{display:flex;align-items:center;justify-content:center;height:34px;background:#8c32f5;color:#fff;border-radius:7px;font-size:15px}
 .drawer-list small{display:block;padding:5px 12px;background:#f2f1fb;font-size:9px;letter-spacing:1.2px;color:#1c2141}.drawer-list a{display:grid;grid-template-columns:38px 1fr auto;align-items:center;min-height:54px;padding:6px 12px;border-bottom:1px solid #ddd;color:#111;font-size:16px}.drawer-list i{font-style:normal;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f7f7fb;font-weight:800}.drawer-list b{font-size:18px}.drawer-list em{font-style:normal;background:#9334ff;color:#fff;font-size:9px;border-radius:3px;padding:2px 4px}
}

/* v3 mobile navigation icon and layout refinement */
.menu-svg{display:block;width:20px;height:20px;fill:currentColor}
.mobile-footer-promo{display:none}
@media(max-width:900px){
  .mobile-drawer{left:0!important;right:0!important;width:100vw!important;max-width:none!important;border-radius:0!important}
  .drawer-head{height:64px!important;padding:0 14px!important}
  .drawer-head>div:first-child{gap:20px!important}
  .drawer-head strong,.drawer-head span{display:flex;align-items:center;gap:7px;font-size:16px!important;font-weight:400}
  .drawer-head-actions{display:flex!important;align-items:center;gap:10px!important}
  .drawer-head button{width:40px!important;height:40px!important;display:grid;place-items:center;padding:0!important}
  .drawer-settings{font-size:16px!important;font-family:Arial,sans-serif!important}
  .drawer-list small{height:20px;display:flex!important;align-items:center;padding:0 13px!important;font-size:9px!important;letter-spacing:1.15px!important;background:#f2f1fb!important}
  .drawer-list a{grid-template-columns:42px minmax(0,1fr) 24px!important;min-height:55px!important;padding:6px 14px!important;font-size:16px!important;line-height:1.2!important}
  .drawer-list i{width:36px!important;height:36px!important;background:#f7f7fb!important;color:#111!important}
  .drawer-list i .menu-svg{width:18px;height:18px}
  .drawer-list i .menu-svg[viewBox="0 0 68 32"]{width:28px;height:16px}
  .drawer-list span{min-width:0;display:flex;align-items:center;gap:6px}
  .drawer-list .drawer-chevron{width:13px;height:9px;justify-self:end;color:#111}
  .drawer-list em{font-size:9px!important;padding:2px 4px!important}
  .drawer-app-title{font-size:12px!important;padding:10px 8px 6px!important}
  .drawer-apps{gap:6px!important;padding:0 12px 9px!important}
  .drawer-apps a{height:36px!important;border-radius:7px!important;font-size:15px!important}
  .mobile-bottom-nav{width:100%!important;max-width:none!important;border-radius:0!important;height:64px!important}
  .mobile-bottom-nav a,.mobile-bottom-nav button{font-size:12px!important;gap:4px!important;color:#585a63!important}
  .mobile-bottom-nav i{width:24px;height:24px;display:grid;place-items:center;font-size:0!important}
  .mobile-bottom-nav i .menu-svg{width:19px;height:19px;fill:currentColor}
  .mobile-bottom-nav .active i{width:40px!important;height:40px!important;margin-top:-18px!important;background:#d9d9df!important;color:#151622!important}
  .mobile-bottom-nav .active i .menu-svg{width:21px;height:21px}
  .mobile-footer-promo{display:block;text-align:center;padding:0 0 10px}
  .mobile-app-buttons{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:16px}
  .mobile-app-buttons a,.telegram-join{display:flex;align-items:center;justify-content:center;height:34px;background:linear-gradient(90deg,#7b2df2,#9c3cff);border-radius:6px;color:#fff!important;font-size:14px;text-decoration:none!important}
  .mobile-footer-promo h3,.mobile-footer-promo .mobile-telegram-title{margin:0 0 12px;font-size:16px;line-height:1.25;color:#fff}
  .telegram-join{width:100%;gap:5px;height:34px}
  .telegram-join img{width:18px;height:18px;filter:brightness(0) invert(1)}
}

/* v4 mobile menu polish */
@media(max-width:900px){
  .drawer-head{padding:0 12px!important;border-bottom:1px solid #dedee7!important}
  .drawer-selectors{display:flex!important;align-items:center!important;gap:0!important;height:100%}
  .drawer-select{display:flex!important;align-items:center!important;gap:9px!important;width:auto!important;height:100%!important;padding:0 10px!important;border:0!important;background:transparent!important;border-radius:0!important;color:#111!important;font:400 17px/1 Arial,sans-serif!important}
  .drawer-select strong,.drawer-select span{font:inherit!important}
  .drawer-select .drawer-chevron{width:11px!important;height:7px!important;flex:0 0 auto!important}
  .drawer-divider{display:block;width:1px;height:32px;background:#dddde5;margin:0 2px}
  .drawer-head-actions{height:100%;gap:8px!important}
  .drawer-head-actions:before{content:"";display:block;width:1px;height:32px;background:#dddde5;margin-right:4px}
  .drawer-head button.drawer-settings{background:#ecebfb!important;border-radius:8px!important}
  .drawer-head button#closeMobileMenu{background:transparent!important}
  .head-icon{width:19px;height:19px;fill:currentColor;display:block}.close-icon{width:23px;height:23px}
  .drawer-apps a,.mobile-app-buttons a{gap:9px!important;font-weight:400!important}
  .app-os-icon{width:17px;height:17px;display:block;fill:currentColor;flex:0 0 auto}
  .drawer-list a{grid-template-columns:44px minmax(0,1fr) 24px!important;padding:5px 14px!important}
  .drawer-list i{background:#f7f7fb!important;color:#242436!important;box-shadow:inset 0 0 0 1px rgba(28,31,61,.02)}
  .drawer-list i .menu-svg{fill:currentColor!important;color:#242436!important}
  .drawer-list .scratch-icon{fill:none!important}
  .drawer-list a:nth-of-type(5) i{color:#5d3ac8!important}
  .drawer-list a:nth-of-type(7) i{color:#f06b2f!important}
  .drawer-chevron{margin-left:auto!important;justify-self:end!important;align-self:center!important}
  .drawer-list .has-arrow{cursor:pointer}
  .mobile-bottom-nav i{color:#666977!important}
  .mobile-bottom-nav i .menu-svg{fill:currentColor!important}
  .mobile-bottom-nav .active i{color:#202131!important;background:#dedee5!important}
}

/* v5 final visual corrections from annotated screenshots */
/* Desktop: give the utility controls breathing room and center the gift icon. */
@media (min-width:901px){
  .header-social{gap:12px!important;margin-right:7px!important}
  .header-social .gift{display:grid!important;place-items:center!important;margin:0 5px!important;padding:0!important}
  .header-social .gift-svg{margin:0!important;transform:none!important}
  .actions{gap:12px!important;margin-left:3px!important}
  .header-settings{margin-left:8px!important;padding-left:2px!important}
  .header-clock,.header-currency{padding-left:14px!important;padding-right:14px!important}
}

/* The obsolete “MOBIL VERSIYA” footer control is hidden everywhere. */
.mobile-version{display:none!important}

/* Mobile drawer: tidy the selector row, separators and top spacing. */
@media (max-width:900px){
  .drawer-head{
    height:70px!important;
    min-height:70px!important;
    padding:0 18px!important;
    gap:12px!important;
  }
  .drawer-selectors{display:flex!important;align-items:center!important;gap:0!important;height:44px!important}
  .drawer-select{
    width:auto!important;
    min-width:0!important;
    height:44px!important;
    padding:0 13px!important;
    border-radius:0!important;
    background:transparent!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
  }
  .drawer-select:first-child{padding-left:0!important}
  .drawer-select strong,.drawer-select span{font-size:18px!important;line-height:1!important;font-weight:400!important}
  .drawer-select .drawer-chevron{width:11px!important;height:7px!important;flex:0 0 auto!important}
  .drawer-divider{display:block!important;width:1px!important;height:36px!important;background:#dedee6!important;margin:0 2px!important}
  .drawer-head-actions{gap:10px!important;margin-left:auto!important}
  .drawer-head-actions:before{content:"";display:block;width:1px;height:36px;background:#dedee6;margin-right:6px}
  .drawer-settings,#closeMobileMenu{width:40px!important;height:40px!important;border-radius:9px!important}
  .burger-svg{width:21px!important;height:17px!important;stroke:currentColor!important;fill:none!important}
}


/* Neutral replacements for heading tags inside templates/content.php */
.content-heading{display:block;font-weight:700}
.seo-card .content-heading-h1{font-size:clamp(26px,3vw,44px);line-height:1.15;margin:0 0 18px}
.seo-card .content-heading-h2{font-size:clamp(22px,2.3vw,34px);line-height:normal;margin:28px 0 14px;color:#fff}
.seo-card .content-heading-h3{font-size:clamp(18px,2vw,26px);line-height:normal;margin:22px 0 12px;color:#fff}
.seo-card .content-heading-h4{font-size:1em;line-height:normal;margin:1.33em 0;color:#fff}
.seo-card .content-heading-h5{font-size:.83em;line-height:normal;margin:1.67em 0;color:#fff}
.seo-card .content-heading-h6{font-size:.67em;line-height:normal;margin:2.33em 0;color:#fff}
.bonus-copy .bonus-title{font-size:18px;font-weight:900;line-height:1.15;margin:0 0 8px}
.footer-heading{display:block;font-weight:700}
.mobile-telegram-title{display:block;font-weight:700}
