*{margin:0;padding:0;box-sizing:border-box}body{font-family:Courier New,monospace;background:linear-gradient(135deg,#0a0a0a,#1a0033);color:#0f8;height:100vh;margin:0;padding:10px;overflow:hidden;box-sizing:border-box}.container{max-width:1400px;margin:0 auto;height:100%;display:flex;flex-direction:column;overflow:hidden}.top-section{position:relative;margin-bottom:20px;transition:all .3s ease}.top-section.collapsed{margin-bottom:10px}.top-section.collapsed .section-content{max-height:0;overflow:hidden;opacity:0}.section-toggle{position:fixed;top:10px;right:10px;background:#000000b3;border:2px solid #bb88ff;border-radius:50%;width:40px;height:40px;cursor:pointer;transition:all .3s;z-index:100;display:flex;align-items:center;justify-content:center;padding:0}.section-toggle:hover{background:#2a0044;box-shadow:0 0 15px #b8f;transform:scale(1.1)}.toggle-icon{font-size:24px;display:block;transition:transform .3s}.top-section.collapsed .toggle-icon{transform:rotate(180deg)}.section-content{max-height:500px;overflow:hidden;opacity:1;transition:all .3s ease}.header{text-align:center;margin-bottom:20px;text-shadow:0 0 10px #00ff88}.title{font-size:3em;margin-bottom:10px;letter-spacing:3px}.subtitle{font-size:1.2em;color:#b8f;font-style:italic}.controls{display:flex;gap:15px;flex-wrap:wrap;align-items:center;padding:15px;background:#00000080;border:2px solid #00ff88;border-radius:8px}.control-group{display:flex;align-items:center;gap:10px}.control-group label{font-weight:700;color:#b8f}.select{background:#1a0033;color:#0f8;border:2px solid #00ff88;padding:8px 12px;border-radius:4px;font-family:Courier New,monospace;cursor:pointer;min-width:200px}.select:hover{background:#2a0044;box-shadow:0 0 10px #0f8}.btn{padding:10px 20px;border:2px solid;border-radius:4px;font-family:Courier New,monospace;font-weight:700;cursor:pointer;transition:all .3s;font-size:1em}.btn-primary{background:#0f8;color:#0a0a0a;border-color:#0f8}.btn-primary:hover{background:#0c6;box-shadow:0 0 20px #0f8;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#b8f;border-color:#b8f}.btn-secondary:hover{background:#2a0044;box-shadow:0 0 10px #b8f}.btn-small{padding:10px 15px;font-size:18px;background:#000000b3;color:#f44;border-color:#f44}.btn-small:hover{background:#f443;box-shadow:0 0 10px #f44}.editor-actions{display:flex;gap:10px;align-items:stretch}.editor-actions .btn-primary{flex:1}.speed-control{display:flex;align-items:center;gap:8px;padding:0 10px;color:#b8f;font-size:14px}.speed-slider{width:100px;height:6px;background:#bb88ff4d;border-radius:3px;outline:none;-webkit-appearance:none}.speed-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#b8f;border-radius:50%;cursor:pointer;box-shadow:0 0 5px #b8f}.speed-slider::-moz-range-thumb{width:16px;height:16px;background:#b8f;border-radius:50%;cursor:pointer;border:none;box-shadow:0 0 5px #b8f}#speed-value{min-width:30px;text-align:right;font-weight:700}.code-editor.executing{pointer-events:none;opacity:.8}.code-highlight-overlay{position:absolute;left:17px;right:17px;background:#0f83;border-left:3px solid #00ff88;pointer-events:none;z-index:2;transition:top .1s ease}.game-hud{display:flex;gap:20px;padding:15px;background:#000000b3;border:2px solid #bb88ff;border-radius:8px;margin-bottom:20px}.hud-item{display:flex;gap:8px}.hud-label{color:#b8f;font-weight:700}.hud-value{color:#0f8;font-weight:700}.main-content{display:grid;grid-template-columns:1fr 1fr;gap:20px;flex:1;min-height:0;overflow:hidden}.canvas-container{background:#000;border:3px solid #00ff88;border-radius:8px;padding:10px;box-shadow:0 0 20px #00ff884d;display:flex;align-items:center;justify-content:center;overflow:hidden}#canvas{display:block;max-width:100%;max-height:100%;background:#000}.editor-container{display:flex;flex-direction:column;gap:15px;min-height:0;overflow:hidden}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#00000080;border:2px solid #bb88ff;border-radius:8px}.editor-header h3{color:#b8f;font-size:1.5em;text-shadow:0 0 10px #bb88ff;margin:0;flex:1;text-align:center}.commands-toggle{background:#000000b3;border:2px solid #bb88ff;border-radius:4px;padding:5px 10px;font-size:20px;cursor:pointer;transition:all .3s}.commands-toggle:hover{background:#2a0044;box-shadow:0 0 10px #b8f;transform:scale(1.1)}.editor-wrapper{display:flex;gap:10px;position:relative;align-items:flex-start;flex:1;min-height:0}.editor-container-wrapper{position:relative;flex:1;display:flex;min-height:0;height:100%}.code-editor{flex:1;width:100%;min-height:300px;background:#0a0a0a;color:#0f8;border:2px solid #00ff88;border-radius:8px;padding:15px;font-family:Courier New,monospace;font-size:14px;resize:none;line-height:1.5;box-sizing:border-box}.code-editor:focus{outline:none;box-shadow:0 0 15px #0f8}.commands-panel{width:250px;background:#000c;border:2px solid #bb88ff;border-radius:8px;display:flex;flex-direction:column;height:100%;flex-shrink:0}.commands-panel.hidden{display:none}.editor-wrapper:has(.commands-panel:not(.hidden)) .code-editor{width:calc(100% - 260px)}.commands-header{padding:10px;background:#1a0033;color:#b8f;font-weight:700;text-align:center;border-bottom:2px solid #bb88ff}.commands-list{overflow-y:auto;overflow-x:hidden;padding:10px;flex:1;min-height:0;overscroll-behavior:contain}.command-item{padding:8px;margin-bottom:5px;background:#bb88ff1a;border:1px solid #bb88ff;border-radius:4px;cursor:pointer;transition:background .2s,box-shadow .2s;position:relative}.command-item:hover{background:#bb88ff4d;box-shadow:0 0 10px #bb88ff80}.command-name{color:#0f8;font-weight:700;font-family:Courier New,monospace;font-size:13px}.command-desc{color:#b8f;font-size:11px;margin-top:3px}.command-item:hover .command-tooltip{display:block}.command-tooltip{display:none;position:fixed;background:#000000f2;border:2px solid #00ff88;border-radius:4px;padding:10px;min-width:200px;max-width:300px;z-index:1000;box-shadow:0 0 20px #00ff8880;pointer-events:none}.command-tooltip-example{color:#0f8;font-family:Courier New,monospace;font-size:12px;margin-top:5px;padding:5px;background:#00ff881a;border-radius:3px}.output-container{background:#000000b3;border:2px solid #bb88ff;border-radius:8px;overflow:hidden;transition:all .3s ease}.top-section.collapsed~.game-hud~.main-content .output-container{max-height:60px}.top-section.collapsed~.game-hud~.main-content .output{max-height:40px}.output-header{padding:10px;background:#1a0033;color:#b8f;font-weight:700;border-bottom:2px solid #bb88ff}.output{padding:15px;min-height:50px;max-height:150px;overflow-y:auto;font-size:14px;line-height:1.6}.output-success{color:#0f8}.output-error{color:#f44}.output-info{color:#b8f}.objectives-container{background:#000000b3;border:2px solid #00ff88;border-radius:8px;overflow:hidden;transition:all .3s ease}.top-section.collapsed~.game-hud~.main-content .objectives-container{max-height:80px}.top-section.collapsed~.game-hud~.main-content .objectives{max-height:60px;overflow-y:auto}.objectives-header{padding:10px;background:#1a0033;color:#0f8;font-weight:700;border-bottom:2px solid #00ff88}.objectives{padding:15px;max-height:200px;overflow-y:auto}.objective-item{padding:8px;margin-bottom:8px;background:#00ff881a;border-left:3px solid #00ff88;border-radius:4px}.objective-item.completed{opacity:.6;border-left-color:#666}.hidden{display:none!important}.inline-suggestion{position:absolute;top:17px;left:17px;color:#b8f6;font-family:Courier New,monospace;font-size:14px;line-height:1.5;pointer-events:none;white-space:pre;z-index:1}.hint-text{position:absolute;top:17px;right:17px;color:#bb88ff80;font-family:Courier New,monospace;font-size:12px;line-height:1.5;pointer-events:none;white-space:nowrap;z-index:1;font-style:italic}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#0f8;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0c6}@media (max-width: 1200px){.main-content{grid-template-columns:1fr;grid-template-rows:50% 50%}.title{font-size:2em}}@media (max-width: 768px){body{padding:5px}.container{gap:5px}.main-content{gap:10px;grid-template-rows:40% 60%}.canvas-container{padding:5px}.controls{padding:10px;gap:10px}.control-group{flex:1 1 auto;min-width:150px}.select{min-width:120px}.editor-wrapper{flex-direction:column}.commands-panel{width:100%;height:200px;order:-1}.code-editor{width:100%!important}.editor-wrapper:has(.commands-panel:not(.hidden)) .code-editor{width:100%!important}.game-hud{flex-wrap:wrap;gap:10px;padding:10px}.hud-item{flex:1 1 auto}.title{font-size:1.5em}.subtitle{font-size:1em}.output-container{max-height:80px}.output{padding:10px;min-height:40px;max-height:60px;font-size:12px}.objectives-container{max-height:100px}.objectives{padding:10px;max-height:80px;font-size:12px}.objective-item{padding:5px;margin-bottom:5px;font-size:11px}.output-header,.objectives-header{padding:8px;font-size:13px}}
