.settings-module__eSbG6G__container{flex-direction:column;gap:2rem;width:100%;max-width:800px;margin:0 auto;padding:2rem;display:flex}.settings-module__eSbG6G__header{height:var(--header-height);background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);z-index:100;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.settings-module__eSbG6G__card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.settings-module__eSbG6G__cardTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-bottom:.5rem;padding-bottom:.75rem;font-size:1.15rem;font-weight:700}.settings-module__eSbG6G__formGroup{flex-direction:column;gap:.5rem;display:flex}.settings-module__eSbG6G__formLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.settings-module__eSbG6G__formHelper{color:var(--text-muted);font-size:.75rem;line-height:1.4}.settings-module__eSbG6G__toggleRow{justify-content:space-between;align-items:center;gap:2rem;display:flex}.settings-module__eSbG6G__toggleLabelWrapper{flex-direction:column;flex:1;gap:.25rem;display:flex}.settings-module__eSbG6G__toggleLabel{color:var(--text-primary);font-size:.95rem;font-weight:600}.settings-module__eSbG6G__toggleDescription{color:var(--text-muted);font-size:.825rem}.settings-module__eSbG6G__switch{flex-shrink:0;width:50px;height:28px;display:inline-block;position:relative}.settings-module__eSbG6G__switch input{opacity:0;width:0;height:0}.settings-module__eSbG6G__slider{cursor:pointer;background-color:var(--border-hover);border-radius:34px;transition:all .3s;position:absolute;inset:0}.settings-module__eSbG6G__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:4px;left:4px}.settings-module__eSbG6G__switch input:checked+.settings-module__eSbG6G__slider{background-color:var(--accent-primary)}.settings-module__eSbG6G__switch input:checked+.settings-module__eSbG6G__slider:before{transform:translate(22px)}.settings-module__eSbG6G__passwordInputs{animation:settings-module__eSbG6G__fadeIn var(--transition-fast);background-color:var(--bg-primary);border-radius:var(--radius-md);border:1px solid var(--border-color);flex-direction:column;gap:1rem;padding:1rem;display:flex}@keyframes settings-module__eSbG6G__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.settings-module__eSbG6G__saveBtn{background-color:var(--accent-primary);color:var(--accent-foreground);border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer;border:none;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-weight:600;display:flex}.settings-module__eSbG6G__saveBtn:hover{background-color:var(--accent-hover);transform:translateY(-1px)}.settings-module__eSbG6G__saveBtn:disabled{opacity:.6;cursor:not-allowed}.settings-module__eSbG6G__alert{border-radius:var(--radius-sm);border:1px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.settings-module__eSbG6G__alertSuccess{background-color:var(--success-light);color:var(--success);border-color:var(--success)}.settings-module__eSbG6G__alertError{background-color:var(--danger-light);color:var(--danger);border-color:var(--danger)}.settings-module__eSbG6G__backupActions{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.settings-module__eSbG6G__actionBtn{border-radius:var(--radius-md);border:1px solid var(--border-color);background-color:var(--bg-primary);color:var(--text-secondary);transition:all var(--transition-fast);cursor:pointer;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;display:flex}.settings-module__eSbG6G__actionBtn:hover{background-color:var(--border-color);color:var(--text-primary);transform:translateY(-1px)}.settings-module__eSbG6G__restoreZone{border:2px dashed var(--border-color);border-radius:var(--radius-md);text-align:center;background-color:var(--bg-primary);cursor:pointer;transition:all var(--transition-fast);color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;font-size:.85rem;display:flex}.settings-module__eSbG6G__restoreZone:hover{border-color:var(--accent-primary);color:var(--text-secondary)}.settings-module__eSbG6G__restoreIcon{color:var(--accent-primary)}.settings-module__eSbG6G__restoreFileSelected{border-color:var(--success);background-color:var(--success-light);color:var(--success)}.settings-module__eSbG6G__themeGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.settings-module__eSbG6G__themeOption{border-radius:var(--radius-md);border:2px solid var(--border-color);background-color:var(--bg-primary);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;display:flex}.settings-module__eSbG6G__themeOption:hover{background-color:var(--border-color);color:var(--text-primary)}.settings-module__eSbG6G__themeOptionActive{border-color:var(--accent-primary);background-color:var(--accent-light);color:var(--accent-primary)}.settings-module__eSbG6G__loadingSpinner{border:2px solid #0000001a;border-top-color:var(--accent-primary);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite settings-module__eSbG6G__spin}[data-theme=dark] .settings-module__eSbG6G__loadingSpinner{border-color:#ffffff1a;border-top-color:var(--accent-primary)}@keyframes settings-module__eSbG6G__spin{to{transform:rotate(360deg)}}.settings-module__eSbG6G__apiKeyRow{gap:.5rem;width:100%;display:flex}.settings-module__eSbG6G__apiKeyInput{flex:1}.settings-module__eSbG6G__clearKeyBtn{background-color:var(--danger-light);color:var(--danger);border:1px solid var(--danger);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);padding:.5rem 1rem;font-size:.875rem;font-weight:600}.settings-module__eSbG6G__clearKeyBtn:hover{background-color:var(--danger);color:#fff}.settings-module__eSbG6G__modelManager{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;gap:1rem;margin-top:1rem;padding:1.25rem;display:flex}.settings-module__eSbG6G__subLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.settings-module__eSbG6G__modelList{flex-direction:column;gap:.5rem;max-height:200px;padding-right:4px;display:flex;overflow-y:auto}.settings-module__eSbG6G__modelItem{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.875rem;display:flex}.settings-module__eSbG6G__deleteModelBtn{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;display:flex}.settings-module__eSbG6G__deleteModelBtn:hover{background-color:var(--danger-light);color:var(--danger)}.settings-module__eSbG6G__addModelRow{gap:.5rem;display:flex}.settings-module__eSbG6G__addModelRow input{flex:1}.settings-module__eSbG6G__addModelBtn{background-color:var(--accent-primary);color:var(--accent-foreground);border-radius:var(--radius-sm);cursor:pointer;transition:background-color var(--transition-fast);border:none;padding:.5rem 1rem;font-weight:600}.settings-module__eSbG6G__addModelBtn:hover{background-color:var(--accent-hover)}.settings-module__eSbG6G__resetModelsBtn{border:1px dashed var(--border-color);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;align-self:flex-start;padding:.5rem;font-size:.825rem;font-weight:500}.settings-module__eSbG6G__resetModelsBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);background-color:var(--accent-light)}.settings-module__eSbG6G__combobox{width:100%;position:relative}.settings-module__eSbG6G__comboboxInputWrapper{align-items:center;width:100%;display:flex;position:relative}.settings-module__eSbG6G__comboboxInput{width:100%;padding-right:2.5rem!important}.settings-module__eSbG6G__comboboxToggleBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;right:.5rem}.settings-module__eSbG6G__comboboxToggleBtn:hover{color:var(--text-primary)}.settings-module__eSbG6G__comboboxDropdown{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);z-index:1000;max-height:200px;box-shadow:var(--shadow-lg);margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.settings-module__eSbG6G__comboboxOption{color:var(--text-primary);cursor:pointer;transition:background-color var(--transition-fast), color var(--transition-fast);justify-content:space-between;align-items:center;padding:.65rem 1rem;font-size:.875rem;display:flex}.settings-module__eSbG6G__comboboxOption:hover{background-color:var(--accent-light);color:var(--accent-primary)}.settings-module__eSbG6G__comboboxOptionActive{font-weight:600;background-color:var(--accent-primary)!important;color:var(--accent-foreground)!important}.settings-module__eSbG6G__comboboxOptionActive:hover{background-color:var(--accent-hover)!important;color:var(--accent-foreground)!important}.settings-module__eSbG6G__customThemeWrapper{width:100%;display:flex;position:relative}.settings-module__eSbG6G__customThemeWrapper .settings-module__eSbG6G__themeOption{width:100%;padding-right:2.2rem}.settings-module__eSbG6G__deleteThemeBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);z-index:5;background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.settings-module__eSbG6G__deleteThemeBtn:hover{background-color:var(--danger-light);color:var(--danger)}.settings-module__eSbG6G__addThemeOption{border-radius:var(--radius-md);border:2px dashed var(--border-color);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background-color:#0000;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;display:flex}.settings-module__eSbG6G__addThemeOption:hover{border-color:var(--accent-primary);color:var(--accent-primary);background-color:var(--accent-light)}.settings-module__eSbG6G__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out settings-module__eSbG6G__fadeInOverlay;display:flex;position:fixed;inset:0}@keyframes settings-module__eSbG6G__fadeInOverlay{0%{opacity:0}to{opacity:1}}.settings-module__eSbG6G__modalContent{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;max-width:500px;box-shadow:var(--shadow-lg);animation:.2s cubic-bezier(.16,1,.3,1) settings-module__eSbG6G__scaleInModal;overflow:hidden}@keyframes settings-module__eSbG6G__scaleInModal{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.settings-module__eSbG6G__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.settings-module__eSbG6G__modalTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700}.settings-module__eSbG6G__modalCloseBtn{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:flex}.settings-module__eSbG6G__modalCloseBtn:hover{background-color:var(--border-color);color:var(--text-primary)}.settings-module__eSbG6G__modalForm{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.settings-module__eSbG6G__modalFooter{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.settings-module__eSbG6G__cancelBtn{background-color:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600}.settings-module__eSbG6G__cancelBtn:hover{background-color:var(--border-color);color:var(--text-primary)}.settings-module__eSbG6G__submitBtn{background-color:var(--accent-primary);color:var(--accent-foreground);border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer;border:none;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600}.settings-module__eSbG6G__submitBtn:hover{background-color:var(--accent-hover)}.settings-module__eSbG6G__radioGroup{gap:1.5rem;margin-top:.25rem;display:flex}.settings-module__eSbG6G__radioLabel{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.settings-module__eSbG6G__radioLabel input[type=radio]{cursor:pointer;accent-color:var(--accent-primary);width:1rem;height:1rem}.settings-module__eSbG6G__colorPickersRow{gap:1rem;display:flex}.settings-module__eSbG6G__colorPickerWrapper{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);align-items:center;gap:.5rem;padding:.35rem .5rem;display:flex}.settings-module__eSbG6G__colorPickerWrapper:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-light)}.settings-module__eSbG6G__colorInput{cursor:pointer;border-radius:4px;flex-shrink:0;width:32px!important;height:32px!important;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;padding:0!important}.settings-module__eSbG6G__colorInput::-webkit-color-swatch-wrapper{padding:0}.settings-module__eSbG6G__colorInput::-webkit-color-swatch{border:1px solid var(--border-color);border-radius:4px}.settings-module__eSbG6G__colorText{font-family:var(--font-mono);width:100%;font-size:.875rem;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;padding:0!important}.settings-module__eSbG6G__advancedSection{border-top:1px dashed var(--border-color);flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.settings-module__eSbG6G__advancedToggleBtn{color:var(--accent-primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;outline:none;justify-content:flex-start;align-items:center;padding:0;font-size:.875rem;font-weight:600;display:flex}.settings-module__eSbG6G__advancedToggleBtn:hover{color:var(--accent-hover)}.settings-module__eSbG6G__advancedGrid{background-color:var(--bg-primary);border-radius:var(--radius-md);border:1px solid var(--border-color);max-height:250px;animation:settings-module__eSbG6G__fadeIn var(--transition-fast);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1rem;display:grid;overflow-y:auto}.settings-module__eSbG6G__detailLabel{color:var(--text-secondary);font-size:.8rem;font-weight:600}
