*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #1a1a1a;--bg-secondary: #2a2a2a;--bg-tertiary: #3a3a3a;--text-primary: #ffffff;--text-secondary: #aaaaaa;--accent: #4a9eff;--accent-hover: #6ab0ff;--border: #444444;--danger: #ff4a4a}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);font-size:14px}button{cursor:pointer;font-family:inherit;font-size:inherit}input,select{font-family:inherit;font-size:inherit}input[type=range]{cursor:pointer}input[type=number],input[type=text]{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);padding:4px 8px;border-radius:4px}input[type=number]:focus,input[type=text]:focus{outline:none;border-color:var(--accent)}.stage-container{position:relative;flex:1;min-height:0;background:#0a0a0a;overflow:hidden}.stage-canvas{display:block;width:100%;height:100%;cursor:crosshair}.stage-hint{position:absolute;bottom:10px;left:50%;transform:translate(-50%);padding:6px 12px;background:#000000b3;color:var(--text-secondary);font-size:12px;border-radius:4px;pointer-events:none}.spotlight-panel{display:flex;flex-direction:column;width:280px;background:var(--bg-secondary);border-right:1px solid var(--border);overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border)}.panel-header h2{font-size:14px;font-weight:600;margin:0}.spotlight-count{background:var(--bg-tertiary);padding:2px 8px;border-radius:10px;font-size:12px;color:var(--text-secondary)}.spotlight-list{flex:1;overflow-y:auto;padding:8px}.empty-state{padding:20px;text-align:center;color:var(--text-secondary);font-size:13px}.spotlight-item{display:flex;align-items:center;padding:8px 12px;border-radius:6px;cursor:pointer;margin-bottom:4px;transition:background .15s}.spotlight-item:hover{background:var(--bg-tertiary)}.spotlight-item.selected{background:var(--accent);color:#fff}.spotlight-color-indicator{width:16px;height:16px;border-radius:50%;margin-right:10px;border:2px solid rgba(255,255,255,.3)}.spotlight-info{flex:1;display:flex;flex-direction:column;min-width:0}.spotlight-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spotlight-dmx{font-size:11px;color:var(--text-secondary)}.spotlight-item.selected .spotlight-dmx{color:#ffffffb3}.delete-btn{width:24px;height:24px;border:none;background:transparent;color:var(--text-secondary);font-size:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s,background .15s}.spotlight-item:hover .delete-btn{opacity:1}.delete-btn:hover{background:var(--danger);color:#fff}.section-divider{height:1px;background:var(--border);margin:8px 0}.editor-section{border-top:1px solid var(--border);overflow-y:auto;max-height:50%}.spotlight-editor{padding:12px}.editor-row{margin-bottom:12px}.editor-row label{display:block;font-size:12px;color:var(--text-secondary);margin-bottom:4px}.editor-row .name-input{width:100%}.slider-row{display:flex;align-items:center;gap:10px}.slider-row input[type=range]{flex:1}.slider-row .value{min-width:45px;text-align:right;font-size:12px;color:var(--text-secondary)}.editor-section-title{font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:16px 0 8px;padding-bottom:4px;border-bottom:1px solid var(--border)}.color-presets{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.color-preset{width:24px;height:24px;border:2px solid transparent;border-radius:4px;cursor:pointer;transition:transform .1s,border-color .1s}.color-preset:hover{transform:scale(1.1);border-color:var(--accent)}.color-row{display:flex;align-items:center;gap:8px}.color-row label.color-label{width:16px;margin-bottom:0;font-weight:600}.color-row input[type=range]{flex:1}.color-row .value{min-width:30px;text-align:right}.color-slider.red::-webkit-slider-thumb{background:#f44}.color-slider.green::-webkit-slider-thumb{background:#4f4}.color-slider.blue::-webkit-slider-thumb{background:#44f}.current-color-preview{display:flex;align-items:center;gap:10px;margin-top:8px}.color-swatch{width:32px;height:32px;border-radius:4px;border:1px solid var(--border)}.color-hex{font-family:monospace;font-size:12px;color:var(--text-secondary);text-transform:uppercase}.dmx-input{width:80px}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:3px;background:var(--bg-tertiary)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:pointer;transition:transform .1s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}input[type=range]::-moz-range-thumb{width:14px;height:14px;border:none;border-radius:50%;background:var(--accent);cursor:pointer}.sequence-editor{display:flex;flex-direction:column;height:150px;background:var(--bg-secondary);border-top:1px solid var(--border)}.sequence-header{display:flex;align-items:center;gap:16px;padding:8px 16px;border-bottom:1px solid var(--border)}.sequence-selector{display:flex;align-items:center;gap:8px}.sequence-selector select{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);padding:6px 12px;border-radius:4px;min-width:150px}.btn-small{padding:6px 12px;background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);border-radius:4px;font-size:12px;white-space:nowrap}.btn-small:hover{background:var(--accent);border-color:var(--accent)}.btn-small:disabled{opacity:.5;cursor:not-allowed}.btn-small.btn-danger:hover{background:var(--danger);border-color:var(--danger)}.playback-controls{display:flex;align-items:center;gap:8px}.btn-icon{width:32px;height:32px;padding:0;background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);border-radius:4px;font-size:14px;display:flex;align-items:center;justify-content:center}.btn-icon:hover:not(:disabled){background:var(--accent);border-color:var(--accent)}.btn-icon:disabled{opacity:.5;cursor:not-allowed}.btn-icon.play-btn{width:40px;height:40px;font-size:16px;border-radius:50%}.time-display{font-family:monospace;font-size:13px;color:var(--text-secondary);min-width:100px}.sequence-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.loop-toggle{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-secondary);cursor:pointer}.loop-toggle input{cursor:pointer}.sequence-settings{display:flex;gap:16px;padding:6px 16px;background:var(--bg-tertiary);font-size:12px}.sequence-settings label{display:flex;align-items:center;gap:6px;color:var(--text-secondary)}.sequence-settings input[type=number]{width:80px;padding:3px 6px;font-size:12px}.timeline-container{flex:1;overflow:visible;min-height:0;position:relative;z-index:1}.timeline-empty{height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:13px}.timeline{height:100%;padding:8px 16px}.timeline-track{position:relative;height:100%;background:var(--bg-primary);border-radius:4px;cursor:pointer;overflow:visible}.time-markers{position:absolute;top:0;left:0;right:0;height:20px;border-bottom:1px solid var(--border)}.time-marker{position:absolute;top:0;height:100%}.time-marker:after{content:"";position:absolute;left:0;top:14px;width:1px;height:6px;background:var(--border)}.time-label{position:absolute;left:4px;top:2px;font-size:10px;color:var(--text-secondary)}.cue-markers{position:absolute;top:20px;left:0;right:0;bottom:0}.cue-marker{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.cue-dot{width:14px;height:14px;background:var(--accent);border-radius:50%;border:2px solid white;box-shadow:0 2px 4px #0000004d;cursor:pointer;transition:transform .1s}.cue-marker:hover .cue-dot{transform:scale(1.3)}.cue-transition{position:absolute;top:50%;transform:translateY(-50%);height:6px;background:linear-gradient(to right,transparent,var(--accent));border-radius:3px;opacity:.5}.cue-popup{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:var(--bg-tertiary);border:1px solid var(--border);border-radius:6px;padding:8px;min-width:140px;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;pointer-events:none;margin-bottom:8px;box-shadow:0 4px 12px #0000004d;z-index:10}.cue-popup:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:30px;height:16px}.cue-marker:hover .cue-popup{opacity:1;visibility:visible;pointer-events:auto}.cue-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--border)}.cue-popup-title{font-size:12px;font-weight:500;color:var(--text-primary)}.cue-popup-row{display:flex;align-items:center;margin-bottom:4px}.cue-popup-row:last-child{margin-bottom:0}.cue-popup-row label{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-secondary);cursor:pointer}.cue-popup-row input[type=checkbox]{cursor:pointer}.cue-transition-input{width:60px;padding:2px 4px;font-size:11px;background:var(--bg-primary);border:1px solid var(--border);color:var(--text-primary);border-radius:3px}.cue-transition-input:disabled{opacity:.5;cursor:not-allowed}.cue-delete{width:16px;height:16px;padding:0;background:var(--danger);border:none;color:#fff;border-radius:50%;font-size:12px;line-height:1;cursor:pointer;flex-shrink:0}.cue-delete:hover{background:#f55}.playhead{position:absolute;top:0;bottom:0;z-index:3;pointer-events:none}.playhead-marker{position:absolute;top:0;left:-6px;width:12px;height:12px;background:#f44;clip-path:polygon(50% 100%,0 0,100% 0)}.playhead-line{position:absolute;top:12px;left:-1px;width:2px;bottom:0;background:#f44}.dmx-monitor{display:flex;flex-direction:column;background:var(--bg-secondary);border-left:1px solid var(--border);width:220px;overflow:hidden}.dmx-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border)}.dmx-header h3{font-size:14px;font-weight:600;margin:0}.dmx-channel-count{font-size:11px;color:var(--text-secondary)}.dmx-empty{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:12px;text-align:center;padding:20px}.dmx-grid{flex:1;overflow-y:auto;padding:8px}.dmx-fixture{background:var(--bg-tertiary);border-radius:6px;margin-bottom:8px;overflow:hidden}.dmx-fixture.selected{outline:2px solid var(--accent)}.dmx-fixture-header{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#0003}.fixture-name{font-weight:500;font-size:12px}.fixture-address{font-family:monospace;font-size:11px;color:var(--text-secondary)}.dmx-channels{padding:6px}.dmx-channel{display:flex;align-items:center;gap:6px;padding:3px 4px;font-size:11px}.channel-name{width:28px;color:var(--text-secondary);font-weight:500}.channel-value-container{flex:1;position:relative;height:14px;background:var(--bg-primary);border-radius:2px;overflow:hidden}.channel-bar{position:absolute;left:0;top:0;bottom:0;transition:width .1s}.channel-value{position:absolute;right:4px;top:50%;transform:translateY(-50%);font-family:monospace;font-size:10px;color:var(--text-primary);text-shadow:0 1px 2px rgba(0,0,0,.5)}.channel-address{width:24px;text-align:right;font-family:monospace;color:var(--text-secondary);font-size:10px}.dmx-tabs{display:flex;border-bottom:1px solid var(--border)}.dmx-tab{flex:1;padding:10px 12px;background:transparent;border:none;color:var(--text-secondary);font-size:12px;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.dmx-tab:hover{background:var(--bg-tertiary);color:var(--text-primary)}.dmx-tab.active{color:var(--accent);box-shadow:inset 0 -2px 0 var(--accent)}.preset-list{flex:1;overflow-y:auto;padding:8px}.preset-actions{padding:8px;border-bottom:1px solid var(--border)}.preset-save-btn{width:100%;padding:8px 12px;background:var(--accent);border:none;border-radius:4px;color:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:opacity .15s}.preset-save-btn:hover{opacity:.9}.preset-save-btn:disabled{opacity:.5;cursor:not-allowed}.preset-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--bg-tertiary);border-radius:6px;margin-bottom:6px}.preset-item:hover{background:var(--bg-primary)}.preset-name{flex:1;font-size:12px;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.preset-name:hover{color:var(--accent)}.preset-name-input{flex:1;min-width:0;padding:2px 6px;background:var(--bg-primary);border:1px solid var(--accent);border-radius:4px;color:var(--text-primary);font-size:12px;font-weight:500;outline:none}.preset-btn{padding:4px 8px;background:transparent;border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);font-size:11px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.preset-btn:hover{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--text-secondary)}.preset-btn.apply{color:var(--accent);border-color:var(--accent)}.preset-btn.apply:hover{background:var(--accent);color:#fff}.preset-btn.delete{opacity:0;color:var(--danger);border-color:transparent}.preset-item:hover .preset-btn.delete{opacity:1}.preset-btn.delete:hover{background:var(--danger);color:#fff;border-color:var(--danger)}.preset-empty{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:12px;text-align:center;padding:20px}.help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.help-modal{background:var(--bg-secondary);border-radius:12px;width:90%;max-width:520px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;border:1px solid var(--border)}.help-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.help-header h2{margin:0;font-size:18px;font-weight:600}.help-close{width:32px;height:32px;border:none;background:transparent;color:var(--text-secondary);font-size:24px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center}.help-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.help-content{flex:1;padding:24px;overflow-y:auto;line-height:1.6}.help-content p{margin:0 0 16px}.help-content p:last-child{margin-bottom:0}.help-content ul,.help-content ol{margin:0 0 16px;padding-left:24px}.help-content li{margin-bottom:8px}.help-content strong{color:var(--accent)}.help-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid var(--border);background:var(--bg-tertiary);border-radius:0 0 12px 12px}.help-progress{display:flex;gap:8px}.progress-dot{width:10px;height:10px;border-radius:50%;background:var(--border);cursor:pointer;transition:background .2s,transform .2s}.progress-dot:hover{transform:scale(1.2)}.progress-dot.active{background:var(--accent)}.progress-dot.completed{background:var(--accent);opacity:.5}.help-actions{display:flex;gap:12px}.help-btn{padding:10px 20px;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.help-btn:hover{background:var(--bg-tertiary)}.help-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.help-btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-header{display:flex;align-items:baseline;gap:12px;padding:12px 20px;background:var(--bg-secondary);border-bottom:1px solid var(--border)}.app-header h1{font-size:18px;font-weight:600;margin:0}.app-subtitle{font-size:12px;color:var(--text-secondary);flex:1}.help-button{width:28px;height:28px;border-radius:50%;border:2px solid var(--accent);background:transparent;color:var(--accent);font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.help-button:hover{background:var(--accent);color:#fff}.app-main{flex:1;display:flex;min-height:0;overflow:hidden}.center-area{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}
