:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%}.game-shell{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background:#0c0c12}.game-canvas{display:block;max-width:100%;max-height:100vh;aspect-ratio:1024 / 640;image-rendering:pixelated;touch-action:none}.game-stage{position:relative;display:flex}.chat-panel{position:absolute;left:0;right:0;bottom:0;height:clamp(60px,46.9%,300px);display:flex;flex-direction:column;box-sizing:border-box;padding:8px 12px 10px;background:#0c0c12e0;border-top:2px solid rgb(90,90,110);font-family:system-ui,sans-serif;z-index:10}.chat-header{display:flex;justify-content:space-between;align-items:baseline}.chat-title{color:#becdff;font-size:15px}.chat-hint{color:#9696a5;font-size:12px;white-space:pre}.chat-hint-busy{color:#d2b978}.chat-working:after{content:".";animation:chat-dots 1s steps(1,end) infinite}@keyframes chat-dots{0%{content:"."}33%{content:".."}66%{content:"..."}}.chat-log{flex:1;min-height:0;overflow-y:auto;margin:6px 0;font-size:12px;line-height:1.3}.chat-line{white-space:pre-wrap;overflow-wrap:anywhere}.chat-input-row{display:flex;align-items:baseline;border-top:1px solid rgb(70,70,90);padding-top:6px;color:#fff;font-size:15px}.chat-prompt{white-space:pre}.chat-input{flex:1;min-width:0;padding:0;border:none;outline:none;background:transparent;color:#fff;font:inherit}
