.side-panel{height:100vh;background:linear-gradient(135deg,#141414f2,#282828e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid rgba(255,255,255,.1);box-shadow:-4px 0 20px #0000004d;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:50;display:flex;flex-direction:column}.side-panel--open{transform:translate(0)}.side-panel--closed{transform:translate(100%)}.side-panel__toggle{position:absolute;left:-48px;top:0;width:48px;background:linear-gradient(135deg,#141414f2,#282828e6);border:none;border-radius:8px 0 0 8px;cursor:pointer;display:flex;justify-content:center;box-shadow:-2px 0 10px #0003;transition:all .3s ease;z-index:1001}.side-panel__resize-handle{position:absolute;left:0;top:0;width:4px;height:100%;cursor:col-resize;background:transparent;z-index:1003;transition:background-color .2s ease}.side-panel__resize-handle:hover{background:#ff88704d}.side-panel__resize-handle--resizing{background:#ff887080}.side-panel__resize-handle:before{content:"";position:absolute;left:-2px;top:0;width:8px;height:100%}.side-panel__toggle-icon{color:#fff;font-size:24px;font-weight:700;transition:transform .3s ease}.side-panel__toggle-icon--open{transform:rotate(180deg)}.side-panel .select-dropdown option{color:#000!important}.side-panel__content{display:flex;flex-direction:column;height:100%;padding:0;overflow:hidden;width:100%;max-width:100%}.side-panel__content>*{width:100%!important;max-width:100%!important;box-sizing:border-box}.side-panel__header{padding:20px 24px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#0003;flex-shrink:0}.side-panel__title{margin:0 0 16px;color:#fff;font-size:18px;font-weight:600;background:linear-gradient(135deg,#ff8870,#8c6ff7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.side-panel__tabs{display:flex;gap:4px;margin-bottom:-1px;flex-direction:column}.side-panel__tabs .tab-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-bottom:none;border-radius:6px 6px 0 0;color:#ffffffb3;padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:12px;transition:all .2s ease;justify-content:center}.side-panel__tabs .tab-button:hover{background:#ffffff14;color:#ffffffe6}.side-panel__tabs .tab-button.active{background:linear-gradient(135deg,#ff887033,#8c6ff733);border-color:#ff88704d;color:#fff;box-shadow:0 2px 8px #ff887033}.side-panel__tabs .tab-button .tab-icon{font-size:14px}.side-panel__tabs .tab-button .tab-label{font-weight:500}.side-panel__body{flex:1;overflow-y:auto;overflow-x:hidden;width:100%;max-width:100%}.side-panel__body>*{width:100%!important;max-width:100%!important;box-sizing:border-box}.side-panel__body .hidden{display:none!important}.side-panel__body::-webkit-scrollbar{width:6px}.side-panel__body::-webkit-scrollbar-track{background:#ffffff0d}.side-panel__body::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.side-panel__placeholder{display:flex;align-items:center;justify-content:center;height:200px;color:#fff9;text-align:center;font-style:italic}.side-panel__empty-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#fff9;text-align:center;padding:20px}.side-panel__empty-panel p{margin:0 0 8px;font-size:16px;font-weight:500}.side-panel__empty-panel small{font-size:12px;color:#fff6;line-height:1.4}.side-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none}@media (max-width: 768px){.side-panel-overlay{display:block}}@media (max-width: 768px){.side-panel{position:fixed!important;width:auto!important;max-width:none!important;min-width:auto!important;height:auto;bottom:0;right:0;left:0;top:auto;border-left:none;background:transparent;box-shadow:none;pointer-events:none}.side-panel.closed{height:auto}.side-panel.closed .side-panel__content{display:none}.side-panel.closed .side-panel__toggle{pointer-events:auto}.side-panel.open{height:100svh;width:100vw!important;top:0;background:linear-gradient(135deg,#141414f2,#282828e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto}.side-panel.open .side-panel__content{display:flex}.side-panel .panel-header{padding-left:4rem!important}.side-panel__toggle{position:fixed;left:auto;right:0;top:auto;bottom:0;width:100vw;height:auto;border-radius:0;background:linear-gradient(135deg,#141414fa,#282828f2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -4px 20px #00000080;z-index:1001;padding:8px 0}.side-panel__tabs{flex-direction:row!important;justify-content:space-evenly;align-items:center;gap:4px;width:100%;padding:0 8px;z-index:2}.side-panel__tabs .tab-button{flex:1;min-width:0;max-width:80px;padding:12px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.side-panel__tabs .tab-button .tab-icon{font-size:18px}}@media (max-width: 768px) and (max-width: 400px){.side-panel__tabs .tab-button .tab-label{display:none}}@media (max-width: 768px){.side-panel__tabs .tab-button.active{background:linear-gradient(135deg,#ff88704d,#8c6ff74d);border-color:#ff887080;box-shadow:0 2px 12px #ff88704d}.side-panel__content{height:calc(100vh - 80px);padding-bottom:80px}.side-panel__body{height:100%;padding-bottom:20px}.side-panel__resize-handle{display:none}}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.side-panel--open{animation:slideInFromRight .3s ease-out}.side-panel--open.side-panel--left{animation:slideInFromLeft .3s ease-out}.side-panel--open.side-panel--no-animations{animation:none}.side-panel--left{left:0;right:auto;border-left:none;border-right:1px solid rgba(255,255,255,.1);box-shadow:4px 0 20px #0000004d;transform:translate(-100%)}.side-panel--left.side-panel--open{transform:translate(0)}.side-panel--left.side-panel--closed{transform:translate(-100%)}.side-panel--left .side-panel__toggle{left:auto;right:-48px;border-radius:0 8px 8px 0;box-shadow:2px 0 10px #0003}.side-panel--left .side-panel__toggle:hover{transform:translateY(-50%) translate(2px)}.side-panel--no-animations,.side-panel--no-animations .side-panel__toggle,.side-panel--no-animations .side-panel__toggle-icon{transition:none!important}.tab-button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.scene-prompt-tester{display:flex;flex-direction:column;gap:16px;background:#1a1a1a;border-radius:8px;border:1px solid #333;max-width:1200px;margin:0 auto;color:#fff}.spt-header{text-align:center;margin-bottom:16px}.spt-header h2{margin:0 0 8px;color:#fff;font-size:24px;font-weight:600}.spt-header p{margin:0;color:#ccc;font-size:14px}.spt-filters{display:flex;gap:16px;align-items:center;padding:16px;background:#2a2a2a;border-radius:8px;border:1px solid #333;flex-wrap:wrap}.spt-filter-group{display:flex;align-items:center;gap:8px}.spt-filter-group label{font-weight:500;color:#fff;font-size:14px}.spt-filter-group select{padding:8px 12px;border:1px solid #333;border-radius:6px;background:#1a1a1a;color:#fff;font-size:14px;min-width:150px}.spt-filter-group select:focus{outline:none;border-color:#007bff}.spt-random-btn{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;font-size:14px;transition:background-color .2s}.spt-random-btn:hover{background:#0056b3}.spt-prompt-list h3{margin:0 0 16px;color:#fff;font-size:18px;font-weight:600}.spt-prompts{display:grid;gap:12px;max-height:600px;overflow-y:auto;padding-right:8px}.spt-prompt-card{padding:16px;background:#2a2a2a;border:1px solid #333;border-radius:8px;cursor:pointer;transition:all .2s}.spt-prompt-card:hover{border-color:#007bff;box-shadow:0 4px 6px -1px #007bff33}.spt-prompt-card.selected{border-color:#007bff;background:#007bff1a;box-shadow:0 4px 6px -1px #007bff33}.spt-prompt-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.spt-prompt-icon{font-size:16px}.spt-prompt-name{font-weight:600;color:#fff;flex:1}.spt-difficulty-badge{padding:2px 8px;border-radius:12px;color:#fff;font-size:11px;font-weight:600;text-transform:uppercase}.spt-prompt-description{margin:0 0 12px;color:#ccc;font-size:14px;line-height:1.4}.spt-expected-elements{font-size:12px;color:#ccc}.spt-prompt-details{position:sticky;top:0;height:fit-content}.spt-prompt-details h3{margin:0 0 16px;color:#fff;font-size:18px;font-weight:600}.spt-selected-card{padding:20px;background:#2a2a2a;border:1px solid #333;border-radius:8px}.spt-selected-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.spt-selected-header h4{margin:0;color:#fff;font-size:16px;font-weight:600}.spt-prompt-text{margin:16px 0}.spt-prompt-content{padding:12px;background:#1a1a1a;border:1px solid #333;border-radius:6px;font-size:14px;line-height:1.5;color:#fff;margin-top:8px;white-space:pre-wrap}.spt-expected{margin:16px 0}.spt-element-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.spt-element-tag{padding:4px 8px;background:#333;color:#fff;border-radius:4px;font-size:12px;font-weight:500}.spt-element-tag.present{background:#28a745;color:#fff}.spt-element-tag.missing{background:#dc3545;color:#fff}.spt-test-btn{width:100%;padding:12px;background:#007bff;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;font-size:14px;margin-top:16px;transition:background-color .2s;text-transform:uppercase;box-shadow:0 2px 5px #00000029,0 2px 10px #0000001f}.spt-test-btn:hover:not(:disabled){background:#0056b3;box-shadow:0 5px 11px #0000002e,0 4px 15px #00000026}.spt-test-btn:disabled{background:#6c757d;cursor:not-allowed;box-shadow:none}.spt-results{padding:20px;background:#2a2a2a;border:1px solid #333;border-radius:8px}.spt-results h3{margin:0 0 16px;color:#fff;font-size:18px;font-weight:600}.spt-error{padding:16px;background:#dc35451a;border:1px solid #dc3545;border-radius:6px}.spt-error h4{margin:0 0 8px;color:#dc3545}.spt-error p{margin:0;color:#fff;font-size:14px}.spt-success{padding:16px;background:#28a7451a;border:1px solid #28a745;border-radius:6px}.spt-success h4{margin:0 0 16px;color:#28a745}.spt-validation{margin-bottom:16px}.spt-validation-status{padding:12px;border-radius:6px;margin-bottom:12px}.spt-validation-status.valid{background:#28a7451a;color:#28a745}.spt-validation-status.invalid{background:#ffc1071a;color:#ffc107}.spt-validation-group{margin-bottom:12px}.spt-validation-group strong{display:block;margin-bottom:6px;font-size:14px}.spt-scene-details{margin-top:16px}.spt-scene-details summary{cursor:pointer;font-weight:600;color:#fff;padding:8px 0}.spt-scene-json{background:#1a1a1a;color:#f3f4f6;border:1px solid #333;padding:16px;border-radius:6px;font-size:12px;overflow-x:auto;margin:8px 0 0;max-height:400px;overflow-y:auto}.spt-stats{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.spt-stat{display:flex;flex-direction:column;align-items:center;padding:16px;background:#2a2a2a;border:1px solid #333;border-radius:8px;min-width:120px}.spt-stat-number{font-size:24px;font-weight:700;color:#007bff;line-height:1}.spt-stat-label{font-size:12px;color:#ccc;text-transform:uppercase;font-weight:600;margin-top:4px}.spt-prompts::-webkit-scrollbar,.spt-scene-json::-webkit-scrollbar{width:6px}.spt-prompts::-webkit-scrollbar-track,.spt-scene-json::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.spt-prompts::-webkit-scrollbar-thumb,.spt-scene-json::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.spt-prompts::-webkit-scrollbar-thumb:hover,.spt-scene-json::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ai-models-manager-panel{padding:20px;height:100%;overflow-y:auto;background:#1a1a1a;color:#fff}.ai-models-manager-panel .panel-header{margin-bottom:20px;border-bottom:2px solid #333;padding-bottom:15px}.ai-models-manager-panel .panel-header h2{margin:0 0 5px;font-size:24px;font-weight:600}.ai-models-manager-panel .panel-header .subtitle{margin:0;color:#888;font-size:14px}.ai-models-manager-panel .loading-state,.ai-models-manager-panel .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}.ai-models-manager-panel .loading-state .spinner,.ai-models-manager-panel .error-state .spinner{width:50px;height:50px;border:4px solid #333;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}.ai-models-manager-panel .loading-state p,.ai-models-manager-panel .error-state p{margin:5px 0;font-size:16px}.ai-models-manager-panel .loading-state .error-message,.ai-models-manager-panel .error-state .error-message{color:#ff6b6b;font-size:14px}.ai-models-manager-panel .filters-section{background:#252525;border-radius:8px;padding:15px;margin-bottom:20px}.ai-models-manager-panel .filters-section .filter-row{margin-bottom:10px}.ai-models-manager-panel .filters-section .filter-group{width:5rem label;width-display:block;width-margin-bottom:5px;width-font-size:12px;width-color:#888;width-text-transform:uppercase;width-font-weight:600}.ai-models-manager-panel .filters-section .results-count{text-align:center;color:#888;font-size:13px;margin-top:10px;padding-top:10px;border-top:1px solid #333}.ai-models-manager-panel .models-list .provider-group{margin-bottom:30px}.ai-models-manager-panel .models-list .provider-group .provider-header{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:10px;background:#252525;border-radius:6px;font-size:18px;font-weight:600}.ai-models-manager-panel .models-list .provider-group .provider-header .provider-icon{font-size:24px}.ai-models-manager-panel .models-list .provider-group .provider-header .model-count{margin-left:auto;font-size:14px;color:#888;font-weight:400}.ai-models-manager-panel .models-list .provider-group .models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px}.ai-models-manager-panel .model-card{background:#252525;border:1px solid #333;border-radius:8px;padding:15px;cursor:pointer;transition:all .2s}.ai-models-manager-panel .model-card:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 4px 12px #007bff33}.ai-models-manager-panel .model-card .model-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.ai-models-manager-panel .model-card .model-header .model-name{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;flex:1}.ai-models-manager-panel .model-card .model-header .model-name .tier-icon{font-size:18px}.ai-models-manager-panel .model-card .model-header .tier-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;color:#000}.ai-models-manager-panel .model-card .model-id{font-size:12px;color:#666;margin-bottom:12px;font-family:Courier New,monospace}.ai-models-manager-panel .model-card .model-capabilities{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.ai-models-manager-panel .model-card .model-capabilities .capability-tag{padding:4px 8px;background:#1a1a1a;border:1px solid #444;border-radius:4px;font-size:11px;color:#aaa}.ai-models-manager-panel .model-card .model-capabilities .capability-tag.more{background:#333;color:#888}.ai-models-manager-panel .model-card .model-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #333;font-size:12px}.ai-models-manager-panel .model-card .model-footer .pricing{color:#4caf50;font-weight:600}.ai-models-manager-panel .model-card .model-footer .context-window{color:#888}.ai-models-manager-panel .model-card .model-description{margin-top:12px;padding-top:12px;border-top:1px solid #333;font-size:12px;color:#aaa;line-height:1.4;max-height:60px;overflow:hidden;text-overflow:ellipsis}.ai-models-manager-panel .no-results{text-align:center;padding:60px 20px;color:#888}.ai-models-manager-panel .no-results p{margin-bottom:20px;font-size:16px}.ai-models-manager-panel .no-results button{padding:10px 20px;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s}.ai-models-manager-panel .no-results button:hover{background:#0056b3}.ai-models-manager-panel::-webkit-scrollbar{width:8px}.ai-models-manager-panel::-webkit-scrollbar-track{background:#1a1a1a}.ai-models-manager-panel::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.ai-models-manager-panel::-webkit-scrollbar-thumb:hover{background:#555}:root{--input-bg: #0d1117;--input-border: #30363d;--input-label-color: #7d8590;--input-text-color: #e6edf3;--input-label-font-size: 11px;--input-font-size: 12px;--input-border-radius: 6px;--input-padding: 6px 8px;--input-axis-label-color: rgba(255, 255, 255, .4)}._inputWrapper_kqydy_29{margin-top:.25rem;margin-bottom:.25rem}._inputLabel_kqydy_39{display:block;font-size:var(--input-label-font-size);color:var(--input-label-color);margin-bottom:4px}._inputLabel_kqydy_39._hidden_kqydy_53{display:none}._inputContainer_kqydy_61{width:100%;background:var(--input-bg);border:1px solid var(--input-border);border-radius:var(--input-border-radius);padding:var(--input-padding);color:var(--input-text-color);font-size:var(--input-font-size)}._inputContent_kqydy_81{padding:.25rem;width:100%}._stringInput_kqydy_93{text-align:left;width:100%;background:transparent;border:none;color:var(--input-text-color);font-size:var(--input-font-size);outline:none}._stringInput_kqydy_93:focus{outline:none}._vectorContainer_kqydy_123{width:100%}._vectorGrid_kqydy_131{display:grid;gap:.5rem}._vectorGrid2_kqydy_141{grid-template-columns:repeat(2,1fr)}._vectorGrid3_kqydy_149{grid-template-columns:repeat(3,1fr)}._vectorGrid4_kqydy_157{grid-template-columns:repeat(4,1fr)}._vectorAxis_kqydy_165{display:flex;flex-direction:column}._vectorAxisLabel_kqydy_175{font-size:.75rem;color:var(--input-axis-label-color);margin-bottom:.25rem}._vectorAxisInput_kqydy_187{background:#ffffff0d;border-radius:4px;padding:.375rem .5rem;font-size:.75rem;font-family:monospace}._anchorContainer_kqydy_205{width:100%;display:flex;justify-content:space-between}._selectContainer_kqydy_219{width:100%}.effects-panel{display:flex;flex-direction:column;gap:16px;padding:12px;background:#0f0f14f2;border-radius:10px;min-width:300px}.effects-section{display:flex;flex-direction:column;gap:12px}.effects-info-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:8px;font-size:12px;color:#ffffffb3}.effects-info-banner svg{flex-shrink:0;color:#6366f1}.effects-info-banner.info{background:#3b82f61a;border-color:#3b82f633}.effects-info-banner.info svg{color:#3b82f6}.effects-info-banner.warning{background:#f59e0b1a;border-color:#f59e0b33}.effects-info-banner.warning svg{color:#f59e0b}.effects-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.effects-section-header .effects-section-header-left{display:flex;align-items:center;gap:10px}.effects-section-header .effects-section-header-left>svg{color:#fff9}.effects-section-header .effects-section-header-left h4{margin:0;font-size:14px;font-weight:600;color:#fff}.effects-section-header .effects-section-header-left p{margin:0;font-size:11px;color:#fff6}.effects-section-header .effects-section-header-action{flex-shrink:0;min-width:140px}.effects-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;background:#ffffff05;border:1px dashed rgba(255,255,255,.1);border-radius:10px;text-align:center}.effects-empty-state svg{color:#fff3}.effects-empty-state h5{margin:0;font-size:13px;font-weight:500;color:#ffffff80}.effects-empty-state p{margin:0;font-size:12px;color:#ffffff4d}.empty-state-clickable{cursor:pointer}.empty-state-clickable .effects-empty-state{transition:all .15s ease}.empty-state-clickable .effects-empty-state:hover{background:#6366f10d;border-color:#6366f14d}.empty-state-clickable .effects-empty-state:hover svg{color:#6366f199}.empty-state-clickable .effects-empty-state:hover h5{color:#ffffffb3}.add-interaction-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px;margin-top:8px;background:#6366f11a;border:1px dashed rgba(99,102,241,.3);border-radius:8px;color:#6366f1cc;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.add-interaction-btn svg{width:14px;height:14px}.add-interaction-btn:hover{background:#6366f126;border-color:#6366f180;color:#6366f1}.effect-cards{display:flex;flex-direction:column;gap:8px}.effect-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden;transition:all .2s ease}.effect-card:hover{border-color:#ffffff26}.effect-card.enabled{border-color:#6366f14d;background:#6366f10d}.effect-card.disabled{opacity:.6}.effect-card-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer}.effect-card-header:hover{background:#ffffff05}.effect-card-left{display:flex;align-items:center;gap:10px}.effect-card-left .effect-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff14;border-radius:6px;font-size:14px}.effect-card-left .effect-icon svg{width:14px;height:14px}.effect-card-left .effect-label{font-size:13px;font-weight:500;color:#ffffffe6}.effect-card-right{display:flex;align-items:center;gap:8px}.effect-card-right .effect-expand-btn,.effect-card-right .effect-remove-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:transparent;border:none;border-radius:6px;color:#fff6;cursor:pointer;transition:all .15s ease}.effect-card-right .effect-expand-btn:hover,.effect-card-right .effect-remove-btn:hover{background:#ffffff1a;color:#fffc}.effect-card-right .effect-remove-btn:hover{background:#ef444426;color:#ef4444}.effect-card-content{padding:0 12px 12px;border-top:1px solid rgba(255,255,255,.05)}.effect-settings{display:flex;flex-direction:column;gap:12px;padding-top:12px}.effect-setting-row{display:flex;flex-direction:column;gap:6px}.effect-setting-row label{font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.effect-setting-row input[type=color]{width:100%;height:32px;padding:2px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;cursor:pointer}.effect-setting-row input[type=color]::-webkit-color-swatch-wrapper{padding:2px}.effect-setting-row input[type=color]::-webkit-color-swatch{border-radius:4px;border:none}.interaction-settings{display:flex;flex-direction:column;gap:14px;padding:14px;background:#ffffff05;border-radius:10px}.setting-row{display:flex;flex-direction:column;gap:6px}.setting-row label{display:flex;align-items:center;gap:6px;font-size:12px;color:#fff9}.setting-row label svg{color:#fff6}.setting-row.checkbox{flex-direction:row;align-items:center;gap:10px}.setting-row .target-ids-input{width:100%;padding:8px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:12px}.setting-row .target-ids-input::placeholder{color:#ffffff4d}.setting-row .target-ids-input:focus{outline:none;border-color:#6366f180}.click-handlers-list{display:flex;flex-direction:column;gap:8px}.click-handler-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden}.click-handler-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#ffffff05}.click-handler-header .click-handler-type{font-size:13px;font-weight:500;color:#ffffffe6;text-transform:capitalize}.click-handler-header .click-handler-actions{display:flex;align-items:center;gap:8px}.click-handler-header .click-handler-actions .remove-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:transparent;border:none;border-radius:6px;color:#fff6;cursor:pointer;transition:all .15s ease}.click-handler-header .click-handler-actions .remove-btn:hover{background:#ef444426;color:#ef4444}.click-handler-settings{padding:0 12px 12px}.click-handler-settings .setting-row{padding-top:12px;border-top:1px solid rgba(255,255,255,.05)}.shader-effects-section{margin-top:8px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.shader-effects-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;text-align:center}.shader-effects-placeholder p{margin:0;color:#fff9;font-size:12px}.effects-tabs{display:flex;gap:4px;padding:4px;background:#0003;border-radius:10px}.sub-tabs .sub-tab-btn{color:#ffffff54}.sub-tabs .sub-tab-btn.active{color:#fff}.effects-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:transparent;border:none;border-radius:8px;color:#ffffff80;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.effects-tab svg{width:14px;height:14px}.effects-tab:hover{color:#ffffffb3;background:#ffffff0d}.effects-tab.active{color:#fff;background:#6366f14d}.effects-tab-content{animation:fadeIn .15s ease}.change-effect-row{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.props-section{padding:12px;background:#ffffff05;border-radius:10px;margin-bottom:12px}.props-section.disabled .disabled-content{opacity:.4;pointer-events:none;filter:grayscale(.5)}.effects-disabled-notice{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:10px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);border-radius:6px;font-size:11px;color:#f59e0be6}.effects-disabled-notice svg{flex-shrink:0}.tab-section-divider{height:1px;margin:16px 0;background:#ffffff14}.tab-section-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:12px;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.tab-section-title svg{width:14px;height:14px}.interaction-settings-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden;transition:all .2s ease}.interaction-settings-card:hover{border-color:#ffffff1f}.interaction-settings-card.disabled{opacity:.6}.interaction-settings-card.disabled .interaction-header{background:#ffffff03}.interaction-settings-card .interaction-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.05)}.interaction-settings-card .interaction-header button{font-size:.9rem}.interaction-settings-card .interaction-header button.active{color:#6366f1;border-bottom:1px solid #6366f1}.interaction-settings-card .interaction-header .interaction-type{font-size:13px;font-weight:500;color:#ffffffe6;text-transform:capitalize}.interaction-settings-card .interaction-header .interaction-actions{display:flex;align-items:center;gap:8px}.interaction-settings-card .interaction-header .interaction-actions .remove-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:transparent;border:none;border-radius:6px;color:#fff6;cursor:pointer;transition:all .15s ease}.interaction-settings-card .interaction-header .interaction-actions .remove-btn:hover{background:#ef444426;color:#ef4444}.interaction-settings-card .interaction-body{padding:14px;display:flex;flex-direction:column;gap:14px}.interaction-settings-card .interaction-body .setting-row{display:flex;flex-direction:column;gap:6px}.interaction-settings-card .interaction-body .setting-row label{display:flex;align-items:center;gap:6px;font-size:12px;color:#fff9}.interaction-settings-card .interaction-body .setting-row label svg{width:14px;height:14px;color:#fff6}.interaction-settings-card .interaction-body .target-mode-row .target-mode-toggle{display:flex;gap:4px;padding:4px;background:#0003;border-radius:8px}.interaction-settings-card .interaction-body .target-mode-row .target-mode-toggle .mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:transparent;border:none;border-radius:6px;color:#ffffff80;font-size:11px;font-weight:500;cursor:pointer;transition:all .15s ease}.interaction-settings-card .interaction-body .target-mode-row .target-mode-toggle .mode-btn svg{width:12px;height:12px}.interaction-settings-card .interaction-body .target-mode-row .target-mode-toggle .mode-btn:hover{color:#ffffffb3;background:#ffffff0d}.interaction-settings-card .interaction-body .target-mode-row .target-mode-toggle .mode-btn.active{color:#fff;background:#6366f14d}.bia-card{font-weight:400;border:0;display:flex;flex-direction:column;box-shadow:0 2px 5px #00000029,0 2px 10px #0000001f;border-radius:4px}.mesh-item{display:flex;flex-direction:column;height:300px;width:100px;transition:all .3s ease}.mesh-item:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0006}.mesh-item:hover .mesh-preview{transform:scale(1.05)}.mesh-item.selected{border-color:#4299e1;box-shadow:0 0 0 3px #4299e14d}.mesh-item.selected .mesh-preview{background:linear-gradient(135deg,#4299e11a,#4299e133)}.mesh-preview{flex:1;display:flex;align-items:center;justify-content:center;padding:20px;background:#ffffff08;border-radius:8px 8px 0 0;transition:all .3s ease}.mesh-preview .mesh-svg-container{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.mesh-preview .mesh-svg-container svg{width:100%;height:100%;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.mesh-info{padding:16px;background:#ffffff05;border-top:1px solid rgba(255,255,255,.1)}.mesh-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.mesh-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#4299e133;border-radius:6px;color:#4299e1;font-size:16px;flex-shrink:0}.mesh-title{flex:1;min-width:0}.mesh-name{margin:0 0 4px;font-size:16px;font-weight:600;color:#fff;line-height:1.2}.mesh-category{font-size:11px;color:#4299e1;background:#4299e11a;padding:2px 8px;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.mesh-description{margin:0 0 16px;font-size:13px;color:#ccc;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mesh-properties .properties-label{font-size:11px;color:#888;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;display:block}.mesh-properties .properties-list{display:flex;flex-wrap:wrap;gap:4px}.mesh-properties .property-tag{font-size:10px;color:#ccc;background:#ffffff1a;padding:3px 6px;border-radius:8px;font-weight:500;border:1px solid rgba(255,255,255,.05)}.mesh-properties .property-tag.more{color:#4299e1;background:#4299e11a;border-color:#4299e133}.mesh-item[data-category=Basic] .mesh-category{color:#48bb78;background:#48bb781a}.mesh-item[data-category=Advanced] .mesh-category{color:#ed8936;background:#ed89361a}.mesh-item[data-category=Platonic] .mesh-category{color:#9f7aea;background:#9f7aea1a}.mesh-item[data-category=Special] .mesh-category{color:#f56565;background:#f565651a}@media (max-width: 768px){.mesh-item{height:250px}.mesh-item .mesh-preview{padding:16px}.mesh-item .mesh-preview .mesh-svg-container{width:60px;height:60px}.mesh-item .mesh-info{padding:12px}.mesh-item .mesh-header{gap:8px;margin-bottom:8px}.mesh-item .mesh-icon{width:28px;height:28px;font-size:14px}.mesh-item .mesh-name{font-size:14px}.mesh-item .mesh-description{font-size:12px;margin-bottom:12px}}@media (max-width: 480px){.mesh-item{height:220px}.mesh-item .mesh-preview{padding:12px}.mesh-item .mesh-preview .mesh-svg-container{width:50px;height:50px}.mesh-item .mesh-name{font-size:13px}.mesh-item .properties-list{gap:3px}.mesh-item .property-tag{font-size:9px;padding:2px 5px}}@keyframes meshPreview{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.mesh-preview .mesh-svg-container{animation:meshPreview .4s ease-out}.mesh-item[data-category=Basic]:hover .mesh-icon{background:#48bb784d;color:#68d391}.mesh-item[data-category=Advanced]:hover .mesh-icon{background:#ed89364d;color:#f6ad55}.mesh-item[data-category=Platonic]:hover .mesh-icon{background:#9f7aea4d;color:#b794f6}.mesh-item[data-category=Special]:hover .mesh-icon{background:#f565654d;color:#fc8181}.model-uploader{background:#04070ef7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(0,245,255,.12);border-radius:12px;padding:1.5rem;max-width:500px;margin:0 auto;font-family:DM Mono,monospace;color:#ffffffd9;position:relative;overflow:hidden}.model-uploader:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#00f5ff,transparent);opacity:.55;pointer-events:none}.model-uploader .uploader-header{display:flex;align-items:center;gap:10px;margin-bottom:1.25rem;padding-bottom:.85rem;border-bottom:1px solid rgba(0,245,255,.08)}.model-uploader .uploader-header>div{font-family:Syne,sans-serif;font-size:.85rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(135deg,#00f5ff,#00c8a0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.model-uploader .upload-type-toggle{display:flex;gap:4px;margin-bottom:1.5rem;background:#00000059;border:1px solid rgba(0,245,255,.08);border-radius:8px;padding:4px}.model-uploader .upload-type-toggle .toggle-btn{flex:1;padding:.6rem .85rem;border:1px solid transparent;border-radius:6px;background:transparent;color:#ffffff61;cursor:pointer;transition:all .25s ease;font-family:Syne,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.model-uploader .upload-type-toggle .toggle-btn:hover:not(.active):not(:disabled){color:#ffffffd9;background:#00f5ff0f}.model-uploader .upload-type-toggle .toggle-btn.active{background:linear-gradient(135deg,#00f5ff,#00c8a0);color:#0a0a0a;box-shadow:0 0 18px #00f5ff40}.model-uploader .upload-type-toggle .toggle-btn:disabled{opacity:.4;cursor:not-allowed}.model-uploader .url-section .input-group label{display:flex;align-items:center;gap:8px;font-size:.55rem;letter-spacing:.35em;text-transform:uppercase;color:#00f5ff;margin-bottom:12px}.model-uploader .url-section .input-group label:before{content:"";width:16px;height:1px;background:#00f5ff;display:inline-block;flex-shrink:0}.model-uploader .url-section .input-group{margin-bottom:.5rem}.model-uploader .url-section .input-group input{width:100%;padding:.85rem 1rem;border:1px solid rgba(0,245,255,.12);border-radius:6px;background:#0006;color:#ffffffd9;font-family:DM Mono,monospace;font-size:.85rem;transition:all .25s ease;box-sizing:border-box}.model-uploader .url-section .input-group input::placeholder{color:#ffffff29;font-family:DM Mono,monospace;letter-spacing:.04em}.model-uploader .url-section .input-group input:focus{outline:none;border-color:#00f5ff;background:#00f5ff0a;box-shadow:0 0 0 3px #00f5ff14}.model-uploader .url-section .input-group input.error{border-color:#ff5c7a;box-shadow:0 0 0 3px #ff5c7a1f}.model-uploader .url-section .input-group input:disabled{opacity:.5;cursor:not-allowed}.model-uploader .file-section .file-input-group{margin-bottom:.5rem}.model-uploader .file-section .file-input-group .file-input-component{border:1px dashed rgba(0,245,255,.12);border-radius:8px;background:#00f5ff08;transition:all .25s ease;position:relative;overflow:hidden}.model-uploader .file-section .file-input-group .file-input-component:hover{border-color:#00f5ff73;background:#00f5ff0f;box-shadow:0 0 24px #00f5ff14 inset}.model-uploader .file-section .file-input-group .file-input-component .file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.25rem 1.5rem;cursor:pointer;color:#ffffffd9;text-align:center}.model-uploader .file-section .file-input-group .file-input-component .file-upload-label .upload-icon{font-size:1.75rem;margin-bottom:.65rem;filter:drop-shadow(0 0 8px rgba(0,245,255,.45))}.model-uploader .file-section .file-input-group .file-input-component .file-upload-label .upload-text strong{display:block;font-family:Syne,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#ffffffd9}.model-uploader .file-section .file-input-group .file-input-component .file-upload-label .upload-text small{display:block;color:#ffffff61;font-size:.7rem;letter-spacing:.05em;margin-top:4px}.model-uploader .file-section .file-input-group .file-input-component .file-selected{padding:1rem 1.1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.model-uploader .file-section .file-input-group .file-input-component .file-selected .file-info{display:flex;align-items:center;gap:.85rem;min-width:0}.model-uploader .file-section .file-input-group .file-input-component .file-selected .file-info .file-icon{font-size:1.4rem;filter:drop-shadow(0 0 6px rgba(0,245,255,.35));flex-shrink:0}.model-uploader .file-section .file-input-group .file-input-component .file-selected .file-info .file-details{min-width:0}.model-uploader .file-section .file-input-group .file-input-component .file-selected .file-info .file-details .file-name{color:#ffffffd9;font-family:DM Mono,monospace;font-size:.8rem;margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.model-uploader .file-section .file-input-group .file-input-component .file-selected .file-info .file-details .file-size{color:#00f5ff;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase}.model-uploader .file-section .file-input-group .file-input-component .file-selected .clear-file-btn{background:transparent;border:1px solid rgba(0,245,255,.08);color:#ffffff61;cursor:pointer;padding:.4rem .55rem;border-radius:6px;font-size:.7rem;transition:all .2s ease;flex-shrink:0}.model-uploader .file-section .file-input-group .file-input-component .file-selected .clear-file-btn:hover:not(:disabled){border-color:#ff5c7a;color:#ff5c7a;background:#ff5c7a0f}.model-uploader .file-section .file-input-group .file-input-component .file-selected .clear-file-btn:disabled{opacity:.4;cursor:not-allowed}.model-uploader .error-message{margin-top:.5rem;color:#ff5c7a;font-size:.7rem;font-family:DM Mono,monospace;letter-spacing:.04em;display:flex;align-items:center;gap:.35rem}.model-uploader .success-message{margin-top:.5rem;color:#00c8a0;font-size:.7rem;font-family:DM Mono,monospace;letter-spacing:.04em;display:flex;align-items:center;gap:.35rem}.model-uploader .upload-actions{margin:1.5rem 0 0}.model-uploader .upload-actions.sticky{position:sticky;bottom:0;background:linear-gradient(180deg,transparent,rgba(4,7,14,.97) 35%);padding-top:.85rem}.model-uploader .upload-actions .upload-btn{width:100%;padding:.95rem 1rem;border:none;border-radius:8px;background:linear-gradient(135deg,#00f5ff,#00c8a0);color:#04070e;font-family:Syne,sans-serif;font-size:.8rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:.6rem;position:relative;overflow:hidden}.model-uploader .upload-actions .upload-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:translate(-100%);transition:transform .6s ease}.model-uploader .upload-actions .upload-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 28px #00f5ff59}.model-uploader .upload-actions .upload-btn:hover:not(:disabled):after{transform:translate(100%)}.model-uploader .upload-actions .upload-btn:disabled{background:#00f5ff14;color:#ffffff61;cursor:not-allowed;transform:none;box-shadow:none}.model-uploader .upload-actions .upload-btn .spinner{width:14px;height:14px;border:2px solid rgba(4,7,14,.25);border-top:2px solid #04070e;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.model-uploader{padding:1rem;margin:.5rem;border-radius:10px}.model-uploader .upload-type-toggle .toggle-btn{padding:.55rem .5rem;font-size:.62rem;letter-spacing:.14em}.model-uploader .file-section .file-input-component .file-upload-label{padding:1.5rem 1rem}.model-uploader .file-section .file-input-component .file-upload-label .upload-icon{font-size:1.4rem}}.object-tree-node-wrapper{width:100%;min-width:0}.object-tree-node{display:flex;width:100%;min-width:0;box-sizing:border-box;align-items:center;gap:4px;padding:4px 14px 4px 8px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;margin:1px 0;transition:background-color .15s ease;position:relative}.object-tree-node:hover{background-color:#ffffff14}.object-tree-node:hover .object-tree-node-actions{opacity:1}.object-tree-node:hover .object-tree-node-drag-handle{opacity:.5}.object-tree-node.selected{background-color:#3b82f64d}.object-tree-node.selected:hover{background-color:#3b82f666}.object-tree-node.dragging{opacity:.5}.object-tree-node.drag-position-before:before{content:"";position:absolute;top:-1px;left:8px;right:8px;height:2px;background-color:#3b82f6;border-radius:1px}.object-tree-node.drag-position-after:after{content:"";position:absolute;bottom:-1px;left:8px;right:8px;height:2px;background-color:#3b82f6;border-radius:1px}.object-tree-node.drag-position-inside{background-color:#3b82f633;outline:1px dashed rgba(59,130,246,.6)}.object-tree-node.hidden-object{opacity:.5}.object-tree-node.hidden-object .object-tree-node-name{text-decoration:line-through;color:#fff6}.object-tree-node-drag-handle{display:flex;align-items:center;justify-content:center;opacity:0;color:#fff6;cursor:grab;transition:opacity .15s ease}.object-tree-node-drag-handle:active{cursor:grabbing}.object-tree-node-expand{display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;background:none;color:#ffffff80;cursor:pointer;border-radius:3px;transition:background-color .15s ease,color .15s ease}.object-tree-node-expand:hover{background-color:#ffffff1a;color:#fffc}.object-tree-node-type-icon{color:#ffffffb3;flex-shrink:0}.object-tree-node-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;color:#ffffffe6}.object-tree-node-type-badge{font-size:.625rem;padding:1px 4px;background-color:#ffffff1a;color:#ffffff80;border-radius:3px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.object-tree-node-actions{display:flex;align-items:center;gap:6px;opacity:0;flex-shrink:0;transition:opacity .15s ease}.object-tree-node-name-controls{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.object-tree-node input[type=text]{flex:1;min-width:0}.object-tree-node-action{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;background:none;color:#ffffff80;cursor:pointer;border-radius:3px;transition:background-color .15s ease,color .15s ease}.object-tree-node-action:hover{background-color:#ffffff1a;color:#ffffffe6}.object-tree-node-action.object-tree-node-action-delete:hover{background-color:#ef444433;color:#ef4444}.object-edit-overlay-content{width:100%;background:linear-gradient(135deg,#14141efa,#1e1e2df2);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080}.object-edit-overlay-header{padding:16px 4px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:12px}.object-edit-overlay-header h3{margin:0;font-size:1rem;font-weight:600;color:#ffffffe6}.object-tree-view{display:flex;flex-direction:column;height:100%}.object-tree-view .object-tree-header{display:flex;align-items:center;justify-content:flex-end;padding:8px;border-bottom:1px solid rgba(255,255,255,.1)}.object-tree-view .object-tree-content{flex:1;overflow-y:auto;padding:4px 0}.object-tree-view .object-tree-empty{display:flex;align-items:center;justify-content:center;padding:24px;color:#ffffff80;font-size:.875rem;text-align:center}.add-object-menu{position:relative}.add-object-menu-trigger{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#3b82f633;border:1px solid rgba(59,130,246,.4);border-radius:6px;color:#93c5fd;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.add-object-menu-trigger:hover{background-color:#3b82f64d;border-color:#3b82f699;color:#bfdbfe}.add-object-menu-trigger:active{background-color:#3b82f666}.add-object-menu-dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:220px;max-height:70vh;overflow-y:auto;background-color:#1e1e1e;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:4px;z-index:100;box-shadow:0 8px 24px #0006;animation:menuSlideDown .15s ease}.add-object-menu-preview-wrapper{width:280px;height:230px;background-color:#121620f5;border:1px solid rgba(255,255,255,.12);border-radius:10px;overflow:hidden;z-index:101;box-shadow:0 10px 24px #00000073;animation:menuSlideDown .15s ease}.add-object-menu-preview-header{display:flex;flex-direction:column;gap:2px;padding:8px 10px;background:linear-gradient(180deg,#3b82f633,#3b82f60d);border-bottom:1px solid rgba(255,255,255,.1)}.add-object-menu-preview-title{font-size:.75rem;font-weight:600;color:#ffffffe6}.add-object-menu-preview-subtitle{font-size:.625rem;color:#ffffff8c}.add-object-menu-preview-canvas{width:100%;height:calc(100% - 46px)}.add-object-menu-error{margin:4px;padding:6px 8px;border-radius:6px;background:#dc26262e;border:1px solid rgba(248,113,113,.4);color:#fecaca;font-size:.6875rem}@keyframes menuSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.add-object-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;background:none;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:background-color .15s ease}.add-object-menu-item:hover{background-color:#ffffff14}.add-object-menu-item:hover .add-object-menu-item-icon{color:#3b82f6}.add-object-menu-item-icon{color:#fff9;flex-shrink:0;transition:color .15s ease}.add-object-menu-item-chevron{margin-left:auto;color:#fff6;flex-shrink:0}.add-object-menu-item-content{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.add-object-menu-item-label{font-size:.8125rem;font-weight:500;color:#ffffffe6}.add-object-menu-item-description{font-size:.6875rem;color:#ffffff80}.team-panel-container{height:100%;background:linear-gradient(135deg,#141414f2,#282828e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.1);box-shadow:4px 0 20px #0000004d;z-index:50;display:flex;flex-direction:row;position:relative}.team-panel-content{overflow:hidden;width:100%;height:100%;flex:1}.chat-team-panel{height:100vh;background:linear-gradient(135deg,#141414f2,#282828e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.1);box-shadow:4px 0 20px #0000004d;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:50;display:flex;flex-direction:row}.chat-team-panel.open__content{transform:translate(0)}.chat-team-panel.closed__content{transform:translate(-100%)}.chat-team-panel__resize-handle{position:absolute;right:0;top:0;width:4px;height:100%;cursor:col-resize;background:transparent;z-index:1003;transition:background-color .2s ease}.chat-team-panel__resize-handle:hover{background:#ff88704d}.chat-team-panel__resize-handle--resizing{background:#ff887080}.chat-team-panel__resize-handle:before{content:"";position:absolute;right:-2px;top:0;width:8px;height:100%}.chat-team-panel__avatars{position:fixed;left:0;top:0;width:70px;height:100vh;background:linear-gradient(135deg,#141414f2,#282828e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-start;flex-direction:column;align-items:center;padding:20px 0;padding-top:5rem;z-index:51;box-shadow:2px 0 10px #0000004d}.chat-team-panel__avatars-list{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.chat-team-panel__actions{display:flex;flex-direction:column;gap:8px;border-top:1px solid rgba(255,255,255,.1);padding-top:16px;color:#fff}.chat-team-panel__avatar-button{width:48px;height:48px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;border:2px solid transparent}.chat-team-panel__avatar-button:hover{transform:scale(1.1);border-color:#ff887080}.chat-team-panel__avatar-button.active{border-color:#ff8870cc;box-shadow:0 0 20px #ff88704d;transform:scale(1.05)}.chat-team-panel__avatar-button:active{transform:scale(.95)}.chat-team-panel__avatar-button:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background:linear-gradient(135deg,#ff887033,#8c6ff733);opacity:0;transition:opacity .3s ease;z-index:-1}.chat-team-panel__avatar-button.active:after{opacity:1}.chat-team-panel__content{display:flex;flex-direction:column;height:100vh;padding:0;overflow:hidden;width:100%;max-width:100%;margin-left:70px}.chat-team-panel__content>*{width:100%!important;height:100%!important;max-width:100%!important;box-sizing:border-box}.chat-team-panel__body{flex:1;height:100%;overflow:hidden;width:100%;max-width:100%}.chat-team-panel__body>*{width:100%!important;height:100%!important;max-width:100%!important;box-sizing:border-box}.chat-team-panel__body::-webkit-scrollbar{width:6px}.chat-team-panel__body::-webkit-scrollbar-track{background:#ffffff0d}.chat-team-panel__body::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.chat-team-panel__body::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.chat-team-panel__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#fff9;text-align:center;padding:20px}.chat-team-panel__empty p{margin:0 0 8px;font-size:16px;font-weight:500}.chat-team-panel__empty small{font-size:12px;color:#fff6;line-height:1.4}@media (max-width: 768px){.chat-team-panel{max-width:90vw}.chat-team-panel.closed{width:70px!important;min-width:70px!important;max-width:70px!important}.chat-team-panel__avatar-button{width:40px;height:40px}}
