.home{--home-padding-x:50px;--home-padding-bottom:50px;--hero-height:max(320px,47.76vw);--welcome-banner-height:calc(var(--hero-height) - 230px);--hero-svg-height:917;--hero-svg-top-inset:68;min-height:100vh;color:#fff;background-color:#000;background-image:var(--home-page-gradient),url(/dist/img/images/hero.svg);background-position:bottom,center calc(var(--hero-height) * var(--hero-svg-top-inset) / var(--hero-svg-height) * -1);background-repeat:no-repeat,no-repeat;background-size:100% calc(100% - var(--hero-height)),100% var(--hero-height);background-origin:border-box;overflow:hidden}.home,.home-content{display:flex;flex-direction:column;position:relative}.home-content{gap:50px;padding:0 var(--home-padding-x) var(--home-padding-bottom);z-index:1}.available-servers-list .server-card-inner{color:inherit}.available-games-list .game-card .game-card-inner{border-radius:6px;background:var(--bg-surface);display:flex;align-items:center;padding:20px;gap:10px}.available-games-list .game-card .game-img{width:54px;height:54px;flex-shrink:0;aspect-ratio:130/195;border-radius:6px 6px 0 0;object-fit:cover}.available-games-list .game-card .game-info .game-title{font-size:20px;font-weight:500;line-height:120%}.popular-maps-list .map-card .map-card-inner{border-radius:6px;background:var(--bg-surface);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:20px;gap:10px}.popular-maps-list .map-card .map-img{width:50px;height:50px;flex-shrink:0;aspect-ratio:130/195;border-radius:6px 6px 0 0;object-fit:cover}.popular-maps-list .map-card .map-title{font-size:24px;font-weight:500;line-height:120%}.popular-maps-list .map-card .map-description{color:var(--text-secondary);font-size:16px;line-height:150%;min-height:80px}.home-decoration{position:absolute;pointer-events:none;z-index:0;width:0;height:0}.home-decoration img{position:absolute;width:var(--home-decoration-size,380px);height:var(--home-decoration-size,380px);object-fit:contain;animation:home-decoration-float 6s ease-in-out infinite}.home-decoration--top-right{top:5%;right:0}.home-decoration--top-right img{top:-105px;right:-160px}.home-decoration--top-left{top:12%;left:0}.home-decoration--top-left img{top:-70px;left:-160px;animation-delay:-2s}.home-decoration--bottom-right{bottom:15%;right:0}.home-decoration--bottom-right img{--home-decoration-size:350px;bottom:-150px;right:-140px;animation-delay:-4s}@keyframes home-decoration-float{0%,to{transform:rotate(0deg) translateY(0)}50%{transform:rotate(8deg) translateY(-14px)}}@media (prefers-reduced-motion:reduce){.home-decoration img{animation:none}}@media screen and (max-width:991px){.home{--hero-height:clamp(260px,68vw,480px);--welcome-banner-height:calc(var(--hero-height) - 24px);--home-padding-x:20px;--home-padding-bottom:32px}.home-decoration img{--home-decoration-size:300px}.home-decoration--top-right img{top:-85px;right:-95px}.home-decoration--top-left img{top:-55px;left:-110px}.home-decoration--bottom-right img{--home-decoration-size:360px;bottom:-155px;right:-90px}.home-content{gap:28px;padding-top:0}.home-content section{padding:0}.home-content .section-title{font-size:32px;line-height:1.15;margin-bottom:4px}}