@supports (padding-bottom:env(safe-area-inset-bottom)){.action-buttons,.end-buttons,.game-area{padding-bottom:calc(env(safe-area-inset-bottom) + 20px)!important}}@media (max-width:1024px) and (orientation:portrait){body{padding-bottom:60px}.game-area{padding-bottom:70px!important;min-height:calc(100vh - 130px)!important;max-height:none!important}.action-buttons,.end-buttons{padding-bottom:20px;margin-bottom:60px!important}}@media (max-width:1024px) and (orientation:landscape){body{padding-bottom:40px}.game-area{padding-bottom:50px!important}.action-buttons,.end-buttons{margin-bottom:40px!important}}.end-screen{padding-bottom:80px}html{height:-webkit-fill-available}body.game-body{min-height:100vh;min-height:-webkit-fill-available}.fullscreen-btn{position:fixed;bottom:100px;right:20px;width:50px;height:50px;background:linear-gradient(145deg,#6366f1,#8b5cf6);border:3px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;font-size:1.3rem;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(99,102,241,.4);transition:all .3s ease}.fullscreen-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(99,102,241,.6)}.fullscreen-btn:active{transform:scale(.95)}@media (hover:hover) and (pointer:fine){.fullscreen-btn{display:none}}:-webkit-full-screen .fullscreen-btn,:fullscreen .fullscreen-btn{bottom:15px;right:15px}:-webkit-full-screen .game-area,:fullscreen .game-area{padding-bottom:20px!important;min-height:calc(100vh - 70px)!important;margin-bottom:0!important}:-webkit-full-screen .action-buttons,:-webkit-full-screen .end-buttons,:fullscreen .action-buttons,:fullscreen .end-buttons{margin-bottom:0!important;padding-bottom:10px!important}:-webkit-full-screen body,:fullscreen body{padding-bottom:0!important}