*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;width:100%;height:100%;background:#14161c;color:#e8e6df;font-family:system-ui,-apple-system,Segoe UI,sans-serif;overscroll-behavior:none;touch-action:manipulation}#app{position:relative;width:100%;height:100vh;display:flex;flex-direction:column}#game-root{flex:1 1 auto;min-height:0}#game-root canvas{display:block;width:100%!important;height:100%!important}.hidden{display:none!important}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0b0feb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:20;padding:20px;text-align:center}#join-screen h1{font-size:2.2rem;letter-spacing:.08em;margin-bottom:8px}input,button{font-size:1rem;padding:10px 14px;border-radius:8px;border:1px solid #444;background:#1e2029;color:#e8e6df;width:min(320px,80vw)}button{cursor:pointer;background:#3a3f52;border-color:#565d78}button:active{background:#565d78}.error{color:#e07070;min-height:1.2em}#narration-bar{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;background:#14161ce6;padding:8px 12px;z-index:10;gap:8px}#narration-order{display:flex;gap:6px;overflow-x:auto;flex:1 1 auto}.token{padding:4px 10px;border-radius:999px;background:#2a2d38;font-size:.85rem;white-space:nowrap}.token.current{background:#c9a94d;color:#14161c;font-weight:600}#narration-controls{display:flex;gap:6px}#narration-controls button{width:auto;padding:6px 10px;font-size:.85rem}#build-bar{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;background:#14161ce6;padding:8px 12px;z-index:10;gap:8px}#build-progress{font-size:.9rem}#start-playing-button{width:auto;padding:6px 12px;font-size:.85rem}#start-playing-button:disabled{opacity:.4;cursor:not-allowed}#players-strip{position:fixed;bottom:0;left:0;right:0;display:flex;gap:10px;overflow-x:auto;padding:8px;background:#14161ce6;z-index:10;max-height:22vh}.other-player{flex:0 0 auto;text-align:center}.other-player-name{font-size:.75rem;margin-bottom:2px;opacity:.8}#action-panel,#prompt-panel{z-index:30;align-items:stretch;justify-content:flex-end;padding:0;background:#0a0b0fbf}.sheet{background:#1b1d25;border-radius:16px 16px 0 0;padding:16px;width:100%;max-height:70vh;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.sheet h2{margin:0 0 4px;font-size:1.1rem}.sheet p{margin:0;opacity:.85;font-size:.9rem}.button-row{display:flex;flex-wrap:wrap;gap:8px}.button-row button{width:auto;flex:1 1 auto;min-width:90px}.type-swatch{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}#toast{position:fixed;top:60px;left:50%;transform:translate(-50%);background:#c9a94d;color:#14161c;padding:10px 16px;border-radius:8px;font-weight:600;z-index:40;max-width:90vw;text-align:center}
