.engine-test-container{width:100%;height:800px;display:flex;justify-content:center;align-items:center}.ludigo-show-scene-wrapper{margin-top:2em;width:100%}.editor-catalog{display:flex;flex-direction:column;height:100%;border:1px solid #ccc;border-radius:6px;background-color:#f9f9f9;overflow:hidden}.editor-catalog-tabs{display:flex;border-bottom:1px solid #ccc;background-color:#eee}.editor-catalog-tabs button{flex:1;padding:.75rem .5rem;border:none;background:none;font-weight:600;cursor:pointer;color:#555;transition:all .2s ease-in-out}.editor-catalog-tabs button:hover{background-color:#e0e0e0}.editor-catalog-tabs button.active{background-color:#fff;color:#1a1a1a;border-bottom:2px solid #007bff}.editor-catalog-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.editor-catalog-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:grab;transition:box-shadow .2s ease-in-out,transform .1s}.editor-catalog-item:hover{box-shadow:0 4px 6px #0000001a}.editor-catalog-item:active{cursor:grabbing;transform:scale(.98)}.editor-catalog-item-icon{width:40px;height:40px;border-radius:4px;background-color:#e3f2fd;color:#1976d2;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:.9rem}.editor-catalog-item-name{font-weight:500;color:#333}.scene-editor-input-container{display:flex;flex-direction:column;width:100%;gap:1.5rem;margin-top:1rem;margin-bottom:1.5rem}@media(min-width:1024px){.scene-editor-input-container{flex-direction:row;align-items:stretch}}.scene-editor-input-container .scene-editor-catalog-wrapper{flex:0 0 250px;display:flex;flex-direction:column;gap:.5rem}.scene-editor-input-container .scene-editor-catalog-wrapper .scene-editor-catalog-header{font-weight:600;font-size:.9rem;color:#555}.scene-editor-input-container .scene-editor-canvas-wrapper{flex:1;min-width:0;width:100%;display:flex;flex-direction:column;gap:.5rem}.scene-editor-input-container .scene-editor-canvas-wrapper .scene-editor-canvas-header{font-weight:600;font-size:.9rem;color:#555}.scene-editor-input-container .scene-editor-canvas-wrapper .scene-editor-canvas-box{width:100%;display:flex;justify-content:center;align-items:center;border:1px solid #ccc;border-radius:6px;background-color:#1e1e1e;overflow:hidden;min-height:400px}@media(min-width:768px){.scene-editor-input-container .scene-editor-canvas-wrapper .scene-editor-canvas-box{min-height:600px}}.scene-editor-input-container .scene-editor-canvas-wrapper .scene-editor-canvas-box canvas{max-width:100%;height:auto}.scene-editor-input-container .scene-editor-textarea-wrapper{flex:1;min-width:0;width:100%;display:flex;flex-direction:column;gap:.5rem}.scene-editor-input-container .scene-editor-textarea-wrapper label{font-weight:600;font-size:.9rem;color:#333}.scene-editor-input-container .scene-editor-textarea-wrapper textarea{width:100%;min-height:400px;font-family:monospace;font-size:.875rem;padding:.75rem;border:1px solid #ccc;border-radius:6px;background-color:#f9f9f9;color:#1a1a1a;resize:vertical;line-height:1.4}@media(min-width:768px){.scene-editor-input-container .scene-editor-textarea-wrapper textarea{min-height:600px}}.scene-editor-input-container .scene-editor-textarea-wrapper .scene-editor-error-message{color:#d32f2f;font-size:.8rem;margin-top:.25rem}
