:root{font-family: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}}@font-face{font-family:ArialRounded;src:url(../fonts/ARLRDBD.TTF) format("truetype");font-weight:700;font-style:normal}#root{width:100vw;height:100vh;margin:0;padding:0;text-align:center;background-color:#1a1a1a;color:#fffffff2;overflow:hidden;position:fixed;top:0;left:0}.container{display:flex;flex-direction:row;width:100%;height:100%;overflow:hidden;overscroll-behavior:none;overscroll-behavior-y:none}.left-panel{width:50%;height:100vh;display:flex;flex-direction:column;background-color:#1a1a1a;border-right:1px solid #3a3a3a}.right-panel{width:50%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#000}.canvas-wrapper{display:flex;justify-content:center;align-items:center;background-color:#000}.mobile-layout,.canvas-only-layout{flex-direction:column}.mobile-layout .left-panel,.canvas-only-layout .left-panel{display:none!important}.mobile-layout .right-panel,.canvas-only-layout .right-panel{width:100vw;height:100vh;position:fixed;top:0;left:0;padding:0;margin:0;border:none}.desktop-layout{flex-direction:row}.desktop-layout .left-panel{width:50%;height:100vh;display:flex;flex-direction:column;background-color:#1a1a1a;border-right:1px solid #3a3a3a}.desktop-layout .right-panel{width:50%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#000}.mobile-layout .canvas-wrapper,.canvas-only-layout .canvas-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:0;margin:0;border:none;display:flex;justify-content:center;align-items:center;background-color:#000}.desktop-layout .canvas-wrapper{display:flex;justify-content:center;align-items:center;background-color:#000}.controls{flex:1;display:flex;flex-direction:column;gap:1rem;align-items:stretch;width:100%;padding:1rem;background-color:#1a1a1a;box-sizing:border-box;overflow:hidden}textarea{flex:1;width:calc(100% - 2rem);box-sizing:border-box;background-color:#2a2a2a;color:#fffffff2;border:1px solid #3a3a3a;padding:.5rem 1rem;border-radius:.375rem;resize:none;font-family:inherit;font-size:inherit}textarea::placeholder{color:#888}canvas{background-color:#2a2a2a!important;border-color:#717171!important;object-fit:contain}.desktop-layout canvas{width:100vh;height:100vh;max-width:calc(50vw - 2px);max-height:100vh}.mobile-layout canvas,.canvas-only-layout canvas{width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important}button{border:1px solid transparent;transition:all .2s ease;font-weight:500;white-space:nowrap;padding:.5rem .75rem;border-radius:.375rem;min-width:0;flex-shrink:1}button:focus{outline:2px solid #646cff;outline-offset:2px}.add-button{background-color:#646cff}.add-button:hover{background-color:#535bf2}.prompt-button{background-color:#acb01d}.prompt-button:hover{background-color:#808318}.download-button{background-color:#d18c0d}.download-button:hover{background-color:#b8730c}.clear-button{background-color:#dc2626}.clear-button:hover{background-color:#b91c1c}.reset-add-button{background-color:#059669}.reset-add-button:hover{background-color:#047857}.buttons-container{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;align-items:center}.install-button{background-color:#7c3aed;color:#fff;border:none;padding:.5rem .75rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem;font-size:.875rem}.install-button:hover{background-color:#6d28d9;transform:translateY(-1px)}.install-button:active{transform:translateY(0)}@media screen and (max-width: 767px){.install-button{position:fixed;top:1rem;right:1rem;z-index:1000;background-color:#7c3aede6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d}.install-button:hover{background-color:#6d28d9e6}}.info-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1001}.info-popup{background-color:#fff;border-radius:8px;padding:24px;min-width:320px;max-width:500px;box-shadow:0 4px 6px #0000001a}.info-popup-title{margin:0 0 12px;font-size:18px;font-weight:600;color:#333}.info-popup-message{margin:0 0 16px;font-size:14px;color:#666}.info-popup-progress-container{position:relative;width:100%;height:24px;background-color:#e0e0e0;border-radius:12px;overflow:hidden}.info-popup-progress-bar{height:100%;background:linear-gradient(90deg,#4a90e2,#357abd);transition:width .3s ease;border-radius:12px}.info-popup-progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;font-weight:600;color:#333;text-shadow:0 0 2px white}.visual-editor-container{display:flex;height:100vh;width:100%;background-color:#111827;color:#fff}.left-panel-container{width:30%;display:flex;flex-direction:column;background-color:#1f2937;border-right:1px solid #4b5563}.components-section{height:50%;background-color:#1f2937;border-bottom:1px solid #4b5563;display:flex;flex-direction:column}.tab-navigation{display:flex;border-bottom:1px solid #4b5563}.tab-button{flex:1;padding:8px 16px;font-size:14px;font-weight:500;border:none;background:none;cursor:pointer;transition:all .2s}.tab-button.active{background-color:#2563eb;color:#dbeafe;border-bottom:2px solid #60a5fa}.tab-button.inactive{color:#9ca3af}.tab-button.inactive:hover{color:#e5e7eb}.component-list{flex:1;overflow-y:auto;padding:8px}.component-item{padding:12px;margin-bottom:8px;background-color:#374151;border-radius:8px;border:1px solid #4b5563;cursor:move;transition:background-color .2s}.component-item:hover{background-color:#4b5563}.component-content{display:flex;align-items:center;gap:12px}.component-icon{font-size:18px}.component-name{font-size:14px;font-weight:500;color:#e5e7eb}.properties-section{height:50%;background-color:#1f2937;display:flex;flex-direction:column}.properties-content{flex:1;padding:16px;overflow-y:auto}.properties-form{display:flex;flex-direction:column;gap:16px}.property-group h3{font-size:14px;font-weight:500;color:#e5e7eb;margin-bottom:8px}.property-fields{display:flex;flex-direction:column;gap:12px}.property-field label{display:block;font-size:12px;font-weight:500;color:#d1d5db;margin-bottom:4px}.property-input-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.property-input{width:100%;padding:4px 8px;font-size:14px;border:1px solid #4b5563;background-color:#374151;color:#e5e7eb;border-radius:4px}.animation-list{display:flex;flex-direction:column;gap:4px}.animation-item{display:flex;align-items:center;justify-content:space-between;padding:8px;background-color:#374151;border-radius:4px}.animation-buttons{display:flex;gap:4px}.animation-button{font-size:12px;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:2px}.animation-button.edit{color:#60a5fa}.animation-button.edit:hover{color:#93c5fd}.animation-button.delete{color:#f87171}.animation-button.delete:hover{color:#fca5a5}.empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af}.empty-state-content{text-align:center}.empty-state-icon{font-size:32px;margin-bottom:8px}.empty-state-text{font-size:14px}.workspace-section{flex:1;display:flex;flex-direction:column}.workspace-header{height:60px;background-color:#1f2937;border-bottom:1px solid #4b5563;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.workspace-actions{display:flex;align-items:center;gap:8px}.workspace-button{padding:6px 12px;font-size:14px;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.workspace-button.primary{background-color:#2563eb;color:#fff}.workspace-button.primary:hover{background-color:#1d4ed8}.workspace-button.secondary{background-color:#4b5563;color:#fff}.workspace-button.secondary:hover{background-color:#374151}.workspace-content{flex:1;padding:16px;overflow:auto;background-color:#111827}.workspace-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af}.workspace-empty-content{text-align:center}.workspace-empty-icon{font-size:64px;margin-bottom:16px}.workspace-empty-title{font-size:18px;font-weight:500;margin-bottom:4px}.workspace-empty-subtitle{font-size:14px}.objects-container{display:flex;flex-direction:column;gap:16px}.object-card{padding:16px;background-color:#1f2937;border-radius:8px;border:1px solid #4b5563;cursor:pointer;transition:all .2s}.object-card:hover{border-color:#6b7280}.object-card.selected{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.object-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.object-info{display:flex;align-items:center;gap:12px}.object-icon{font-size:18px}.object-details h3{font-weight:500;color:#e5e7eb;margin:0}.object-details p{font-size:14px;color:#9ca3af;margin:0}.object-properties{font-size:14px;color:#d1d5db;margin-bottom:12px;text-align:left;white-space:pre-wrap;word-break:break-word;padding-left:0}.object-text-display{cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.object-text-display:hover{background-color:#374151}.object-edit-container{display:flex;flex-direction:column;gap:8px}.object-edit-textarea{width:100%;background-color:#374151;color:#d1d5db;border:1px solid #4b5563;border-radius:4px;padding:8px;font-size:14px;font-family:Courier New,monospace;resize:vertical;min-height:40px}.object-edit-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.object-edit-actions{display:flex;gap:8px;justify-content:flex-end}.object-edit-btn{padding:4px 8px;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:all .2s}.object-edit-btn.save{background-color:#059669;color:#fff}.object-edit-btn.save:hover{background-color:#047857}.object-edit-btn.cancel{background-color:#dc2626;color:#fff}.object-edit-btn.cancel:hover{background-color:#b91c1c}.object-anims{margin-left:16px;text-align:left;padding-left:8px}.animation-tree-item{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:14px;color:#d1d5db}.animation-tree-connector{color:#6b7280}.anim-tree-add{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:14px;color:#6b7280;text-align:left}.component-category{margin-bottom:12px}.component-category-header{font-size:12px;font-weight:600;color:#9ca3af;text-transform:uppercase;padding:8px 12px 4px;border-bottom:1px solid #374151;margin-bottom:8px}.object-card.has-errors{border-color:#f87171;box-shadow:0 0 0 1px #f871714d}.object-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.object-actions{display:flex;gap:4px;opacity:0;transition:opacity .2s}.object-card:hover .object-actions{opacity:1}.object-action-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;font-size:12px;transition:background-color .2s}.object-action-btn:hover{background-color:#374151}.object-action-btn.duplicate{color:#60a5fa}.object-action-btn.delete{color:#f87171}.object-errors{margin-top:4px}.error-badge{display:inline-block;font-size:10px;padding:2px 4px;border-radius:3px;margin-right:4px}.error-badge.error{background-color:#f8717133;color:#f87171;border:1px solid #f87171}.error-badge.warning{background-color:#fbbf2433;color:#fbbf24;border:1px solid #fbbf24}.anim-tree-item{display:flex;align-items:flex-start;gap:8px;padding:4px 0;font-size:14px;color:#d1d5db;cursor:pointer;border-radius:4px;transition:background-color .2s;text-align:left;justify-content:flex-start}.anim-tree-item:hover{background-color:#4b55634d}.anim-tree-item.selected{background-color:#2563eb4d;border:1px solid #2563eb}.anim-tree-item.has-errors{border-left:3px solid #f87171;padding-left:5px}.anim-order{font-weight:600;color:#9ca3af;min-width:20px;flex-shrink:0}.anim-details{flex:1;font-family:Courier New,monospace;font-size:12px;text-align:left;white-space:pre-wrap;word-break:break-word}.anim-edit-container{flex:1;display:flex;align-items:center;gap:4px}.anim-edit-textarea{flex:1;font-family:Courier New,monospace;font-size:12px;padding:4px 6px;border:1px solid #4b5563;background-color:#374151;color:#e5e7eb;border-radius:4px;resize:none;min-height:24px}.anim-edit-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.anim-edit-actions{display:flex;gap:2px;flex-shrink:0}.anim-edit-btn{background:none;border:1px solid #4b5563;cursor:pointer;padding:4px 8px;border-radius:3px;font-size:12px;transition:all .2s}.anim-edit-btn.save{color:#10b981;border-color:#10b981}.anim-edit-btn.save:hover{background-color:#10b9811a}.anim-edit-btn.cancel{color:#f87171;border-color:#f87171}.anim-edit-btn.cancel:hover{background-color:#f871711a}.anim-error-indicator{color:#f87171;font-size:12px;margin-left:auto;flex-shrink:0}.anim-drop-zone{min-height:4px;transition:all .2s;margin:2px 0}.anim-drop-zone.active{min-height:24px;background-color:#2563eb1a;border:2px dashed #2563eb;border-radius:4px;display:flex;align-items:center;justify-content:flex-start;padding-left:8px}.drop-indicator{color:#2563eb;font-size:12px;font-weight:500;text-align:center}.anim-actions{display:none;gap:2px;margin-left:auto;flex-shrink:0}.anim-tree-item:hover .anim-actions{display:flex}.anim-tree-item.editing:hover .anim-actions{display:none}.anim-action-btn{background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:2px;font-size:10px;transition:background-color .2s}.anim-action-btn:hover:not(:disabled){background-color:#374151}.anim-action-btn:disabled{opacity:.5;cursor:not-allowed}.anim-action-btn.move-up,.anim-action-btn.move-down{color:#9ca3af;font-weight:700}.anim-action-btn.duplicate{color:#60a5fa}.anim-action-btn.delete{color:#f87171}.object-animations{margin-left:24px;border-left:1px solid #374151;padding-left:8px}.property-editor{height:100%;overflow-y:auto;padding:16px}.property-section{margin-bottom:24px}.property-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #4b5563}.property-section-header h3{font-size:16px;font-weight:600;color:#e5e7eb;margin:0}.property-section-header h4{font-size:14px;font-weight:500;color:#d1d5db;margin:0 0 12px}.property-section-info{display:flex;align-items:center;gap:8px}.property-type-badge{font-size:10px;font-weight:500;padding:2px 6px;background-color:#374151;color:#9ca3af;border-radius:4px;text-transform:uppercase}.property-error-count{font-size:10px;font-weight:500;padding:2px 6px;background-color:#f8717133;color:#f87171;border-radius:4px}.property-fields{display:flex;flex-direction:column;gap:16px}.property-editor .property-field{display:flex;flex-direction:column;gap:4px;width:100%}.property-label{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#d1d5db;margin-bottom:4px}.property-description{font-size:10px;color:#9ca3af;cursor:help}.property-error{font-size:10px;color:#f87171;margin-top:2px}.property-input{width:100%;padding:6px 8px;font-size:14px;border:1px solid #4b5563;background-color:#374151;color:#e5e7eb;border-radius:4px;transition:border-color .2s}.property-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.property-input.error{border-color:#f87171;box-shadow:0 0 0 1px #f87171}.property-textarea{width:100%;padding:6px 8px;font-size:14px;border:1px solid #4b5563;background-color:#374151;color:#e5e7eb;border-radius:4px;resize:vertical;min-height:60px;font-family:inherit;transition:border-color .2s}.property-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.property-textarea.error{border-color:#f87171;box-shadow:0 0 0 1px #f87171}.property-select{width:100%;padding:6px 8px;font-size:14px;border:1px solid #4b5563;background-color:#374151;color:#e5e7eb;border-radius:4px;cursor:pointer;transition:border-color .2s}.property-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.property-select.error{border-color:#f87171}.slider-container{display:flex;align-items:center;gap:8px}.property-slider{flex:1;height:4px;border-radius:2px;background:#4b5563;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.property-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#2563eb;cursor:pointer;border:2px solid #1f2937}.property-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#2563eb;cursor:pointer;border:2px solid #1f2937}.slider-number{width:60px;flex-shrink:0}.color-input-container{display:flex;align-items:center;gap:8px}.property-color-picker{width:40px;height:32px;border:1px solid #4b5563;border-radius:4px;cursor:pointer;background:none;flex-shrink:0}.property-color-picker::-webkit-color-swatch-wrapper{padding:0;border:none}.property-color-picker::-webkit-color-swatch{border:none;border-radius:3px}.color-text{flex:1}.property-toggle{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer}.property-checkbox{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#4b5563;border-radius:24px;transition:.2s}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.2s}.property-checkbox:checked+.toggle-slider{background-color:#2563eb}.property-checkbox:checked+.toggle-slider:before{transform:translate(20px)}.animation-sequence-section{margin-top:20px;padding-top:16px;border-top:1px solid #4b5563}.animation-sequence-list{display:flex;flex-direction:column;gap:8px}.animation-sequence-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#374151;border-radius:4px;font-size:12px}.sequence-number{font-weight:600;color:#9ca3af;min-width:20px}.sequence-name{flex:1;color:#d1d5db}.sequence-error-indicator{color:#f87171;font-size:12px}@media (max-width: 768px){.property-editor{padding:12px}.slider-container{flex-direction:column;align-items:stretch;gap:4px}.slider-number{width:100%}.color-input-container{flex-direction:column;align-items:stretch;gap:4px}.property-color-picker{width:100%}}
