:root{--page:#b8c5ff;--page-light:#cad3ff;--lavender:#dce2ff;--purple:#6658e9;--purple-dark:#4e43c9;--ink:#44477f;--mint:#19b995;--coral:#ff5570;--sidebar:145px;--max:1120px}
*{box-sizing:border-box}
html{background:var(--page)}
body{margin:0;background:var(--page);color:var(--ink);font-family:Arial,"Segoe UI",sans-serif;font-size:14px;line-height:1.35}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.app-promo{display:none}
.site-header{position:fixed;z-index:50;left:0;right:0;top:0;height:38px;display:flex;align-items:center;padding:0 9px;background:#cbd3ff;border-bottom:1px solid rgba(70,67,160,.18)}
.sidebar-toggle{width:27px;height:27px;display:grid;place-items:center;padding:3px;border:0;border-radius:7px;background:#a6b3f8}
.sidebar-toggle img{width:20px;height:20px}
.logo{width:112px;margin-left:10px}
.logo img{width:100%;height:auto}
.search{width:190px;height:28px;margin-left:auto;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #9daaf0;border-radius:9px;background:#dfe4ff;box-shadow:0 2px 5px rgba(70,65,150,.15)}
.search i{position:relative;width:13px;height:13px;flex:0 0 13px;border:2px solid #707ac2;border-radius:50%}
.search i:after{content:"";position:absolute;width:6px;height:2px;right:-5px;bottom:-2px;background:#707ac2;transform:rotate(45deg)}
.search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}
.account-nav{display:flex;gap:7px;margin-left:8px}
.account-nav a{height:30px;display:flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid #8378ee;border-radius:8px;background:linear-gradient(#a69aff,#6557dc);box-shadow:0 3px 8px rgba(63,51,170,.35),inset 0 1px rgba(255,255,255,.65);color:#fff;font-size:12px;font-style:italic;font-weight:900;text-transform:uppercase}
.mobile-tabs{display:none}
.sidebar{position:fixed;z-index:45;left:0;top:38px;bottom:0;width:var(--sidebar);padding:5px 2px 52px;background:#aab9fb;overflow-y:auto;scrollbar-width:none}
.sidebar nav{display:grid;gap:1px}
.sidebar nav a{min-height:39px;display:flex;align-items:center;gap:9px;padding:5px 9px;border-radius:8px;background:rgba(225,230,255,.57);font-size:12px;font-weight:800}
.sidebar nav a.active{background:#6657e7;color:#fff}
.sidebar nav img{width:21px;height:21px;padding:3px;border-radius:7px;background:#e4e7ff}
.sidebar-bottom{position:absolute;left:2px;right:2px;bottom:5px;display:grid;grid-template-columns:1fr 1fr;gap:2px}
.sidebar-bottom a{min-height:46px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:5px;background:#dce2ff;font-size:12px}
.sidebar-bottom img{width:22px;height:16px;object-fit:contain}
.help-mark{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#6972c7;color:#fff;font-weight:900}
.sidebar-bottom small{font-size:12px;text-transform:uppercase}
.main-content{margin:38px 0 0 var(--sidebar);min-height:100vh}
.hero{position:relative;width:100%;height:clamp(270px,22.8vw,570px);overflow:hidden;background:#426ed0;isolation:isolate}
.hero-background{position:absolute;z-index:-3;inset:0;width:100%;height:100%;object-fit:cover}
.hero:after{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(68,48,190,.82) 0%,rgba(67,111,208,.38) 34%,rgba(55,126,206,0) 65%,rgba(70,49,194,.58) 100%);pointer-events:none}
.hero-stars{position:absolute;z-index:-1;left:21%;top:19%;width:145px;height:145px;opacity:.26;animation:hero-stars 18s linear infinite}
.hero-character{position:absolute;z-index:-1;left:29%;top:-7%;width:min(54vw,820px);height:116%;pointer-events:none}
.hero-character canvas{display:block;width:100%;height:100%}
.hero-copy{position:absolute;z-index:2;left:clamp(75px,8vw,190px);top:50%;width:min(330px,28vw);transform:translateY(-48%);color:#fff;font-style:italic;text-transform:uppercase;text-shadow:0 2px 2px rgba(39,45,125,.42)}
.hero-kicker{margin:0 0 8px;font-size:17px;font-weight:900}
.hero-offer{margin:0 0 17px;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(34px,3.1vw,53px);font-weight:900;line-height:.98;letter-spacing:0}
.hero-cta{width:min(320px,100%);height:64px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(222,39,91,.62);border-radius:18px;background:linear-gradient(180deg,#ffb119 0%,#ff7b26 45%,#ef3477 100%);box-shadow:inset 0 2px rgba(255,255,255,.35),0 5px 0 #bc296a,0 8px 13px rgba(55,31,141,.38);color:#fff;font-family:"Arial Black",Arial,sans-serif;font-size:23px;font-weight:900;text-align:center;text-shadow:0 2px 1px rgba(170,41,74,.5)}
.hero-arrow{position:absolute;z-index:3;top:50%;width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:10px;background:#e9edff;color:#5b66ad;box-shadow:0 2px 5px rgba(39,42,116,.2);transform:translateY(-50%);cursor:pointer}
.hero-arrow-prev{left:18px}.hero-arrow-next{right:18px}
.hero-arrow span{width:10px;height:10px;border-top:3px solid currentColor;border-right:3px solid currentColor}
.hero-arrow-prev span{transform:rotate(-135deg);margin-left:4px}.hero-arrow-next span{transform:rotate(45deg);margin-right:4px}
.hero-dots{position:absolute;z-index:3;left:50%;bottom:23px;display:flex;gap:12px;transform:translateX(-50%)}
.hero-dots button{width:12px;height:12px;padding:0;border:0;border-radius:50%;background:rgba(228,233,255,.52);cursor:pointer}
.hero-dots button.is-active{background:#fff}
@keyframes hero-stars{to{transform:rotate(360deg)}}
.content-container{width:min(var(--max),calc(100% - 30px));margin:0 auto;padding:6px 0 35px}
.catalog-section{margin-top:7px}
.catalog-section>header,.specials>header{height:27px;display:flex;align-items:center;gap:8px}
.catalog-section>header:after,.specials>header:after{content:"";height:1px;flex:1;background:rgba(72,72,145,.26)}
.catalog-section h2,.specials h2{margin:0;font-size:16px}
.catalog-section header a,.specials header a{order:3;color:#5a4edb;font-size:12px;font-style:italic;font-weight:800}
.card-row{display:grid;grid-auto-flow:column;grid-auto-columns:117px;grid-template-rows:1fr;gap:8px;overflow-x:auto;padding:2px 0 8px;scroll-snap-type:x mandatory;scrollbar-color:#eef0ff #aebbf5;scrollbar-width:thin}
.category-card{position:relative;height:198px;display:flex;flex-direction:column;border-radius:7px 7px 2px 2px;background:#d8defe;overflow:hidden;scroll-snap-align:start}
.category-visual{position:relative;height:177px;border:3px solid #ecf0ff;border-radius:12px 12px 5px 5px;overflow:hidden;background:#0e9a9f}
.category-visual .card-bg,.category-visual .card-figure{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.category-visual .card-figure{object-fit:contain;object-position:center bottom}
.card-icon{position:absolute;left:5px;bottom:5px;width:29px;height:29px;display:grid;place-items:center;border-radius:10px;background:#edf0ff}
.card-icon img{width:19px;height:19px}
.category-card strong{min-height:34px;display:flex;align-items:center;justify-content:center;padding:4px;text-align:center;text-transform:uppercase;font-size:12px;line-height:1.05}
.compact-row{grid-auto-columns:135px}
.compact-row .category-card{height:91px}
.compact-row .category-visual{height:72px;border-radius:10px}
.compact-row .category-card strong{min-height:25px;font-size:12px}
.specials{margin-top:8px}
.special-grid{display:grid;grid-template-columns:repeat(2,minmax(0,335px));gap:8px}
.special-card{position:relative;border-radius:10px 10px 3px 3px;background:#cad3ff;overflow:hidden}
.special-card .special-visual{position:relative;aspect-ratio:410/250;overflow:hidden;border-radius:10px}
.special-card .special-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.special-card .special-visual img:last-child{object-fit:contain}
.special-label{position:absolute;right:8px;top:7px;z-index:2;padding:3px 8px;border-radius:7px;background:#ddd8ff;color:#6d42ec;font-size:12px;font-style:italic;font-weight:900;text-transform:uppercase}
.special-card strong{display:block;padding:9px 10px 2px;font-size:12px}
.special-card a{display:block;padding:2px 10px 10px;text-align:right;color:#fb496b;font-size:12px;font-style:italic;font-weight:900;text-transform:uppercase}
.seo-intro{max-width:720px;margin:28px auto 0;color:#666b9e;font-size:14px}
.seo-intro h2{font-size:18px}
.seo-intro h3{font-size:15px}
.seo-intro p{margin:4px 0 10px}
.facts-table-wrap{margin:16px 0 22px;overflow-x:auto;border:1px solid #aeb9ee;border-radius:10px;background:#eef1ff;box-shadow:0 4px 14px rgba(61,62,130,.12)}
.facts-table{width:100%;border-collapse:collapse;color:#535986;font-size:13px}
.facts-table caption{padding:12px 14px;background:#d9e0ff;color:#34395f;font-size:15px;font-weight:900;text-align:left}
.facts-table th,.facts-table td{padding:10px 14px;border-top:1px solid #c7cff4;text-align:left;vertical-align:top}
.facts-table th{width:34%;color:#3e446c;font-weight:800}
.facts-table tr:first-child th,.facts-table tr:first-child td{border-top:0}
.site-footer{margin-left:var(--sidebar);padding:12px max(30px,calc((100% - var(--max))/2)) 16px;background:#cdd5ff;color:#696e9c}
.footer-actions{display:flex;justify-content:center;gap:8px;margin-bottom:16px}
.footer-actions a{display:flex;align-items:center;gap:7px;padding:9px 21px;border:1px solid #9ca9ec;border-radius:8px;background:linear-gradient(#eef1ff,#c5cdf8);box-shadow:0 3px 8px rgba(61,62,130,.25);font-size:12px;font-style:italic;font-weight:900;text-transform:uppercase}
.footer-actions img{width:20px;height:16px;object-fit:contain}
.footer-columns{display:grid;grid-template-columns:repeat(7,1fr);gap:28px;min-height:250px}
.footer-columns h2{margin:0 0 8px;font-size:13px}
.footer-columns h2:not(:first-child){margin-top:24px}
.footer-columns a{display:block;margin:7px 0;font-size:12px}
.payment-row{display:flex;justify-content:center;gap:8px}
.payment-row img,.payment-row button{width:74px;height:28px;display:flex;align-items:center;justify-content:center;padding:0 8px;border:0;border-radius:8px;background:#e3e8ff;color:#4c52ad;font-size:12px;font-weight:800;object-fit:contain}
.payment-row button span{width:0;height:0;margin-left:5px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor}
.age{width:38px;height:38px;display:grid;place-items:center;margin:25px auto 10px;border:1px solid #9ba6df;border-radius:50%;font-size:12px}
.warning,.copyright{text-align:center;font-size:12px}
.copyright{margin-bottom:0}

@media(min-width:641px){.jackpot-section .card-row{max-width:710px}
.special-grid{max-width:680px}
}

@media(max-width:800px){:root{--sidebar:0px}
.app-promo{height:82px;display:grid;grid-template-columns:30px 56px 1fr 96px;align-items:center;gap:10px;padding:10px 14px;background:#eef1ff}
.app-promo>button{border:0;background:transparent;color:#51588e;font-size:28px;font-weight:800}
.app-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#7a62ee,#b19eff);color:#fff;font-size:19px;font-style:italic;font-weight:900}
.app-promo p{margin:0}
.app-promo strong{display:block;font-size:16px;font-style:italic}
.app-promo small{font-size:12px}
.app-promo>a{height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #8c83dd;border-radius:9px;background:linear-gradient(#e6e9ff,#b1baf2);box-shadow:0 5px 10px rgba(70,66,145,.28);font-size:15px;font-style:italic;font-weight:900;text-transform:uppercase}
.site-header{position:relative;height:72px;padding:0 14px;background:#c6ceff}
.sidebar-toggle{width:50px;height:50px;font-size:25px}
.logo{width:87px;margin-left:15px}
.search{display:none}
.account-nav{margin-left:auto}
.account-nav a{height:46px;padding:0 15px;font-size:13px}
.mobile-tabs{height:53px;display:grid;grid-template-columns:repeat(3,1fr);background:#d4dcff}
.mobile-tabs a{display:flex;align-items:center;justify-content:center;position:relative;font-size:18px;font-style:italic;font-weight:900;text-transform:uppercase}
.mobile-tabs a+ a:before{content:"";position:absolute;left:0;height:30px;width:1px;background:#8c96cb}
.sidebar{display:none;top:154px;width:240px;padding-bottom:10px;box-shadow:8px 8px 18px rgba(57,49,145,.25)}
.sidebar.is-open{display:block}
.sidebar-bottom{display:none}
.main-content{margin:0}
.hero{height:468px}
.hero-background{object-position:center top}
.hero:after{background:linear-gradient(0deg,rgba(67,82,211,.88) 0%,rgba(70,110,215,.34) 55%,rgba(63,84,194,0) 100%)}
.hero-stars{left:8%;top:19%;width:110px;height:110px}
.hero-character{left:-13%;top:-2%;width:126%;height:72%}
.hero-copy{left:18px;right:18px;top:auto;bottom:34px;width:auto;transform:none;text-align:center}
.hero-kicker{margin-bottom:5px;font-size:17px}
.hero-offer{max-width:440px;margin:0 auto 18px;font-size:39px;line-height:1.04}
.hero-cta{width:100%;height:64px;border-radius:17px;font-size:24px}
.hero-arrow{display:none}
.hero-dots{bottom:8px}
.content-container{width:100%;padding:4px 0 30px}
.catalog-section>header,.specials>header{height:36px;padding:0 18px}
.catalog-section h2,.specials h2{font-size:18px}
.catalog-section header a,.specials header a{font-size:12px}
.catalog-section>header:after,.specials>header:after{display:none}
.card-row{grid-auto-columns:110px;gap:10px;padding:0 18px 8px}
.category-card{height:198px}
.category-visual{height:174px}
.compact-row{grid-auto-columns:148px}
.compact-row .category-card{height:105px}
.compact-row .category-visual{height:84px}
.special-grid{grid-template-columns:repeat(2,330px);overflow-x:auto;padding:0 18px}
.seo-intro{margin-inline:18px;font-size:14px}
.seo-intro h2{font-size:14px}
.seo-intro h3{font-size:12px}
.site-footer{margin-left:0;padding:20px 18px}
.footer-columns{grid-template-columns:repeat(2,1fr);gap:20px;min-height:auto}
.footer-columns h2{font-size:13px}
.footer-columns a{font-size:12px}
.payment-row{margin-top:25px;flex-wrap:wrap}
}

@media(max-width:430px){.app-promo{grid-template-columns:25px 52px 1fr 84px;padding-inline:8px;gap:7px}
.app-promo p strong{font-size:14px}
.app-promo p small{font-size:12px}
.app-promo>a{font-size:13px}
.site-header{padding-inline:5px}
.sidebar-toggle{width:44px}
.logo{width:78px;margin-left:8px}
.account-nav{gap:4px}
.account-nav a{padding:0 9px;font-size:12px}
.mobile-tabs a{font-size:16px}
.hero-cta{height:58px;font-size:21px}
.special-grid{grid-template-columns:repeat(2,295px)}
}


