html[data-scene] .menu-screen{background-image:linear-gradient(90deg,rgba(14,6,2,.82),rgba(14,6,2,.38)),var(--scene-bg)}
html[data-scene] .game-screen{background-image:linear-gradient(180deg,rgba(14,6,2,.25),rgba(14,6,2,.72)),var(--scene-game-bg)}
html[data-scene] .level-map-screen{background-image:linear-gradient(180deg,rgba(14,6,2,.58),rgba(14,6,2,.86)),var(--scene-bg)}
html[data-scene] .restaurant-zone{background-image:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.46)),var(--scene-game-bg),radial-gradient(circle at 50% 18%,rgba(255,196,76,.24),transparent 46%)}
.level-node[data-scene="classic"]{box-shadow:0 0 0 1px rgba(255,203,91,.26),0 12px 20px rgba(0,0,0,.22)}
.level-node[data-scene="diner"]{box-shadow:0 0 0 1px rgba(255,104,54,.26),0 12px 20px rgba(0,0,0,.22)}
.level-node[data-scene="city"]{box-shadow:0 0 0 1px rgba(91,189,255,.26),0 12px 20px rgba(0,0,0,.22)}
.level-node::before{background-image:var(--node-icon,url('/assets/generated/sprites/Textures/UITexture/009_Star.png'))}
.world-badge{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:4px 8px;border-radius:999px;background:rgba(0,0,0,.28);color:var(--scene-accent,#ffd16a);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.restaurant-zone .scene-prop{position:absolute;pointer-events:none;z-index:1;filter:drop-shadow(0 12px 18px rgba(0,0,0,.32));opacity:.9}
.restaurant-zone .scene-prop.poster{right:7%;top:10%;width:72px;height:72px;background:url('/assets/generated/sprites/Textures/InterfaceGameplay2/017_InterfaceGameplay_18.png') center/contain no-repeat}
.restaurant-zone .scene-prop.lamp{left:8%;top:0;width:76px;height:92px;background:url('/assets/generated/sprites/Textures/InterfaceGameplay2/021_InterfaceGameplay_22.png') center/contain no-repeat;opacity:.72}
.restaurant-zone .scene-prop.glow{left:16%;right:16%;top:8%;height:34%;background:radial-gradient(circle,rgba(255,196,76,.22),transparent 68%);filter:blur(4px);opacity:.82}
html[data-scene="diner"] .restaurant-zone .scene-prop.poster{background-image:url('/assets/generated/sprites/Textures/InterfaceGameplay2/018_InterfaceGameplay_19.png')}
html[data-scene="city"] .restaurant-zone .scene-prop.poster{background-image:url('/assets/generated/sprites/Textures/InterfaceGameplay2/019_InterfaceGameplay_20.png')}
html[data-scene="city"] .restaurant-zone .scene-prop.lamp{opacity:.5}
@media (max-width:720px){.restaurant-zone .scene-prop.poster{width:52px;height:52px;right:5%;top:12%}.restaurant-zone .scene-prop.lamp{width:56px;height:68px;left:6%}}
