.GameLandingPage-module__PGKs8a__page{flex-direction:column;width:100%;display:flex}.GameLandingPage-module__PGKs8a__firstScreen{border-bottom:1px solid #ffffff14;flex-direction:column;min-height:100svh;display:flex}.GameLandingPage-module__PGKs8a__hero{isolation:isolate;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.GameLandingPage-module__PGKs8a__heroBg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.GameLandingPage-module__PGKs8a__heroGradient{z-index:1;background:linear-gradient(#0000 0%,#0006 50%,#000000bf 80%,#000000e6 100%);position:absolute;inset:0}.GameLandingPage-module__PGKs8a__heroContent{z-index:2;text-align:center;flex-direction:column;align-items:center;padding-top:180px;padding-bottom:80px;display:flex;position:relative}.GameLandingPage-module__PGKs8a__hero h1{font-family:var(--font-thicker);color:var(--fg-default);max-width:800px;margin:0;font-size:clamp(28px,5vw,56px);font-weight:700;line-height:1.15}.GameLandingPage-module__PGKs8a__heroDescription{font-family:var(--font-montserrat);color:var(--gray-300);max-width:640px;margin:24px 0 40px;font-size:clamp(14px,1.8vw,18px);font-weight:400;line-height:1.6}.GameLandingPage-module__PGKs8a__heroActions{align-items:center;gap:20px;display:flex}.GameLandingPage-module__PGKs8a__heroLink{font-family:var(--font-montserrat);color:var(--brand-default);font-size:clamp(14px,1.6vw,16px);font-weight:500;text-decoration:none;transition:opacity .2s}.GameLandingPage-module__PGKs8a__heroLink:hover{opacity:.75}.GameLandingPage-module__PGKs8a__heroLinkDivider{background:#fff3;width:1px;height:18px}.GameLandingPage-module__PGKs8a__quickNav{background:var(--surface-sunken);z-index:10;border-bottom:1px solid #ffffff14;position:sticky;top:0}.GameLandingPage-module__PGKs8a__quickNav .page_width_wrapper{max-width:1645px;margin:0 auto;padding:0 24px}.GameLandingPage-module__PGKs8a__quickNavList{-webkit-overflow-scrolling:touch;justify-content:center;align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.GameLandingPage-module__PGKs8a__quickNavList li a{color:var(--fg-muted);font-family:var(--font-montserrat);white-space:nowrap;padding:16px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;display:block}.GameLandingPage-module__PGKs8a__quickNavList li a:hover{color:var(--brand-default)}.GameLandingPage-module__PGKs8a__featureDark{background:var(--fg-on-brand)}.GameLandingPage-module__PGKs8a__featureBlack{background:var(--surface-sunken)}.GameLandingPage-module__PGKs8a__infoSection{width:100%;padding:clamp(60px,10svh,100px) 0}.GameLandingPage-module__PGKs8a__infoSection .page_width_wrapper{max-width:1100px;margin:0 auto;padding:0 24px}.GameLandingPage-module__PGKs8a__infoSection>.page_width_wrapper>h2{font-family:var(--font-thicker);color:var(--fg-default);margin:0 0 28px;font-size:clamp(24px,3.5vw,36px);font-weight:600}.GameLandingPage-module__PGKs8a__infoSection>.page_width_wrapper>p{font-family:var(--font-montserrat);color:var(--gray-300);max-width:820px;margin:0;font-size:clamp(14px,1.6vw,16px);font-weight:400;line-height:1.8}.GameLandingPage-module__PGKs8a__cardGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.GameLandingPage-module__PGKs8a__card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;padding:28px 24px;text-decoration:none;transition:transform .25s,border-color .25s,background .25s;display:flex}.GameLandingPage-module__PGKs8a__card:hover{background:#ffffff0f;border-color:#f5a02f59;transform:translateY(-4px)}.GameLandingPage-module__PGKs8a__card h3{font-family:var(--font-thicker);color:var(--fg-default);margin:0 0 12px;font-size:clamp(16px,2vw,20px);font-weight:600}.GameLandingPage-module__PGKs8a__card p{font-family:var(--font-montserrat);color:var(--fg-muted);flex:1;margin:0 0 24px;font-size:clamp(12px,1.4vw,14px);font-weight:400;line-height:1.65}.GameLandingPage-module__PGKs8a__cardLink{font-family:var(--font-montserrat);color:var(--brand-default);margin-top:auto;font-size:14px;font-weight:500}.GameLandingPage-module__PGKs8a__cardLink:after{content:" ›";opacity:0;margin-left:0;transition:opacity .2s,margin-left .2s}.GameLandingPage-module__PGKs8a__card:hover .GameLandingPage-module__PGKs8a__cardLink:after{opacity:1;margin-left:4px}.GameLandingPage-module__PGKs8a__externalLink{color:var(--brand-default);text-decoration:none;transition:opacity .2s}.GameLandingPage-module__PGKs8a__externalLink:hover{opacity:.75}.GameLandingPage-module__PGKs8a__highlight{color:var(--brand-default)}.GameLandingPage-module__PGKs8a__audienceGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.GameLandingPage-module__PGKs8a__audienceIcon{font-family:var(--font-thicker);color:var(--brand-default);margin-bottom:8px;font-size:32px;font-weight:700;line-height:1}.GameLandingPage-module__PGKs8a__faq{background:var(--surface-sunken);width:100%;padding:clamp(60px,10svh,100px) 0}.GameLandingPage-module__PGKs8a__faq .page_width_wrapper{max-width:900px;margin:0 auto;padding:0 24px}.GameLandingPage-module__PGKs8a__faq h2{font-family:var(--font-thicker);color:var(--fg-default);text-align:center;margin:0 0 48px;font-size:clamp(24px,3.5vw,36px);font-weight:600}.GameLandingPage-module__PGKs8a__faqList{flex-direction:column;gap:0;margin:0;display:flex}.GameLandingPage-module__PGKs8a__faqItem{border-top:1px solid #ffffff14;padding:28px 0}.GameLandingPage-module__PGKs8a__faqItem:last-child{border-bottom:1px solid #ffffff14}.GameLandingPage-module__PGKs8a__faqItem dt{font-family:var(--font-montserrat);color:var(--fg-default);margin:0 0 12px;font-size:clamp(15px,2vw,18px);font-weight:600}.GameLandingPage-module__PGKs8a__faqItem dd{font-family:var(--font-montserrat);color:var(--gray-300);margin:0;font-size:clamp(13px,1.6vw,15px);font-weight:400;line-height:1.7}@media (max-width:1024px){.GameLandingPage-module__PGKs8a__cardGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.GameLandingPage-module__PGKs8a__heroContent{padding-top:120px;padding-bottom:60px}.GameLandingPage-module__PGKs8a__quickNavList{justify-content:flex-start;gap:0}.GameLandingPage-module__PGKs8a__quickNavList li a{padding:14px 16px;font-size:13px}.GameLandingPage-module__PGKs8a__cardGrid,.GameLandingPage-module__PGKs8a__audienceGrid{grid-template-columns:1fr}}@media (max-width:480px){.GameLandingPage-module__PGKs8a__heroContent{padding-top:100px;padding-left:16px;padding-right:16px}.GameLandingPage-module__PGKs8a__infoSection .page_width_wrapper{padding:0 16px}.GameLandingPage-module__PGKs8a__faq .page_width_wrapper{padding:0 16px}}
