*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-deep:#0a0e1a;--bg-surface:#12182b;--bg-elevated:#1a2340;--accent-teal:#00d4aa;--accent-purple:#8b5cf6;--accent-amber:#fbbf24;--text-primary:#f0f4ff;--text-secondary:#b8c5e0;--text-muted:#7b8aab;--border-subtle:#ffffff14;--font-display:"Sora", sans-serif;--font-body:"Outfit", sans-serif;--navbar-h:72px;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-glow:0 0 40px #00d4aa26}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.navbar{background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);height:var(--navbar-h);z-index:100;position:relative}.navbar__inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;height:100%;margin:0 auto;padding:0 1.25rem;display:flex}.logo{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.logo__icon-wrap{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent-purple) 0%, var(--accent-teal) 100%);width:44px;height:44px;box-shadow:var(--shadow-glow);justify-content:center;align-items:center;display:flex}.logo__icon{color:var(--text-primary);font-size:1.25rem}.logo__text{flex-direction:column;line-height:1.15;display:flex}.logo__headline{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.logo__tagline{color:var(--accent-teal);text-transform:uppercase;letter-spacing:.12em;font-size:.65rem;font-weight:500}.nav-desktop{align-items:center;gap:.25rem;display:flex}.nav-desktop__link{border-radius:var(--radius-sm);flex-direction:column;align-items:center;padding:.5rem .85rem;transition:background .2s,color .2s;display:flex}.nav-desktop__link:hover,.nav-desktop__link--active{background:var(--bg-elevated);color:var(--accent-teal)}.nav-desktop__label-en{color:var(--text-primary);font-size:.8rem;font-weight:600}.nav-desktop__link:hover .nav-desktop__label-en,.nav-desktop__link--active .nav-desktop__label-en{color:var(--accent-teal)}.nav-desktop__label-local{color:var(--text-muted);font-size:.65rem;font-weight:400}.nav-toggle{border-radius:var(--radius-sm);background:var(--bg-elevated);width:44px;height:44px;color:var(--text-primary);justify-content:center;align-items:center;font-size:1.25rem;display:none}.nav-mobile{background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);padding:.75rem 1rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 32px #0006}.nav-mobile--open{display:block}.nav-mobile__link{border-radius:var(--radius-sm);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:.85rem 1rem;transition:background .2s;display:flex}.nav-mobile__link:last-child{border-bottom:none}.nav-mobile__link:hover{background:var(--bg-elevated)}.nav-mobile__label-en{color:var(--text-primary);font-weight:600}.nav-mobile__label-local{color:var(--text-muted);font-size:.85rem}.hero{min-height:calc(100vh - var(--navbar-h));background:var(--bg-deep);flex-direction:column;max-height:900px;display:flex;position:relative;overflow:hidden}.hero__viewport{flex:1;width:100%;min-height:0;overflow:hidden}.hero__track{height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.hero__slide{flex:0 0 100%;justify-content:center;align-items:center;width:100%;min-width:0;display:flex}.hero__slide-inner{width:100%;max-width:1280px;min-height:calc(100vh - var(--navbar-h) - 80px);grid-template-columns:1fr 1fr;align-items:center;gap:2rem;max-height:820px;margin:0 auto;padding:3rem 2rem 4rem;display:grid;position:relative;overflow:hidden}.hero__content{z-index:2;flex-direction:column;gap:1.25rem;display:flex}.hero__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--accent-teal);align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero__eyebrow-icon{font-size:.85rem}.hero__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.03em;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.12}.hero__title span{background:linear-gradient(135deg, var(--accent-teal) 0%, var(--accent-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__desc{color:var(--text-secondary);max-width:32rem;font-size:1.05rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.btn{border-radius:var(--radius-md);align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn--primary{background:linear-gradient(135deg, var(--accent-teal) 0%, #00a88a 100%);color:#0a0e1a;box-shadow:0 4px 20px #00d4aa59}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00d4aa73}.btn--outline{border:1px solid var(--border-subtle);color:var(--text-primary);background:var(--bg-elevated)}.btn--outline:hover{border-color:var(--accent-purple);color:var(--accent-teal)}.hero__visual{justify-content:center;align-items:center;min-height:320px;display:flex;position:relative}.hero__card{background:linear-gradient(160deg, var(--bg-elevated) 0%, var(--bg-surface) 100%);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:380px;box-shadow:var(--shadow-glow);padding:2rem;position:relative}.hero__card:before{content:"";border-radius:inherit;background:linear-gradient(135deg, var(--accent-purple), var(--accent-teal));-webkit-mask-composite:xor;pointer-events:none;opacity:.5;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hero__card-icon{color:var(--accent-teal);margin-bottom:1rem;font-size:2.5rem}.hero__card-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.hero__card-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.hero__card-meta{border-top:1px solid var(--border-subtle);gap:1rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.hero__card-stat{flex-direction:column;gap:.15rem;display:flex}.hero__card-stat-value{font-family:var(--font-display);color:var(--accent-amber);font-size:1.1rem;font-weight:700}.hero__card-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.hero__bg-orb{filter:blur(80px);opacity:.35;pointer-events:none;border-radius:50%;position:absolute}.hero__bg-orb--1{background:var(--accent-purple);width:400px;height:400px;top:-10%;right:-5%}.hero__bg-orb--2{background:var(--accent-teal);width:300px;height:300px;bottom:0;left:-5%}.hero__controls{z-index:10;background:linear-gradient(180deg, transparent 0%, var(--bg-deep) 40%);flex-shrink:0;justify-content:center;align-items:center;gap:1rem;padding:1.25rem 1rem 1.75rem;display:flex}.hero__dots{gap:.5rem;display:flex}.hero__dot{background:var(--text-muted);border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s,transform .2s}.hero__dot--active{background:var(--accent-teal);transform:scale(1.2)}.hero__arrow{background:var(--bg-elevated);border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:background .2s,color .2s;display:flex}.hero__arrow:hover{background:var(--accent-teal);color:#0a0e1a}.features-strip{background:var(--bg-surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:2.5rem 1.25rem}.features-strip__inner{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1280px;margin:0 auto;display:grid}.feature-item{background:var(--bg-elevated);border-radius:var(--radius-md);border:1px solid var(--border-subtle);align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.feature-item__icon{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--accent-teal);background:linear-gradient(135deg,#8b5cf633,#00d4aa33);flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.feature-item__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.35rem;font-size:1rem;font-weight:600}.feature-item__text{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.games-preview{max-width:1280px;margin:0 auto;padding:4rem 1.25rem}.games-preview__header{text-align:center;margin-bottom:2.5rem}.games-preview__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.games-preview__subtitle{color:var(--text-secondary);max-width:36rem;margin:0 auto;font-size:1rem}.games-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.game-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.game-card:hover{border-color:#00d4aa66;transform:translateY(-4px)}.game-card__thumb-link{display:block;overflow:hidden}.game-card__thumb{object-fit:cover;width:100%;height:180px;transition:transform .25s}.game-card:hover .game-card__thumb{transform:scale(1.04)}.game-card__name{font-family:var(--font-display);color:var(--accent-teal);padding:1.25rem 1.25rem 0;font-size:1.15rem;font-weight:600;transition:color .2s}.game-card__name:hover{color:var(--text-primary)}.game-card__desc{color:var(--text-secondary);flex-grow:1;padding:.5rem 1.25rem 0;font-size:.88rem;line-height:1.6}.game-card__tag{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-purple);align-items:center;gap:.35rem;padding:1rem 1.25rem 1.25rem;font-size:.72rem;font-weight:600;display:inline-flex}.games-preview__cta{justify-content:center;margin-top:2.5rem;display:flex}.page-hero{background:linear-gradient(180deg, var(--bg-surface) 0%, var(--bg-deep) 100%);border-bottom:1px solid var(--border-subtle);text-align:center;padding:3.5rem 1.25rem 3rem}.page-hero__inner{flex-direction:column;align-items:center;gap:1rem;max-width:720px;margin:0 auto;display:flex}.page-hero__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--accent-teal);align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.page-hero__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.03em;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.15}.page-hero__title span{background:linear-gradient(135deg, var(--accent-teal) 0%, var(--accent-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-hero__desc{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.page-hero__note{color:var(--text-muted);align-items:center;gap:.5rem;margin-top:.5rem;font-size:.8rem;display:inline-flex}.games-section{max-width:1280px;margin:0 auto;padding:3.5rem 1.25rem 4.5rem}.games-section--compact{padding-top:0}.games-section__header{text-align:center;margin-bottom:2.5rem}.games-section__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.games-section__subtitle{color:var(--text-secondary);max-width:40rem;margin:0 auto;font-size:1rem;line-height:1.65}.games-tiles{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.game-tile{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.game-tile:hover{border-color:#00d4aa59;transform:translateY(-4px)}.game-tile__image-link{display:block}.game-tile__image-wrap{aspect-ratio:16/10;background:var(--bg-elevated);position:relative;overflow:hidden}.game-tile__image{object-fit:cover;width:100%;height:100%;transition:transform .25s}.game-tile:hover .game-tile__image{transform:scale(1.05)}.game-tile__category{border:1px solid var(--border-subtle);color:var(--accent-teal);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0e1ad1;padding:.35rem .65rem;font-size:.68rem;font-weight:700;position:absolute;top:.85rem;left:.85rem}.game-tile__body{flex-direction:column;flex-grow:1;gap:.75rem;padding:1.35rem 1.35rem 1.5rem;display:flex}.game-tile__name{font-family:var(--font-display);color:var(--text-primary);font-size:1.2rem;font-weight:700;transition:color .2s}.game-tile__name:hover{color:var(--accent-teal)}.game-tile__desc{color:var(--text-secondary);flex-grow:1;font-size:.88rem;line-height:1.6}.game-tile__play{justify-content:center;width:100%;margin-top:auto}.section-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--accent-teal);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-eyebrow--amber{color:var(--accent-amber)}.section-title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700;line-height:1.2}.section-text{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.75}.section-text--center{text-align:center;max-width:40rem;margin-left:auto;margin-right:auto}.about-section{background:var(--bg-deep);border-top:1px solid var(--border-subtle);padding:4.5rem 1.25rem}.about-section__inner{grid-template-columns:1.2fr .8fr;align-items:start;gap:3rem;max-width:1280px;margin:0 auto;display:grid}.about-section__list{flex-direction:column;gap:.85rem;margin:1.25rem 0 1.75rem;display:flex}.about-section__list li{color:var(--text-secondary);align-items:flex-start;gap:.65rem;font-size:.92rem;line-height:1.55;display:flex}.about-section__list svg{color:var(--accent-teal);flex-shrink:0;margin-top:.2rem}.about-section__games{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.75rem}.about-section__games-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.about-section__game-list{flex-direction:column;gap:0;display:flex}.about-section__game-list li{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.about-section__game-list li:last-child{border-bottom:none}.about-section__game-list a{color:var(--accent-teal);font-weight:600;transition:color .2s}.about-section__game-list a:hover{color:var(--text-primary)}.about-section__game-list span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;flex-shrink:0;font-size:.75rem}.disclaimer-section{background:linear-gradient(180deg, var(--bg-surface) 0%, var(--bg-deep) 100%);border-top:1px solid var(--border-subtle);padding:4.5rem 1.25rem}.disclaimer-section__inner{max-width:1280px;margin:0 auto}.disclaimer-section__header{text-align:center;margin-bottom:2.5rem}.disclaimer-section__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.disclaimer-card{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.75rem}.disclaimer-card__icon{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--accent-amber);background:#fbbf241f;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.2rem;display:flex}.disclaimer-card__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.65rem;font-size:1.05rem;font-weight:600}.disclaimer-card__text{color:var(--text-secondary);font-size:.88rem;line-height:1.65}.disclaimer-section__footer-note{text-align:center;color:var(--text-muted);max-width:48rem;margin-top:2rem;margin-left:auto;margin-right:auto;font-size:.85rem;line-height:1.6}.content-block{padding:3rem 1.25rem}.content-block--alt{background:var(--bg-surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.content-block__inner{max-width:800px;margin:0 auto}.content-block__inner--grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1280px;display:grid}.content-block__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.content-block__text{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.75}.info-card{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.75rem}.info-card__icon{color:var(--accent-teal);margin-bottom:1rem;font-size:1.5rem}.info-card__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.info-card__text{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.legal-page{padding:2.5rem 1.25rem 4.5rem}.legal-page__inner{max-width:760px;margin:0 auto}.legal-page__inner h2{font-family:var(--font-display);color:var(--text-primary);margin:2rem 0 .75rem;font-size:1.2rem;font-weight:600}.legal-page__inner p,.legal-page__inner li{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.75}.legal-page__inner ul{margin-bottom:1rem;padding-left:1.25rem}.legal-page__inner li{margin-bottom:.5rem;list-style:outside}.legal-page__inner a{color:var(--accent-teal)}.legal-page__inner a:hover{text-decoration:underline}.legal-page__inner strong{color:var(--text-primary)}.page-hero--legal{padding:2.5rem 1.25rem 2rem}.site-footer{background:var(--bg-surface);border-top:1px solid var(--border-subtle);padding:3rem 1.25rem 0}.site-footer__inner{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;max-width:1280px;margin:0 auto;padding-bottom:2.5rem;display:grid}.site-footer__col--brand{padding-right:1rem}.site-footer__brand{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700;display:flex}.site-footer__brand svg{color:var(--accent-teal)}.site-footer__tagline{color:var(--text-muted);margin-bottom:1rem;font-size:.8rem}.site-footer__disclaimer{color:var(--text-secondary);font-size:.82rem;line-height:1.65}.site-footer__disclaimer strong{color:var(--accent-amber)}.site-footer__heading{font-family:var(--font-display);color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.85rem;font-weight:600}.site-footer__contact{flex-direction:column;gap:.75rem;font-style:normal;display:flex}.site-footer__contact p{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.5;display:flex}.site-footer__contact svg{color:var(--accent-teal);flex-shrink:0;margin-top:.15rem}.site-footer__contact a{color:var(--accent-teal);transition:color .2s}.site-footer__contact a:hover{color:var(--text-primary)}.site-footer__links{flex-direction:column;gap:.55rem;display:flex}.site-footer__links a{color:var(--text-secondary);font-size:.88rem;transition:color .2s}.site-footer__links a:hover{color:var(--accent-teal)}.site-footer__bar{border-top:1px solid var(--border-subtle);text-align:center;padding:1.25rem}.site-footer__bar-text{color:var(--text-muted);max-width:56rem;margin:0 auto;font-size:.75rem;line-height:1.6}@media (width<=1024px){.hero__slide-inner{text-align:center;grid-template-columns:1fr;min-height:auto;max-height:none;padding:2rem 1.25rem}.hero__content{align-items:center}.hero__desc{margin:0 auto}.hero__actions{justify-content:center}.hero__visual{min-height:260px}.features-strip__inner{grid-template-columns:1fr}.games-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.games-tiles{grid-template-columns:1fr;max-width:440px;margin:0 auto}.about-section__inner,.disclaimer-section__grid,.content-block__inner--grid{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr 1fr}}@media (width<=768px){:root{--navbar-h:64px}.nav-desktop{display:none}.nav-toggle{display:flex}.logo__headline{font-size:.95rem}.logo__icon-wrap{width:38px;height:38px}.hero{min-height:auto;max-height:none}.hero__slide-inner{gap:1.25rem;padding:1.75rem 1rem 1rem}.hero__visual{width:100%;min-height:auto}.hero__card{max-width:100%;padding:1.25rem}.hero__card-icon{margin-bottom:.75rem;font-size:2rem}.hero__card-title{font-size:1.15rem}.hero__card-desc{font-size:.85rem}.hero__bg-orb--1{width:220px;height:220px}.hero__bg-orb--2{width:160px;height:160px}.hero__controls{padding:.75rem 1rem 1.25rem}.hero__title{font-size:clamp(1.65rem,7vw,2rem)}.hero__desc{font-size:.95rem}.hero__eyebrow{font-size:.68rem}.site-footer__inner{grid-template-columns:1fr}}@media (width<=480px){.btn{justify-content:center;width:100%}.hero__actions{flex-direction:column;width:100%}}@media (prefers-reduced-motion:reduce){.hero__track{transition:none}html{scroll-behavior:auto}}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050812eb;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.modal-card{background:linear-gradient(160deg, var(--bg-elevated) 0%, var(--bg-surface) 100%);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:480px;padding:2rem;box-shadow:0 24px 64px #00000080,0 0 60px #00d4aa1f}.modal-card--age{text-align:center}.modal-card__icon-wrap{background:#00d4aa26;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;display:flex}.modal-card__icon{color:var(--accent-teal);font-size:1.5rem}.modal-card__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:1.35rem;font-weight:700}.modal-card__text{color:var(--text-secondary);text-align:left;margin-bottom:.85rem;font-size:.9rem;line-height:1.65}.modal-card__text strong{color:var(--accent-amber)}.modal-checkbox{text-align:left;color:var(--text-secondary);cursor:pointer;align-items:flex-start;gap:.75rem;margin:1.25rem 0 1.5rem;font-size:.88rem;line-height:1.5;display:flex}.modal-checkbox input{width:18px;height:18px;accent-color:var(--accent-teal);cursor:pointer;flex-shrink:0;margin-top:.15rem}.modal-card__btn{justify-content:center;width:100%}.modal-card__btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.cookie-banner{z-index:9998;background:var(--bg-surface);border-top:1px solid var(--border-subtle);padding:1.25rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #0006}.cookie-banner__inner{flex-wrap:wrap;align-items:center;gap:1.25rem;max-width:1280px;margin:0 auto;display:flex}.cookie-banner__icon{color:var(--accent-amber);flex-shrink:0;font-size:1.75rem}.cookie-banner__content{flex:1;min-width:200px}.cookie-banner__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.35rem;font-size:1rem;font-weight:600}.cookie-banner__text{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.cookie-banner__text a{color:var(--accent-teal)}.cookie-banner__text a:hover{text-decoration:underline}.cookie-banner__btn{flex-shrink:0}@media (width<=640px){.cookie-banner__inner{text-align:center;flex-direction:column;align-items:stretch}.cookie-banner__icon{margin:0 auto}.cookie-banner__btn{justify-content:center;width:100%}}.page-hero--game{padding:2rem 1.25rem 1.5rem}.game-back-link{color:var(--accent-teal);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;transition:color .2s;display:inline-flex}.game-back-link:hover{color:var(--text-primary)}.game-play-wrap{max-width:960px;margin:0 auto;padding:0 1.25rem 4rem}.game-play-wrap__inner{margin-bottom:2rem}.contact-email{color:var(--accent-teal);margin-top:.75rem;font-size:1.1rem;font-weight:600;display:inline-block}.contact-email:hover{color:var(--text-primary)}.play-game{background:linear-gradient(160deg, var(--bg-surface) 0%, var(--bg-deep) 100%);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:0 0 48px #8b5cf614}.play-game__hud{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;align-items:center;gap:1rem 2rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.play-game__stat{flex-direction:column;gap:.2rem;display:flex}.play-game__stat-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.68rem}.play-game__stat-value{font-family:var(--font-display);color:var(--accent-amber);text-shadow:0 0 20px #fbbf2466;font-size:1.35rem;font-weight:700}.play-game__message{min-width:200px;color:var(--text-secondary);flex:1;font-size:.9rem}.play-game__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.bj-table{border-radius:var(--radius-lg);background:radial-gradient(#1a3d32 0%,#0f1729 70%);border:2px solid #00d4aa33;flex-direction:column;gap:2rem;padding:1.5rem;display:flex;box-shadow:inset 0 0 60px #00d4aa14}.bj-hand__label{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-teal);margin-bottom:.75rem;font-size:.75rem}.bj-cards{flex-wrap:wrap;gap:.5rem;min-height:90px;display:flex}.bj-card{color:#1a1035;background:linear-gradient(145deg,#f8fafc,#e2e8f0);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:64px;height:90px;font-weight:700;transition:transform .2s;display:flex;box-shadow:0 4px 12px #0000004d}.bj-card--red{color:#b91c1c}.bj-card--hidden{background:linear-gradient(145deg, var(--accent-purple), #4c1d95);color:var(--text-primary);font-size:1.5rem}.bj-card span:last-child{font-size:1.1rem}.roulette-stage{justify-content:center;align-items:center;min-height:320px;margin:1rem 0;display:flex;position:relative}.roulette-wheel--disc{border:4px solid var(--accent-amber);background:conic-gradient(#059669 0deg 9.7deg,#dc2626 9.7deg 19.4deg,#1e293b 19.4deg 29.1deg,#dc2626 29.1deg 38.8deg,#1e293b 38.8deg 48.5deg,#dc2626 48.5deg 58.2deg,#1e293b 58.2deg 67.9deg,#dc2626 67.9deg 77.6deg,#1e293b 77.6deg 87.3deg,#dc2626 87.3deg 97deg,#1e293b 97deg 106.7deg,#dc2626 106.7deg 116.4deg,#1e293b 116.4deg 126.1deg,#dc2626 126.1deg 135.8deg,#1e293b 135.8deg 145.5deg,#dc2626 145.5deg 155.2deg,#1e293b 155.2deg 164.9deg,#dc2626 164.9deg 174.6deg,#1e293b 174.6deg 184.3deg,#dc2626 184.3deg 194deg,#1e293b 194deg 203.7deg,#dc2626 203.7deg 213.4deg,#1e293b 213.4deg 223.1deg,#dc2626 223.1deg 232.8deg,#1e293b 232.8deg 242.5deg,#dc2626 242.5deg 252.2deg,#1e293b 252.2deg 261.9deg,#dc2626 261.9deg 271.6deg,#1e293b 271.6deg 281.3deg,#dc2626 281.3deg 291deg,#1e293b 291deg 300.7deg,#dc2626 300.7deg 310.4deg,#1e293b 310.4deg 320.1deg,#dc2626 320.1deg 329.8deg,#1e293b 329.8deg 339.5deg,#dc2626 339.5deg 349.2deg,#1e293b 349.2deg 360deg);border-radius:50%;width:280px;height:280px;transition:transform 4s cubic-bezier(.2,.8,.3,1);box-shadow:0 0 40px #fbbf244d,inset 0 0 30px #00000080}.roulette-wheel--spinning{transition:transform 4s cubic-bezier(.15,.85,.25,1)}.roulette-wheel__center{background:linear-gradient(135deg, var(--bg-deep), var(--bg-surface));border:3px solid var(--accent-amber);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:-36px 0 0 -36px;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 0 24px #0009}.roulette-wheel__label{font-family:var(--font-display);letter-spacing:.15em;color:var(--accent-teal);font-size:.65rem;font-weight:800}.roulette-wheel__result{font-family:var(--font-display);font-size:1.5rem;font-weight:800}.roulette-wheel__result--red{color:#fca5a5}.roulette-wheel__result--black{color:#e2e8f0}.roulette-wheel__result--green{color:#6ee7b7}.roulette-pointer{border-left:10px solid #0000;border-right:10px solid #0000;border-top:20px solid var(--accent-amber);z-index:5;filter:drop-shadow(0 0 6px #fbbf24cc);width:0;height:0;position:absolute;top:8px;left:50%;transform:translate(-50%)}.roulette-bets{justify-content:center;gap:.75rem;margin-bottom:.5rem;display:flex}.roulette-bet{border-radius:var(--radius-sm);border:2px solid #0000;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s}.roulette-bet--red{color:#fff;background:#dc2626}.roulette-bet--black{color:#fff;background:#1e293b;border-color:#475569}.roulette-bet--green{color:#fff;background:#059669}.roulette-bet--active{transform:scale(1.05);box-shadow:0 0 20px #fbbf2499}.slots-machine{border:3px solid var(--accent-purple);border-radius:var(--radius-lg);background:linear-gradient(#1a1035 0%,#0f1729 100%);padding:2rem 1.5rem;position:relative;box-shadow:0 0 50px #8b5cf640}.slots-machine__top{background:linear-gradient(90deg, var(--accent-teal), var(--accent-purple), var(--accent-amber));border-radius:4px;height:8px;margin-bottom:1.5rem}.slots-reels{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.slots-reel{aspect-ratio:1;background:var(--bg-deep);border:2px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:inset 0 0 30px #00000080, 0 0 24px color-mix(in srgb, var(--reel-glow) 40%, transparent);justify-content:center;align-items:center;display:flex}.slots-reel--spin{animation:.15s infinite alternate reel-pulse}@keyframes reel-pulse{0%{filter:brightness();transform:scale(.98)}to{filter:brightness(1.3);transform:scale(1.02)}}.slots-reel__symbol{font-family:var(--font-display);color:var(--reel-glow);text-shadow:0 0 24px var(--reel-glow);font-size:2.5rem;font-weight:800}.slots-machine__glow{border-radius:inherit;background:linear-gradient(135deg, var(--accent-teal), var(--accent-purple));opacity:.15;pointer-events:none;z-index:-1;position:absolute;inset:-2px}.slots-paytable{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin-top:1.25rem;font-size:.75rem;display:flex}.slots-spin-btn{box-shadow:0 0 28px #00d4aa66}.game-disclaimer{border-radius:var(--radius-md);background:#fbbf2414;border:1px solid #fbbf2440;gap:1rem;padding:1.25rem 1.5rem;display:flex}.game-disclaimer__icon{color:var(--accent-amber);flex-shrink:0;margin-top:.15rem;font-size:1.25rem}.game-disclaimer__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.4rem;font-size:.95rem;font-weight:600}.game-disclaimer__text{color:var(--text-secondary);font-size:.82rem;line-height:1.6}@media (width<=640px){.roulette-wheel{width:240px;height:240px}.bj-card{width:56px;height:78px}.slots-reel__symbol{font-size:2rem}.play-game__actions .btn{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.roulette-wheel,.roulette-wheel--spinning{transition:none}.slots-reel--spin{animation:none}}
