*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#000;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:fixed;width:100%;height:100%;top:0;left:0}#canvas-container{width:100vw;height:100vh;position:relative}#ui-overlay{position:absolute;top:20px;left:20px;color:#fff;background:rgba(0,0,0,.3);padding:10px;border-radius:8px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);max-width:200px;font-size:12px;opacity:.7}#ui-overlay h2{font-size:16px;margin:0 0 5px}#ui-overlay p{margin:3px 0;line-height:1.3}#dialogue-box{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:rgba(255,255,255,.95);color:#333;padding:20px;border-radius:15px;max-width:600px;width:90%;display:none;box-shadow:0 10px 30px #0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}#dialogue-box h3{margin:0 0 10px;color:#d97356}#dialogue-content{margin:10px 0;line-height:1.6;max-height:200px;overflow-y:auto}.dialogue-option{background:#f0f0f0;border:2px solid #D97356;padding:12px;margin:8px 0;border-radius:8px;cursor:pointer;transition:all .3s}.dialogue-option:hover{background:#D97356;color:#fff;transform:translate(5px)}#custom-question-container{margin-top:15px;padding-top:15px;border-top:1px solid #ddd}#custom-question-input{width:100%;padding:10px;border:2px solid #D97356;border-radius:8px;font-size:14px;font-family:inherit;box-sizing:border-box}#custom-question-submit{background:#D97356;color:#fff;border:none;padding:10px 20px;border-radius:8px;margin-top:8px;cursor:pointer;font-size:14px;transition:all .3s}#custom-question-submit:hover{background:#c85a3f;transform:translateY(-2px);box-shadow:0 4px 8px #0003}#custom-question-submit:disabled{background:#999;cursor:not-allowed;transform:none}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(217,115,86,.3);border-radius:50%;border-top-color:#d97356;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.instruction{opacity:.8;font-size:14px;margin-top:10px}#interaction-prompt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.8);color:#fff;padding:10px 20px;border-radius:20px;display:none;font-size:14px}.floating-text{position:absolute;color:#ff0;font-size:24px;font-weight:700;pointer-events:none;animation:floatUp 2s ease-out forwards;text-shadow:2px 2px 4px rgba(0,0,0,.8)}@keyframes floatUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100px)}}#mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}#mobile-intro-btn{position:absolute;bottom:50%;left:50%;transform:translate(-50%);background:rgba(217,115,86,.9);color:#fff;padding:15px 30px;border-radius:25px;font-size:18px;font-weight:700;pointer-events:auto;cursor:pointer;box-shadow:0 4px 15px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s;display:none}#mobile-intro-btn:active{transform:translate(-50%) scale(.95);background:rgba(217,115,86,1)}#mobile-controls{position:absolute;top:0;left:0;width:100%;height:100%;display:none}#mobile-joystick{position:absolute;bottom:30px;left:25px;width:130px;height:130px;pointer-events:auto;touch-action:none}#joystick-area{position:relative;width:110px;height:110px;border-radius:50%;background:rgba(255,255,255,.15);border:3px solid rgba(255,255,255,.4);margin:0 auto 8px;touch-action:none;box-shadow:0 0 20px #0000004d}#joystick-stick{position:absolute;top:50%;left:50%;width:45px;height:45px;border-radius:50%;background:linear-gradient(145deg,rgba(217,115,86,.9),rgba(180,90,70,.9));transform:translate(-50%,-50%);transition:all .1s ease-out;box-shadow:0 4px 15px #0006;touch-action:none}#mobile-joystick>div:last-child{text-align:center;color:#fff;font-size:12px;opacity:.7}#mobile-actions{position:absolute;bottom:30px;right:15px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;pointer-events:auto;touch-action:manipulation}#mobile-actions button{background:rgba(255,255,255,.25);border:2px solid rgba(255,255,255,.5);color:#fff;padding:14px 12px;border-radius:15px;font-size:11px;font-weight:700;cursor:pointer;transition:all .15s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:65px;touch-action:manipulation;box-shadow:0 4px 15px #0003;-webkit-tap-highlight-color:transparent}#mobile-actions button:active{transform:scale(.92);background:rgba(217,115,86,.8);border-color:#d97356}#mobile-rocket{background:rgba(255,69,0,.4)!important;border-color:#ff4500b3!important}#mobile-rocket:active{background:rgba(255,100,50,.9)!important}#mobile-actions button:active{background:rgba(217,115,86,.8);border-color:#d97356;transform:scale(.95)}#mobile-ui-overlay{position:absolute;top:20px;left:20px;color:#fff;background:rgba(0,0,0,.3);padding:10px;border-radius:8px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);max-width:200px;font-size:12px;opacity:.7;display:none}#mobile-ui-overlay h2{font-size:16px;margin:0 0 5px}#mobile-ui-overlay p{margin:3px 0;line-height:1.3}#mobile-nav{display:none}#ui-overlay{display:block}#mobile-ui-overlay{display:none}@media (hover: none) and (pointer: coarse),(max-width: 768px){#mobile-nav{display:block}#ui-overlay{display:none}#mobile-ui-overlay{display:block;max-width:180px;font-size:10px;padding:8px;top:10px;left:10px}#mobile-ui-overlay h2{font-size:14px}#mobile-ui-overlay p{font-size:9px;margin:2px 0}#dialogue-box{bottom:140px;padding:15px;width:85%;max-width:none;font-size:14px}#dialogue-box h3{font-size:16px}#dialogue-content{font-size:13px;max-height:150px}#interaction-prompt{top:40%;font-size:16px;padding:12px 24px}#mobile-joystick{bottom:20px;left:15px}#joystick-area{width:100px;height:100px}#joystick-stick{width:40px;height:40px}#mobile-actions{bottom:20px;right:10px;gap:6px}#mobile-actions button{padding:12px 10px;font-size:10px;min-width:58px;border-radius:12px}#mobile-intro-btn{bottom:40%;padding:18px 35px;font-size:20px}.floating-text{font-size:18px}}@media (max-width: 480px){#mobile-ui-overlay{max-width:150px;font-size:9px;padding:6px;opacity:.6}#mobile-ui-overlay h2{font-size:12px}#dialogue-box{bottom:130px;padding:12px;width:90%}#dialogue-content{font-size:12px;max-height:120px}#joystick-area{width:90px;height:90px}#joystick-stick{width:35px;height:35px}#mobile-actions{gap:5px}#mobile-actions button{padding:10px 8px;font-size:9px;min-width:52px}}@media (max-height: 500px) and (orientation: landscape){#mobile-ui-overlay{display:none!important}#mobile-joystick{bottom:10px;left:10px}#joystick-area{width:80px;height:80px}#joystick-stick{width:30px;height:30px}#mobile-actions{bottom:10px;right:10px;grid-template-columns:repeat(3,1fr);gap:4px}#mobile-actions button{padding:8px 6px;font-size:8px;min-width:45px}#dialogue-box{bottom:10px;max-height:40vh;padding:10px}#dialogue-content{max-height:80px}#interaction-prompt{top:30%}}
