.footer{display:grid;gap:24px}.footer-brand-block{display:grid;gap:8px}.footer-logo{display:block;width:auto;max-width:min(180px,100%);height:42px;object-fit:contain;object-position:left center}.footer-brand-block>.asset-placeholder{width:min(180px,100%);min-height:56px}.footer-note{max-width:72ch;margin:0}.footer-nav{display:flex;gap:12px 24px;flex-wrap:wrap}.footer-nav>div{display:grid;align-content:start;gap:8px}.footer-nav a{color:inherit;text-underline-offset:3px}.footer-group-title{font-weight:800}.footer-columns{grid-template-columns:minmax(220px,1.5fr) minmax(280px,1fr)}.footer-columns .footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-stacked .footer-nav>div{display:flex;gap:10px 20px;flex-wrap:wrap}.footer-stacked .footer-group-title{flex-basis:100%}.footer-required{grid-column:1/-1;padding-top:16px;border-top:1px solid color-mix(in srgb,var(--footer-text) 24%,transparent)}.footer-required p{margin:0}@media(max-width:720px){.footer-columns{grid-template-columns:1fr}.footer-columns .footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{
--page:#0d1724;--content-page:#0d1724;
--section:#0d1724;--surface:#172638;--surface-alt:#22344a;
--header:#172638;--footer:#172638;--table-header:#22344a;
--text:#ffffff;--display-color:#ffffff;--heading-color:#ffffff;--muted:#aab4c2;--link:#f6c748;
--surface-text:#ffffff;--surface-alt-text:#ffffff;--header-text:#ffffff;--footer-text:#ffffff;
--primary:#f6c748;--primary-text:#111111;--border:#334155;--focus:#f6c748;
--radius:12px;--media-radius:12px;
--body:Arial, sans-serif;--heading:Arial, sans-serif;--display:"Arial, sans-serif";
--container:1120px;--container-padding:16px;--section-gap:48px;--grid-gap:16px;--card-padding:20px;
--columns:3;--display-size:64px;--heading-size:36px;--body-size:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--page)}body{margin:0;background:var(--page);color:var(--text);font-family:var(--body),system-ui,sans-serif;font-size:var(--body-size);font-weight:400;line-height:1.55;letter-spacing:normal}
body[data-preview-mode="schematic"]{--page:#f4f5f7;--content-page:#f4f5f7;--section:#f4f5f7;--surface:#fff;--surface-alt:#e5e7eb;--header:#fff;--footer:#fff;--table-header:#e5e7eb;--text:#17191c;--display-color:#17191c;--heading-color:#17191c;--muted:#667085;--link:#3b82f6;--surface-text:#17191c;--surface-alt-text:#17191c;--header-text:#17191c;--footer-text:#17191c;--primary:#3b82f6;--primary-text:#fff;--border:#d5d9e0}
a{color:var(--link)}main{width:100%;min-height:100vh;overflow:hidden;background:var(--content-page)}.section,.section-inner,.header,footer{width:min(var(--container),calc(100% - var(--container-padding)*2));margin-inline:auto}.section{padding:var(--section-gap) 0;border-bottom:1px solid color-mix(in srgb,var(--editor-border,var(--border)) 72%,transparent);background:var(--editor-section-background,var(--section));color:var(--editor-text,var(--text))}.section-inner{width:100%}
h1,h2,h3,h4,h5,h6{margin:0 0 16px;color:var(--editor-heading,var(--heading-color));font-family:var(--heading),system-ui,sans-serif;font-weight:800;line-height:1.15;letter-spacing:normal;text-transform:none}h1{color:var(--editor-heading,var(--display-color));font-family:var(--display),var(--heading),system-ui,sans-serif;font-size:clamp(2.25rem,6vw,var(--display-size));font-weight:800;line-height:1.08;letter-spacing:-0.02em;text-transform:none}h2{font-size:clamp(1.55rem,3vw,var(--heading-size))}p{max-width:70ch;color:var(--editor-text,var(--muted))}
.component-header{width:100%;max-width:none;padding-block:0;background:var(--editor-section-background,var(--header));color:var(--editor-text,var(--header-text));box-shadow:none}.header{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:var(--grid-gap)}.brand{min-width:0;display:flex;align-items:center;gap:10px;color:var(--editor-text,var(--header-text));font-size:1.25rem;font-weight:800;text-decoration:none}.brand-logo{width:auto;height:42px;max-width:150px;object-fit:contain;transition:opacity .18s ease,transform .18s ease}.brand>.asset-placeholder{width:72px;min-height:38px;padding:4px;font-size:0}.brand>.asset-placeholder strong{font-size:10px}.brand>.asset-placeholder small{display:none}.primary-action{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border:0px solid var(--editor-border,transparent);border-radius:10px;background:var(--editor-accent,#f6c748);color:var(--editor-accent-text,#111111);font-family:Arial, sans-serif,system-ui,sans-serif;font-size:16px;font-weight:800;box-shadow:none;text-decoration:none;min-height:44px;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.primary-action:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.primary-action:active{transform:translateY(0) scale(.98)}
.component-hero{min-height:560px}.component-hero:not(:has(>.section-inner)),.component-hero>.section-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(var(--grid-gap),4vw,40px)}.hero-copy{min-width:0}.hero-copy>.primary-action{margin-top:8px}.component-hero.copy-center .hero-copy{text-align:center}.component-hero.copy-center .hero-copy>.primary-action{justify-self:center}.component-hero.media-left .hero-media{order:-1}.component-hero.media-top:not(:has(>.section-inner)),.component-hero.media-bottom:not(:has(>.section-inner)),.component-hero.media-auto-vertical:not(:has(>.section-inner)),.component-hero.media-top>.section-inner,.component-hero.media-bottom>.section-inner,.component-hero.media-auto-vertical>.section-inner{grid-template-columns:1fr}.component-hero.media-top .hero-media,.component-hero.media-auto-vertical .hero-media{order:-1}.component-hero.media-top .hero-media,.component-hero.media-bottom .hero-media,.component-hero.media-auto-vertical .hero-media{min-height:0;aspect-ratio:auto}.component-hero.hero-contained{padding:clamp(24px,5vw,64px);background:var(--editor-section-background,var(--surface));color:var(--editor-text,var(--surface-text));border-radius:var(--radius);box-shadow:none}.component-hero.hero-contained h1,.component-hero.hero-contained h2{color:var(--editor-heading,var(--surface-text))}.component-hero.hero-full_bleed_background{width:100%;max-width:none;padding-inline:max(var(--container-padding),calc((100vw - var(--container))/2));background:var(--editor-section-background,var(--surface-alt));color:var(--editor-text,var(--surface-alt-text))}.component-hero.hero-full_bleed_media{width:100%;max-width:none;padding:0 0 var(--section-gap);background:var(--editor-section-background,var(--surface-alt));color:var(--editor-text,var(--surface-alt-text))}.component-hero.hero-full_bleed_media:not(:has(>.section-inner)),.component-hero.hero-full_bleed_media>.section-inner{width:100%;max-width:none;grid-template-columns:1fr}.component-hero.hero-full_bleed_media .hero-copy{width:min(var(--container),calc(100% - var(--container-padding)*2));margin-inline:auto}.component-hero.hero-full_bleed_media .hero-media{order:-1;width:100%;border-radius:0}.component-hero.hero-full_bleed_media .hero-image{max-height:none;border-radius:0}.component-hero.hero-full_bleed_background h1,.component-hero.hero-full_bleed_media h1{color:var(--editor-heading,var(--surface-alt-text))}.component-hero .hero-media{width:100%;min-width:0;min-height:240px;display:grid;place-items:center;overflow:hidden;aspect-ratio:1.78;border-radius:var(--media-radius)}.component-hero .hero-image,.section-image{display:block;width:100%;height:100%;max-height:520px;border-radius:var(--media-radius)}.fit-contain .hero-image{height:auto;object-fit:contain}.fit-cover .hero-image{object-fit:cover}.component-hero.media-top .hero-image,.component-hero.media-bottom .hero-image,.component-hero.media-auto-vertical .hero-image{height:auto;max-height:none}.hero-carousel,.hero-carousel-track,.hero-slide{width:100%;height:100%}.hero-carousel{position:relative;min-width:0;display:grid;user-select:none}.hero-carousel-track{display:flex;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-y}.hero-carousel-track::-webkit-scrollbar{display:none}.hero-slide{flex:0 0 100%;min-width:100%;display:grid;place-items:center;scroll-snap-align:start;scroll-snap-stop:always}.hero-slide .hero-image{-webkit-user-drag:none;user-select:none}.hero-carousel-dots{position:absolute;z-index:2;left:50%;bottom:12px;display:flex;gap:7px;padding:7px;border-radius:999px;background:color-mix(in srgb,var(--surface) 72%,transparent);transform:translateX(-50%)}.hero-carousel-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:color-mix(in srgb,var(--surface-text) 42%,transparent);cursor:pointer}.hero-carousel-dots button.active{width:22px;border-radius:999px;background:var(--editor-accent,var(--primary))}.asset-placeholder{min-height:280px;display:grid;place-items:center;align-content:center;gap:6px;border:2px dashed color-mix(in srgb,var(--editor-text,var(--surface-text)) 50%,transparent);border-radius:var(--media-radius);background:color-mix(in srgb,var(--editor-section-background,var(--surface)) 82%,transparent);color:var(--editor-text,var(--surface-text));text-align:center}.hero-media>.asset-placeholder{min-height:240px;height:100%}.asset-placeholder small{opacity:.7}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:800;color:var(--editor-accent,var(--primary))}
.game-carousel-shell{min-width:0}.game-grid{display:grid;grid-template-columns:repeat(var(--game-columns,4),minmax(0,1fr));align-items:start;gap:var(--grid-gap)}.game-grid.is-carousel{display:flex;align-items:flex-start;gap:var(--grid-gap);width:calc(100% + 16px);margin:-8px;padding:8px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:8px;scrollbar-width:none}.game-grid.is-carousel::-webkit-scrollbar{display:none}.game-grid.is-carousel .game-card-link{flex:0 0 var(--game-card-basis,calc((100% - var(--grid-gap)*2)/3));scroll-snap-align:none}.game-grid.is-carousel .game-card-link.is-page-start{scroll-snap-align:start;scroll-snap-stop:always}.game-card-link{display:block;min-width:0;align-self:start;border-radius:var(--media-radius);color:inherit;text-decoration:none}.game-card-link:focus-visible{outline:none}.game-card{position:relative;isolation:isolate;display:flex;height:auto;margin:0;overflow:hidden;flex-direction:column;border:1px solid color-mix(in srgb,var(--editor-border,var(--border)) 28%,transparent);border-radius:var(--media-radius);background:var(--surface);color:var(--surface-text);box-shadow:none;transition:transform .2s ease,filter .2s ease}.game-card::after{content:"";position:absolute;z-index:2;inset:0;border-radius:inherit;pointer-events:none;transition:box-shadow .2s ease}.game-card-link:focus-visible .game-card::after{box-shadow:inset 0 0 0 3px var(--focus)}.game-card-image{display:block;width:100%;max-width:100%;height:auto;object-fit:contain;transition:transform .24s ease,filter .24s ease}.game-card .asset-placeholder{min-height:0;aspect-ratio:1}.game-card figcaption{display:flex;min-height:48px;align-items:center;padding:10px 12px;font-weight:700;line-height:1.25}.carousel-dots{display:flex;justify-content:center;gap:8px;padding-top:16px}.carousel-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:color-mix(in srgb,var(--muted) 40%,transparent);cursor:pointer;transition:width .18s ease,background .18s ease}.carousel-dots button.active{width:22px;border-radius:999px;background:var(--editor-accent,var(--primary))}
.step-list,.fact-list,.plain-list{display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));gap:var(--grid-gap);padding:0;list-style:none}.step-list li,.fact-list li,.pros-cons>div,details{padding:var(--card-padding);border:0px solid var(--editor-border,var(--border));border-radius:var(--radius);background:var(--surface);color:var(--editor-text,var(--surface-text));box-shadow:none}.step-list li p,.fact-list li p,.pros-cons>div p,details p,.component-hero.hero-contained p,.component-ctasection p{color:var(--editor-text,color-mix(in srgb,var(--surface-text) 74%,var(--surface)))}.step-list{counter-reset:step}.step-list li{counter-increment:step}.step-list li:before{content:counter(step);display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--editor-accent,var(--primary));color:var(--editor-accent-text,var(--primary-text));font-weight:800;margin-bottom:16px}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:var(--grid-gap)}.empty-slot{padding:24px;border:1px dashed var(--muted);border-radius:var(--radius);color:var(--muted)}details+details{margin-top:var(--grid-gap)}summary{cursor:pointer;font-weight:700}.component-ctasection{text-align:center;background:var(--editor-section-background,var(--surface));color:var(--editor-text,var(--surface-text));border-radius:var(--radius);margin-block:32px;padding-inline:32px;box-shadow:none}
table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--editor-border,var(--border));border-radius:var(--radius)}th{padding:12px 16px;background:var(--table-header);color:#ffffff;font-weight:700;text-align:left}td{padding:12px 16px;color:#ffffff;border-top:1px solid var(--editor-border,var(--border))}tbody tr{transition:background .18s ease}details{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}summary{transition:color .18s ease}.component-disclosure{font-size:.9rem;padding-block:16px}.component-announcementbanner{width:100%;max-width:none;padding-block:12px}.announcement{display:flex;gap:48px;padding-inline:var(--container-padding);white-space:nowrap;overflow:hidden}.is-ticker .announcement-track{animation:ticker-left var(--ticker-duration,18s) linear var(--ticker-delay,0s) infinite}.is-ticker[data-direction="right"] .announcement-track{animation-name:ticker-right}.is-ticker[data-pause-hover="true"]:hover .announcement-track,.is-ticker[data-pause-focus="true"]:focus-within .announcement-track{animation-play-state:paused}@keyframes ticker-left{to{transform:translateX(-100%)}}@keyframes ticker-right{from{transform:translateX(-100%)}to{transform:translateX(0)}}.component-footer{width:100%;max-width:none;padding-block:0;background:var(--editor-section-background,var(--footer));color:var(--editor-text,var(--footer-text));box-shadow:none}footer{padding:32px 0 40px}.component-footer p{color:var(--editor-text,color-mix(in srgb,var(--footer-text) 72%,var(--footer)))}[data-editor-placeholder="true"]{opacity:.68;font-style:italic}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(hover:hover){.primary-action:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 8px 20px color-mix(in srgb,var(--primary) 28%,transparent)}.brand:hover .brand-logo{opacity:.88;transform:scale(1.025)}.game-hover-lift .game-card-link:hover .game-card{transform:translateY(-4px);filter:brightness(1.04)}.game-hover-zoom .game-card-link:hover .game-card{filter:brightness(1.04)}.game-hover-zoom .game-card-link:hover .game-card-image{transform:scale(1.045);filter:saturate(1.08)}.game-hover-accent .game-card-link:hover .game-card::after{box-shadow:inset 0 0 0 3px var(--editor-accent,var(--primary))}.game-hover-accent .game-card-link:hover .game-card{filter:brightness(1.04)}details:hover{transform:translateY(-1px);border-color:var(--editor-accent,var(--primary));box-shadow:0 7px 18px color-mix(in srgb,var(--text) 12%,transparent)}details:hover summary{color:var(--editor-accent,var(--primary))}tbody tr:hover{background:color-mix(in srgb,var(--editor-accent,var(--primary)) 9%,transparent)}}
body[data-preview-mode="schematic"] .section{border:2px solid #d5d9e0;border-radius:12px;margin-block:12px;padding:24px}body[data-preview-mode="schematic"] .component-hero{min-height:360px}@media(max-width:720px){:root{--columns:1}main{width:100%;box-shadow:none}.section{padding:calc(var(--section-gap)*.72) 0}.component-header,.component-footer{padding-block:0}.component-announcementbanner{padding-block:10px}.component-hero:not(:has(>.section-inner)),.component-hero>.section-inner{grid-template-columns:1fr}.component-hero{min-height:auto}.component-hero .hero-media{min-height:240px}.component-hero.media-left .hero-media{order:initial}.component-hero.media-top .hero-media,.component-hero.media-auto-vertical .hero-media{order:-1}.step-list,.fact-list,.plain-list,.pros-cons{grid-template-columns:repeat(var(--columns),minmax(0,1fr))}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header{min-height:56px;gap:8px}.brand{flex:1 1 auto;overflow:hidden}.brand>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-logo{height:30px;max-width:92px}.header>.primary-action{flex:0 1 auto;max-width:44%;min-width:0;min-height:40px;padding:7px 10px;overflow:hidden;font-size:clamp(.78rem,4vw,1rem);text-overflow:ellipsis;white-space:nowrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.announcement-track{animation:none!important}.primary-action,.brand-logo,.game-card,.game-card::after,.game-card-image,details,summary,tbody tr{transition:none!important}.primary-action:hover,.brand:hover .brand-logo,.game-card-link:hover .game-card,details:hover{transform:none!important}.game-card-link:hover .game-card-image{transform:none!important}}[data-logical-section="sec_featured_games"]{--game-columns:3;--game-card-basis:calc((100% - var(--grid-gap)*2)/3)}[data-asset-key="hero"]{object-position:50% 50%}[data-asset-key="logo"]{object-position:50% 50%}[data-asset-key="game_card_1"]{object-position:50% 50%}[data-asset-key="game_card_2"]{object-position:50% 50%}[data-asset-key="game_card_3"]{object-position:50% 50%}[data-asset-key="game_card_4"]{object-position:50% 50%}.s31fbe9b5{}