/* v23: Gameplay-only scene stabilization, missions, separated restaurant layers and correct burger stack order. */
.game-screen.screen-active{grid-template-rows:44px minmax(0,1fr) 70px!important;gap:8px!important;padding:8px 10px!important}
.game-hud{position:relative;z-index:12;min-height:44px;grid-template-columns:repeat(4,minmax(58px,1fr)) minmax(118px,1.35fr) minmax(58px,.8fr) auto!important}
.mission-hud strong{font-size:13px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mission-hud small{color:rgba(255,214,106,.72)!important}
.game-stage{position:relative;z-index:11;min-height:0!important;height:100%!important;display:grid!important;grid-template-columns:minmax(280px,1.02fr) minmax(330px,1.18fr)!important;gap:10px!important;overflow:hidden!important}
.restaurant-zone{min-width:0;min-height:0!important;height:100%!important;overflow:hidden!important;background:none!important;background-color:rgba(15,7,3,.62)!important}
.restaurant-zone::before{content:""!important;position:absolute!important;inset:0!important;z-index:0!important;background-image:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.34)),var(--scene-wall-bg)!important;background-size:cover!important;background-position:center!important;opacity:.96!important;pointer-events:none!important}
.restaurant-zone::after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:32%!important;z-index:1!important;background-image:linear-gradient(180deg,rgba(255,196,76,.1),rgba(45,22,9,.72)),var(--scene-counter-bg)!important;background-size:cover,cover!important;background-position:center,bottom center!important;border-radius:24px 24px 0 0!important;box-shadow:0 -12px 28px rgba(255,171,54,.12),inset 0 1px 0 rgba(255,255,255,.16)!important;pointer-events:none!important}
.restaurant-sign,.customer-queue{position:relative;z-index:4}.scene-prop{z-index:2!important}.scene-prop.wall,.scene-prop.counter{display:none!important}
.customer-queue{min-height:0!important;height:calc(100% - 34px)!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:thin}
.counter-area{min-width:0;min-height:0!important;height:100%!important;display:grid!important;grid-template-rows:54px 54px minmax(0,1fr) 38px 18px!important;gap:7px!important;overflow:hidden!important}.grill-station,.side-station,.tray{min-width:0;position:relative}.grill-station[data-drop-zone="grill"],.tray[data-drop-zone="tray"],.side-station[data-drop-zone="side"]{outline:1px solid rgba(255,214,106,.16);outline-offset:-3px}.grill-station[data-drop-zone="grill"]::before,.tray[data-drop-zone="tray"]::before,.side-station[data-drop-zone="side"]::before{content:attr(data-drop-label);position:absolute;right:8px;top:6px;z-index:3;padding:3px 7px;border-radius:999px;background:rgba(0,0,0,.34);color:rgba(255,244,223,.64);font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;pointer-events:none}.tray{display:grid;grid-template-rows:auto 1fr;overflow:hidden!important}.burger-stack{min-height:0!important;height:100%!important;overflow:hidden!important;display:flex!important;flex-direction:column-reverse!important;align-items:center!important;justify-content:center!important}.stack-item,.stack-item-asset{flex:0 0 auto!important}.serve-row{position:relative;z-index:14;min-height:38px}.feedback{position:relative;z-index:14;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ingredient-bar{position:relative;z-index:14;height:70px!important;min-height:70px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch}.ingredient-button,.side-food-button{touch-action:none;user-select:none;-webkit-user-select:none}.ingredient-button[data-drag-kind],.side-food-button[data-drag-kind]{cursor:grab}.ingredient-button[data-drag-kind]:active,.side-food-button[data-drag-kind]:active{cursor:grabbing}.drag-prep-hint{position:absolute;left:8px;bottom:8px;z-index:6;padding:4px 7px;border-radius:999px;background:rgba(0,0,0,.32);color:rgba(255,244,223,.6);font-size:9px;font-weight:900;pointer-events:none}.order-icons{max-height:60px;overflow:hidden}
@media (max-width:760px){.game-screen.screen-active{grid-template-rows:38px minmax(0,1fr) 62px!important;padding:6px!important;gap:6px!important}.game-hud{grid-template-columns:repeat(3,minmax(44px,1fr)) minmax(92px,1.4fr) auto!important}.game-hud div:nth-child(2){display:none!important}.game-stage{grid-template-columns:minmax(230px,.98fr) minmax(270px,1.12fr)!important;gap:7px!important}.counter-area{grid-template-rows:46px 48px minmax(0,1fr) 34px 16px!important;gap:5px!important}.ingredient-bar{height:62px!important;min-height:62px!important;padding:5px!important}.ingredient-button{min-width:104px!important;min-height:50px!important}.customer-card{min-width:154px!important;width:164px!important}.order-icon{width:24px!important;height:23px!important}.order-icon img{max-width:21px!important;max-height:20px!important}.mission-hud strong{font-size:11px!important}}
@media (max-height:390px){.restaurant-sign{padding:5px 10px!important;font-size:11px!important}.customer-card{transform:scale(.92);transform-origin:bottom center}.grill-station>span,.side-station>span{font-size:10px!important}}
