html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}*{box-sizing:border-box}.dlx-app{height:100%;display:grid;grid-template-rows:128px minmax(0,1fr) auto 24px;overflow:hidden;background:linear-gradient(180deg,#dfe8f3,#cad7e6);color:#0f172a}.dlx-app[data-studio-theme=dark]{--studio-bg: #1b1d22;--studio-panel: #25272d;--studio-panel-2: #2c2f36;--studio-border: #3c4049;--studio-text: #e8e9ec;--studio-muted: #9da2ad;--studio-blue: #1677ff;--studio-hover: #343840;background:var(--studio-bg)!important}.dlx-app[data-studio-theme=light]{--studio-bg: #eef0f3;--studio-panel: #ffffff;--studio-panel-2: #f3f4f6;--studio-border: #cfd3da;--studio-text: #20242b;--studio-muted: #656c78;--studio-blue: #0067c5;--studio-hover: #e7ebf1;background:var(--studio-bg)!important}.dlx-ribbon-shell{grid-row:1;height:128px;display:flex;flex-direction:column;color:var(--studio-text);background:var(--studio-panel);border-bottom:1px solid var(--studio-border);font-family:Inter,Segoe UI,system-ui,sans-serif}.dlx-titlebar{height:28px;display:flex;align-items:center;gap:2px;padding:0 7px;background:#15171b;border-bottom:1px solid #343740;color:#e9eaed}[data-studio-theme=light] .dlx-titlebar{background:#f7f8fa;color:#24272d;border-color:#d7dbe1}.dlx-brand-mark{width:20px;height:20px;border-radius:4px;display:grid;place-items:center;background:linear-gradient(145deg,#2387ff,#0757bc);color:#fff;font-size:12px;font-weight:900;transform:rotate(-5deg);margin-right:4px}.dlx-brand-name{font-size:11px;font-weight:900;letter-spacing:.05em;margin-right:8px;white-space:nowrap}.dlx-brand-name span{color:#7eb7ff;font-weight:700}.dlx-menubar-item{height:24px;padding:0 7px;border:0;border-radius:3px;background:transparent;color:inherit;font-size:11px;cursor:pointer}.dlx-menubar-item:hover,.dlx-title-action:hover{background:#ffffff17}[data-studio-theme=light] .dlx-menubar-item:hover,[data-studio-theme=light] .dlx-title-action:hover{background:#e5e8ed}.dlx-project-title{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:baseline;gap:8px;pointer-events:none;max-width:36vw}.dlx-project-title span{font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dlx-project-title small{color:#858b96;font-size:10px;white-space:nowrap}.dlx-title-action{margin-left:4px;height:22px;padding:0 9px;border:1px solid #454a55;border-radius:4px;background:#292c33;color:#e8e9ec;font-size:10px;font-weight:700;cursor:pointer}.dlx-title-action:first-of-type{margin-left:auto}.dlx-title-action.primary{background:#1677ff;border-color:#338cff;color:#fff}[data-studio-theme=light] .dlx-title-action{background:#fff;border-color:#c7ccd4;color:#252931}.dlx-workspace{grid-row:2;position:relative;display:grid!important;gap:0!important;min-height:0;overflow:hidden;background:var(--studio-bg)!important}.dlx-scene-stage{position:relative!important;inset:auto!important;min-width:0;min-height:0;overflow:hidden;background:#17191e}.dlx-dock-panel{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--studio-panel);color:var(--studio-text)}.dlx-dock-left{border-right:1px solid var(--studio-border)}.dlx-dock-right{border-left:1px solid var(--studio-border)}.dlx-dock-header{height:30px;flex:0 0 30px;display:flex;align-items:center;justify-content:space-between;padding:0 8px 0 10px;border-bottom:1px solid var(--studio-border);background:var(--studio-panel-2);font-size:11px;font-weight:700}.dlx-dock-header button{width:22px;height:22px;border:0;border-radius:3px;background:transparent;color:var(--studio-muted);cursor:pointer;font-size:16px;line-height:1}.dlx-dock-header button:hover{color:var(--studio-text);background:var(--studio-hover)}.dlx-dock-content{flex:1;min-height:0;overflow:hidden}.dlx-dock-right .dlx-dock-content>div>div:first-child{display:none}.dlx-dock-resizer{position:relative;z-index:8;cursor:col-resize;background:var(--studio-border);transition:background .12s}.dlx-dock-resizer:hover{background:var(--studio-blue)}.dlx-viewport-header{height:32px;padding:0 10px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--studio-border);background:var(--studio-panel-2);color:var(--studio-text);font:700 11px Inter,Segoe UI,sans-serif}.dlx-viewport-mode{padding:2px 7px;border:1px solid var(--studio-border);border-radius:3px;color:var(--studio-muted);font-size:10px;font-weight:600}.dlx-viewport-hint{margin-left:auto;color:var(--studio-muted);font-size:10px;font-weight:500}.dlx-scene-stage>div>div:nth-child(2){height:calc(100% - 32px)!important}.dlx-output-dock{background:var(--studio-panel)!important;border-top-color:var(--studio-border)!important}.dlx-output-dock{grid-row:3}.dlx-output-header{background:var(--studio-panel-2)!important;border-bottom-color:var(--studio-border)!important;color:var(--studio-text)!important}.dlx-status-bar{grid-row:4;height:24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:0 9px;background:#1166c2;color:#fff;font:600 10px Inter,Segoe UI,sans-serif;user-select:none}.dlx-status-bar>div:last-child{text-align:right}.dlx-status-center{opacity:.88}.dlx-status-dot{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#aeb6c2}.dlx-status-dot.online{background:#65e58a;box-shadow:0 0 0 2px #65e58a2e}.dlx-status-dot.connecting{background:#ffd35c}.dlx-app button,.dlx-app input,.dlx-app select,.dlx-app textarea{font-family:Inter,Segoe UI,system-ui,sans-serif}.dlx-app input:focus,.dlx-app select:focus,.dlx-app textarea:focus{outline:1px solid var(--studio-blue)!important;outline-offset:-1px}@media(max-width:900px){.dlx-project-title,.dlx-brand-name{display:none}.dlx-workspace{grid-template-columns:minmax(0,1fr)!important}.dlx-dock-panel,.dlx-dock-resizer,.dlx-viewport-hint{display:none}}.dlx-workspace{min-height:0;position:relative;overflow:hidden;background:radial-gradient(circle at top left,rgba(255,255,255,.55),transparent 32%),linear-gradient(180deg,#9bb2c9,#6f88a3)}.dlx-scene-stage{position:absolute;inset:0;overflow:hidden}.dlx-floating-panel{position:absolute;display:flex;flex-direction:column;overflow:hidden;border-radius:14px;border:1px solid rgba(147,161,181,.72);background:#0c121df0;box-shadow:0 22px 44px #0f172a47;backdrop-filter:blur(10px)}.dlx-floating-panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;height:40px;padding:0 12px;background:linear-gradient(180deg,#1e293bfa,#0f172afa);border-bottom:1px solid rgba(71,85,105,.7);cursor:grab;user-select:none}.dlx-floating-panel-title{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#d8e5f4}.dlx-floating-panel-actions{display:flex;align-items:center;gap:6px}.dlx-floating-panel-close,.dlx-floating-mini-btn,.dlx-ribbon-button{border:1px solid rgba(148,163,184,.35);background:#ffffff14;color:#e2e8f0;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.dlx-floating-panel-close{width:28px;height:28px;font-size:13px}.dlx-floating-mini-btn,.dlx-ribbon-button{padding:6px 10px;font-size:11px;font-weight:700}.dlx-ribbon-button.active,.dlx-floating-panel-close:hover,.dlx-floating-mini-btn:hover,.dlx-ribbon-button:hover{background:#3b82f62e;border-color:#60a5fabf;color:#fff}.dlx-floating-panel-body{flex:1;min-height:0;overflow:hidden}.dlx-floating-panel-resize{position:absolute;z-index:2}.dlx-floating-panel-resize-east{top:40px;right:-3px;width:10px;height:calc(100% - 56px);cursor:ew-resize}.dlx-floating-panel-resize-south{left:14px;bottom:-3px;width:calc(100% - 28px);height:10px;cursor:ns-resize}.dlx-floating-panel-resize-corner{right:0;bottom:0;width:18px;height:18px;cursor:nwse-resize;background:linear-gradient(135deg,transparent 0 35%,rgba(148,163,184,.45) 35% 55%,transparent 55% 100%)}.dlx-output-dock{display:grid;grid-template-rows:28px 1fr;background:#0a0f1ff5;border-top:1px solid rgba(51,65,85,.7);overflow:hidden;height:var(--output-height, 160px);transition:height .2s}.dlx-output-dock.collapsed{height:28px}.dlx-output-body{overflow:auto;min-height:0}.dlx-command-bar-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:flex-start;justify-content:center;padding-top:100px;z-index:10000;backdrop-filter:blur(4px);animation:dlx-fade-in .15s ease-out}@keyframes dlx-fade-in{0%{opacity:0}to{opacity:1}}.dlx-command-bar{width:500px;background:#0f1117;border:1px solid #30363d;border-radius:8px;box-shadow:0 20px 60px #000c;overflow:hidden;font-family:Menlo,Monaco,monospace;animation:dlx-slide-up .2s cubic-bezier(.33,.66,.66,1)}@keyframes dlx-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dlx-command-input-wrapper{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #30363d;background:#05070d}.dlx-command-icon{color:#60a5fa;font-weight:600;font-size:14px;flex-shrink:0}.dlx-command-input{flex:1;background:transparent;border:none;color:#e5e7eb;font-size:14px;font-family:inherit;outline:none}.dlx-command-input::placeholder{color:#4b5563}.dlx-command-list{max-height:400px;overflow:auto;background:#0a0f1f}.dlx-command-item{padding:10px 16px;cursor:pointer;color:#d1d5db;font-size:13px;transition:all .15s;border-bottom:1px solid #1f2937}.dlx-command-item:hover{background:#1f2937}.dlx-command-item.active{background:#1f2937;color:#60a5fa;border-left:3px solid #60a5fa;padding-left:13px}.dlx-command-item-name{font-weight:500;margin-bottom:2px}.dlx-command-item-desc{font-size:11px;color:#6b7280;margin-top:2px}.dlx-workspace{min-height:0;display:grid;grid-template-columns:var(--dock-left, 280px) 8px 1fr 8px var(--dock-right, 320px);gap:0;overflow:hidden;transition:grid-template-columns .2s}.dlx-divider{cursor:col-resize;background:#1f2937;transition:background .2s;width:8px;user-select:none}.dlx-divider:hover{background:#2d3748}.dlx-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden}.dlx-panel-header{display:flex;align-items:center;justify-content:space-between;height:28px;padding:0 10px;background:#0f1219;border-bottom:1px solid #1f2937;font-weight:600;font-size:"12px",color: #cbd5e1;flex-shrink:0}.dlx-panel-close{background:transparent;border:none;color:#6b7280;cursor:pointer;font-size:14px;padding:0;margin-left:8px;line-height:1;transition:color .15s}.dlx-panel-close:hover{color:#ef4444}.dlx-output-header{height:28px;display:flex;align-items:center;gap:8px;padding:0 8px;background:#0a0f1f;border-bottom:1px solid #1f2937;cursor:pointer;font-size:12px;font-weight:600;color:#9ca3af;flex-shrink:0;user-select:none}.dlx-console-clear{background:transparent;border:none;color:#6b7280;cursor:pointer;font-size:11px;padding:2px 6px;border-radius:3px;transition:all .15s}.dlx-console-clear:hover{background:#1f2937;color:#d1d5db}.dlx-console-close{background:transparent;border:none;color:#6b7280;cursor:pointer;font-size:14px;padding:0 4px;line-height:1;transition:color .15s}.dlx-console-close:hover{color:#ef4444}.dlx-panel:last-child{border-right:none;border-left:1px solid #1f2937}.dlx-toolbar{display:flex;align-items:center;justify-content:space-between;height:24px;padding:4px 8px;background:#060810;border-bottom:1px solid #1f2937;user-select:none;gap:4px}.dlx-toolbar-left,.dlx-toolbar-right{display:flex;align-items:center;gap:6px}.dlx-brand{display:flex;align-items:center;gap:6px;font-weight:900;letter-spacing:.4px;color:#93c5fd;margin-right:4px;font-size:12px}.dlx-brand-dot{width:8px;height:8px;border-radius:999px;background:#60a5fa;box-shadow:0 0 0 2px #60a5fa26}.dlx-group{display:flex;align-items:center;gap:4px}.dlx-sep{width:1px;height:16px;background:#1f2937;margin:0 2px}.dlx-ui-white{background:#ffffffe6;color:#000;border:1px solid rgba(255,255,255,.5)}.dlx-ui-white:hover{background:#fffffff2;border-color:#ffffffb3}.color-control{display:flex;align-items:center;gap:8px;margin:8px 0}.color-picker{width:40px;height:40px;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer}.color-picker:hover{border-color:#fff}.transparency-slider{flex:1;height:24px;outline:none;accent-color:#3b82f6}.transparency-label{min-width:80px;font-size:12px;color:#cbd5e1}.dlx-btn{height:28px;padding:0 10px;background:#0f1419;color:#cbd5e1;border:1px solid #1f2937;border-radius:6px;cursor:pointer;font-weight:600;font-size:12px;transition:.15s;white-space:nowrap;display:flex;align-items:center;gap:4px}.dlx-btn:hover{background:#1a2233;border-color:#2d3748}.dlx-btn.active{background:#2563eb;border-color:#3b82f6;color:#fff}.dlx-btn.active:hover{background:#1d4ed8}.dlx-btn.danger{color:#fecaca}.dlx-btn.danger:hover{background:#33111a;border-color:#5b1f2b}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#3b82f6 #1a1f2e!important;overflow-y:scroll!important;overflow-x:hidden!important}.custom-scrollbar::-webkit-scrollbar{width:14px!important;height:14px!important}.custom-scrollbar::-webkit-scrollbar-track{background:#0f1219!important;border-radius:8px!important;margin:4px 0!important}.custom-scrollbar::-webkit-scrollbar-thumb{background:#3b82f6!important;border-radius:8px!important;border:3px solid #0f1219!important;min-height:40px!important;box-shadow:inset 0 0 6px #60a5fa4d!important}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#60a5fa!important;box-shadow:inset 0 0 10px #60a5fa80!important}.custom-scrollbar{scrollbar-color:#3b82f6 #1a1f2e!important}.dlx-ribbon{background:linear-gradient(to right,#0a0e1a,#10151f)!important;border-bottom:2px solid #1f2937!important;box-shadow:0 2px 8px #0006}.dlx-ribbon-tabs{display:flex;gap:2px;padding:8px;background:#0003;border-bottom:1px solid #1f2937}.dlx-ribbon-tab{padding:6px 16px;border-radius:4px 4px 0 0;transition:all .15s cubic-bezier(.4,0,.2,1);background:#ffffff0d}.dlx-ribbon-tab:hover{background:#60a5fa1a}.dlx-ribbon-tab.active{background:linear-gradient(135deg,#60a5fa33,#3b82f61a);border-bottom:2px solid #60a5fa;color:#60a5fa}.dlx-panel{background:linear-gradient(135deg,#0a0e1a,#0f1219);border:1px solid #1f2937;border-radius:4px;box-shadow:inset 0 1px #ffffff0d}.dlx-panel-header{background:linear-gradient(to right,#1a1f2b,#131820);border-bottom:1px solid #2d3748;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:11px;color:#9ca3af;box-shadow:0 1px 3px #0000004d}.dlx-viewport{background:linear-gradient(135deg,#0a0e1a,#0f1219);border:1px solid #1f2937;border-radius:4px}.dlx-ribbon-button,.tool-button{background:linear-gradient(135deg,#1f2937,#18202b);border:1px solid #2d3748;color:#d1d5db;border-radius:4px;padding:6px 12px;font-size:11px;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.3px;cursor:pointer;display:flex;align-items:center;gap:4px}.dlx-ribbon-button:hover,.tool-button:hover{background:linear-gradient(135deg,#2d3748,#1f2937);border-color:#60a5fa;color:#60a5fa;box-shadow:0 2px 6px #60a5fa33}.dlx-ribbon-button.active,.tool-button.active{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#60a5fa;color:#fff;box-shadow:0 4px 12px #3b82f666}.play-button{background:linear-gradient(135deg,#10b981,#059669);border-color:#34d399;color:#fff}.play-button:hover{background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 4px 12px #10b98166}.play-button.active{background:linear-gradient(135deg,#dc2626,#b91c1c);border-color:#ef4444}.stop-button{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#f87171}.stop-button:hover{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 4px 12px #ef444466}.property-input,.inspector-input{background:#0f1219!important;border:1px solid #2d3748!important;border-radius:4px!important;color:#e5e7eb!important;padding:6px 10px!important;font-size:12px!important;transition:all .15s ease!important}.property-input:focus,.inspector-input:focus{border-color:#60a5fa!important;box-shadow:0 0 0 3px #60a5fa1a!important;outline:none!important}.hierarchy-item{padding:4px 8px;margin:2px 4px;border-radius:4px;transition:all .15s ease;background:#ffffff05}.hierarchy-item:hover{background:#60a5fa1a}.hierarchy-item.selected{background:linear-gradient(135deg,#60a5fa33,#3b82f61a);border-left:3px solid #60a5fa;padding-left:5px}.context-menu{background:linear-gradient(135deg,#1a1f2b,#131820);border:1px solid #2d3748;border-radius:6px;box-shadow:0 8px 24px #0009;backdrop-filter:blur(8px);padding:4px 0}.context-menu-item{padding:8px 12px;cursor:pointer;color:#d1d5db;font-size:12px;transition:all .1s ease;display:flex;align-items:center;gap:8px}.context-menu-item:hover{background:#60a5fa26;color:#60a5fa}.modal-overlay{background:#000000b3;backdrop-filter:blur(4px)}.modal-dialog{background:linear-gradient(135deg,#0f1219,#0a0e1a);border:1px solid #2d3748;border-radius:12px;box-shadow:0 20px 60px #000c}.notification-badge{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:10px;color:#fff;box-shadow:0 2px 8px #ef444466}.status-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.status-indicator.playing{background:#10b981}.status-indicator.error{background:#ef4444}.status-indicator.idle{background:#6b7280;animation:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}
