.Home_container__d256j{min-height:100vh;padding:0 1rem;display:flex;flex-direction:column;align-items:center}.Home_main__VkIEL{padding:2rem 0;flex:1 1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px}.Home_title__hYX6j{margin:0 0 2rem;line-height:1.2;font-size:2rem;text-align:center;color:var(--secondary-color);text-shadow:4px 4px 0 var(--dark-color);padding:1rem 0;display:flex;flex-direction:column}.Home_subtitle__KzT68{font-size:1.5rem;color:var(--accent-color);margin-top:.5rem}.Home_gameContainer__bADwG{width:100%;aspect-ratio:16/9;margin:0 auto 3rem;border:8px solid var(--secondary-color);position:relative;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.4);background:#000 url(/images/game-cover.png) 50%/cover no-repeat}.Home_gameOverlay__42IP8{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.85)}.Home_playButton__U4Q8r{background-color:var(--accent-color);color:var(--light-color);border:none;padding:1rem 2rem;font-family:Press Start\ 2P,cursive;font-size:1.2rem;cursor:pointer;border-radius:0;box-shadow:5px 5px 0 var(--dark-color);transition:all .2s ease}.Home_playButton__U4Q8r:hover{transform:translateY(-3px);box-shadow:7px 7px 0 var(--dark-color)}.Home_playButton__U4Q8r:active{transform:translateY(3px);box-shadow:2px 2px 0 var(--dark-color)}.Home_gameFrame__Fl4Pd{width:100%;height:100%;border:none}.Home_fullscreenButton__Pbegd{position:absolute;bottom:15px;right:15px;background-color:transparent;color:var(--light-color);border:none;padding:.6rem;width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-family:Press Start\ 2P,cursive;cursor:pointer;border-radius:0;transition:all .2s ease;z-index:10;opacity:.8;filter:drop-shadow(2px 2px 1px rgba(0,0,0,.7))}.Home_fullscreenButton__Pbegd svg{width:22px;height:22px;stroke-width:.5px}.Home_fullscreenButton__Pbegd:hover{transform:translateY(-2px);opacity:1}.Home_fullscreenButton__Pbegd:active{transform:translateY(2px)}.Home_infoSection__sf96X{display:flex;width:100%;margin-top:2rem;gap:2rem}.Home_textContent___FlMs{flex:0.6 1}.Home_screenshotsContent__28Fjw,.Home_textContent___FlMs{background-color:rgba(43,45,66,.9);padding:1.5rem;border:4px solid var(--primary-color);box-shadow:5px 5px 0 var(--dark-color);width:100%}.Home_screenshotsContent__28Fjw{flex:0.4 1}.Home_screenshotTitle__FliH1,.Home_sectionTitle__DKb2S{color:var(--secondary-color);margin-top:0;font-size:1.3rem;padding-bottom:.5rem;border-bottom:2px dashed var(--accent-color)}.Home_screenshotTitle__FliH1{text-align:center}.Home_featureTitle__Bmu0V{color:var(--accent-color);font-size:1rem;margin-top:1.5rem}.Home_featureList__dN8ZU{list-style-type:none;padding-left:1rem}.Home_featureList__dN8ZU li{margin-bottom:1rem;position:relative;padding-left:1.5rem;font-size:.8rem}.Home_featureList__dN8ZU li:before{content:"►";position:absolute;left:0;color:var(--secondary-color)}.Home_screenshotsGrid__db9cE{display:flex;flex-direction:column;gap:2.5rem;margin-top:1.5rem}.Home_screenshotItem__4TBJP{position:relative;width:100%;max-width:100%}.Home_screenshot__xGPyl{width:100%;border:4px solid var(--secondary-color);image-rendering:pixelated;transition:transform .2s ease,z-index 0s linear;box-shadow:0 4px 8px rgba(0,0,0,.3);position:relative;z-index:1}.Home_screenshot__xGPyl:hover{transform:scale(1.6);z-index:10;position:relative;box-shadow:0 8px 16px rgba(0,0,0,.5)}.Home_caption__cC9lt{font-size:.6rem;text-align:center;color:var(--light-color);margin:.2rem 0;padding:.5rem}.Home_footer__yFiaX{width:200%;height:80px;border-top:4px solid var(--primary-color);display:flex;justify-content:center;align-items:center;font-size:.7rem;background-color:var(--dark-color)}@media (max-width:768px){.Home_infoSection__sf96X{flex-direction:column}.Home_title__hYX6j{font-size:1.5rem}.Home_subtitle__KzT68{font-size:1.2rem}.Home_screenshotsGrid__db9cE{grid-template-columns:1fr}}