:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#05070a}#render-canvas{position:fixed;inset:0;width:100%;height:100%;display:block;outline:none;touch-action:none}#overlay{position:fixed;inset:0;pointer-events:none;z-index:10}.status-badge{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#0a0e14b8;border:1px solid rgba(80,120,150,.35);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#cfe0ea;font-size:12px;letter-spacing:.02em;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none}.status-badge__dot{width:9px;height:9px;border-radius:50%;background:#d0503f;transition:background-color .2s ease,box-shadow .2s ease}.status-badge__label{white-space:nowrap}.chat-panel{position:fixed;right:16px;bottom:16px;width:min(380px,calc(100vw - 32px));max-height:60vh;display:flex;flex-direction:column;background:#0a0e14e0;border:1px solid rgba(90,140,190,.35);border-radius:10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow:hidden;pointer-events:auto}.chat-panel__header{padding:8px 12px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8fb8dd;border-bottom:1px solid rgba(90,140,190,.25)}.chat-panel__log{flex:1;min-height:120px;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:8px}.chat-bubble{max-width:88%;padding:7px 10px;border-radius:8px;font-size:13px;line-height:1.45;color:#dbe6f0;white-space:pre-wrap;word-break:break-word}.chat-bubble--user{align-self:flex-end;background:#325a8c8c}.chat-bubble--assistant{align-self:flex-start;background:#232d3cd9}.chat-bubble--streaming:after{content:"▋";animation:chat-cursor 1s steps(2) infinite;margin-left:2px}.chat-bubble--error{align-self:stretch;background:#8c322866;color:#f0c0b8}@keyframes chat-cursor{50%{opacity:0}}.chat-panel__form{display:flex;gap:8px;padding:10px;border-top:1px solid rgba(90,140,190,.25)}.chat-panel__input{flex:1;resize:none;background:#141c26e6;border:1px solid rgba(90,140,190,.3);border-radius:6px;color:#dbe6f0;font:inherit;font-size:13px;padding:6px 8px}.chat-panel__input:focus{outline:1px solid rgba(120,180,230,.6)}.chat-panel__send{align-self:flex-end;background:#3c6eaacc;border:none;border-radius:6px;color:#eaf2fa;font:inherit;font-size:13px;padding:7px 14px;cursor:pointer}.chat-panel__send:disabled,.chat-panel__input:disabled{opacity:.5;cursor:default}
