/* Shared full-screen scene and upper-body framing for both story engines. */
:root{--dialogue-portrait-height:180dvh;--dialogue-portrait-top:1dvh;--dialogue-box-height:clamp(180px,28dvh,280px)}
#world-root.world-story-scene{padding:0!important;overflow:hidden}
#world-root.world-story-scene .world-header{display:none}
#world-root.world-story-scene .world-layout{position:absolute;inset:0;width:100%;height:100%;max-width:none;min-height:0;margin:0;border-radius:0}
#world-root.world-story-scene .world-map{position:absolute;inset:0;width:100%;height:100%;min-height:0;border:0;border-radius:0}
#world-root.world-story-scene .world-detail{position:absolute;inset:auto 0 0;height:var(--dialogue-box-height);box-sizing:border-box;display:flex;flex-direction:column;padding:14px max(24px,env(safe-area-inset-right)) 12px max(24px,env(safe-area-inset-left));border:0;border-top:1px solid #b2c9dd99;border-radius:0;background:linear-gradient(#0d1423eb,#080c16fa);z-index:5}
#world-root.world-story-scene #world-location{font-size:11px;line-height:1.3;flex-shrink:0}
#world-root.world-story-scene #world-heading{font-size:21px;line-height:1.4;margin:3px 0;flex-shrink:0}
#world-root.world-story-scene #world-message{font-size:clamp(16px,2.6vh,25px);line-height:1.55;min-height:0;max-width:none;flex:1;overflow-y:auto;padding:0;margin:4px 0 8px}
#world-root.world-story-scene #world-actions{position:static;display:flex;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0;gap:8px}
#world-root.world-story-scene #world-actions button{padding:6px 12px;min-height:40px;font-size:14px}
#world-root.world-story-scene #world-portrait{inset:var(--dialogue-portrait-top) auto auto 60%;height:var(--dialogue-portrait-height);width:auto;max-width:none;max-height:none;margin:0;object-fit:contain;object-position:center top;transform:translateX(-50%);filter:none}
#world-root.world-story-scene #world-portrait[data-portrait^=mikazuki_]{--dialogue-portrait-height:100dvh;--dialogue-portrait-top:4dvh}
#world-root.world-story-scene #world-portrait[data-portrait^=orga_]{--dialogue-portrait-height:115dvh;--dialogue-portrait-top:4dvh}
#story-root .story-portrait-transform{top:var(--dialogue-portrait-top);height:var(--dialogue-portrait-height);transform:translateX(-50%);transform-origin:top center}
#story-root.story-portraits-solo .story-portrait-left,#story-root.story-portraits-solo .story-portrait-right{--portrait-x:60%}
#story-root #story-dialogue-layer{height:var(--dialogue-box-height);box-sizing:border-box}
@media(max-height:540px) and (min-width:701px){:root{--dialogue-box-height:150px}#world-root.world-story-scene .world-detail{padding:8px 20px}#world-root.world-story-scene #world-heading{font-size:18px}#world-root.world-story-scene #world-message{font-size:16px}#world-root.world-story-scene #world-actions button{min-height:36px;padding:4px 12px}}
@media(max-width:700px){:root{--dialogue-box-height:clamp(235px,32dvh,340px);--dialogue-portrait-height:155dvh}#world-root.world-story-scene #world-portrait{left:50%}#world-root.world-story-scene #world-portrait[data-portrait^=mikazuki_]{--dialogue-portrait-height:90dvh}#world-root.world-story-scene #world-portrait[data-portrait^=orga_]{--dialogue-portrait-height:100dvh}#story-root.story-portraits-solo .story-portrait-left,#story-root.story-portraits-solo .story-portrait-right{--portrait-x:50%}#world-root.world-story-scene .world-detail{padding:12px 16px}}
