html.is-games-page{--games-hero-h:340px;--games-card-min-w:180px;--games-bottom-bg:var(--sakura-color-background);--games-border:var(--sakura-color-divider);--games-text:var(--sakura-color-text);--games-text-muted:var(--sakura-color-text-muted);--games-text-bright:var(--sakura-color-text-deep);--games-accent:var(--sakura-color-primary)}html.is-games-page,html.is-games-page body{height:100dvh;min-height:100dvh;overflow:hidden;background:var(--sakura-color-background)!important}html.is-games-page #content.site-content{display:flex;flex-direction:column;height:100dvh;min-height:0;padding:var(--sakura-navbar-height,64px)0 0!important;box-sizing:border-box;overflow:hidden;background:var(--sakura-color-background)!important;color:var(--sakura-color-text-deep)}html.is-games-page .sakura-footer{display:none!important;min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important}html.is-games-page .sakura-music{display:none!important}.sakura-games-page{display:flex;flex:auto;flex-direction:column;min-height:0;width:100%;overflow:hidden}.games-board{display:flex;flex:auto;flex-direction:column;min-height:0;width:100%}.games-board__empty{margin:auto;padding:48px 16px;text-align:center;color:var(--games-text-muted)}.games-shell{display:flex;flex:auto;flex-direction:column;justify-content:flex-start;min-height:0;overflow:hidden}.games-hero{position:relative;flex:0 0 var(--games-hero-h);height:var(--games-hero-h);min-height:0;overflow:hidden;background:#000}.games-hero__media{position:absolute;inset:0}.games-hero__bg{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .35s ease,transform 8s linear;transform:scale(1.02)}.games-hero__bg.is-switching{opacity:.72}.games-hero:hover .games-hero__bg{transform:scale(1.06)}.games-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.45) 52%,color-mix(in srgb,var(--games-bottom-bg) 94%,#000) 100%),linear-gradient(90deg,rgba(0,0,0,.28) 0%,transparent 42%,transparent 58%,rgba(0,0,0,.28) 100%);pointer-events:none}html:not(.dark).is-games-page .games-hero__shade{background:linear-gradient(180deg,rgba(0,0,0,4%) 0%,rgba(0,0,0,.22) 100%)}.games-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;height:100%;min-height:0;padding:18px clamp(16px,4vw,48px)16px;box-sizing:border-box;pointer-events:none}.games-hero__detail{max-width:760px;pointer-events:auto}.games-hero__title{margin:0 0 10px;color:#fff;font-size:clamp(1.6rem,4vw,2.6rem);font-weight:300;line-height:1.15;text-shadow:0 2px 18px rgba(0,0,0,.45)}.games-hero__desc{margin:0 0 16px;max-width:62ch;color:rgba(255,255,255,.9);font-size:clamp(.82rem,1.6vw,.96rem);line-height:1.65;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-shadow:0 1px 10px rgba(0,0,0,.35)}.games-hero__actions{display:flex;flex-wrap:wrap;gap:10px}.games-hero__download{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:148px;height:36px;padding:0 16px;border-radius:var(--sakura-radius,2px);background:linear-gradient(180deg,#75b022 5%,#588a1b 95%);color:#d2e885!important;font-size:.84rem;font-weight:600;text-decoration:none;box-shadow:inset 0 1px rgba(255,255,255,.16),0 2px 8px rgba(0,0,0,.2);transition:filter .16s ease,transform .16s ease,background .16s ease,color .16s ease}.games-hero__download iconify-icon{font-size:1.05em}.games-hero__download:hover{filter:brightness(1.08);transform:translateY(-1px)}.games-hero__download--disabled{background:linear-gradient(180deg,#6b7280 5%,#4b5563 95%);color:rgba(255,255,255,.62)!important;box-shadow:inset 0 1px rgba(255,255,255,6%);cursor:not-allowed;pointer-events:none;filter:none;transform:none}.games-bottom{flex:auto;min-height:0;overflow:hidden;background:var(--games-bottom-bg);border-top:0}.games-grid{height:100%;min-height:0;overflow:hidden}.games-grid__track{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--games-card-min-w),1fr));gap:14px;height:100%;min-height:0;margin:0;padding:14px clamp(12px,3vw,24px)max(14px,env(safe-area-inset-bottom,0px));overflow-x:hidden;overflow-y:auto;align-content:start;list-style:none;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.games-grid__track::-webkit-scrollbar{display:none;width:0;height:0}.games-grid__track:focus-visible{outline:2px solid var(--games-accent);outline-offset:-2px}.games-grid__item{min-width:0}.games-card{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0;padding:0;box-sizing:border-box;cursor:pointer;outline:none;background:0 0;transition:opacity .18s ease;scroll-margin:8px}.games-card:not(.is-active){opacity:.82}.games-card:hover{opacity:1}.games-card.is-active{opacity:1}.games-card:focus-visible .games-card__cover-wrap{box-shadow:0 0 0 2px var(--games-accent)}.games-card__cover-wrap{position:relative;flex:none;width:100%;aspect-ratio:460/215;overflow:hidden;border-radius:var(--sakura-radius,4px);background:color-mix(in srgb,var(--sakura-color-primary) 8%,var(--sakura-post-card-bg));box-shadow:0 4px 14px color-mix(in srgb,#000 10%,transparent);transition:box-shadow .18s ease,transform .18s ease}.games-card.is-active .games-card__cover-wrap{box-shadow:0 0 0 2px var(--games-accent),0 8px 20px color-mix(in srgb,#000 16%,transparent)}.games-card__cover{display:block;width:100%;height:100%;object-fit:cover}.games-card__frame{position:absolute;inset:0;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--games-border) 65%,transparent);pointer-events:none}.games-card__name{margin:0;color:var(--games-text-muted);font-size:.82rem;font-weight:500;line-height:1.35;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.games-card.is-active .games-card__name{color:var(--games-text-bright);font-weight:600}@media(max-width:767px){html.is-games-page{--games-card-min-w:156px;--games-hero-h:200px;--sakura-navbar-height:68px;--sakura-navbar-height-expanded:68px;--sakura-navbar-layout-offset:68px}html.is-games-page #content.site-content{padding-top:68px!important}html.is-games-page .sakura-navbar .navbar-content{height:68px!important;min-height:68px!important;padding-top:6px;padding-bottom:6px;box-sizing:border-box}html.is-games-page .sakura-navbar[data-mobile-collapse="1"] .navbar-content{height:68px!important;min-height:68px!important}.games-hero__content{padding:16px 14px 14px}.games-hero__desc{-webkit-line-clamp:2}.games-grid__track{gap:10px;padding:10px 12px 14px}.games-card__name{font-size:.78rem}}