
html,body{width:100%;height:100%;margin:0;overflow:hidden}.app{position:fixed;inset:0;width:100%;height:100dvh;min-height:0;padding:0;display:block}
#select-screen,#game-screen{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;margin:0}
.game-stage{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;border-radius:0;box-shadow:none;overflow:hidden}
.select-card-shell{width:100%;height:100%;max-height:none;display:grid;grid-template-rows:minmax(0,1.3fr) minmax(0,1fr);gap:14px;align-content:stretch;padding:12px 20px 18px;border-radius:0;box-shadow:none;backdrop-filter:none;background:linear-gradient(180deg,#e8f6ff,#fff9ec)}
.select-hero{height:100%;width:auto;max-width:min(100%,1200px);max-height:100%;object-fit:contain;justify-self:center;border-radius:18px;box-shadow:none}
.select-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;justify-items:center;width:min(100%,1110px);height:100%;gap:18px;margin:0 auto;min-height:0}
.select-button{display:flex;align-items:center;justify-content:center;min-height:0;width:100%;height:100%;overflow:hidden}.select-button img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;box-shadow:none}.select-button:hover{transform:none;filter:brightness(1.04)}
#pick-kopuk img{max-width:min(100%,524px)}#pick-zuzu img{max-width:min(100%,566px)}
.character-wrap{top:57%;height:58%;width:38%}.food-btn{min-height:min(190px,26dvh)}.food-btn img{max-height:min(146px,20dvh)}
@media(max-width:700px){.select-card-shell{padding:60px 10px 14px;gap:8px;grid-template-rows:minmax(0,1fr) minmax(0,1fr)}.select-buttons{gap:8px}.character-wrap{width:52%;height:54%;top:57%}.food-btn{min-height:110px}.food-btn img{max-height:88px}.game-logo{width:54px;height:54px}.star-row{max-width:45%;gap:4px;padding:8px}.star-row span{font-size:18px}}
@media(max-height:500px){.select-card-shell{padding:8px 64px;grid-template-rows:minmax(0,1.2fr) minmax(0,1fr);gap:6px}.select-buttons{gap:12px}.scene-toolbar{right:7px;flex-direction:column}.game-logo{width:54px;height:54px}.food-btn{min-height:95px}.food-btn img{max-height:80px}.character-wrap{height:60%;top:55%}.game-instruction{font-size:12px;padding:5px 10px}}
