html,body,#app{width:100%;height:100%;margin:0}body{overflow:hidden;background:#121416;color:#f4f1e8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}.access-denied{position:fixed;inset:0;display:grid;place-items:center;background:#121416;color:#c9d1d5}.access-denied[hidden]{display:none}.access-denied p{margin:0;font-size:16px}#world{display:block;width:100%;height:100%;cursor:grab;touch-action:none}#world:active{cursor:grabbing}.hud{position:fixed;top:16px;left:16px;width:min(420px,calc(100vw - 32px));display:grid;gap:10px;padding:12px;border:1px solid rgb(255 255 255 / 14%);border-radius:8px;background:#121416d1;box-shadow:0 16px 44px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hud[hidden]{display:none}.toolbar{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}button,input{height:34px;border:1px solid rgb(255 255 255 / 18%);border-radius:6px;background:#24292c;color:#f4f1e8;font:inherit}button{cursor:pointer}button.active{border-color:#7dd3fc;background:#164e63}.speech-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;font-size:13px}.speech-row span{color:#b7c4c9}input{min-width:0;padding:0 10px}#snapshot{max-height:34vh;min-height:160px;margin:0;overflow:auto;white-space:pre-wrap;color:#dce7de;font-size:12px;line-height:1.45}#subtitle{display:none;width:min(880px,calc(100vw - 64px));justify-self:center;padding:14px 22px;border-radius:8px;background:#121416c7;box-shadow:0 12px 34px #0000005c;color:#f8fafc;font-size:clamp(22px,2.4vw,36px);font-weight:700;line-height:1.35;text-align:center;text-wrap:balance;z-index:19}#subtitle:not(:empty){display:block}.chat-panel{position:fixed;right:50%;bottom:18px;width:min(920px,calc(100vw - 32px));display:grid;gap:8px;transform:translate(50%);z-index:20}.chat-history{width:min(860px,calc(100vw - 48px));justify-self:center}.chat-history-toggle{display:block;margin:0 0 5px auto;padding:4px 9px;border:1px solid rgb(255 255 255 / 16%);border-radius:999px;background:#121416c2;color:#e2e8f0;font-size:12px;cursor:pointer}.chat-log{max-height:min(42vh,320px);display:grid;gap:4px;justify-items:center;overflow-y:auto;pointer-events:auto}.chat-history.is-collapsed .chat-message:not(:first-child){display:none}.chat-message{max-width:min(820px,100%);padding:6px 10px;border:1px solid rgb(255 255 255 / 10%);border-radius:6px;background:#121416b3;color:#f8fafc;font-size:13px;line-height:1.35;box-shadow:0 8px 24px #0000003d;overflow-wrap:anywhere}.chat-speaker{margin-right:8px;color:#7dd3fc;font-weight:700}.chat-form{display:grid;grid-template-columns:minmax(0,1fr) 84px;gap:8px;padding:10px;border:1px solid rgb(255 255 255 / 16%);border-radius:8px;background:#121416d6;box-shadow:0 16px 44px #00000057;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chat-mode-row{display:flex;grid-column:1 / -1;gap:.45rem;align-items:center}.chat-mode-row select,.chat-mode-row button{min-height:2rem}.live-status{font-size:.75rem;opacity:.78}#mic-toggle.active{border-color:#f87171cc;background:#991b1bc7}.ai-voice-notice{position:fixed;top:12px;right:12px;display:block;padding:5px 9px;border-radius:999px;background:#121416a3;color:#ffffffad;text-align:right;z-index:30}#chat-input{width:100%;height:40px;font-size:15px}#chat-send{height:40px;font-weight:700;background:#256b75}@media(max-width:640px){.hud{top:auto;bottom:12px;left:12px;width:calc(100vw - 24px)}.toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}#subtitle{width:calc(100vw - 28px);font-size:20px}.chat-panel{bottom:10px;width:calc(100vw - 20px)}.chat-history{width:calc(100vw - 24px)}.chat-form{grid-template-columns:minmax(0,1fr) 72px;padding:8px}#chat-input,#chat-send{height:38px;font-size:14px}}
