.settings-module__5Hp97G__page{flex-direction:column;gap:20px;display:flex}.settings-module__5Hp97G__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.settings-module__5Hp97G__title{color:var(--text-primary);font-size:24px;font-weight:700}.settings-module__5Hp97G__subtitle{color:var(--text-secondary);margin-top:4px;font-size:14px}.settings-module__5Hp97G__card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);flex-direction:column;gap:20px;padding:24px;display:flex}.settings-module__5Hp97G__sectionHeader{align-items:center;gap:14px;display:flex}.settings-module__5Hp97G__sectionIconWrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.settings-module__5Hp97G__sectionTitle{color:var(--text-primary);font-size:15px;font-weight:600}.settings-module__5Hp97G__sectionSub{color:var(--text-muted);margin-top:2px;font-size:13px}.settings-module__5Hp97G__fieldsGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.settings-module__5Hp97G__fieldWrap{flex-direction:column;gap:6px;display:flex}.settings-module__5Hp97G__fieldLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:500}.settings-module__5Hp97G__fieldInput{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.settings-module__5Hp97G__fieldInput:focus{border-color:var(--border-focus)}.settings-module__5Hp97G__fieldInput::placeholder{color:var(--text-muted)}.settings-module__5Hp97G__toggleRow{background:var(--bg-elevated);border-radius:var(--radius-sm);border:1px solid var(--border-default);justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.settings-module__5Hp97G__toggleLabel{color:var(--text-primary);font-size:14px;font-weight:500}.settings-module__5Hp97G__toggleSub{color:var(--text-muted);margin-top:2px;font-size:12px}.settings-module__5Hp97G__toggle{background:var(--bg-hover);border:1px solid var(--border-default);cursor:pointer;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}.settings-module__5Hp97G__toggle:after{content:"";background:var(--text-muted);border-radius:50%;width:16px;height:16px;transition:transform .2s,background .2s;position:absolute;top:2px;left:2px}.settings-module__5Hp97G__toggleOn{background:var(--blue-primary);border-color:var(--blue-primary)}.settings-module__5Hp97G__toggleOn:after{background:#fff;transform:translate(18px)}.settings-module__5Hp97G__warningBox{background:var(--red-bg);border:1px solid var(--red);color:var(--red);border-radius:8px;padding:12px 16px;font-size:13px;font-weight:500}.settings-module__5Hp97G__saveRow{border-top:1px solid var(--border-default);justify-content:flex-end;padding-top:4px;display:flex}.settings-module__5Hp97G__saveBtn{background:var(--blue-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s;display:flex}.settings-module__5Hp97G__saveBtn:hover{background:var(--blue-bright)}.settings-module__5Hp97G__saveBtn:disabled{opacity:.6;cursor:not-allowed}.settings-module__5Hp97G__featuresGrid{flex-direction:column;gap:2px;display:flex}.settings-module__5Hp97G__featureRow{border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;transition:background .15s;display:flex}.settings-module__5Hp97G__featureRow:hover{background:var(--bg-elevated)}.settings-module__5Hp97G__featureInfo{flex:1}.settings-module__5Hp97G__featureName{color:var(--text-primary);font-size:14px;font-weight:500}.settings-module__5Hp97G__featureSub{color:var(--text-muted);margin-top:2px;font-size:12px}.settings-module__5Hp97G__adminList{flex-direction:column;gap:8px;display:flex}.settings-module__5Hp97G__adminRow{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-sm);flex-wrap:wrap;align-items:center;gap:14px;padding:12px 16px;display:flex}.settings-module__5Hp97G__adminAvatar{background:var(--blue-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}.settings-module__5Hp97G__adminInfo{flex:1;min-width:120px}.settings-module__5Hp97G__adminName{color:var(--text-primary);font-size:14px;font-weight:500}.settings-module__5Hp97G__adminEmail{color:var(--text-muted);margin-top:2px;font-size:12px}.settings-module__5Hp97G__adminRole{background:var(--blue-muted);border:1px solid var(--blue-primary);color:var(--blue-bright);white-space:nowrap;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600}.settings-module__5Hp97G__adminLastLogin{color:var(--text-muted);white-space:nowrap;font-size:11px}.settings-module__5Hp97G__removeBtn{border:1px solid var(--border-default);width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;margin-left:auto;transition:all .12s;display:flex}.settings-module__5Hp97G__removeBtn:hover{background:var(--red-bg);border-color:var(--red);color:var(--red)}.settings-module__5Hp97G__addAdminBtn{background:var(--bg-elevated);border:1px solid var(--border-focus);border-radius:var(--radius-sm);color:var(--blue-bright);cursor:pointer;flex-shrink:0;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.settings-module__5Hp97G__addAdminBtn:hover{background:var(--blue-muted)}.settings-module__5Hp97G__spinning{animation:1s linear infinite settings-module__5Hp97G__spin}@keyframes settings-module__5Hp97G__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.settings-module__5Hp97G__fieldsGrid{grid-template-columns:1fr}.settings-module__5Hp97G__adminRow{flex-wrap:wrap}}
