@import url('https://api.fontshare.com/v2/css?f[]=clash-display@200,300,400,500,600,700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Clash Display',system-ui,-apple-system,sans-serif;background:#080812;color:#e2e0ec;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{cursor:pointer;font-family:inherit;border:none}
img{max-width:100%;display:block;height:auto}
.wrp{max-width:1200px;margin:0 auto;padding:0 20px}
.wrp--narrow{max-width:780px}
.wrp--mid{max-width:860px}
.tc{text-align:center}
.mt-sm{margin-top:14px}
.mt-md{margin-top:16px}
.mt-lg{margin-top:60px}
.mx-auto{margin-left:auto;margin-right:auto}
.body-text{color:rgba(255,255,255,.55);line-height:1.8}
.body-text--light{color:rgba(255,255,255,.6);line-height:1.75;font-size:.92rem}
.accent-link{color:#a78bfa}
.blob-bg{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden}
.blob-bg .b1{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.35),transparent 70%);top:-120px;left:-180px;filter:blur(80px);animation:blobDrift 18s ease-in-out infinite alternate}
.blob-bg .b2{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(6,182,212,.3),transparent 70%);bottom:10%;right:-100px;filter:blur(90px);animation:blobDrift 22s ease-in-out infinite alternate-reverse}
.blob-bg .b3{position:absolute;width:450px;height:450px;border-radius:50%;background:radial-gradient(circle,rgba(217,70,239,.25),transparent 70%);top:40%;left:30%;filter:blur(100px);animation:blobDrift 15s ease-in-out infinite alternate}
@keyframes blobDrift{0%{transform:translate(0,0) scale(1)}50%{transform:translate(40px,-30px) scale(1.08)}100%{transform:translate(-20px,25px) scale(.95)}}
.topnav{position:fixed;top:0;left:0;right:0;z-index:90;background:rgba(8,8,18,.7);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}
.topnav__inner{display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 24px;max-width:1200px;margin:0 auto}
.topnav__logo img{height:38px;width:auto}
.topnav__links{display:flex;align-items:center;gap:28px}
.topnav__links a{font-size:.875rem;font-weight:500;color:rgba(255,255,255,.7);transition:color .2s}
.topnav__links a:hover{color:#fff}
.topnav__cta{padding:9px 22px;background:linear-gradient(135deg,#7c3aed,#d946ef);border-radius:8px;font-size:.875rem;font-weight:600;color:#fff;transition:transform .15s,box-shadow .25s}
.topnav__cta:hover{transform:translateY(-1px);box-shadow:0 4px 24px rgba(124,58,237,.45)}
.topnav__burger{display:none;background:none;border:none;padding:8px;color:#fff}
.topnav__burger svg{width:26px;height:26px}
.mobile-menu{display:none;position:fixed;inset:0;z-index:999;background:rgba(8,8,18,.95);backdrop-filter:blur(20px);flex-direction:column;align-items:center;justify-content:center;gap:32px}
.mobile-menu.is-open{display:flex}
.mobile-menu a{font-size:1.25rem;font-weight:500;color:rgba(255,255,255,.8)}
.mm-close{position:absolute;top:20px;right:24px;background:none;border:none;color:#fff;font-size:28px;cursor:pointer}
.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:120px 20px 60px;position:relative;overflow:hidden}
.hero__glow{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.22),rgba(217,70,239,.12),transparent 70%);top:50%;left:50%;transform:translate(-50%,-55%);filter:blur(60px);animation:auroraGlow 8s ease-in-out infinite alternate;pointer-events:none}
@keyframes auroraGlow{0%{opacity:.7;transform:translate(-50%,-55%) scale(1)}100%{opacity:1;transform:translate(-50%,-52%) scale(1.1)}}
.hero__content{position:relative;z-index:2;max-width:760px}
.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border:1px solid rgba(124,58,237,.4);border-radius:999px;font-size:.8rem;color:rgba(255,255,255,.7);margin-bottom:28px;background:rgba(124,58,237,.08)}
.hero__badge i{color:#d946ef}
.hero h1{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;margin-bottom:20px}
.hero h1 span{background:linear-gradient(135deg,#a78bfa,#d946ef,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero__sub{font-size:clamp(1rem,2vw,1.2rem);color:rgba(255,255,255,.6);max-width:540px;margin:0 auto 36px;line-height:1.7;font-weight:300}
.hero__cta{display:inline-flex;align-items:center;gap:10px;padding:14px 36px;background:linear-gradient(135deg,#7c3aed,#d946ef);border-radius:10px;font-size:1rem;font-weight:600;color:#fff;transition:transform .15s,box-shadow .3s}
.hero__cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(124,58,237,.5)}
.responsible-bar{padding:32px 20px;text-align:center;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);background:rgba(124,58,237,.03)}
.responsible-bar p{max-width:820px;margin:0 auto;font-size:.9rem;color:rgba(255,255,255,.5);line-height:1.8}
.responsible-bar a{color:#a78bfa;text-decoration:underline}
.sec-title{font-size:clamp(1.7rem,4vw,2.6rem);font-weight:700;line-height:1.15;letter-spacing:-.01em}
.sec-title span{background:linear-gradient(135deg,#a78bfa,#d946ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.sec-title--sm{font-size:1.5rem}
.sec-lead{font-size:1.05rem;color:rgba(255,255,255,.55);max-width:600px;line-height:1.7;font-weight:300}
.who{padding:100px 0 80px}
.who__grid{display:flex;gap:48px;margin-top:48px;align-items:flex-start}
.who__text{flex:1;max-width:480px}
.who__text p{color:rgba(255,255,255,.55);line-height:1.8;margin-top:18px}
.who__cards{display:flex;gap:24px;flex:1}
.team-card{flex:1;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:28px 22px;text-align:center;transition:border-color .3s,transform .2s}
.team-card:hover{border-color:rgba(124,58,237,.35);transform:translateY(-4px)}
.team-card img{width:88px;height:88px;border-radius:50%;object-fit:cover;margin:0 auto 16px;border:2px solid rgba(124,58,237,.3)}
.team-card h4{font-size:1.05rem;font-weight:600;margin-bottom:4px}
.team-card .tc-role{font-size:.8rem;color:#a78bfa;font-weight:500;margin-bottom:12px}
.team-card p{font-size:.85rem;color:rgba(255,255,255,.5);line-height:1.6}
.rules{padding:90px 0}
.rules__wrap{display:flex;gap:48px;align-items:center;margin-top:44px}
.rules__img{flex:0 0 340px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.06)}
.rules__img img{width:100%;height:320px;object-fit:cover}
.rules__list{flex:1}
.r-item{display:flex;gap:16px;margin-bottom:28px;align-items:flex-start}
.r-item:last-child{margin-bottom:0}
.r-num{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,rgba(124,58,237,.2),rgba(217,70,239,.15));font-size:.85rem;font-weight:700;color:#d946ef;border:1px solid rgba(124,58,237,.25)}
.r-item h4{font-size:.95rem;font-weight:600;margin-bottom:3px}
.r-item p{font-size:.875rem;color:rgba(255,255,255,.5);line-height:1.6}
.services{padding:100px 0}
.svc-grid{display:grid;grid-template-columns:1fr 1.4fr;grid-template-rows:auto auto;gap:20px;margin-top:48px}
.svc-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:32px 28px;transition:border-color .3s,transform .2s;position:relative;overflow:hidden}
.svc-card:hover{border-color:rgba(124,58,237,.3);transform:translateY(-3px)}
.svc-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#7c3aed,#d946ef,transparent);opacity:0;transition:opacity .3s}
.svc-card:hover::before{opacity:1}
.svc-card--tall{grid-row:span 2}
.svc-card--tall img{width:100%;height:200px;object-fit:cover;border-radius:12px;margin-bottom:20px}
.svc-card i{font-size:1.5rem;color:#a78bfa;margin-bottom:14px;display:block}
.svc-card h4{font-size:1.05rem;font-weight:600;margin-bottom:8px}
.svc-card p{font-size:.875rem;color:rgba(255,255,255,.48);line-height:1.65}
.theme-info{padding:100px 0}
.theme-info__inner{display:flex;gap:44px;align-items:center;margin-top:44px}
.theme-info__imgs{display:flex;gap:16px;flex:0 0 420px}
.theme-info__imgs img{flex:1;height:320px;object-fit:cover;border-radius:14px;border:1px solid rgba(255,255,255,.06)}
.theme-info__imgs img:first-child{margin-top:30px}
.theme-info__body{flex:1}
.theme-info__body p{color:rgba(255,255,255,.52);line-height:1.8;margin-bottom:16px;font-size:.95rem}
.theme-info__body p:last-child{margin-bottom:0}
.why{padding:100px 0}
.why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:48px;border:1px solid rgba(255,255,255,.06);border-radius:20px;overflow:hidden}
.why__cell{padding:36px 28px;border-right:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.015);transition:background .3s}
.why__cell:nth-child(3n){border-right:none}
.why__cell:nth-child(n+4){border-bottom:none}
.why__cell:hover{background:rgba(124,58,237,.06)}
.why__cell i{font-size:1.4rem;color:#06b6d4;margin-bottom:14px;display:block}
.why__cell h4{font-size:.95rem;font-weight:600;margin-bottom:6px}
.why__cell p{font-size:.84rem;color:rgba(255,255,255,.45);line-height:1.6}
.about{padding:100px 0}
.about__box{position:relative;border-radius:22px;overflow:hidden;min-height:380px;display:flex;align-items:flex-end;padding:48px 44px}
.about__box img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.about__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(8,8,18,.92) 30%,rgba(8,8,18,.4) 100%)}
.about__content{position:relative;z-index:2;max-width:620px}
.about__content h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin-bottom:14px}
.about__content p{color:rgba(255,255,255,.6);line-height:1.75;font-size:.95rem}
.about__box--sm{border-radius:18px;min-height:320px;padding:40px 36px}
.about__box--sm .about__content{max-width:560px}
.reviews{padding:100px 0}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
.rev-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:28px 24px;transition:border-color .3s}
.rev-card:hover{border-color:rgba(217,70,239,.25)}
.rev-stars{color:#FEBE14;font-size:.8rem;margin-bottom:12px;letter-spacing:2px}
.rev-card p{font-size:.9rem;color:rgba(255,255,255,.55);line-height:1.7;margin-bottom:16px;font-style:italic}
.rev-author{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.8)}
.faq{padding:100px 0}
.faq__layout{display:flex;gap:60px;margin-top:48px;align-items:flex-start}
.faq__left{flex:0 0 320px}
.faq__left p{color:rgba(255,255,255,.5);line-height:1.7;margin-top:16px}
.faq__items{flex:1;display:flex;flex-direction:column;gap:16px}
.faq-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;overflow:hidden;transition:border-color .3s}
.faq-item.is-open{border-color:rgba(124,58,237,.3)}
.faq-item__q{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;font-weight:600;font-size:.95rem}
.faq-item__q i{color:#a78bfa;transition:transform .3s;font-size:1.1rem}
.faq-item.is-open .faq-item__q i{transform:rotate(45deg)}
.faq-item__a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}
.faq-item.is-open .faq-item__a{max-height:300px;padding:0 24px 20px}
.faq-item__a p{font-size:.9rem;color:rgba(255,255,255,.5);line-height:1.7}
.site-footer{padding:64px 0 0;border-top:1px solid rgba(255,255,255,.06);background:rgba(8,8,18,.6)}
.footer-top{display:flex;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.05)}
.footer-brand{flex:0 0 260px}
.footer-brand img{height:36px;margin-bottom:16px}
.footer-brand p{font-size:.82rem;color:rgba(255,255,255,.4);line-height:1.6;margin-top:14px}
.footer-col{flex:1}
.footer-col h5{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.35);margin-bottom:14px;font-weight:600}
.footer-col a{display:block;font-size:.875rem;color:rgba(255,255,255,.55);margin-bottom:9px;transition:color .2s}
.footer-col a:hover{color:#a78bfa}
.footer-addr{font-size:.82rem;color:rgba(255,255,255,.35);display:block;margin-top:4px}
.footer-resp{margin-top:32px;padding:28px 0;border-top:1px solid rgba(255,255,255,.05)}
.footer-resp__text{background:rgba(217,70,239,.06);border:1px solid rgba(217,70,239,.15);border-radius:12px;padding:20px 24px;font-size:.82rem;color:rgba(255,255,255,.55);line-height:1.7}
.footer-resp__text strong{color:#d946ef;font-weight:600}
.footer-resp__text a{color:#a78bfa}
.footer-regs{display:flex;align-items:center;gap:24px;margin-top:24px;flex-wrap:wrap}
.footer-regs a{display:inline-flex;opacity:.5;transition:opacity .2s}
.footer-regs a:hover{opacity:.85}
.footer-regs img{height:32px}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 0;margin-top:20px;border-top:1px solid rgba(255,255,255,.04);font-size:.78rem;color:rgba(255,255,255,.3)}
.age-gate{position:fixed;inset:0;z-index:9999;background:rgba(4,4,10,.92);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center}
.age-gate.hidden{display:none}
.age-gate__box{text-align:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:48px 40px;max-width:380px;width:90%}
.age-gate__icon{font-size:3rem;color:#d946ef;margin-bottom:20px}
.age-gate__box h3{font-size:1.3rem;font-weight:700;margin-bottom:10px}
.age-gate__box p{font-size:.9rem;color:rgba(255,255,255,.5);margin-bottom:28px;line-height:1.6}
.age-gate__yes{padding:12px 48px;background:linear-gradient(135deg,#7c3aed,#d946ef);border-radius:10px;font-size:1rem;font-weight:600;color:#fff;transition:transform .15s,box-shadow .25s}
.age-gate__yes:hover{transform:translateY(-2px);box-shadow:0 6px 28px rgba(124,58,237,.45)}
.cookie-bar{position:fixed;bottom:0;left:0;right:0;z-index:999;background:rgba(12,12,24,.92);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.06);padding:18px 0;transform:translateY(100%);transition:transform .4s ease}
.cookie-bar.is-visible{transform:translateY(0)}
.cookie-bar__inner{display:flex;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:0 24px}
.cookie-bar__text{flex:1;font-size:.82rem;color:rgba(255,255,255,.55);line-height:1.6}
.cookie-bar__text a{color:#a78bfa;text-decoration:underline}
.cookie-bar__actions{display:flex;gap:10px;flex-shrink:0}
.cookie-bar__actions button{padding:8px 18px;border-radius:8px;font-size:.8rem;font-weight:600;transition:transform .15s}
.cb-accept{background:linear-gradient(135deg,#7c3aed,#d946ef);color:#fff}
.cb-decline{background:rgba(255,255,255,.06);color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.1)}
.cb-settings{background:none;color:rgba(255,255,255,.5);text-decoration:underline}
.pg-hero-sm{padding:120px 0 48px;text-align:center}
.legal-body{padding:20px 0 80px}
.legal-block{margin-bottom:44px}
.legal-block:last-child{margin-bottom:0}
.legal-block h2{font-size:1.15rem;font-weight:700;margin-bottom:12px;color:#e2e0ec}
.legal-block p{font-size:.92rem;color:rgba(255,255,255,.52);line-height:1.8}
.about-sec{margin-top:60px}
.about-sec:first-child{margin-top:0}
.game-layout{display:flex;gap:40px;align-items:flex-start;flex-wrap:wrap}
.game-sidebar{flex:1;min-width:300px}
.game-desc{color:rgba(255,255,255,.5);margin-top:12px;line-height:1.7;font-size:.92rem}
.bj-rules-box{margin-top:28px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:22px 20px}
.bj-rules-title{font-size:.95rem;font-weight:600;margin-bottom:10px}
.bj-rules-title i{color:#a78bfa;margin-right:6px}
.bj-rules-text{font-size:.82rem;color:rgba(255,255,255,.45);line-height:1.7}
.bj-table{flex:0 0 520px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:24px}
.bj-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.06)}
.bj-points{font-size:1rem;font-weight:700;color:#fff}
.bj-points i{color:#d946ef}
.bj-betControl{display:flex;align-items:center;gap:8px;font-size:.85rem;color:rgba(255,255,255,.6)}
.bj-betBtn{width:28px;height:28px;border-radius:6px;background:rgba(255,255,255,.06);color:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .15s}
.bj-betBtn:hover{background:rgba(124,58,237,.3)}
.bj-result{min-height:32px;text-align:center;font-weight:700;font-size:.95rem;margin-bottom:12px;padding:6px;border-radius:8px}
.bj-result--win{background:rgba(34,197,94,.12);color:#4ade80}
.bj-result--lose{background:rgba(239,68,68,.1);color:#f87171}
.bj-result--push{background:rgba(250,204,21,.08);color:#fbbf24}
.bj-hands{display:flex;flex-direction:column;gap:16px}
.bj-hand{background:rgba(0,0,0,.18);border-radius:12px;padding:14px 16px}
.bj-hand--player{border:1px solid rgba(124,58,237,.25)}
.bj-handLabel{font-size:.78rem;font-weight:600;color:rgba(255,255,255,.45);margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}
.bj-score{color:#a78bfa;margin-left:8px}
.bj-cards{display:flex;gap:8px;flex-wrap:wrap;min-height:72px}
.bj-card{width:52px;height:72px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}
.bj-card--hidden{background:linear-gradient(135deg,rgba(124,58,237,.15),rgba(217,70,239,.1));border:1px solid rgba(124,58,237,.2)}
.bj-card__inner{color:rgba(255,255,255,.3);font-size:1.4rem;font-weight:700}
.bj-card__sym{width:22px;height:22px;object-fit:contain;opacity:.6;margin-bottom:2px}
.bj-card__val{font-size:1.05rem;font-weight:700;color:#fff;line-height:1}
.bj-card__suitName{font-size:.55rem;color:rgba(255,255,255,.3);text-transform:uppercase;letter-spacing:.04em;margin-top:1px}
.bj-actions{display:flex;gap:10px;margin-top:18px}
.bj-btn{flex:1;padding:10px 0;border-radius:10px;font-size:.85rem;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;transition:transform .1s,opacity .2s}
.bj-btn:disabled{opacity:.3;cursor:default}
.bj-btn--deal{background:linear-gradient(135deg,#7c3aed,#d946ef)}
.bj-btn--deal:not(:disabled):hover{transform:translateY(-1px)}
.bj-btn--hit{background:rgba(6,182,212,.2);border:1px solid rgba(6,182,212,.3)}
.bj-btn--hit:not(:disabled):hover{background:rgba(6,182,212,.3);transform:translateY(-1px)}
.bj-btn--stand{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}
.bj-btn--stand:not(:disabled):hover{background:rgba(255,255,255,.08);transform:translateY(-1px)}
.game-pg-pad{padding:100px 0 40px}
@media(max-width:1024px){
.who__grid{flex-direction:column;gap:36px}
.who__cards{width:100%}
.rules__wrap{flex-direction:column}
.rules__img{flex:auto;width:100%}
.svc-grid{grid-template-columns:1fr}
.svc-card--tall{grid-row:auto}
.theme-info__inner{flex-direction:column}
.theme-info__imgs{flex:auto;width:100%}
.why__grid{grid-template-columns:repeat(2,1fr)}
.why__cell:nth-child(2n){border-right:none}
.why__cell:nth-child(n+5){border-bottom:none}
.rev-grid{grid-template-columns:1fr 1fr}
.faq__layout{flex-direction:column;gap:32px}
.faq__left{flex:auto}
.footer-top{flex-wrap:wrap;gap:32px}
.footer-brand{flex:0 0 100%}
}
@media(max-width:768px){
.topnav__links{display:none}
.topnav__burger{display:block}
.hero h1{font-size:2rem}
.who__cards{flex-direction:column}
.rev-grid{grid-template-columns:1fr}
.why__grid{grid-template-columns:1fr}
.why__cell{border-right:none !important}
.why__cell:last-child{border-bottom:none}
.about__box{min-height:320px;padding:32px 24px}
.about__box--sm{padding:28px 20px;min-height:280px}
.theme-info__imgs{flex-direction:column}
.theme-info__imgs img{height:200px}
.footer-top{flex-direction:column;gap:28px}
.footer-col{flex:auto}
.footer-bottom{flex-direction:column;gap:8px;text-align:center}
.cookie-bar__inner{flex-direction:column;text-align:left;gap:14px}
.cookie-bar__actions{width:100%;justify-content:flex-start}
.bj-table{flex:auto;width:100%;min-width:0}
.game-layout{gap:24px}
}
