:root{color-scheme:only light}body.page.page--home{margin:0;min-height:100vh;font-family:var(--font-family-primary, "Alan Sans", sans-serif);background:var(--color-table-green, #228b27);color:#fffffff2;display:flex;flex-direction:column;overflow-x:hidden}.home-shell{width:min(960px,92vw);margin:0 auto;flex:1;display:flex;flex-direction:column;gap:clamp(2rem,5vw,3rem);padding-block-start:clamp(2rem,6vw,3.5rem);padding-block-end:clamp(2.5rem,6vw,3.5rem);padding-inline:clamp(1.25rem,6vw,3rem)}.home-header{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:clamp(.85rem,3vw,1.5rem);text-align:left}.home-header__logo{width:clamp(58px,10vw,72px);height:clamp(58px,10vw,72px);object-fit:contain;border-radius:12px;background:#0000001a;padding:.35rem;border:1px solid rgba(0,0,0,.35);box-shadow:0 2px 6px #00000047}.home-header__title{display:flex;align-items:baseline;gap:clamp(.35rem,1.2vw,.6rem);margin:0;font-size:clamp(2.1rem,5.5vw,3.1rem);letter-spacing:.01em;text-transform:uppercase}.home-header__title-primary{font-weight:var(--font-weight-light, 300)}.home-header__title-secondary{font-weight:var(--font-weight-bold, 700)}.home-header__tagline{grid-column:1 / -1;margin:0;font-size:clamp(.95rem,2.2vw,1.2rem);opacity:.9}.home-games{padding:clamp(1.4rem,3.5vw,1.9rem) clamp(1rem,3vw,1.75rem);border:1px solid rgba(255,255,255,.22);border-radius:18px;background:#0000000d;box-shadow:0 12px 32px #0000002e;position:relative}.home-section-heading{display:flex;align-items:center;gap:clamp(.5rem,2vw,1rem);font-size:clamp(1rem,2.4vw,1.3rem);font-weight:var(--font-weight-bold, 700);letter-spacing:.08em;text-transform:uppercase;color:#ffffffe6;margin-bottom:clamp(1rem,3vw,1.4rem)}.home-section-heading:after{content:"";flex:1;height:1px;background:#ffffff59;opacity:.8}.home-games__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(.85rem,2.5vw,1.3rem)}.home-games__item{width:100%;display:flex;align-items:center;gap:clamp(.75rem,2.2vw,1.1rem);padding:clamp(.6rem,2vw,.9rem) clamp(.6rem,2.2vw,1rem);border-radius:12px;transition:background .18s ease,border-color .18s ease;border:1px solid transparent}.home-games__item:hover,.home-games__item:focus-within{background:#ffffff1f;border-color:#e3c37066}.home-games__link{flex:1;text-decoration:none;color:inherit;font-size:clamp(1rem,2.4vw,1.2rem);font-weight:var(--font-weight-bold, 700);display:inline-flex;align-items:center}.home-games__link:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:3px}.home-games__link--disabled{pointer-events:none;opacity:.55}.home-games__thumb{width:clamp(54px,15vw,64px);height:clamp(54px,15vw,64px);object-fit:contain;border-radius:12px;background:#00000014;padding:.25rem;border:1px solid rgba(0,0,0,.35);box-shadow:0 1px 3px #00000040;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;flex-shrink:0}.home-games__item:hover .home-games__thumb,.home-games__item:focus-within .home-games__thumb{transform:translateY(-2px) scale(1.04);box-shadow:0 4px 10px #00000059;border-color:#e3c370a6}@media (max-width: 620px){.home-header{grid-template-columns:auto;text-align:center;justify-items:center}.home-header__title{flex-wrap:wrap;justify-content:center}.home-header__tagline{text-align:center}.home-games__link{justify-content:center;text-align:center}}.home-changelog{background:#00000014;border-radius:22px;padding:clamp(1.5rem,4vw,2.25rem);border:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:clamp(1rem,3vw,1.5rem)}.home-changelog__title{margin:0}.home-changelog__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(.85rem,2.5vw,1.15rem)}.home-changelog__item{padding:clamp(.85rem,2.5vw,1.1rem) clamp(1rem,3vw,1.4rem);border-radius:18px;background:#ffffff14;border:1px solid rgba(255,255,255,.14)}.home-changelog__item time{display:block;font-size:clamp(.8rem,1.8vw,.95rem);font-weight:var(--font-weight-medium, 500);color:#ffffffbf;margin-bottom:.25rem}.home-changelog__item p{margin:0;font-size:clamp(.85rem,2vw,1rem);line-height:1.5}.page--home .page__footer{margin-top:clamp(2.25rem,6vw,3.5rem)}.home-faq{background:#00000014;border-radius:22px;padding:clamp(1.4rem,3.5vw,2rem);border:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;gap:clamp(.9rem,2.4vw,1.3rem)}.home-faq__title{margin:0}.home-faq__list{margin:0;padding:0}.home-faq__item{margin:0;padding:clamp(.7rem,2.2vw,1rem) 0;border-bottom:1px solid rgba(255,255,255,.12)}.home-faq__item:last-child{border-bottom:none}.home-faq__item dt{font-weight:var(--font-weight-bold, 700);font-size:clamp(1rem,2.4vw,1.2rem);margin-bottom:.35rem}.home-faq__item dd{margin:0;font-size:clamp(.9rem,2vw,1rem);line-height:1.55;opacity:.9}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (min-width: 680px){.home-header{flex-direction:row;text-align:left;justify-content:space-between;align-items:center}.home-header__tagline{max-width:320px}}@media (max-width: 480px){.home-shell{gap:clamp(1.6rem,8vw,2.2rem);padding-inline:clamp(1rem,6vw,1.8rem)}.home-games__list{grid-template-columns:1fr}.home-games__link{align-items:flex-start;padding-inline:clamp(.85rem,5vw,1.1rem)}.home-games__thumb{align-self:flex-start}}
