.parametric-editor{display:flex;flex-direction:column;height:100%;background:#1e1e1e;color:#e0e0e0;font-size:13px}.parametric-editor.empty{justify-content:center;align-items:center}.empty-message{text-align:center;color:#888;padding:20px}.empty-icon{font-size:48px;display:block;margin-bottom:12px}.empty-message p{margin:0 0 8px}.empty-message small{color:#666}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #333;background:#252525}.editor-title{margin:0;font-size:14px;font-weight:500}.object-type-badge{background:#3a3a3a;padding:4px 8px;border-radius:4px;font-size:11px;color:#aaa}.editor-content{flex:1;overflow-y:auto;padding:8px 0}.category-panel{margin-bottom:4px}.category-header{display:flex;align-items:center;padding:8px 16px;cursor:pointer;background:#2a2a2a;-webkit-user-select:none;user-select:none}.category-header:hover{background:#333}.category-toggle{font-size:10px;margin-right:8px;color:#888}.category-title{font-weight:500;color:#ccc}.category-content{padding:8px 16px}.category-panel.collapsed .category-content{display:none}.param-field{display:flex;flex-direction:column;margin-bottom:12px}.param-field-boolean{flex-direction:row;justify-content:space-between;align-items:center}.param-label{font-size:12px;color:#aaa;margin-bottom:4px}.param-field-boolean .param-label{margin-bottom:0}.param-input{background:#333;border:1px solid #444;border-radius:4px;padding:6px 10px;color:#e0e0e0;font-size:13px;outline:none;transition:border-color .2s}.param-input:focus{border-color:#0078d4}.param-input:disabled{opacity:.5;cursor:not-allowed}.param-number{width:100%}.param-select{width:100%;cursor:pointer}.color-input-wrapper{display:flex;gap:8px}.param-color-picker{width:40px;height:32px;padding:2px;border:1px solid #444;border-radius:4px;background:#333;cursor:pointer}.param-color-text{flex:1}.switch{position:relative;display:inline-block;width:40px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#444;transition:.3s;border-radius:22px}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#888;transition:.3s;border-radius:50%}input:checked+.slider{background-color:#0078d4}input:checked+.slider:before{transform:translate(18px);background-color:#fff}input:disabled+.slider{opacity:.5;cursor:not-allowed}.editor-content::-webkit-scrollbar{width:8px}.editor-content::-webkit-scrollbar-track{background:#1e1e1e}.editor-content::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.editor-content::-webkit-scrollbar-thumb:hover{background:#555}.param-hint{margin-left:4px;cursor:help;font-size:11px;opacity:.7}.param-hint:hover{opacity:1}.param-input-wrapper{display:flex;flex-direction:column;gap:2px}.param-range-hint{font-size:10px;color:#666;padding-left:2px}.param-number:invalid{border-color:#ff6b6b;background:#ff6b6b1a}.param-reset-btn{background:transparent;border:none;color:#666;cursor:pointer;padding:2px 4px;font-size:11px;margin-left:4px}.param-reset-btn:hover{color:#0078d4}
