#npc-chat{position:fixed;inset:0;width:100%;height:100%;max-width:none;max-height:none;padding:0;border:0;border-radius:0;background:transparent;color:#ecf3ef;overflow:hidden;pointer-events:none;margin:0}
#npc-chat::backdrop{background:rgba(12,27,30,.08);backdrop-filter:none;-webkit-backdrop-filter:none}
.npc-chat-panel{pointer-events:auto;position:absolute;right:24px;bottom:24px;width:360px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 40px);display:flex;flex-direction:column;padding:20px;background:rgba(25,45,49,.97);border:1px solid #8aa29d66;border-radius:20px;box-shadow:0 14px 60px #001a2266;box-sizing:border-box}
.npc-chat-panel header{display:flex;justify-content:space-between;gap:16px;align-items:start}.npc-chat-panel h2{font-size:21px;line-height:1.2;margin:6px 0}.npc-chat-panel header small{text-transform:uppercase;font-size:10px;letter-spacing:1.5px;color:#d6bf88}.npc-chat-panel button{cursor:pointer;border:1px solid #9bb3ac55;border-radius:10px;background:#304d50;color:#eef3ed;padding:9px 11px;font:inherit;font-size:12px}.npc-chat-panel button:disabled{opacity:.45;cursor:default}#npc-close{font-size:25px;padding:0 10px} .npc-chat-panel .npc-disclosure{font-size:11px;color:#b9cac3;margin:4px 0 14px}
#npc-chat-log{min-height:80px;max-height:32dvh;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:12px;padding:2px 4px 8px}.chat-message{max-width:90%;padding:10px 12px;border-radius:14px 14px 14px 3px;background:#365352;align-self:flex-start;overflow-wrap:anywhere;white-space:pre-wrap;font-size:14px;line-height:1.45}.chat-message.user{align-self:flex-end;background:#d7c49a;color:#223a3b;border-radius:14px 14px 3px 14px}.chat-message b{display:block;font-size:10px;opacity:.75;margin-bottom:4px}.chat-message span{display:block}#npc-chat-status{font-size:12px;line-height:1.5;color:#d3dfd7;min-height:18px;margin:12px 0}.npc-voice-controls{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}#npc-mic[aria-pressed=true]{background:#366e59;border-color:#8dd6b3}#npc-chat-form{display:flex;gap:8px}#npc-text{min-width:0;flex:1;background:#eff1e7;color:#203a3b;border:0;border-radius:10px;padding:12px;font:inherit;font-size:14px}#npc-send{background:#d6bd86;color:#213739}.npc-chat-note{display:block;margin-top:10px;color:#aabdb5;font-size:10px;line-height:1.5}
.npc-world-bubble{position:fixed;transform:translate(-50%,-100%);max-width:260px;width:max-content;padding:12px 16px;border-radius:18px 18px 18px 3px;box-shadow:0 4px 20px #001a2244;background:#fff9eb;color:#233d3c;overflow-wrap:anywhere;font:500 14px/1.45 system-ui;text-align:center;pointer-events:none}.npc-world-bubble[data-speaker=user]{background:#d7c49a}.npc-world-bubble[hidden]{display:none}.npc-chat-open .character-card,.npc-chat-open #touch-controls,.npc-chat-open .touch-actions{visibility:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:760px){.npc-chat-panel{right:12px;bottom:12px;padding:15px;width:340px;max-width:calc(100vw - 24px)}#npc-chat-log{max-height:25dvh}.npc-world-bubble{max-width:210px;font-size:12px;padding:9px 12px}.npc-chat-open .minimap-wrap{visibility:hidden}}
@media(max-height:540px){.npc-chat-panel{bottom:8px;right:8px;padding:12px;max-height:calc(100dvh - 16px);overflow-y:auto}#npc-chat-log{max-height:22dvh;min-height:45px}.npc-chat-panel .npc-disclosure,.npc-chat-note{display:none}}

#seat-action kbd:empty{display:none}

@media(max-width:480px){.npc-chat-panel{max-height:49dvh;overflow-y:auto;width:calc(100vw - 24px)}.npc-chat-panel h2{font-size:18px}.npc-chat-panel .npc-disclosure{margin:2px 0 7px}#npc-chat-log{min-height:45px;flex-shrink:0;max-height:15dvh}.npc-chat-note{display:none}.npc-chat-panel #npc-chat-status{margin:7px 0}.npc-voice-controls{margin-bottom:8px}}
