.Settings-module__I_KEjG__container{width:100%}.Settings-module__I_KEjG__title{color:#1f2937;margin-bottom:2rem;font-size:2rem;font-weight:700}.Settings-module__I_KEjG__description{color:#6b7280;margin-bottom:2rem;font-size:1rem;line-height:1.6}.Settings-module__I_KEjG__form,.Settings-module__I_KEjG__viewOnly{flex-direction:column;gap:2rem;display:flex}.Settings-module__I_KEjG__section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.Settings-module__I_KEjG__sectionTitle{color:#374151;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.Settings-module__I_KEjG__formField{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.Settings-module__I_KEjG__label{color:#374151;font-size:.875rem;font-weight:500}.Settings-module__I_KEjG__input{border:1px solid #d1d5db;border-radius:6px;padding:.5rem .75rem;font-size:1rem;transition:border-color .2s}.Settings-module__I_KEjG__input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Settings-module__I_KEjG__colorInput{align-items:center;gap:.75rem;display:flex}.Settings-module__I_KEjG__colorPicker{cursor:pointer;border:1px solid #d1d5db;border-radius:6px;width:60px;height:40px}.Settings-module__I_KEjG__colorText{border:1px solid #d1d5db;border-radius:6px;flex:1;padding:.5rem .75rem;font-family:monospace;font-size:1rem}.Settings-module__I_KEjG__checkboxLabel{cursor:pointer;color:#374151;align-items:center;gap:.5rem;font-weight:500;display:flex}.Settings-module__I_KEjG__checkbox{cursor:pointer;width:18px;height:18px}.Settings-module__I_KEjG__hint{color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.Settings-module__I_KEjG__percentageTotal{text-align:center;color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:6px;margin-top:.5rem;padding:.75rem;font-weight:600}.Settings-module__I_KEjG__actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}.Settings-module__I_KEjG__buttonContainer{justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}.Settings-module__I_KEjG__success{color:#065f46;background-color:#d1fae5;border:1px solid #6ee7b7;border-radius:6px;margin-bottom:1rem;padding:1rem;font-weight:500}.Settings-module__I_KEjG__error{color:#991b1b;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:6px;margin-bottom:1rem;padding:1rem;font-weight:500}.Settings-module__I_KEjG__successMessage{color:#065f46;background-color:#d1fae5;border:1px solid #6ee7b7;border-radius:6px;padding:1rem;font-weight:500}.Settings-module__I_KEjG__errorMessage{color:#991b1b;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:6px;padding:1rem;font-weight:500}.Settings-module__I_KEjG__field{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.Settings-module__I_KEjG__field:last-child{border-bottom:none}.Settings-module__I_KEjG__value{color:#111827;font-weight:500}.Settings-module__I_KEjG__colorDisplay{align-items:center;gap:.75rem;display:flex}.Settings-module__I_KEjG__colorBox{border:2px solid #e5e7eb;border-radius:6px;width:40px;height:40px}
.Button-module__NbB5tG__button{font-family:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;will-change:transform;transition:all .2s ease-in-out}.Button-module__NbB5tG__default{}.Button-module__NbB5tG__clean{background-color:unset;border:none;border-radius:8px;justify-content:center;align-items:center;height:fit-content;margin:0;padding:8px 16px;display:flex;}.Button-module__NbB5tG__clean:hover{background-color:#00000010}.Button-module__NbB5tG__big{background-color:var(--mainGray);color:#fff;border-radius:8px;padding:8px 24px;}.Button-module__NbB5tG__pill{background-color:#0000;border:1px solid #000;border-radius:50px;padding:4px 32px;}
.ModalProvider-module__N4D1Fq__dialog{border:none;padding:0}.ModalProvider-module__N4D1Fq__dialog::backdrop{background:#00000080}.ModalProvider-module__N4D1Fq__dialog[open]{animation:.15s ease-out ModalProvider-module__N4D1Fq__fadeIn}.ModalProvider-module__N4D1Fq__fullscreen{top:calc(var(--headerHeight) + var(--outerPadding));right:var(--outerPadding);bottom:var(--outerPadding);left:var(--outerPadding);width:auto;max-width:none;height:auto;margin:0;padding:0;position:fixed}.ModalProvider-module__N4D1Fq__fullscreen::backdrop{display:none}@keyframes ModalProvider-module__N4D1Fq__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.ConfirmMemberActionModal-module__MRGEEa__content{min-width:300px;max-width:400px;padding:1.5rem}.ConfirmMemberActionModal-module__MRGEEa__title{color:#111827;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.ConfirmMemberActionModal-module__MRGEEa__message{color:#6b7280;margin:0 0 1rem;line-height:1.5}.ConfirmMemberActionModal-module__MRGEEa__warning{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;margin:0 0 1rem;padding:.75rem;font-size:.875rem}.ConfirmMemberActionModal-module__MRGEEa__actions{justify-content:flex-end;gap:.5rem;display:flex}.ConfirmMemberActionModal-module__MRGEEa__cancelButton{cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem 1rem;font-weight:500;transition:background .2s}.ConfirmMemberActionModal-module__MRGEEa__cancelButton:hover:not(:disabled){background:#e5e7eb}.ConfirmMemberActionModal-module__MRGEEa__cancelButton:disabled{opacity:.5;cursor:not-allowed}.ConfirmMemberActionModal-module__MRGEEa__confirmButton{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:.375rem;padding:.5rem 1rem;font-weight:500;transition:background .2s}.ConfirmMemberActionModal-module__MRGEEa__confirmButton:hover:not(:disabled){background:#b91c1c}.ConfirmMemberActionModal-module__MRGEEa__confirmButton:disabled{opacity:.5;cursor:not-allowed}
