*{margin:0;padding:0;box-sizing:border-box}body{margin:0;background:#111;color:#fff;font-family:monospace;overflow:hidden}#info{position:fixed;top:10px;left:10px;background:#000000b3;padding:8px 12px;border-radius:8px;font-size:12px;z-index:10}#three-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;display:block}#canvas{display:block;margin:0 auto;position:fixed;top:50px;right:10px;width:220px;height:220px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:#111;box-shadow:0 4px 20px #00000080;z-index:10}#minimap-toggle{position:fixed;top:10px;right:10px;width:32px;height:32px;background:#000000b3;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:16px;cursor:pointer;z-index:11;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s}#minimap-toggle:hover{background:#ffffff26}#chat{position:fixed;bottom:10px;left:10px;width:320px;max-height:40vh;background:#000000bf;border:1px solid rgba(255,255,255,.15);border-radius:12px;display:flex;flex-direction:column;z-index:20;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow:hidden}#chat-messages{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:4px;max-height:28vh}.chat-msg{font-size:12px;line-height:1.3;padding:4px 6px;border-radius:6px;background:#ffffff0f;word-break:break-word}.chat-msg .actor{font-weight:700;margin-right:6px;color:#a78bfa}.chat-msg .text{color:#e5e5e5}#chat-input-row{display:flex;gap:6px;padding:8px;border-top:1px solid rgba(255,255,255,.1)}#chat-input{flex:1;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;padding:6px 10px;font-family:monospace;font-size:12px;outline:none}#chat-input:focus{border-color:#a78bfa;background:#ffffff1f}#chat-send{width:32px;height:32px;background:#a78bfa;border:none;border-radius:8px;color:#000;cursor:pointer;font-weight:700}#chat-send:hover{background:#c4b5fd}
