.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:8px;max-width:calc(100vw - 32px);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;pointer-events:auto;cursor:pointer;background:#1e1e1ef2;border-radius:10px;align-items:center;gap:10px;min-width:200px;max-width:400px;padding:12px 16px;font-size:14px;font-weight:500;animation:.3s ease-out toast-slide-in;display:flex;box-shadow:0 4px 20px #0000004d}.toast:hover{background:#282828fa}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex}.toast-message{flex:1;line-height:1.4}.toast-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px;font-size:14px;line-height:1;transition:color .2s}.toast-close:hover{color:#fff}.toast-success{border-left:3px solid #10b981}.toast-success .toast-icon{color:#fff;background:#10b981}.toast-error{border-left:3px solid #ef4444}.toast-error .toast-icon{color:#fff;background:#ef4444}.toast-warning{border-left:3px solid #f59e0b}.toast-warning .toast-icon{color:#fff;background:#f59e0b}.toast-info{border-left:3px solid #3b82f6}.toast-info .toast-icon{color:#fff;background:#3b82f6}@media (max-width:640px){.toast-container{max-width:none;bottom:80px;left:16px;right:16px;transform:none}.toast{min-width:auto;max-width:none;padding:10px 14px;font-size:13px}}
.CoreSettingsPanel-module__iotGWq__field{flex-direction:column;gap:10px;display:flex}.CoreSettingsPanel-module__iotGWq__labelRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.CoreSettingsPanel-module__iotGWq__label{color:var(--text-primary);letter-spacing:-.01em;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.CoreSettingsPanel-module__iotGWq__guideLink{color:var(--text-tertiary);border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.CoreSettingsPanel-module__iotGWq__guideLink:hover{color:var(--accent-primary);background:var(--accent-light)}.CoreSettingsPanel-module__iotGWq__guideLink:after{content:"";opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:10px;height:10px;display:inline-block}.CoreSettingsPanel-module__iotGWq__guideLink:hover:after{opacity:1}.CoreSettingsPanel-module__iotGWq__tooltip{border:1px solid var(--border-default);width:16px;height:16px;color:var(--text-tertiary);cursor:help;border-radius:50%;justify-content:center;align-items:center;font-size:10px;transition:all .15s;display:inline-flex;position:relative}.CoreSettingsPanel-module__iotGWq__tooltip:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--accent-light)}.CoreSettingsPanel-module__iotGWq__tooltip:after{content:attr(data-tip);background:var(--text-primary);color:var(--bg-primary);opacity:0;visibility:hidden;z-index:100;text-align:left;border-radius:8px;width:280px;padding:10px 14px;font-size:12px;font-weight:400;line-height:1.5;transition:all .15s;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 4px 12px #00000026}.CoreSettingsPanel-module__iotGWq__tooltip:hover:after{opacity:1;visibility:visible}.CoreSettingsPanel-module__iotGWq__selectGroup{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.CoreSettingsPanel-module__iotGWq__selectBtn{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;white-space:nowrap;text-align:center;text-overflow:ellipsis;background:0 0;border-radius:8px;padding:10px 8px;font-size:11px;font-weight:500;transition:all .15s;overflow:hidden}.CoreSettingsPanel-module__iotGWq__selectBtn:hover{border-color:var(--accent-primary)}.CoreSettingsPanel-module__iotGWq__selectBtn.CoreSettingsPanel-module__iotGWq__active{border-color:var(--accent-primary);background:var(--accent-primary);color:#fff}.CoreSettingsPanel-module__iotGWq__loraGroupContainer{flex-direction:column;gap:16px;display:flex}.CoreSettingsPanel-module__iotGWq__loraGroup{flex-direction:column;gap:8px;display:flex}.CoreSettingsPanel-module__iotGWq__loraGroupHeader{align-items:center;gap:8px;display:flex}.CoreSettingsPanel-module__iotGWq__loraGroupName{color:var(--text-secondary);font-size:12px;font-weight:600}.CoreSettingsPanel-module__iotGWq__loraGroupDesc{color:var(--text-tertiary);font-size:11px}.CoreSettingsPanel-module__iotGWq__loraGrid{flex-wrap:wrap;gap:8px;display:flex}.CoreSettingsPanel-module__iotGWq__loraBtn{border:1px solid var(--border-light);text-align:center;cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:8px 14px;transition:all .15s;display:flex}.CoreSettingsPanel-module__iotGWq__loraBtn:hover{border-color:var(--accent-primary);background:#4f46e50d}.CoreSettingsPanel-module__iotGWq__loraBtn.CoreSettingsPanel-module__iotGWq__active{border-color:var(--accent-primary);background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff}.CoreSettingsPanel-module__iotGWq__loraName{color:inherit;font-size:12px;font-weight:500}.CoreSettingsPanel-module__iotGWq__loraWeightSection{background:var(--bg-secondary);border-radius:8px;flex-direction:column;gap:8px;margin-top:12px;padding:12px;display:flex}.CoreSettingsPanel-module__iotGWq__loraWeightRow{align-items:center;gap:12px;display:flex}.CoreSettingsPanel-module__iotGWq__loraWeightName{color:var(--text-secondary);flex:0 0 80px;font-size:12px;font-weight:500}.CoreSettingsPanel-module__iotGWq__loraWeightSlider{appearance:none;background:var(--border-light);cursor:pointer;border-radius:2px;outline:none;flex:1;height:4px}.CoreSettingsPanel-module__iotGWq__loraWeightSlider::-webkit-slider-thumb{appearance:none;background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);cursor:pointer;border-radius:50%;width:14px;height:14px;transition:transform .15s}.CoreSettingsPanel-module__iotGWq__loraWeightSlider::-webkit-slider-thumb:hover{transform:scale(1.2)}.CoreSettingsPanel-module__iotGWq__loraWeightSlider::-moz-range-thumb{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.CoreSettingsPanel-module__iotGWq__loraWeightValue{color:var(--accent-primary);text-align:right;flex:0 0 32px;font-size:12px;font-weight:600}.CoreSettingsPanel-module__iotGWq__fieldGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.CoreSettingsPanel-module__iotGWq__fieldItem{flex-direction:column;gap:8px;display:flex}.CoreSettingsPanel-module__iotGWq__selectDropdown{border:1px solid var(--border-light);background:var(--bg-secondary);width:100%;color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border-radius:8px;outline:none;padding:10px 36px 10px 12px;font-size:13px;transition:border-color .15s}.CoreSettingsPanel-module__iotGWq__selectDropdown:focus{border-color:var(--accent-primary)}.CoreSettingsPanel-module__iotGWq__selectDropdown:hover{border-color:var(--text-muted)}.CoreSettingsPanel-module__iotGWq__addBtn{border:1px solid var(--accent-primary);color:var(--accent-primary);cursor:pointer;background:0 0;border-radius:4px;padding:4px 8px;font-size:12px;transition:all .15s}.CoreSettingsPanel-module__iotGWq__addBtn:hover{background:var(--accent-primary);color:#fff}.CoreSettingsPanel-module__iotGWq__presetList,.CoreSettingsPanel-module__iotGWq__charList{flex-wrap:wrap;gap:8px;display:flex}.CoreSettingsPanel-module__iotGWq__presetItem,.CoreSettingsPanel-module__iotGWq__charItem{align-items:center;gap:4px;display:flex}.CoreSettingsPanel-module__iotGWq__presetBtn,.CoreSettingsPanel-module__iotGWq__charBtn{border:1px solid var(--border-light);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:13px;transition:all .15s}.CoreSettingsPanel-module__iotGWq__presetBtn:hover,.CoreSettingsPanel-module__iotGWq__charBtn:hover{border-color:var(--accent-primary);background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff}.CoreSettingsPanel-module__iotGWq__deleteBtn{width:20px;height:20px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;font-size:14px;line-height:1;transition:all .15s}.CoreSettingsPanel-module__iotGWq__deleteBtn:hover{color:#ef4444;background:#ef44441a}.CoreSettingsPanel-module__iotGWq__emptyText{color:var(--text-muted);margin:0;font-size:13px}.CoreSettingsPanel-module__iotGWq__disabledHint{color:var(--text-tertiary);margin-left:4px;font-size:10px;font-weight:400}.CoreSettingsPanel-module__iotGWq__selectDropdown.CoreSettingsPanel-module__iotGWq__disabled{opacity:.5;cursor:not-allowed;background-color:var(--bg-tertiary)}@media (max-width:640px){.CoreSettingsPanel-module__iotGWq__fieldGrid{grid-template-columns:1fr;gap:12px}.CoreSettingsPanel-module__iotGWq__selectGroup{flex-direction:column}}
.AdvancedPanel-module__HUR1lG__field{flex-direction:column;gap:10px;display:flex}.AdvancedPanel-module__HUR1lG__labelSm{color:var(--text-tertiary);align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}.AdvancedPanel-module__HUR1lG__tooltipSm{border:1px solid var(--border-default);width:14px;height:14px;color:var(--text-tertiary);cursor:help;border-radius:50%;justify-content:center;align-items:center;font-size:9px;transition:all .15s;display:inline-flex;position:relative}.AdvancedPanel-module__HUR1lG__tooltipSm:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--accent-light)}.AdvancedPanel-module__HUR1lG__tooltipSm:after{content:attr(data-tip);background:var(--text-primary);color:var(--bg-primary);opacity:0;visibility:hidden;z-index:100;text-align:left;border-radius:8px;width:280px;padding:10px 14px;font-size:12px;font-weight:400;line-height:1.5;transition:all .15s;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 4px 12px #00000026}.AdvancedPanel-module__HUR1lG__tooltipSm:hover:after{opacity:1;visibility:visible}.AdvancedPanel-module__HUR1lG__textareaSm{border:1px solid var(--border-light);width:100%;color:var(--text-secondary);resize:vertical;background:0 0;border-radius:6px;min-height:60px;padding:10px 12px;font-family:inherit;font-size:12px;transition:border-color .15s}.AdvancedPanel-module__HUR1lG__textareaSm::placeholder{color:var(--text-tertiary)}.AdvancedPanel-module__HUR1lG__textareaSm:focus{border-color:var(--text-tertiary);outline:none}.AdvancedPanel-module__HUR1lG__chipRow{flex-wrap:wrap;gap:8px;display:flex}.AdvancedPanel-module__HUR1lG__chipSm{border:1px solid var(--border-light);color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s}.AdvancedPanel-module__HUR1lG__chipSm:hover{border-color:var(--text-tertiary)}.AdvancedPanel-module__HUR1lG__chipSm.AdvancedPanel-module__HUR1lG__active{border-color:var(--accent-primary);background:var(--accent-primary);color:#fff}.AdvancedPanel-module__HUR1lG__seedSection{border:1px solid var(--border-light);background:var(--bg-secondary);border-radius:8px;padding:12px}.AdvancedPanel-module__HUR1lG__seedSection.AdvancedPanel-module__HUR1lG__expanded{border-color:var(--accent-primary)}.AdvancedPanel-module__HUR1lG__seedHeader{justify-content:space-between;align-items:center;display:flex}.AdvancedPanel-module__HUR1lG__seedToggle{border:1px solid var(--border-light);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:4px;padding:4px 8px;font-size:11px;transition:all .15s}.AdvancedPanel-module__HUR1lG__seedToggle:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.AdvancedPanel-module__HUR1lG__seedContent{border-top:1px solid var(--border-light);flex-direction:column;gap:12px;margin-top:12px;padding-top:12px;display:flex}.AdvancedPanel-module__HUR1lG__seedRow{align-items:center;gap:8px;display:flex}.AdvancedPanel-module__HUR1lG__seedInput{border:1px solid var(--border-light);color:var(--text-primary);font-size:12px;font-family:var(--font-mono);background:0 0;border-radius:6px;flex:1;padding:8px 12px;transition:border-color .15s}.AdvancedPanel-module__HUR1lG__seedInput:disabled{opacity:.5;cursor:not-allowed}.AdvancedPanel-module__HUR1lG__seedInput::placeholder{color:var(--text-tertiary);font-family:var(--font-sans)}.AdvancedPanel-module__HUR1lG__seedInput:focus{border-color:var(--accent-primary);outline:none}.AdvancedPanel-module__HUR1lG__seedBtn{border:1px solid var(--border-light);width:32px;height:32px;color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.AdvancedPanel-module__HUR1lG__seedBtn:disabled{opacity:.4;cursor:not-allowed}.AdvancedPanel-module__HUR1lG__seedBtn:not(:disabled):hover{border-color:var(--accent-primary);color:var(--accent-primary)}.AdvancedPanel-module__HUR1lG__checkboxLabel{color:var(--text-secondary);cursor:pointer;align-items:center;gap:6px;font-size:12px;display:flex}.AdvancedPanel-module__HUR1lG__checkboxLabel input[type=checkbox]{width:14px;height:14px;accent-color:var(--accent-primary)}.AdvancedPanel-module__HUR1lG__referenceArea{display:flex}.AdvancedPanel-module__HUR1lG__referenceOptions{gap:8px;width:100%;display:flex}.AdvancedPanel-module__HUR1lG__referenceOptionBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#4f46e50d}.AdvancedPanel-module__HUR1lG__referencePreview{border-radius:8px;width:80px;height:80px;position:relative;overflow:hidden}.AdvancedPanel-module__HUR1lG__referenceRemove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:background .15s;display:flex;position:absolute;top:4px;right:4px}.AdvancedPanel-module__HUR1lG__referenceRemove:hover{background:#dc2626e6}.AdvancedPanel-module__HUR1lG__img2imgBadge,.AdvancedPanel-module__HUR1lG__styleBadge{text-transform:uppercase;letter-spacing:.5px;color:#fff;border-radius:4px;align-items:center;margin-left:6px;padding:2px 6px;font-size:9px;font-weight:600;display:inline-flex}.AdvancedPanel-module__HUR1lG__img2imgBadge{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%)}.AdvancedPanel-module__HUR1lG__styleBadge{background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%)}.AdvancedPanel-module__HUR1lG__referenceWithOptions{gap:12px;width:100%;padding:8px;display:flex}.AdvancedPanel-module__HUR1lG__referenceModeOptions{flex-direction:column;flex:1;gap:8px;display:flex}.AdvancedPanel-module__HUR1lG__referenceModeLabel{border:1px solid var(--border-light);cursor:pointer;border-radius:6px;align-items:flex-start;gap:8px;padding:8px 10px;transition:all .15s;display:flex}.AdvancedPanel-module__HUR1lG__referenceModeLabel:hover{border-color:var(--accent-primary);background:#4f46e50d}.AdvancedPanel-module__HUR1lG__referenceModeLabel:has(input:checked){border-color:var(--accent-primary);background:#4f46e514}.AdvancedPanel-module__HUR1lG__referenceModeLabel.AdvancedPanel-module__HUR1lG__disabled{opacity:.5;cursor:not-allowed}.AdvancedPanel-module__HUR1lG__referenceModeLabel.AdvancedPanel-module__HUR1lG__disabled:hover{border-color:var(--border-light);background:0 0}.AdvancedPanel-module__HUR1lG__referenceModeLabel input[type=checkbox]{width:14px;height:14px;accent-color:var(--accent-primary);cursor:inherit;margin-top:2px}.AdvancedPanel-module__HUR1lG__referenceModeText{color:var(--text-primary);flex-direction:column;gap:2px;font-size:12px;font-weight:500;display:flex}.AdvancedPanel-module__HUR1lG__referenceModeDesc{color:var(--text-tertiary);font-size:10px;font-weight:400}.AdvancedPanel-module__HUR1lG__referenceArea{border:2px dashed #0000;border-radius:8px;transition:all .2s;display:flex}.AdvancedPanel-module__HUR1lG__referenceArea.AdvancedPanel-module__HUR1lG__dragOver{border-color:var(--accent-primary);background:#4f46e514}.AdvancedPanel-module__HUR1lG__dropHint{width:100%;color:var(--text-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:16px 12px 8px;font-size:11px;display:flex}.AdvancedPanel-module__HUR1lG__dropHint svg{opacity:.6}.AdvancedPanel-module__HUR1lG__referenceButtons{gap:8px;width:100%;padding:8px 0 16px;display:flex}.AdvancedPanel-module__HUR1lG__referenceOptions{flex-direction:column;gap:0;width:100%;display:flex}.AdvancedPanel-module__HUR1lG__referenceOptionBtn{border:1px solid var(--border-light);color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:6px;flex-direction:row;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:11px;transition:all .15s;display:flex}.AdvancedPanel-module__HUR1lG__optionalBadge{color:var(--text-muted);background:var(--bg-tertiary);border-radius:4px;margin-left:6px;padding:2px 6px;font-size:9px;font-weight:500}.AdvancedPanel-module__HUR1lG__referenceBox{border:2px dashed var(--border-light);background:var(--bg-secondary);cursor:pointer;border-radius:8px;width:100%;height:120px;transition:all .2s;position:relative;overflow:hidden}.AdvancedPanel-module__HUR1lG__referenceBox:hover{border-color:var(--accent-primary);background:#4f46e50d}.AdvancedPanel-module__HUR1lG__referenceBox.AdvancedPanel-module__HUR1lG__hasImage{cursor:default;border-style:solid}.AdvancedPanel-module__HUR1lG__referenceBox.AdvancedPanel-module__HUR1lG__dragOver{border-color:var(--accent-primary);background:#4f46e51a}.AdvancedPanel-module__HUR1lG__referenceImage{object-fit:contain}.AdvancedPanel-module__HUR1lG__referenceOverlay{opacity:0;background:0 0;justify-content:flex-end;align-items:flex-start;padding:8px;transition:opacity .2s;display:flex;position:absolute;inset:0}.AdvancedPanel-module__HUR1lG__referenceBox:hover .AdvancedPanel-module__HUR1lG__referenceOverlay{opacity:1}.AdvancedPanel-module__HUR1lG__referenceRemoveBtn{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}.AdvancedPanel-module__HUR1lG__referenceRemoveBtn:hover{background:#dc2626e6}.AdvancedPanel-module__HUR1lG__referenceEmpty{height:100%;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:12px;display:flex}.AdvancedPanel-module__HUR1lG__referenceEmpty svg{opacity:.5}.AdvancedPanel-module__HUR1lG__hiddenInput{display:none}.AdvancedPanel-module__HUR1lG__referenceActions{gap:8px;display:flex}.AdvancedPanel-module__HUR1lG__referenceActionBtn{border:1px solid var(--border-light);color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:6px;flex:1;align-items:center;gap:6px;padding:8px 12px;font-size:11px;transition:all .15s;display:flex}.AdvancedPanel-module__HUR1lG__referenceActionBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.AdvancedPanel-module__HUR1lG__referenceModeSection{background:var(--bg-secondary);border-radius:6px;flex-direction:column;gap:8px;margin-top:4px;padding:10px 12px;display:flex}.AdvancedPanel-module__HUR1lG__modeHint{color:var(--text-muted);margin-left:4px;font-size:10px}.AdvancedPanel-module__HUR1lG__unavailableHint{color:var(--color-error,#ef4444);margin-left:auto;font-size:10px}.AdvancedPanel-module__HUR1lG__checkboxLabel.AdvancedPanel-module__HUR1lG__disabled{opacity:.5;cursor:not-allowed}.AdvancedPanel-module__HUR1lG__checkboxLabel.AdvancedPanel-module__HUR1lG__disabled input{cursor:not-allowed}
.GenerateTab-module__Wd08aq__field{flex-direction:column;gap:10px;display:flex}.GenerateTab-module__Wd08aq__labelRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.GenerateTab-module__Wd08aq__label{color:var(--text-primary);letter-spacing:-.01em;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.GenerateTab-module__Wd08aq__labelOptions{align-items:center;gap:12px;display:flex}.GenerateTab-module__Wd08aq__checkboxLabel{color:var(--text-secondary);cursor:pointer;align-items:center;gap:6px;font-size:12px;display:flex}.GenerateTab-module__Wd08aq__checkboxLabel input[type=checkbox]{width:14px;height:14px;accent-color:var(--accent-primary)}.GenerateTab-module__Wd08aq__textarea{border:1px solid var(--border-light);width:100%;color:var(--text-primary);resize:vertical;background:0 0;border-radius:8px;min-height:100px;padding:14px 16px;font-family:inherit;font-size:14px;transition:border-color .15s}.GenerateTab-module__Wd08aq__textarea::placeholder{color:var(--text-tertiary)}.GenerateTab-module__Wd08aq__textarea:focus{border-color:var(--text-primary);outline:none}.GenerateTab-module__Wd08aq__advancedToggle{border:none;border-top:1px solid var(--border-light);width:100%;color:var(--text-tertiary);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:12px 0;font-size:12px;font-weight:500;transition:color .15s;display:flex}.GenerateTab-module__Wd08aq__advancedToggle:hover{color:var(--text-secondary)}.GenerateTab-module__Wd08aq__advancedToggle svg{transition:transform .2s}.GenerateTab-module__Wd08aq__advanced{flex-direction:column;gap:16px;padding-top:8px;display:flex}.GenerateTab-module__Wd08aq__generateBtn{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:auto;padding:16px;font-size:14px;font-weight:600;transition:all .15s}.GenerateTab-module__Wd08aq__generateBtn:hover:not(:disabled){opacity:.9;box-shadow:0 4px 16px #4f46e54d}.GenerateTab-module__Wd08aq__generateBtn:disabled{opacity:.4;cursor:not-allowed}.GenerateTab-module__Wd08aq__tokenCostBox{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.GenerateTab-module__Wd08aq__tokenCostHeader{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:13px;font-weight:500;display:flex}.GenerateTab-module__Wd08aq__tokenTotal{color:#f59e0b;font-size:15px;font-weight:600}.GenerateTab-module__Wd08aq__tokenTotal.GenerateTab-module__Wd08aq__insufficient{color:#ef4444}.GenerateTab-module__Wd08aq__tokenCostDetails{border-top:1px dashed var(--border-light);flex-direction:column;gap:4px;padding-top:8px;display:flex}.GenerateTab-module__Wd08aq__tokenCostRow{color:var(--text-tertiary);justify-content:space-between;font-size:12px;display:flex}.GenerateTab-module__Wd08aq__tokenCostRow span:last-child{color:var(--text-secondary);font-weight:500}.GenerateTab-module__Wd08aq__tokenWarning{color:#ef4444;text-align:center;background:#ef44441a;border-radius:6px;margin-top:4px;padding:8px;font-size:12px}.GenerateTab-module__Wd08aq__hint{color:var(--text-tertiary);letter-spacing:-.01em;margin:0;font-size:11px}@media (max-width:640px){.GenerateTab-module__Wd08aq__labelOptions{flex-wrap:wrap;gap:8px}}
.ReportModal-module__pNUW7a__overlay{z-index:99999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ReportModal-module__pNUW7a__modal{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:12px;width:100%;max-width:420px;animation:.2s ReportModal-module__pNUW7a__modalIn;overflow:hidden}@keyframes ReportModal-module__pNUW7a__modalIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.ReportModal-module__pNUW7a__header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ReportModal-module__pNUW7a__header h3{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.ReportModal-module__pNUW7a__closeBtn{width:32px;height:32px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:18px;transition:all .15s;display:flex}.ReportModal-module__pNUW7a__closeBtn:hover{background:var(--bg-primary);color:var(--text-primary)}.ReportModal-module__pNUW7a__body{padding:20px}.ReportModal-module__pNUW7a__body p{color:var(--text-secondary);margin:0 0 16px;font-size:14px}.ReportModal-module__pNUW7a__options{flex-direction:column;gap:8px;display:flex}.ReportModal-module__pNUW7a__option{background:var(--bg-primary);border:1px solid var(--border-light);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;transition:all .15s;display:flex}.ReportModal-module__pNUW7a__option:hover{border-color:var(--text-tertiary)}.ReportModal-module__pNUW7a__option.ReportModal-module__pNUW7a__selected{border-color:var(--accent-primary);background:#4f46e51a}.ReportModal-module__pNUW7a__option input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent-primary);cursor:pointer}.ReportModal-module__pNUW7a__option span{color:var(--text-primary);font-size:14px}.ReportModal-module__pNUW7a__footer{border-top:1px solid var(--border-light);justify-content:flex-end;gap:12px;padding:16px 20px;display:flex}.ReportModal-module__pNUW7a__cancelBtn{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .15s}.ReportModal-module__pNUW7a__cancelBtn:hover{border-color:var(--text-primary);color:var(--text-primary)}.ReportModal-module__pNUW7a__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .15s}.ReportModal-module__pNUW7a__submitBtn:hover:not(:disabled){opacity:.9;box-shadow:0 4px 12px #ef44444d}.ReportModal-module__pNUW7a__submitBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.ReportModal-module__pNUW7a__modal{border-radius:12px 12px 0 0;max-width:none;max-height:80vh;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.ReportModal-module__pNUW7a__overlay{align-items:flex-end;padding:0}}
.BatchImageGrid-module__WSLaoG__container{flex-direction:column;gap:12px;width:100%;height:100%;display:flex;position:relative}.BatchImageGrid-module__WSLaoG__grid{flex:1;align-items:stretch;gap:8px;min-height:0;display:grid}.BatchImageGrid-module__WSLaoG__gridSingle{grid-template-rows:1fr;grid-template-columns:1fr}.BatchImageGrid-module__WSLaoG__gridColumns{grid-template-columns:repeat(var(--batch-columns),minmax(0,1fr));grid-template-rows:1fr}.BatchImageGrid-module__WSLaoG__imageCard{cursor:pointer;background:var(--bg-secondary,#f5f5f5);border-radius:8px;flex-direction:column;transition:all .2s;display:flex;position:relative;overflow:hidden}.BatchImageGrid-module__WSLaoG__imageCard:focus-visible{outline:2px solid var(--accent-color,#7c3aed);outline-offset:2px}.BatchImageGrid-module__WSLaoG__selected{box-shadow:0 0 0 3px var(--accent-color,#7c3aed)}.BatchImageGrid-module__WSLaoG__unselected{opacity:.7}.BatchImageGrid-module__WSLaoG__unselected:hover{opacity:.85}.BatchImageGrid-module__WSLaoG__imageWrapper{background:var(--bg-primary,#fff);flex:1;width:100%;min-height:0;position:relative}.BatchImageGrid-module__WSLaoG__gridSingle .BatchImageGrid-module__WSLaoG__imageWrapper{height:100%}.BatchImageGrid-module__WSLaoG__unselectedOverlay{pointer-events:none;z-index:1;background:#0000004d;position:absolute;inset:0}.BatchImageGrid-module__WSLaoG__checkbox{cursor:pointer;z-index:10;background:#0006;border:2px solid #fff;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex;position:absolute;top:8px;left:8px}.BatchImageGrid-module__WSLaoG__checkbox:hover{background:#0009;transform:scale(1.05)}.BatchImageGrid-module__WSLaoG__checkbox.BatchImageGrid-module__WSLaoG__checked{background:var(--accent-color,#7c3aed);border-color:var(--accent-color,#7c3aed)}.BatchImageGrid-module__WSLaoG__checkbox svg{color:#fff}.BatchImageGrid-module__WSLaoG__statusBadges{z-index:5;gap:4px;display:flex;position:absolute;top:8px;right:8px}.BatchImageGrid-module__WSLaoG__savedBadge,.BatchImageGrid-module__WSLaoG__publishedBadge{color:#fff;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.BatchImageGrid-module__WSLaoG__savedBadge{background:#22c55ee6}.BatchImageGrid-module__WSLaoG__publishedBadge{background:#3b82f6e6}.BatchImageGrid-module__WSLaoG__imageFooter{background:var(--bg-secondary,#f5f5f5);border-top:1px solid var(--border-light,#e5e5e5);justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;display:flex}.BatchImageGrid-module__WSLaoG__titleRow{background:var(--bg-secondary,#f5f5f5);border-top:1px solid var(--border-light,#e5e5e5);padding:6px 8px 8px}.BatchImageGrid-module__WSLaoG__titleInput{border:1px solid var(--border-color,#ddd);background:var(--bg-primary,#fff);width:100%;color:var(--text-primary,#333);border-radius:6px;padding:6px 8px;font-size:12px}.BatchImageGrid-module__WSLaoG__titleInput:focus{border-color:var(--accent-color,#7c3aed);outline:none;box-shadow:0 0 0 2px #7c3aed26}.BatchImageGrid-module__WSLaoG__titleInput::placeholder{color:var(--text-secondary,#888)}.BatchImageGrid-module__WSLaoG__seedInfo{color:var(--text-secondary,#666);align-items:center;gap:4px;font-size:11px;display:flex}.BatchImageGrid-module__WSLaoG__seedLabel{opacity:.7}.BatchImageGrid-module__WSLaoG__seedValue{font-family:monospace}.BatchImageGrid-module__WSLaoG__imageActions{gap:6px;display:flex}.BatchImageGrid-module__WSLaoG__imageActionBtn{border:1px solid var(--border-color,#ddd);background:var(--bg-primary,#fff);color:var(--text-secondary,#555);cursor:pointer;border-radius:6px;padding:4px 8px;font-size:11px;transition:all .15s}.BatchImageGrid-module__WSLaoG__imageActionBtn:hover:not(:disabled){border-color:var(--accent-color,#7c3aed);color:var(--accent-color,#7c3aed)}.BatchImageGrid-module__WSLaoG__imageActionBtn:disabled{opacity:.5;cursor:not-allowed}.BatchImageGrid-module__WSLaoG__imageActionPrimary{background:linear-gradient(135deg,var(--accent-primary,#6366f1)0%,var(--accent-secondary,#4f46e5)100%);color:#fff;border-color:#0000}.BatchImageGrid-module__WSLaoG__imageActionPrimary:hover:not(:disabled){opacity:.9;color:#fff}.BatchImageGrid-module__WSLaoG__errorPlaceholder{color:var(--text-secondary,#666);background:var(--bg-secondary,#f0f0f0);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.BatchImageGrid-module__WSLaoG__errorPlaceholder svg{opacity:.5}.BatchImageGrid-module__WSLaoG__errorPlaceholder span{font-size:12px}.BatchImageGrid-module__WSLaoG__actionBar{background:var(--bg-secondary,#f5f5f5);border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.BatchImageGrid-module__WSLaoG__selectionCount{color:var(--text-secondary,#666);font-size:13px}.BatchImageGrid-module__WSLaoG__selectionCount strong{color:var(--accent-color,#7c3aed)}.BatchImageGrid-module__WSLaoG__actionButtons{gap:8px;display:flex}.BatchImageGrid-module__WSLaoG__selectBtn{border:1px solid var(--border-color,#ddd);color:var(--text-primary,#333);cursor:pointer;background:#fff;border-radius:4px;padding:4px 10px;font-size:12px;transition:all .15s}.BatchImageGrid-module__WSLaoG__selectBtn:hover:not(:disabled){background:var(--bg-secondary,#f5f5f5);border-color:var(--accent-color,#7c3aed)}.BatchImageGrid-module__WSLaoG__selectBtn:disabled{opacity:.5;cursor:not-allowed}.BatchImageGrid-module__WSLaoG__lightbox{z-index:1000;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.BatchImageGrid-module__WSLaoG__lightboxContent{width:90vw;height:90vh;position:relative}.BatchImageGrid-module__WSLaoG__lightboxClose{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex;position:absolute;top:-40px;right:0}.BatchImageGrid-module__WSLaoG__lightboxClose:hover{background:#fff3}.BatchImageGrid-module__WSLaoG__lightboxInfo{color:#ffffffb3;justify-content:space-between;font-size:13px;display:flex;position:absolute;bottom:-36px;left:0;right:0}.BatchImageGrid-module__WSLaoG__lightboxNav{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.BatchImageGrid-module__WSLaoG__lightboxNav:hover{background:#fff3}.BatchImageGrid-module__WSLaoG__lightboxNav.BatchImageGrid-module__WSLaoG__prev{left:-60px}.BatchImageGrid-module__WSLaoG__lightboxNav.BatchImageGrid-module__WSLaoG__next{right:-60px}.BatchImageGrid-module__WSLaoG__generatingOverlay{z-index:20;background:#fffc;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.BatchImageGrid-module__WSLaoG__spinner{border:3px solid var(--border-color,#ddd);border-top-color:var(--accent-color,#7c3aed);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite BatchImageGrid-module__WSLaoG__spin}@keyframes BatchImageGrid-module__WSLaoG__spin{to{transform:rotate(360deg)}}.BatchImageGrid-module__WSLaoG__generatingOverlay p{color:var(--text-secondary,#666);font-size:14px}@media (max-width:768px){.BatchImageGrid-module__WSLaoG__gridColumns{scroll-snap-type:x mandatory;grid-template-columns:none;grid-auto-columns:minmax(78%,1fr);grid-auto-flow:column;padding-bottom:6px;scroll-padding:12px;overflow:auto hidden}.BatchImageGrid-module__WSLaoG__imageCard{scroll-snap-align:start}.BatchImageGrid-module__WSLaoG__lightboxNav.BatchImageGrid-module__WSLaoG__prev{left:10px}.BatchImageGrid-module__WSLaoG__lightboxNav.BatchImageGrid-module__WSLaoG__next{right:10px}.BatchImageGrid-module__WSLaoG__actionBar{flex-direction:column;align-items:stretch;gap:8px}.BatchImageGrid-module__WSLaoG__selectionCount{text-align:center}.BatchImageGrid-module__WSLaoG__actionButtons{justify-content:center}}
.UpscaleCompareView-module__moSSyG__container{background:var(--bg-primary,#fff);border-radius:12px;flex-direction:column;height:100%;display:flex;overflow:hidden}.UpscaleCompareView-module__moSSyG__header{border-bottom:1px solid var(--border-light,#e5e5e5);align-items:center;gap:12px;padding:16px 20px;display:flex}.UpscaleCompareView-module__moSSyG__title{color:var(--text-primary,#111);margin:0;font-size:16px;font-weight:600}.UpscaleCompareView-module__moSSyG__info{color:var(--text-secondary,#666);background:var(--bg-secondary,#f5f5f5);border-radius:12px;padding:4px 10px;font-size:13px}.UpscaleCompareView-module__moSSyG__closeBtn{cursor:pointer;color:var(--text-tertiary,#999);background:0 0;border:none;border-radius:6px;margin-left:auto;padding:6px;transition:all .15s}.UpscaleCompareView-module__moSSyG__closeBtn:hover{background:var(--bg-secondary,#f5f5f5);color:var(--text-primary,#111)}.UpscaleCompareView-module__moSSyG__compareArea{flex:1;justify-content:center;align-items:center;gap:20px;min-height:0;padding:24px;display:flex}.UpscaleCompareView-module__moSSyG__imageBox{flex-direction:column;flex:1;align-items:center;gap:12px;max-width:45%;height:100%;display:flex}.UpscaleCompareView-module__moSSyG__imageWrapper{background:var(--bg-secondary,#f8f8f8);border-radius:8px;flex:1;width:100%;min-height:200px;position:relative;overflow:hidden}.UpscaleCompareView-module__moSSyG__label{color:var(--text-secondary,#666);background:var(--bg-secondary,#f5f5f5);border-radius:16px;padding:6px 16px;font-size:14px;font-weight:500}.UpscaleCompareView-module__moSSyG__arrow{color:var(--primary,#7c3aed);flex-shrink:0;justify-content:center;align-items:center;display:flex}.UpscaleCompareView-module__moSSyG__actions{border-top:1px solid var(--border-light,#e5e5e5);gap:12px;padding:16px 20px;display:flex}.UpscaleCompareView-module__moSSyG__applyBtn{background:var(--primary,#7c3aed);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:background .15s;display:flex}.UpscaleCompareView-module__moSSyG__applyBtn:hover{background:var(--primary-dark,#6d28d9)}.UpscaleCompareView-module__moSSyG__cancelBtn{background:var(--bg-secondary,#f5f5f5);color:var(--text-primary,#111);cursor:pointer;border:none;border-radius:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:background .15s}.UpscaleCompareView-module__moSSyG__cancelBtn:hover{background:var(--bg-tertiary,#e5e5e5)}@media (max-width:768px){.UpscaleCompareView-module__moSSyG__compareArea{flex-direction:column;gap:16px;padding:16px}.UpscaleCompareView-module__moSSyG__imageBox{flex:none;width:100%;max-width:100%;height:auto}.UpscaleCompareView-module__moSSyG__imageWrapper{aspect-ratio:3/4;min-height:150px}.UpscaleCompareView-module__moSSyG__arrow{transform:rotate(90deg)}.UpscaleCompareView-module__moSSyG__actions{flex-direction:column}}
.ResultArea-module__KPvsIq__result{background:var(--bg-secondary);flex-direction:column;padding:12px 16px;display:flex;overflow-y:auto}.ResultArea-module__KPvsIq__placeholder{color:var(--text-tertiary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.ResultArea-module__KPvsIq__placeholder svg{opacity:.3}.ResultArea-module__KPvsIq__placeholder p{font-size:14px}.ResultArea-module__KPvsIq__imageErrorPlaceholder{color:var(--text-tertiary);background:var(--bg-secondary);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.ResultArea-module__KPvsIq__imageErrorPlaceholder svg{opacity:.5;color:var(--error-color,#ef4444)}.ResultArea-module__KPvsIq__imageErrorPlaceholder p{color:var(--text-secondary);font-size:14px}.ResultArea-module__KPvsIq__errorUrl{color:var(--text-tertiary);opacity:.6;word-break:break-all;text-align:center;max-width:80%;font-size:11px}.ResultArea-module__KPvsIq__mainImage{background:var(--bg-primary);cursor:zoom-in;border-radius:12px;flex:1;min-height:55vh;position:relative;overflow:hidden}.ResultArea-module__KPvsIq__imageOverlay{z-index:12;background:#00000073;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ResultArea-module__KPvsIq__imageOverlayContent{color:#fff;text-shadow:0 1px 4px #0000004d;flex-direction:column;align-items:center;gap:12px;display:flex}.ResultArea-module__KPvsIq__lightboxOverlay{z-index:2000;background:#000000d1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ResultArea-module__KPvsIq__lightboxContent{background:#000;border-radius:12px;width:90vw;max-width:1400px;height:90vh;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000073}.ResultArea-module__KPvsIq__imageBadges{z-index:10;flex-wrap:wrap;gap:6px;display:flex;position:absolute;bottom:12px;left:12px}.ResultArea-module__KPvsIq__liteBadge{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff;letter-spacing:.02em;text-transform:uppercase;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:600}.ResultArea-module__KPvsIq__aiOptimizeBadge{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#8b5a2b 0%,#d2691e 100%);border-radius:4px;padding:4px 8px;font-size:10px;font-weight:600;box-shadow:0 2px 4px #8b5a2b4d}.ResultArea-module__KPvsIq__modelBadge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:500}.ResultArea-module__KPvsIq__loraBadge{color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:400}.ResultArea-module__KPvsIq__nsfwBadge{color:#fff;letter-spacing:.02em;cursor:help;background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;animation:2s ease-in-out infinite ResultArea-module__KPvsIq__nsfwPulse;box-shadow:0 2px 8px #dc262680}@keyframes ResultArea-module__KPvsIq__nsfwPulse{0%,to{opacity:1}50%{opacity:.7}}.ResultArea-module__KPvsIq__sfwBadge{color:#fff;letter-spacing:.02em;cursor:help;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;box-shadow:0 2px 4px #16a34a4d}.ResultArea-module__KPvsIq__thumbRow{gap:10px;margin-top:10px;display:flex}.ResultArea-module__KPvsIq__thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;width:64px;height:64px;padding:0;transition:border-color .15s;position:relative;overflow:hidden}.ResultArea-module__KPvsIq__thumb:hover{border-color:var(--text-tertiary)}.ResultArea-module__KPvsIq__thumb.ResultArea-module__KPvsIq__active{border-color:var(--text-primary)}.ResultArea-module__KPvsIq__titleRow{margin-top:8px}.ResultArea-module__KPvsIq__titleInput{background:var(--bg-primary);border:1px solid var(--border-default);width:100%;color:var(--text-primary);border-radius:8px;padding:10px 12px;font-size:14px;transition:border-color .2s}.ResultArea-module__KPvsIq__titleInput:focus{border-color:var(--accent-primary);outline:none}.ResultArea-module__KPvsIq__titleInput::placeholder{color:var(--text-tertiary)}.ResultArea-module__KPvsIq__seedRow{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.ResultArea-module__KPvsIq__seedDisplay{background:var(--bg-primary);color:var(--text-tertiary);font-size:11px;font-family:var(--font-mono);border-radius:6px;align-items:center;gap:8px;padding:6px 10px;display:flex}.ResultArea-module__KPvsIq__feedbackIcons{align-items:center;gap:4px;display:flex}.ResultArea-module__KPvsIq__feedbackBtn{width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .12s;display:flex}.ResultArea-module__KPvsIq__feedbackBtn:hover:not(:disabled){background:var(--bg-primary);color:var(--text-primary)}.ResultArea-module__KPvsIq__feedbackBtn:disabled{opacity:.45;cursor:default}.ResultArea-module__KPvsIq__feedbackBtn.ResultArea-module__KPvsIq__active{color:var(--accent-primary)}.ResultArea-module__KPvsIq__copyBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex}.ResultArea-module__KPvsIq__copyBtn:hover{color:var(--accent-primary)}.ResultArea-module__KPvsIq__actions{border-top:1px solid var(--border-light);align-items:center;gap:10px;margin-top:12px;padding-top:12px;display:flex}.ResultArea-module__KPvsIq__actionBtn{border:1px solid var(--border-light);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.ResultArea-module__KPvsIq__actionBtn:hover{border-color:var(--text-primary);color:var(--text-primary)}.ResultArea-module__KPvsIq__actionBtn:disabled{opacity:.5;cursor:not-allowed}.ResultArea-module__KPvsIq__actionBtnPrimary{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.ResultArea-module__KPvsIq__actionBtnPrimary:hover:not(:disabled){opacity:.9;box-shadow:0 4px 12px #4f46e54d}.ResultArea-module__KPvsIq__actionBtnPrimary:disabled{opacity:.5;cursor:not-allowed}.ResultArea-module__KPvsIq__actionSpacer{flex:1}.ResultArea-module__KPvsIq__iconBtn{border:1px solid var(--border-light);background:var(--bg-primary);width:40px;height:40px;color:var(--text-tertiary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.ResultArea-module__KPvsIq__iconBtn:hover{border-color:var(--text-primary);color:var(--text-primary)}.ResultArea-module__KPvsIq__feedbackRow{border-top:1px solid var(--border-light);align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:flex}.ResultArea-module__KPvsIq__iconBtn span{color:inherit;font-size:12px}.ResultArea-module__KPvsIq__iconBtn.ResultArea-module__KPvsIq__active{color:var(--accent-primary);border-color:var(--accent-primary);background:#4f46e51a}.ResultArea-module__KPvsIq__iconBtn.ResultArea-module__KPvsIq__disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.ResultArea-module__KPvsIq__iconBtn.ResultArea-module__KPvsIq__disabled:not(.ResultArea-module__KPvsIq__active){opacity:.4}.ResultArea-module__KPvsIq__iconBtn.ResultArea-module__KPvsIq__reportBtn:hover{color:#ef4444;border-color:#ef4444}.ResultArea-module__KPvsIq__actionBtn.ResultArea-module__KPvsIq__completed,.ResultArea-module__KPvsIq__actionBtnPrimary.ResultArea-module__KPvsIq__completed{opacity:.7;cursor:default}.ResultArea-module__KPvsIq__tokenCost{background:var(--accent-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:18px;margin-left:4px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.ResultArea-module__KPvsIq__actionBtn.ResultArea-module__KPvsIq__completed{color:#22c55e;border-color:#22c55e}.ResultArea-module__KPvsIq__actionBtnPrimary.ResultArea-module__KPvsIq__completed{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.ResultArea-module__KPvsIq__actionBtn.ResultArea-module__KPvsIq__loading{color:var(--accent-primary);position:relative}.ResultArea-module__KPvsIq__skeletonContainer{flex-direction:column;flex:1;gap:20px;display:flex}.ResultArea-module__KPvsIq__skeletonImage{background:var(--bg-primary);border-radius:12px;flex:1;min-height:55vh;position:relative;overflow:hidden}.ResultArea-module__KPvsIq__skeletonPulse{background:linear-gradient(90deg,var(--bg-primary)0%,var(--bg-secondary)50%,var(--bg-primary)100%);background-size:200% 100%;animation:1.5s ease-in-out infinite ResultArea-module__KPvsIq__pulse;position:absolute;inset:0}@keyframes ResultArea-module__KPvsIq__pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.ResultArea-module__KPvsIq__skeletonSpinner{z-index:10;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.ResultArea-module__KPvsIq__spinnerRing{border:3px solid var(--border-light);border-top-color:var(--accent-primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite ResultArea-module__KPvsIq__spin}@keyframes ResultArea-module__KPvsIq__spin{to{transform:rotate(360deg)}}.ResultArea-module__KPvsIq__skeletonSpinner p{color:var(--text-secondary);margin:0;font-size:14px}.ResultArea-module__KPvsIq__skeletonInfo{flex-direction:column;gap:8px;display:flex}.ResultArea-module__KPvsIq__skeletonLine{background:var(--bg-primary);background-size:200% 100%;background-image:linear-gradient(90deg,var(--bg-primary)0%,var(--bg-secondary)50%,var(--bg-primary)100%);border-radius:4px;height:16px;animation:1.5s ease-in-out infinite ResultArea-module__KPvsIq__pulse}.ResultArea-module__KPvsIq__batchGridWrapper{flex-direction:column;flex:1;min-height:300px;display:flex}.ResultArea-module__KPvsIq__batchBadges{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.ResultArea-module__KPvsIq__actionBtn.ResultArea-module__KPvsIq__refined{color:#f59e0b;border-color:#f59e0b}.ResultArea-module__KPvsIq__actionBtn.ResultArea-module__KPvsIq__refined:hover{color:#d97706;border-color:#d97706}.ResultArea-module__KPvsIq__confirmOverlay{z-index:2100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ResultArea-module__KPvsIq__confirmDialog{background:var(--bg-secondary);border:1px solid var(--border-default);text-align:center;border-radius:16px;width:90%;max-width:360px;padding:24px 28px;box-shadow:0 16px 48px #00000040}.ResultArea-module__KPvsIq__confirmIcon{margin-bottom:12px;font-size:36px}.ResultArea-module__KPvsIq__confirmTitle{color:var(--text-primary);margin:0 0 12px;font-size:16px;font-weight:600}.ResultArea-module__KPvsIq__confirmMessage{color:var(--text-secondary);margin:0 0 20px;font-size:13px;line-height:1.6}.ResultArea-module__KPvsIq__confirmActions{gap:10px;display:flex}.ResultArea-module__KPvsIq__confirmCancelBtn{border:1px solid var(--border-default);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border-radius:8px;flex:1;padding:12px 16px;font-size:13px;font-weight:500;transition:all .15s}.ResultArea-module__KPvsIq__confirmCancelBtn:hover{border-color:var(--text-tertiary);color:var(--text-primary)}.ResultArea-module__KPvsIq__confirmProceedBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:8px;flex:1;padding:12px 16px;font-size:13px;font-weight:600;transition:all .15s}.ResultArea-module__KPvsIq__confirmProceedBtn:hover{opacity:.9;box-shadow:0 4px 12px #f59e0b59}@media (max-width:1024px){.ResultArea-module__KPvsIq__result{flex:1;height:100%;min-height:0}.ResultArea-module__KPvsIq__mainImage{flex:1;min-height:200px}}@media (max-width:640px){.ResultArea-module__KPvsIq__result{padding:16px}.ResultArea-module__KPvsIq__actions{flex-wrap:wrap}.ResultArea-module__KPvsIq__actionBtn,.ResultArea-module__KPvsIq__actionBtnPrimary{flex:1;min-width:100px}.ResultArea-module__KPvsIq__mainImage,.ResultArea-module__KPvsIq__skeletonImage{min-height:150px}.ResultArea-module__KPvsIq__feedbackRow{flex-wrap:wrap}.ResultArea-module__KPvsIq__iconBtn{flex:1;justify-content:center}}
.VideoResultArea-module__aUaG4G__container{background:var(--bg-secondary);border-radius:12px;flex-direction:column;height:100%;display:flex;overflow:hidden}.VideoResultArea-module__aUaG4G__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px 24px;display:flex}.VideoResultArea-module__aUaG4G__emptyIcon{color:var(--text-tertiary);opacity:.5}.VideoResultArea-module__aUaG4G__emptyText{color:var(--text-secondary);font-size:15px;font-weight:500}.VideoResultArea-module__aUaG4G__emptyHint{color:var(--text-tertiary);font-size:13px}.VideoResultArea-module__aUaG4G__generatingState{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;padding:40px 24px;display:flex}.VideoResultArea-module__aUaG4G__generatingIcon{color:var(--accent)}.VideoResultArea-module__aUaG4G__generatingIcon svg{animation:1s linear infinite VideoResultArea-module__aUaG4G__spin}@keyframes VideoResultArea-module__aUaG4G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.VideoResultArea-module__aUaG4G__generatingText{flex-direction:column;align-items:center;gap:4px;display:flex}.VideoResultArea-module__aUaG4G__generatingTitle{color:var(--text-primary);font-size:16px;font-weight:600}.VideoResultArea-module__aUaG4G__generatingPercent{color:var(--accent);font-size:24px;font-weight:700}.VideoResultArea-module__aUaG4G__progressBar{background:var(--bg-tertiary);border-radius:3px;width:100%;max-width:300px;height:6px;overflow:hidden}.VideoResultArea-module__aUaG4G__progressFill{background:linear-gradient(90deg,var(--accent),#7c3aed);border-radius:3px;height:100%;transition:width .3s}.VideoResultArea-module__aUaG4G__generatingInfo{color:var(--text-tertiary);font-size:13px}.VideoResultArea-module__aUaG4G__errorState{color:#ef4444;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px 24px;display:flex}.VideoResultArea-module__aUaG4G__errorText{text-align:center;font-size:14px}.VideoResultArea-module__aUaG4G__resultContent{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.VideoResultArea-module__aUaG4G__resultHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.VideoResultArea-module__aUaG4G__resultTitle{color:var(--text-primary);font-size:15px;font-weight:600}.VideoResultArea-module__aUaG4G__resultBadge{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:12px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.VideoResultArea-module__aUaG4G__resultBadge svg{flex-shrink:0}.VideoResultArea-module__aUaG4G__videoContainer{aspect-ratio:16/9;background:#000;border-radius:8px;width:100%;position:relative;overflow:hidden}.VideoResultArea-module__aUaG4G__videoPlayer{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.VideoResultArea-module__aUaG4G__inputField{background:var(--bg-tertiary);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:8px;outline:none;padding:12px 14px;font-size:14px;transition:border-color .15s}.VideoResultArea-module__aUaG4G__inputField:focus{border-color:var(--accent)}.VideoResultArea-module__aUaG4G__inputField::placeholder{color:var(--text-tertiary)}.VideoResultArea-module__aUaG4G__feedbackRow{justify-content:flex-end;align-items:center;gap:8px;display:flex}.VideoResultArea-module__aUaG4G__feedbackBtn{border:1px solid var(--border);width:36px;height:36px;color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.VideoResultArea-module__aUaG4G__feedbackBtn:hover{background:var(--bg-tertiary);color:var(--text-secondary);border-color:var(--border-hover)}.VideoResultArea-module__aUaG4G__feedbackBtnActive{background:var(--accent-light,#8b5cf61a);border-color:var(--accent);color:var(--accent)}.VideoResultArea-module__aUaG4G__feedbackBtnActive:hover{background:var(--accent-light,#8b5cf626);color:var(--accent)}.VideoResultArea-module__aUaG4G__successMessage{color:#22c55e;background:#22c55e1a;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:13px;font-weight:500;display:flex}.VideoResultArea-module__aUaG4G__actionGroup{gap:10px;margin-top:auto;display:flex}.VideoResultArea-module__aUaG4G__actionBtn{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.VideoResultArea-module__aUaG4G__actionBtn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-hover)}.VideoResultArea-module__aUaG4G__actionBtn:disabled{opacity:.5;cursor:not-allowed}.VideoResultArea-module__aUaG4G__actionBtnPrimary{background:var(--accent);border-color:var(--accent);color:#fff}.VideoResultArea-module__aUaG4G__actionBtnPrimary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.VideoResultArea-module__aUaG4G__actionBtnSuccess{color:#fff;background:#22c55e;border-color:#22c55e}@media (max-width:640px){.VideoResultArea-module__aUaG4G__resultContent{padding:16px}.VideoResultArea-module__aUaG4G__actionGroup{flex-direction:column}}
.AIChat-module__bGhWFa__chatContainer{z-index:1000;transition:opacity .2s;position:fixed;bottom:24px;right:24px}.AIChat-module__bGhWFa__chatContainer.AIChat-module__bGhWFa__dragging{opacity:.8;cursor:grabbing}.AIChat-module__bGhWFa__chatToggle{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;border:none;border-radius:50%;width:52px;height:52px;font-size:16px;font-weight:600;transition:all .2s;box-shadow:0 4px 20px #4f46e566}.AIChat-module__bGhWFa__chatToggle:hover{transform:scale(1.05);box-shadow:0 6px 24px #4f46e580}.AIChat-module__bGhWFa__chatToggle:active{cursor:grabbing}.AIChat-module__bGhWFa__chatOpen .AIChat-module__bGhWFa__chatToggle{cursor:pointer;font-size:22px}.AIChat-module__bGhWFa__chatPanel{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:12px;flex-direction:column;width:360px;max-height:450px;transition:all .2s;display:flex;position:absolute;bottom:64px;right:0;overflow:hidden;box-shadow:0 8px 32px #0003}.AIChat-module__bGhWFa__chatExpanded .AIChat-module__bGhWFa__chatPanel{width:480px;max-height:600px}.AIChat-module__bGhWFa__chatHeader{border-bottom:1px solid var(--border-light);color:var(--text-primary);justify-content:space-between;align-items:center;padding:12px 14px;font-size:14px;font-weight:600;display:flex}.AIChat-module__bGhWFa__chatHeaderActions{align-items:center;gap:8px;display:flex}.AIChat-module__bGhWFa__chatHeaderBtn{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .12s;display:flex}.AIChat-module__bGhWFa__chatHeaderBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.AIChat-module__bGhWFa__chatContext{color:var(--text-muted);font-size:11px;font-weight:400}.AIChat-module__bGhWFa__chatMessages{flex-direction:column;flex:1;gap:10px;min-height:200px;max-height:280px;padding:16px;display:flex;overflow-y:auto}.AIChat-module__bGhWFa__chatExpanded .AIChat-module__bGhWFa__chatMessages{max-height:420px}.AIChat-module__bGhWFa__chatEmpty{text-align:center;color:var(--text-muted);flex-direction:column;gap:16px;padding:16px 0;display:flex}.AIChat-module__bGhWFa__chatEmpty p{margin:0 0 8px;font-size:13px}.AIChat-module__bGhWFa__chatHint{opacity:.7;color:var(--text-muted)!important;font-size:12px!important}.AIChat-module__bGhWFa__chatWelcome{flex-direction:column;align-items:center;gap:8px;display:flex}.AIChat-module__bGhWFa__chatWelcomeIcon{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.AIChat-module__bGhWFa__chatWelcomeIcon svg{width:20px;height:20px}.AIChat-module__bGhWFa__chatWelcome h4{color:var(--text-primary);margin:0;font-size:15px;font-weight:600}.AIChat-module__bGhWFa__chatWelcome p{color:var(--text-muted);margin:0;font-size:13px}.AIChat-module__bGhWFa__quickSuggestions{flex-wrap:wrap;justify-content:center;gap:8px;padding:0 8px;display:flex}.AIChat-module__bGhWFa__quickSuggestionBtn{border:1px solid var(--border-light);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;border-radius:20px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.AIChat-module__bGhWFa__quickSuggestionBtn:hover:not(:disabled){border-color:var(--accent-primary);background:rgba(var(--accent-primary-rgb),.08);color:var(--accent-primary);transform:translateY(-1px)}.AIChat-module__bGhWFa__quickSuggestionBtn:active:not(:disabled){transform:translateY(0)}.AIChat-module__bGhWFa__quickSuggestionBtn:disabled{opacity:.5;cursor:not-allowed}.AIChat-module__bGhWFa__quickSuggestionIcon{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.AIChat-module__bGhWFa__quickSuggestionBtn:hover:not(:disabled) .AIChat-module__bGhWFa__quickSuggestionIcon{color:var(--accent-primary)}.AIChat-module__bGhWFa__chatCurrentPrompt{background:var(--bg-secondary);border:1px solid var(--border-light);text-align:left;border-radius:8px;margin:0 8px;padding:10px 12px}.AIChat-module__bGhWFa__chatCurrentPrompt span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.AIChat-module__bGhWFa__chatCurrentPrompt p{color:var(--text-secondary);word-break:break-word;margin:4px 0 0;font-size:11px;line-height:1.4}.AIChat-module__bGhWFa__chatMsg{border-radius:12px;max-width:85%;padding:10px 14px;font-size:13px;line-height:1.5}.AIChat-module__bGhWFa__chatMsg.AIChat-module__bGhWFa__user{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.AIChat-module__bGhWFa__chatMsg.AIChat-module__bGhWFa__assistant{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-light);border-bottom-left-radius:4px;align-self:flex-start}.AIChat-module__bGhWFa__chatMsgContent{white-space:pre-wrap;word-break:break-word}.AIChat-module__bGhWFa__typingDots{animation:1.2s infinite AIChat-module__bGhWFa__pulse;display:inline-block}@keyframes AIChat-module__bGhWFa__pulse{0%,to{opacity:.4}50%{opacity:1}}.AIChat-module__bGhWFa__chatInputRow{border-top:1px solid var(--border-light);gap:8px;padding:12px;display:flex}.AIChat-module__bGhWFa__chatInput{border:1px solid var(--border-light);background:var(--bg-secondary);color:var(--text-primary);resize:none;border-radius:8px;outline:none;flex:1;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .15s}.AIChat-module__bGhWFa__chatInput:focus{border-color:var(--accent-primary)}.AIChat-module__bGhWFa__chatSendBtn{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:0 16px;font-size:13px;font-weight:500;transition:opacity .15s}.AIChat-module__bGhWFa__chatSendBtn:disabled{opacity:.5;cursor:not-allowed}.AIChat-module__bGhWFa__chatSendBtn:not(:disabled):hover{opacity:.9}.AIChat-module__bGhWFa__chatBtnGroup{flex-direction:column;gap:6px;display:flex}.AIChat-module__bGhWFa__chatDeepThinkBtn{border:1px solid var(--border-light);background:var(--bg-secondary);height:32px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:0 12px;font-size:11px;font-weight:500;transition:all .15s;display:flex}.AIChat-module__bGhWFa__chatDeepThinkBtn:not(:disabled):hover{border-color:var(--accent-secondary);background:rgba(var(--accent-secondary-rgb,168,85,247),.1);color:var(--accent-secondary)}.AIChat-module__bGhWFa__chatDeepThinkBtn:disabled{opacity:.4;cursor:not-allowed}.AIChat-module__bGhWFa__chatDeepThinkBtn svg{flex-shrink:0}.AIChat-module__bGhWFa__chatSuggestion{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:10px;flex-direction:column;gap:10px;margin-top:12px;padding:12px;display:flex}.AIChat-module__bGhWFa__suggestionHeader{color:var(--text-primary);letter-spacing:.01em;justify-content:space-between;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.AIChat-module__bGhWFa__chatSuggestionApplied{border-color:var(--accent-primary);box-shadow:0 0 0 1px rgba(var(--accent-primary-rgb),.18)}.AIChat-module__bGhWFa__suggestionStatus{color:var(--accent-primary);background:rgba(var(--accent-primary-rgb),.12);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.AIChat-module__bGhWFa__suggestionList{flex-direction:column;gap:10px;display:flex}.AIChat-module__bGhWFa__suggestionRow,.AIChat-module__bGhWFa__suggestionRowInline{flex-direction:column;gap:6px;display:flex}.AIChat-module__bGhWFa__suggestionRowInline{flex-flow:wrap;justify-content:space-between;align-items:center;gap:6px}.AIChat-module__bGhWFa__suggestionRow span,.AIChat-module__bGhWFa__suggestionRowInline span{color:var(--text-muted);font-size:11px}.AIChat-module__bGhWFa__suggestionRow p{color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border-light);border-radius:8px;margin:0;padding:8px;font-size:12px;line-height:1.4}.AIChat-module__bGhWFa__suggestionRowInline strong{color:var(--accent-primary);background:rgba(var(--accent-primary-rgb),.12);border-radius:8px;padding:4px 8px;font-size:12px}.AIChat-module__bGhWFa__applySuggestionBtn{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:10px 12px;font-size:12px;font-weight:700;transition:all .15s}.AIChat-module__bGhWFa__applySuggestionBtn:hover{opacity:.9;transform:translateY(-1px)}.AIChat-module__bGhWFa__applySuggestionBtn:active{transform:translateY(0)}.AIChat-module__bGhWFa__applySuggestionBtn:disabled{opacity:.55;cursor:default;transform:none}.AIChat-module__bGhWFa__suggestionNote{color:var(--text-muted);margin:0;font-size:11px;line-height:1.4}.AIChat-module__bGhWFa__adminMenuWrapper{position:relative}.AIChat-module__bGhWFa__chatHeaderBtn.AIChat-module__bGhWFa__active{background:var(--bg-secondary);color:var(--accent-primary)}.AIChat-module__bGhWFa__adminMenu{background:var(--bg-primary);border:1px solid var(--border-light);z-index:100;border-radius:8px;flex-direction:column;gap:12px;width:200px;margin-top:8px;padding:12px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 16px #00000026}.AIChat-module__bGhWFa__adminMenuTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-light);padding-bottom:8px;font-size:11px;font-weight:600}.AIChat-module__bGhWFa__adminMenuGroup{flex-direction:column;gap:6px;display:flex}.AIChat-module__bGhWFa__adminMenuGroup label{color:var(--text-secondary);font-size:11px;font-weight:500}.AIChat-module__bGhWFa__adminMenuGroup select{border:1px solid var(--border-light);background:var(--bg-secondary);width:100%;color:var(--text-primary);cursor:pointer;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:12px;transition:border-color .15s}.AIChat-module__bGhWFa__adminMenuGroup select:focus{border-color:var(--accent-primary);outline:none}.AIChat-module__bGhWFa__adminMenuGroup select:hover{border-color:var(--text-muted)}
.CreatorLiteSection-module__wsDYNG__container{background:var(--bg-primary);z-index:100;flex-direction:column;display:flex;position:fixed;inset:0}.CreatorLiteSection-module__wsDYNG__topNav{border-bottom:1px solid var(--border-light);background:var(--bg-primary);align-items:center;gap:24px;padding:12px 24px;display:flex}.CreatorLiteSection-module__wsDYNG__backBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.CreatorLiteSection-module__wsDYNG__backBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.CreatorLiteSection-module__wsDYNG__tabs{background:var(--bg-secondary);border-radius:8px;gap:4px;padding:4px;display:flex}.CreatorLiteSection-module__wsDYNG__rightActions{align-items:center;gap:12px;margin-left:auto;display:flex}.CreatorLiteSection-module__wsDYNG__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s}.CreatorLiteSection-module__wsDYNG__tab:hover{color:var(--text-primary)}.CreatorLiteSection-module__wsDYNG__tab.CreatorLiteSection-module__wsDYNG__active{background:var(--bg-primary);color:var(--text-primary);box-shadow:0 1px 3px #0000001a}.CreatorLiteSection-module__wsDYNG__styleToggle{background:var(--bg-secondary);border-radius:6px;gap:2px;padding:3px;display:flex}.CreatorLiteSection-module__wsDYNG__styleBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .15s}.CreatorLiteSection-module__wsDYNG__styleBtn:hover{color:var(--text-secondary)}.CreatorLiteSection-module__wsDYNG__styleBtn.CreatorLiteSection-module__wsDYNG__active{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff}.CreatorLiteSection-module__wsDYNG__styleBtn.CreatorLiteSection-module__wsDYNG__disabled{opacity:.5;cursor:not-allowed}.CreatorLiteSection-module__wsDYNG__styleBtn.CreatorLiteSection-module__wsDYNG__disabled:hover{color:var(--text-muted)}.CreatorLiteSection-module__wsDYNG__comingSoon{background:var(--bg-tertiary);color:var(--text-muted);border-radius:3px;margin-left:4px;padding:2px 4px;font-size:9px;font-weight:400}.CreatorLiteSection-module__wsDYNG__tokenActionBar{align-items:center;gap:8px;display:flex;position:relative}.CreatorLiteSection-module__wsDYNG__tokenSummary{border:1px solid var(--border-light);color:var(--text-primary);cursor:pointer;background:#ffffff0a;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.CreatorLiteSection-module__wsDYNG__tokenSummary:hover{border-color:var(--text-secondary)}.CreatorLiteSection-module__wsDYNG__tokenIcon{color:var(--accent-primary)}.CreatorLiteSection-module__wsDYNG__tokenSummaryLabel{color:var(--text-secondary);font-weight:500}.CreatorLiteSection-module__wsDYNG__tokenSummaryValue{color:var(--text-primary)}.CreatorLiteSection-module__wsDYNG__tokenInline{vertical-align:middle;align-items:center;gap:4px;display:inline-flex}.CreatorLiteSection-module__wsDYNG__tokenInlineIcon{color:currentColor;flex-shrink:0;align-items:center;display:flex}.CreatorLiteSection-module__wsDYNG__tokenChevron{transition:transform .2s;transform:rotate(90deg)}.CreatorLiteSection-module__wsDYNG__tokenSummary.CreatorLiteSection-module__wsDYNG__open .CreatorLiteSection-module__wsDYNG__tokenChevron{transform:rotate(270deg)}.CreatorLiteSection-module__wsDYNG__tokenDropdown{background:var(--bg-primary);border:1px solid var(--border-light);z-index:5;border-radius:8px;flex-direction:column;gap:6px;min-width:180px;padding:10px 12px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 30px #0000001f}.CreatorLiteSection-module__wsDYNG__tokenBreakdownRow{color:var(--text-secondary);justify-content:space-between;font-size:12px;display:flex}.CreatorLiteSection-module__wsDYNG__tokenBreakdownRow span:last-child{color:var(--text-primary);font-weight:600}.CreatorLiteSection-module__wsDYNG__generateBtn{background:var(--accent-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .15s}.CreatorLiteSection-module__wsDYNG__generateBtn:disabled{opacity:.4;cursor:not-allowed}.CreatorLiteSection-module__wsDYNG__generateBtn:hover:not(:disabled){opacity:.92;box-shadow:0 2px 10px #4f46e52e}.CreatorLiteSection-module__wsDYNG__tokenDisplay{background:var(--bg-secondary);color:var(--accent-primary);border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:flex}.CreatorLiteSection-module__wsDYNG__tokenDisplay svg{color:inherit}.CreatorLiteSection-module__wsDYNG__content{flex:1;grid-template-columns:minmax(300px,330px) 1fr;gap:0;display:grid;overflow:hidden}.CreatorLiteSection-module__wsDYNG__content.CreatorLiteSection-module__wsDYNG__fullWidth{grid-template-columns:1fr}.CreatorLiteSection-module__wsDYNG__panel{border-right:1px solid var(--border-light);background:var(--bg-primary);flex-direction:column;gap:20px;padding:20px;display:flex;overflow-y:auto}.CreatorLiteSection-module__wsDYNG__resultWrapper{display:contents}@media (max-width:1024px){.CreatorLiteSection-module__wsDYNG__topNav{flex-wrap:wrap;gap:12px}.CreatorLiteSection-module__wsDYNG__rightActions{flex-wrap:wrap;justify-content:flex-start;width:100%}.CreatorLiteSection-module__wsDYNG__styleToggle{order:2;width:auto;margin-left:0}.CreatorLiteSection-module__wsDYNG__tokenActionBar{order:3;width:100%}.CreatorLiteSection-module__wsDYNG__tokenSummary{flex:1;justify-content:space-between}.CreatorLiteSection-module__wsDYNG__generateBtn{flex-shrink:0}.CreatorLiteSection-module__wsDYNG__content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.CreatorLiteSection-module__wsDYNG__panel{border-bottom:none;border-right:none;flex:0 0 45%;min-height:150px;max-height:75%;overflow-y:auto}.CreatorLiteSection-module__wsDYNG__resultWrapper{flex-direction:column;flex:55%;min-height:150px;display:flex;overflow:hidden}.CreatorLiteSection-module__wsDYNG__content.CreatorLiteSection-module__wsDYNG__resizing{-webkit-user-select:none;user-select:none;cursor:row-resize}.CreatorLiteSection-module__wsDYNG__content.CreatorLiteSection-module__wsDYNG__resizing .CreatorLiteSection-module__wsDYNG__panel,.CreatorLiteSection-module__wsDYNG__content.CreatorLiteSection-module__wsDYNG__resizing .CreatorLiteSection-module__wsDYNG__resultWrapper{pointer-events:none}}@media (max-width:640px){.CreatorLiteSection-module__wsDYNG__topNav{padding:10px 16px}.CreatorLiteSection-module__wsDYNG__tabs{flex:1}.CreatorLiteSection-module__wsDYNG__tab{text-align:center;flex:1;padding:8px 12px;font-size:12px}.CreatorLiteSection-module__wsDYNG__tokenActionBar{flex-direction:column;align-items:flex-start;gap:10px}.CreatorLiteSection-module__wsDYNG__generateBtn{text-align:center;width:100%}.CreatorLiteSection-module__wsDYNG__panel{gap:16px;padding:16px}}.CreatorLiteSection-module__wsDYNG__errorModal{z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s CreatorLiteSection-module__wsDYNG__fadeIn;display:flex;position:fixed;inset:0}@keyframes CreatorLiteSection-module__wsDYNG__fadeIn{0%{opacity:0}to{opacity:1}}.CreatorLiteSection-module__wsDYNG__errorModalContent{background:var(--bg-primary);border:1px solid var(--border-light);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:16px;max-width:400px;padding:32px;animation:.3s CreatorLiteSection-module__wsDYNG__slideUp;display:flex;box-shadow:0 20px 50px #0006}@keyframes CreatorLiteSection-module__wsDYNG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CreatorLiteSection-module__wsDYNG__errorModalIcon{font-size:48px;line-height:1}.CreatorLiteSection-module__wsDYNG__errorModalTitle{color:var(--text-primary);font-size:18px;font-weight:600}.CreatorLiteSection-module__wsDYNG__errorModalMessage{color:var(--text-secondary);flex-direction:column;gap:8px;font-size:14px;line-height:1.6;display:flex}.CreatorLiteSection-module__wsDYNG__errorModalMessage p{margin:0}.CreatorLiteSection-module__wsDYNG__errorModalBtn{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:8px;padding:12px 32px;font-size:14px;font-weight:600;transition:all .15s}.CreatorLiteSection-module__wsDYNG__errorModalBtn:hover{opacity:.9;box-shadow:0 4px 12px #4f46e54d}.CreatorLiteSection-module__wsDYNG__comingSoonWrapper{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}.CreatorLiteSection-module__wsDYNG__comingSoonTitle{color:var(--text-secondary);font-size:15px;font-weight:500}.CreatorLiteSection-module__wsDYNG__comingSoonDesc{color:var(--text-muted);font-size:13px;line-height:1.5}
