.LoginForm-module__eX6XyW__container{background:#0a0f14;justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex;position:relative;overflow:hidden}.LoginForm-module__eX6XyW__aurora{z-index:0;pointer-events:none;position:absolute;inset:0}.LoginForm-module__eX6XyW__blob{filter:blur(72px);will-change:transform;border-radius:50%;position:absolute}.LoginForm-module__eX6XyW__blob1{background:radial-gradient(circle,#25d36661 0%,#0000 60%);width:55vw;max-width:640px;height:55vw;max-height:640px;animation:18s ease-in-out infinite alternate LoginForm-module__eX6XyW__float;top:-12%;left:-10%}.LoginForm-module__eX6XyW__blob2{background:radial-gradient(circle,#14b8a647 0%,#0000 60%);width:60vw;max-width:720px;height:60vw;max-height:720px;animation:24s ease-in-out infinite alternate-reverse LoginForm-module__eX6XyW__float;bottom:-18%;right:-8%}.LoginForm-module__eX6XyW__blob3{background:radial-gradient(circle,#6366f12e 0%,#0000 60%);width:42vw;max-width:520px;height:42vw;max-height:520px;animation:15s ease-in-out infinite LoginForm-module__eX6XyW__float;top:30%;left:28%}@keyframes LoginForm-module__eX6XyW__float{0%{transform:translate(0)scale(1)}50%{transform:translate(5%,9%)scale(1.12)}to{transform:translate(-5%,-9%)scale(.92)}}.LoginForm-module__eX6XyW__card{z-index:2;-webkit-backdrop-filter:blur(24px);background:#12171d8c;border:1px solid #ffffff1a;border-radius:22px;width:100%;max-width:400px;padding:44px 40px 32px;animation:.4s LoginForm-module__eX6XyW__fadeUp;position:relative;box-shadow:0 24px 70px #00000080}@keyframes LoginForm-module__eX6XyW__fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.LoginForm-module__eX6XyW__logo{justify-content:center;align-items:center;margin-bottom:14px;display:flex}.LoginForm-module__eX6XyW__logo img{border-radius:18px;box-shadow:0 10px 32px #25d36673}.LoginForm-module__eX6XyW__title{color:#fff;text-align:center;letter-spacing:-.5px;margin-bottom:6px;font-size:24px;font-weight:700}.LoginForm-module__eX6XyW__subtitle{color:#ffffff80;text-align:center;margin-bottom:30px;font-size:14px}.LoginForm-module__eX6XyW__form{flex-direction:column;gap:16px;display:flex}.LoginForm-module__eX6XyW__error{color:#f87171;text-align:center;background:#ef44441a;border:1px solid #ef444440;border-radius:12px;padding:10px 14px;font-size:13px}.LoginForm-module__eX6XyW__footer{text-align:center;color:#ffffff59;margin-top:24px;font-size:12px;line-height:1.6}@media (prefers-reduced-motion:reduce){.LoginForm-module__eX6XyW__blob1,.LoginForm-module__eX6XyW__blob2,.LoginForm-module__eX6XyW__blob3,.LoginForm-module__eX6XyW__card{animation:none}}
.Button-module__pJ6j5a__button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.Button-module__pJ6j5a__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__pJ6j5a__small{padding:.375rem .75rem;font-size:.875rem}.Button-module__pJ6j5a__medium{padding:.5rem 1rem;font-size:1rem}.Button-module__pJ6j5a__large{padding:.75rem 1.5rem;font-size:1.125rem}.Button-module__pJ6j5a__primary{background-color:var(--primary-color,var(--brand-wa));color:#fff}.Button-module__pJ6j5a__primary:hover:not(:disabled){background-color:var(--primary-hover,var(--brand-wa-deep));transform:translateY(-1px)}.Button-module__pJ6j5a__primary:active:not(:disabled){transform:translateY(0)}.Button-module__pJ6j5a__secondary{background-color:var(--bg-secondary,#1e293b);color:var(--text-primary,#fff);border:1px solid var(--border-color,#334155)}.Button-module__pJ6j5a__secondary:hover:not(:disabled){background-color:var(--bg-hover,#334155)}.Button-module__pJ6j5a__danger{color:#fff;background-color:#ef4444}.Button-module__pJ6j5a__danger:hover:not(:disabled){background-color:#dc2626}.Button-module__pJ6j5a__ghost{color:var(--text-primary,#fff);background-color:#0000}.Button-module__pJ6j5a__ghost:hover:not(:disabled){background-color:var(--bg-hover,#ffffff1a)}.Button-module__pJ6j5a__outline{color:var(--primary-color,var(--brand-wa));border:1px solid var(--primary-color,var(--brand-wa));background-color:#0000}.Button-module__pJ6j5a__outline:hover:not(:disabled){background-color:rgba(var(--brand-wa-rgb), .1)}.Button-module__pJ6j5a__fullWidth{width:100%}.Button-module__pJ6j5a__loading{cursor:wait;pointer-events:none}.Button-module__pJ6j5a__loading .Button-module__pJ6j5a__content{opacity:.65}.Button-module__pJ6j5a__content{align-items:center;display:inline-flex}.Button-module__pJ6j5a__icon{justify-content:center;align-items:center;display:inline-flex}
.Spinner-module__2xvKNq__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite Spinner-module__2xvKNq__spin;display:inline-block}.Spinner-module__2xvKNq__spinnerSmall{border-width:2px;width:14px;height:14px}.Spinner-module__2xvKNq__spinnerLarge{border-width:4px;width:32px;height:32px}.Spinner-module__2xvKNq__spinnerPrimary{border-top-color:var(--primary-color,var(--brand-wa));border-color:rgba(var(--brand-wa-rgb), .2);border-top-color:var(--primary-color,var(--brand-wa))}@keyframes Spinner-module__2xvKNq__spin{to{transform:rotate(360deg)}}
.QuickDocumentsManager-module__MGOC2q__root{flex-direction:column;gap:20px;display:flex}.QuickDocumentsManager-module__MGOC2q__sectionTitle{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:12px;font-size:15px;font-weight:600;display:flex}.QuickDocumentsManager-module__MGOC2q__badge{background:rgba(var(--brand-wa-rgb), .15);color:var(--green);border-radius:99px;justify-content:center;align-items:center;min-width:22px;padding:1px 8px;font-size:11px;font-weight:700;display:inline-flex}.QuickDocumentsManager-module__MGOC2q__listSection{background:var(--bg-panel);border:1px solid var(--border);border-radius:14px;padding:20px 24px}.QuickDocumentsManager-module__MGOC2q__emptyState{color:var(--text-muted);padding:16px 0;font-size:13px;line-height:1.7}.QuickDocumentsManager-module__MGOC2q__docList{flex-direction:column;gap:8px;display:flex}.QuickDocumentsManager-module__MGOC2q__docRow{background:var(--bg-input);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:border-color .15s;display:flex}.QuickDocumentsManager-module__MGOC2q__docRow:hover{border-color:rgba(var(--brand-wa-rgb), .3)}.QuickDocumentsManager-module__MGOC2q__docIcon{flex-shrink:0;font-size:20px}.QuickDocumentsManager-module__MGOC2q__docInfo{flex:1;min-width:0}.QuickDocumentsManager-module__MGOC2q__docTitle{color:var(--text-primary);font-size:14px;font-weight:600}.QuickDocumentsManager-module__MGOC2q__docFileName{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.QuickDocumentsManager-module__MGOC2q__deleteBtn{width:26px;height:26px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;transition:background .15s,color .15s;display:flex}.QuickDocumentsManager-module__MGOC2q__deleteBtn:hover{color:#ff6b6b;background:#ff505026}.QuickDocumentsManager-module__MGOC2q__addForm{background:var(--bg-panel);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:12px;padding:20px 24px;display:flex}.QuickDocumentsManager-module__MGOC2q__formRow{gap:16px;display:flex}@media (max-width:480px){.QuickDocumentsManager-module__MGOC2q__formRow{flex-direction:column}}.QuickDocumentsManager-module__MGOC2q__fieldGroup{flex-direction:column;flex:1;gap:6px;display:flex}.QuickDocumentsManager-module__MGOC2q__label{color:var(--text-primary);font-size:13px;font-weight:600}.QuickDocumentsManager-module__MGOC2q__hint{color:var(--text-muted);font-weight:400}.QuickDocumentsManager-module__MGOC2q__titleInput{background:var(--bg-input);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.QuickDocumentsManager-module__MGOC2q__titleInput:focus{border-color:var(--teal)}.QuickDocumentsManager-module__MGOC2q__fileUploadArea{background:var(--bg-input);border:1px dashed var(--border);cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;transition:border-color .2s;display:flex}.QuickDocumentsManager-module__MGOC2q__fileUploadArea:hover{border-color:var(--teal)}.QuickDocumentsManager-module__MGOC2q__fileUploadText{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;overflow:hidden}.QuickDocumentsManager-module__MGOC2q__fileUploadBtn{color:var(--green);border:1px solid rgba(var(--brand-wa-rgb), .4);white-space:nowrap;border-radius:8px;padding:5px 12px;font-size:12px;font-weight:600;transition:background .15s}.QuickDocumentsManager-module__MGOC2q__fileUploadBtn:hover{background:rgba(var(--brand-wa-rgb), .1)}.QuickDocumentsManager-module__MGOC2q__uploadingIndicator{color:var(--green);font-size:13px;animation:1s linear infinite QuickDocumentsManager-module__MGOC2q__spin;display:inline-block}@keyframes QuickDocumentsManager-module__MGOC2q__spin{to{transform:rotate(360deg)}}.QuickDocumentsManager-module__MGOC2q__error{color:#ff6b6b;background:#ff50501a;border:1px solid #ff50504d;border-radius:8px;padding:10px 14px;font-size:13px}.QuickDocumentsManager-module__MGOC2q__success{background:rgba(var(--brand-wa-rgb), .1);border:1px solid rgba(var(--brand-wa-rgb), .3);color:var(--green);border-radius:8px;padding:10px 14px;font-size:13px}.QuickDocumentsManager-module__MGOC2q__formActions{justify-content:flex-end;display:flex}.QuickDocumentsManager-module__MGOC2q__addBtn{background:var(--green);color:#111b21;border-radius:10px;padding:11px 24px;font-size:14px;font-weight:700;transition:background .15s}.QuickDocumentsManager-module__MGOC2q__addBtn:hover:not(:disabled){background:#20bd5c}.QuickDocumentsManager-module__MGOC2q__addBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:480px){.QuickDocumentsManager-module__MGOC2q__listSection,.QuickDocumentsManager-module__MGOC2q__addForm{padding:14px 16px}.QuickDocumentsManager-module__MGOC2q__fileUploadText{min-width:0}.QuickDocumentsManager-module__MGOC2q__formActions{justify-content:stretch}.QuickDocumentsManager-module__MGOC2q__addBtn{width:100%}}
.TemplateDocumentManager-module__xlI05a__container{color:#eee;background:#111;border:1px solid #333;border-radius:8px;margin-bottom:24px;padding:20px;font-family:inherit}.TemplateDocumentManager-module__xlI05a__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.TemplateDocumentManager-module__xlI05a__title{color:#fff;margin:0;font-size:16px;font-weight:600}.TemplateDocumentManager-module__xlI05a__refreshBtn{color:#4ade80;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:13px;display:flex}.TemplateDocumentManager-module__xlI05a__refreshBtn:hover{color:#22c55e}.TemplateDocumentManager-module__xlI05a__hint{color:#aaa;margin:0 0 16px;font-size:13px;line-height:1.5}.TemplateDocumentManager-module__xlI05a__error{color:#ef4444;background:#ef44441a;border-radius:6px;margin-bottom:16px;padding:8px 12px;font-size:13px}.TemplateDocumentManager-module__xlI05a__list{flex-direction:column;gap:12px;display:flex}.TemplateDocumentManager-module__xlI05a__empty{color:#666;text-align:center;padding:20px 0;font-size:13px}.TemplateDocumentManager-module__xlI05a__card{background:#1a1a1a;border:1px solid #333;border-radius:6px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.TemplateDocumentManager-module__xlI05a__cardInfo{flex-direction:column;gap:4px;display:flex}.TemplateDocumentManager-module__xlI05a__templateName{color:#ddd;margin:0;font-size:14px;font-weight:500}.TemplateDocumentManager-module__xlI05a__formatBadge{color:#4ade80;background:#4ade801a;border-radius:4px;width:fit-content;padding:2px 6px;font-size:11px}.TemplateDocumentManager-module__xlI05a__uploadBtn{background:var(--brand-wa);color:#000;cursor:pointer;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:600;transition:background .2s;display:inline-block}.TemplateDocumentManager-module__xlI05a__uploadBtn:hover{background:#20b858}.TemplateDocumentManager-module__xlI05a__uploadBtn.TemplateDocumentManager-module__xlI05a__uploading{color:#aaa;cursor:not-allowed;background:#555}.TemplateDocumentManager-module__xlI05a__mappedRow{align-items:center;gap:12px;display:flex}.TemplateDocumentManager-module__xlI05a__mappedFile{color:#4ade80;white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:13px;overflow:hidden}.TemplateDocumentManager-module__xlI05a__deleteBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:none;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:500;transition:background .2s}.TemplateDocumentManager-module__xlI05a__deleteBtn:hover{background:#ef444433}.TemplateDocumentManager-module__xlI05a__loading{color:#aaa;text-align:center;padding:20px;font-size:13px}@media (max-width:480px){.TemplateDocumentManager-module__xlI05a__container{padding:14px}.TemplateDocumentManager-module__xlI05a__card{flex-wrap:wrap;gap:10px}.TemplateDocumentManager-module__xlI05a__cardInfo{flex:100%;min-width:0}.TemplateDocumentManager-module__xlI05a__templateName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.TemplateDocumentManager-module__xlI05a__cardAction{flex:100%;justify-content:flex-end;display:flex}.TemplateDocumentManager-module__xlI05a__mappedFile{max-width:55vw}}
.UsersManager-module__UrXGTW__container{flex-direction:column;gap:12px;display:flex}.UsersManager-module__UrXGTW__listHeader{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.UsersManager-module__UrXGTW__count{color:var(--text-muted);font-size:12px;font-weight:500}.UsersManager-module__UrXGTW__addBtn{background:var(--green);color:#0d1117;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s}.UsersManager-module__UrXGTW__addBtn:hover{background:var(--green-hover)}.UsersManager-module__UrXGTW__error{color:#f87171;border-radius:var(--radius-sm);background:#ef444412;border:1px solid #ef44442e;padding:8px 12px;font-size:13px}.UsersManager-module__UrXGTW__successMsg{background:var(--green-dim);color:var(--green);border-radius:var(--radius-sm);border:1px solid #22c55e33;padding:8px 12px;font-size:13px}.UsersManager-module__UrXGTW__form{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:14px;padding:18px;animation:.15s UsersManager-module__UrXGTW__fadeIn;display:flex}@keyframes UsersManager-module__UrXGTW__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.UsersManager-module__UrXGTW__formRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.UsersManager-module__UrXGTW__field{flex-direction:column;gap:5px;display:flex}.UsersManager-module__UrXGTW__label{color:var(--text-secondary);font-size:12px;font-weight:500}.UsersManager-module__UrXGTW__input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-primary);outline:none;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.UsersManager-module__UrXGTW__input:focus{border-color:#22c55e66;box-shadow:0 0 0 3px #22c55e12}.UsersManager-module__UrXGTW__colorRow{flex-direction:column;gap:8px;display:flex}.UsersManager-module__UrXGTW__colors{flex-wrap:wrap;gap:8px;display:flex}.UsersManager-module__UrXGTW__colorDot{cursor:pointer;border:2px solid #0000;border-radius:50%;width:26px;height:26px;transition:transform .15s,border-color .15s}.UsersManager-module__UrXGTW__colorDot:hover{transform:scale(1.15)}.UsersManager-module__UrXGTW__colorDotActive{box-shadow:0 0 0 2px var(--green);border-color:#ffffffb3;transform:scale(1.1)}.UsersManager-module__UrXGTW__submitBtn{background:var(--green);color:#0d1117;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:10px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}.UsersManager-module__UrXGTW__submitBtn:hover:not(:disabled){background:var(--green-hover)}.UsersManager-module__UrXGTW__submitBtn:disabled{opacity:.55;cursor:not-allowed}.UsersManager-module__UrXGTW__loading{color:var(--text-muted);padding:12px 0;font-size:13px}.UsersManager-module__UrXGTW__list{flex-direction:column;gap:6px;display:flex}.UsersManager-module__UrXGTW__agentRow{background:var(--bg-input);border:1px solid var(--border-soft);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:10px 12px;transition:border-color .12s;display:flex}.UsersManager-module__UrXGTW__agentRow:hover{border-color:var(--border)}.UsersManager-module__UrXGTW__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.UsersManager-module__UrXGTW__agentInfo{flex-direction:column;flex:1;gap:1px;display:flex}.UsersManager-module__UrXGTW__agentName{color:var(--text-primary);font-size:14px;font-weight:500}.UsersManager-module__UrXGTW__agentEmail{color:var(--text-muted);font-size:12px}.UsersManager-module__UrXGTW__badge{border-radius:20px;padding:2px 9px;font-size:11px;font-weight:600}.UsersManager-module__UrXGTW__badgeAdmin{color:#ca8a04;background:#eab3081a;border:1px solid #eab30840}.UsersManager-module__UrXGTW__badgeAgent{background:var(--green-dim);color:var(--green);border:1px solid #22c55e33}.UsersManager-module__UrXGTW__deleteBtn{cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:6px;padding:4px 7px;font-family:inherit;font-size:15px;transition:background .12s}.UsersManager-module__UrXGTW__deleteBtn:hover:not(:disabled){opacity:1;background:#ef44441a}.UsersManager-module__UrXGTW__deleteBtn:disabled{opacity:.25;cursor:not-allowed}@media (max-width:480px){.UsersManager-module__UrXGTW__formRow{grid-template-columns:1fr}.UsersManager-module__UrXGTW__agentRow{flex-wrap:wrap;row-gap:8px}.UsersManager-module__UrXGTW__agentInfo{min-width:0}}
.Input-module__-ZIGPG__container{flex-direction:column;gap:.25rem;margin-bottom:1rem;display:flex}.Input-module__-ZIGPG__fullWidth{width:100%}.Input-module__-ZIGPG__label{color:var(--text-secondary,#94a3b8);font-size:.875rem;font-weight:500}.Input-module__-ZIGPG__input{background-color:var(--bg-hover,#334155);border:1px solid var(--border-color,#475569);width:100%;color:var(--text-primary,#fff);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.Input-module__-ZIGPG__input:focus{border-color:var(--primary-color,var(--brand-wa));box-shadow:0 0 0 2px rgba(var(--brand-wa-rgb), .2);outline:none}.Input-module__-ZIGPG__input::placeholder{color:var(--text-muted,#64748b)}.Input-module__-ZIGPG__input:disabled{background-color:var(--bg-secondary,#1e293b);color:var(--text-muted,#64748b);cursor:not-allowed;opacity:.7}.Input-module__-ZIGPG__inputError{border-color:#ef4444}.Input-module__-ZIGPG__inputError:focus{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.Input-module__-ZIGPG__error{color:#ef4444;margin-top:.25rem;font-size:.875rem}.Input-module__-ZIGPG__helperText{color:var(--text-muted,#64748b);margin-top:.25rem;font-size:.875rem}
.NumbersManager-module__GM0s6W__wrap{border-top:1px solid #ffffff14;margin-top:24px;padding:20px 0}.NumbersManager-module__GM0s6W__title{color:var(--text-primary,#e8eaed);margin-bottom:14px;font-size:15px;font-weight:600}.NumbersManager-module__GM0s6W__loading,.NumbersManager-module__GM0s6W__empty{color:var(--text-secondary,#e8eaed8c);font-size:13px}.NumbersManager-module__GM0s6W__list{flex-direction:column;gap:8px;margin-bottom:20px;list-style:none;display:flex}.NumbersManager-module__GM0s6W__item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;transition:background .2s;display:flex}.NumbersManager-module__GM0s6W__item.NumbersManager-module__GM0s6W__inactive{opacity:.55}.NumbersManager-module__GM0s6W__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.NumbersManager-module__GM0s6W__info{flex-direction:column;flex:1;gap:2px;display:flex;overflow:hidden}.NumbersManager-module__GM0s6W__name{color:var(--text-primary,#e8eaed);font-size:14px;font-weight:600}.NumbersManager-module__GM0s6W__id{color:var(--text-secondary,#e8eaed73);font-family:monospace;font-size:11px}.NumbersManager-module__GM0s6W__actions{gap:6px;display:flex}.NumbersManager-module__GM0s6W__btnToggle,.NumbersManager-module__GM0s6W__btnEdit,.NumbersManager-module__GM0s6W__btnDel,.NumbersManager-module__GM0s6W__btnSave,.NumbersManager-module__GM0s6W__btnCancel{color:var(--text-primary,#e8eaed);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:7px;padding:5px 10px;font-size:12px;transition:background .2s}.NumbersManager-module__GM0s6W__btnToggle:hover{background:#ffffff1f}.NumbersManager-module__GM0s6W__btnEdit:hover{background:#4a90e233;border-color:#4a90e266}.NumbersManager-module__GM0s6W__btnDel:hover{color:#ef4444;background:#ef444433;border-color:#ef444466}.NumbersManager-module__GM0s6W__btnSave{background:var(--brand-wa);border-color:var(--brand-wa);color:#fff}.NumbersManager-module__GM0s6W__btnSave:hover{background:#1ebe5a}.NumbersManager-module__GM0s6W__editRow{flex-wrap:wrap;flex:1;align-items:center;gap:8px;display:flex}.NumbersManager-module__GM0s6W__form{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.NumbersManager-module__GM0s6W__formTitle{color:var(--text-secondary,#e8eaedb3);margin-bottom:4px;font-size:13px;font-weight:600}.NumbersManager-module__GM0s6W__input{width:100%;color:var(--text-primary,#e8eaed);box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:9px 12px;font-size:13px}.NumbersManager-module__GM0s6W__input:focus{border-color:var(--brand-wa)}.NumbersManager-module__GM0s6W__btnAdd{background:var(--brand-wa);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:10px;font-size:13px;font-weight:600;transition:background .2s}.NumbersManager-module__GM0s6W__btnAdd:hover{background:#1ebe5a}.NumbersManager-module__GM0s6W__btnAdd:disabled{opacity:.6;cursor:not-allowed}.NumbersManager-module__GM0s6W__error{color:#ef4444;font-size:12px}@media (max-width:480px){.NumbersManager-module__GM0s6W__item{flex-wrap:wrap;row-gap:8px}.NumbersManager-module__GM0s6W__info{min-width:0}.NumbersManager-module__GM0s6W__actions{flex-wrap:wrap;justify-content:flex-end}}.NumbersManager-module__GM0s6W__select{width:100%;color:var(--text-primary,#e8eaed);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px}.NumbersManager-module__GM0s6W__select:focus{border-color:var(--brand-wa,#25d366);outline:none}.NumbersManager-module__GM0s6W__select option{color:#e8eaed;background:#1f2124}
.DepartmentsManager-module__bVIoUa__wrap{flex-direction:column;gap:12px;display:flex}.DepartmentsManager-module__bVIoUa__hint{color:var(--text-secondary,#e8eaedb3);margin:0;font-size:13px;line-height:1.6}.DepartmentsManager-module__bVIoUa__error{color:#ef4444;margin:0;font-size:12px}.DepartmentsManager-module__bVIoUa__loadingWrapper{justify-content:center;padding:24px 0;display:flex}.DepartmentsManager-module__bVIoUa__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.DepartmentsManager-module__bVIoUa__item{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}.DepartmentsManager-module__bVIoUa__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.DepartmentsManager-module__bVIoUa__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.DepartmentsManager-module__bVIoUa__name{color:var(--text-primary,#e8eaed);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.DepartmentsManager-module__bVIoUa__defaultBadge{color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;background:#94a3b826;border-radius:99px;padding:2px 6px;font-size:10px;font-weight:600}.DepartmentsManager-module__bVIoUa__meta{color:var(--text-secondary,#e8eaed99);font-size:12px}.DepartmentsManager-module__bVIoUa__actions{flex-shrink:0;gap:6px;display:flex}.DepartmentsManager-module__bVIoUa__editRow{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}.DepartmentsManager-module__bVIoUa__form{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.DepartmentsManager-module__bVIoUa__formActions{gap:8px;display:flex}.DepartmentsManager-module__bVIoUa__colors{gap:6px;display:flex}.DepartmentsManager-module__bVIoUa__colorDot{cursor:pointer;border:2px solid #0000;border-radius:50%;width:22px;height:22px;padding:0;transition:transform .15s,border-color .15s}.DepartmentsManager-module__bVIoUa__colorDot:hover{transform:scale(1.1)}.DepartmentsManager-module__bVIoUa__colorDotActive{border-color:#fff;transform:scale(1.1)}@media (max-width:480px){.DepartmentsManager-module__bVIoUa__item{flex-wrap:wrap;row-gap:8px}.DepartmentsManager-module__bVIoUa__actions{flex-wrap:wrap;justify-content:flex-end}}
.SipSettings-module__1Cza3q__wrap{flex-direction:column;gap:16px;padding:4px 0;display:flex}.SipSettings-module__1Cza3q__statusBanner{color:var(--text-primary,#e8eaed);border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;font-size:13px;display:flex}.SipSettings-module__1Cza3q__statusOn{background:rgba(var(--brand-wa-rgb), .08);border:1px solid rgba(var(--brand-wa-rgb), .25)}.SipSettings-module__1Cza3q__statusOff{background:#ffffff0a;border:1px solid #ffffff1a}.SipSettings-module__1Cza3q__statusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.SipSettings-module__1Cza3q__statusOn .SipSettings-module__1Cza3q__statusDot{background:var(--brand-wa);box-shadow:0 0 6px var(--brand-wa)}.SipSettings-module__1Cza3q__statusOff .SipSettings-module__1Cza3q__statusDot{background:#ffffff40}.SipSettings-module__1Cza3q__disableBtn{color:#ef4444;cursor:pointer;background:#ef444414;border:1px solid #ef444459;border-radius:8px;margin-left:auto;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.SipSettings-module__1Cza3q__disableBtn:hover{background:#ef444426}.SipSettings-module__1Cza3q__disableBtn:disabled{opacity:.5;cursor:not-allowed}.SipSettings-module__1Cza3q__planTabs{grid-template-columns:1fr 1fr;gap:10px;display:grid}.SipSettings-module__1Cza3q__planTab{color:var(--text-primary,#e8eaed);cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;transition:all .2s;display:flex}.SipSettings-module__1Cza3q__planTab:hover{background:#ffffff12;border-color:#fff3}.SipSettings-module__1Cza3q__planTabActive{border-color:var(--brand-wa);background:rgba(var(--brand-wa-rgb), .08)}.SipSettings-module__1Cza3q__planIcon{flex-shrink:0;font-size:22px}.SipSettings-module__1Cza3q__planTab strong{font-size:13px;font-weight:600;display:block}.SipSettings-module__1Cza3q__planTab small{color:#e8eaed80;margin-top:1px;font-size:11px;display:block}.SipSettings-module__1Cza3q__planContent{flex-direction:column;gap:16px;display:flex}.SipSettings-module__1Cza3q__flowDiagram{background:#ffffff08;border:1px solid #ffffff12;border-radius:10px;flex-wrap:wrap;align-items:center;gap:6px;padding:10px 14px;display:flex;overflow-x:auto}.SipSettings-module__1Cza3q__flowNode{white-space:nowrap;color:var(--text-primary,#e8eaed);background:#ffffff14;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:600}.SipSettings-module__1Cza3q__flowArrow{color:#e8eaed66;white-space:nowrap;font-size:11px}.SipSettings-module__1Cza3q__form{flex-direction:column;gap:14px;display:flex}.SipSettings-module__1Cza3q__field{flex-direction:column;gap:4px;display:flex}.SipSettings-module__1Cza3q__label{color:var(--text-primary,#e8eaed);font-size:13px;font-weight:600}.SipSettings-module__1Cza3q__hint{color:#e8eaed73;margin:0;font-size:12px}.SipSettings-module__1Cza3q__input{color:var(--text-primary,#e8eaed);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:10px 12px;font-size:13px;transition:border-color .2s}.SipSettings-module__1Cza3q__input:focus{border-color:var(--brand-wa)}.SipSettings-module__1Cza3q__preview{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;gap:4px;padding:10px 14px;display:flex}.SipSettings-module__1Cza3q__previewLabel{color:#e8eaed73;font-size:11px}.SipSettings-module__1Cza3q__previewCode{color:var(--brand-wa);word-break:break-all;font-family:monospace;font-size:11px}.SipSettings-module__1Cza3q__result{border-radius:10px;padding:10px 14px;font-size:13px;font-weight:500}.SipSettings-module__1Cza3q__ok{background:rgba(var(--brand-wa-rgb), .1);border:1px solid rgba(var(--brand-wa-rgb), .3);color:var(--brand-wa)}.SipSettings-module__1Cza3q__err{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.SipSettings-module__1Cza3q__actions{gap:10px;display:flex}.SipSettings-module__1Cza3q__saveBtn{cursor:pointer;background:var(--brand-wa);color:#fff;border:none;border-radius:10px;flex:1;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s}.SipSettings-module__1Cza3q__saveBtn:hover{background:#1ebe5a}.SipSettings-module__1Cza3q__saveBtn:disabled{opacity:.55;cursor:not-allowed}.SipSettings-module__1Cza3q__proxyGuide{background:#6366f10f;border:1px solid #6366f133;border-radius:12px;flex-direction:column;gap:14px;padding:16px;display:flex}.SipSettings-module__1Cza3q__guideTitle{color:var(--text-primary,#e8eaed);margin:0;font-size:13px;font-weight:700}.SipSettings-module__1Cza3q__guideSteps{color:#e8eaedbf;flex-direction:column;gap:10px;margin:0;padding-left:20px;font-size:12px;display:flex}.SipSettings-module__1Cza3q__guideSteps li{line-height:1.6}.SipSettings-module__1Cza3q__guideSteps strong{color:var(--text-primary,#e8eaed)}.SipSettings-module__1Cza3q__guideSteps code{color:#a5b4fc;background:#ffffff14;border-radius:4px;padding:1px 5px;font-family:monospace;font-size:11px}.SipSettings-module__1Cza3q__codeBlock{color:#a5b4fc;white-space:pre;background:#0000004d;border:1px solid #ffffff14;border-radius:8px;margin:4px 0 0;padding:10px 12px;font-family:monospace;font-size:11px;overflow-x:auto}@media (max-width:480px){.SipSettings-module__1Cza3q__planTabs{grid-template-columns:1fr}}
.LabelsManager-module__Q8HzZq__root{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:20px;padding:20px;display:flex}.LabelsManager-module__Q8HzZq__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;font-size:14px;font-weight:600;display:flex}.LabelsManager-module__Q8HzZq__badge{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:999px;padding:2px 8px;font-size:12px;font-weight:500}.LabelsManager-module__Q8HzZq__emptyState{text-align:center;background:var(--bg-tertiary);color:var(--text-secondary);border-radius:8px;padding:30px;font-size:14px;line-height:1.5}.LabelsManager-module__Q8HzZq__labelList{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.LabelsManager-module__Q8HzZq__labelRow{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;transition:all .2s;display:flex}.LabelsManager-module__Q8HzZq__labelRow:hover{border-color:var(--color-primary);box-shadow:0 4px 12px #0000000d}.LabelsManager-module__Q8HzZq__labelLeft{color:var(--text-primary);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.LabelsManager-module__Q8HzZq__labelDot{border-radius:50%;width:12px;height:12px;box-shadow:inset 0 0 0 1px #0000001a}.LabelsManager-module__Q8HzZq__deleteBtn{color:var(--text-tertiary);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:4px;padding:4px;font-size:14px;transition:all .2s}.LabelsManager-module__Q8HzZq__labelRow:hover .LabelsManager-module__Q8HzZq__deleteBtn{opacity:1}.LabelsManager-module__Q8HzZq__deleteBtn:hover{background:var(--bg-tertiary);color:#ef4444}.LabelsManager-module__Q8HzZq__addForm{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;gap:16px;padding:20px;display:flex}.LabelsManager-module__Q8HzZq__formRow{flex-wrap:wrap;align-items:flex-end;gap:16px;display:flex}.LabelsManager-module__Q8HzZq__fieldGroup{flex-direction:column;flex:1;gap:8px;min-width:200px;display:flex}.LabelsManager-module__Q8HzZq__label{color:var(--text-primary);font-size:13px;font-weight:500}.LabelsManager-module__Q8HzZq__hint{color:var(--text-tertiary);font-weight:400}.LabelsManager-module__Q8HzZq__input{border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;color:var(--text-primary);border-radius:8px;padding:10px 12px;font-size:14px;transition:border-color .2s}.LabelsManager-module__Q8HzZq__input:focus{border-color:var(--color-primary);outline:none}.LabelsManager-module__Q8HzZq__colorPicker{appearance:none;cursor:pointer;border:none;border:1px solid var(--border-color);background:0 0;border-radius:8px;width:42px;height:42px;padding:0;position:relative;overflow:hidden}.LabelsManager-module__Q8HzZq__colorPicker::-webkit-color-swatch-wrapper{padding:0}.LabelsManager-module__Q8HzZq__colorPicker::-webkit-color-swatch{border:none;border-radius:6px}.LabelsManager-module__Q8HzZq__error{color:#ef4444;background:#ef44441a;border-radius:6px;padding:10px;font-size:13px}.LabelsManager-module__Q8HzZq__success{color:#10b981;background:#10b9811a;border-radius:6px;padding:10px;font-size:13px}.LabelsManager-module__Q8HzZq__formActions{justify-content:flex-end;margin-top:8px;display:flex}@media (max-width:480px){.LabelsManager-module__Q8HzZq__root{gap:16px;padding:14px}.LabelsManager-module__Q8HzZq__addForm{padding:14px}.LabelsManager-module__Q8HzZq__fieldGroup{min-width:100%}}
.SecuritySettings-module__FPVbNG__root{flex-direction:column;gap:16px;padding:0 10px 10px;display:flex}.SecuritySettings-module__FPVbNG__statusRow{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;display:flex}.SecuritySettings-module__FPVbNG__statusBadge{border-radius:99px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.SecuritySettings-module__FPVbNG__statusEnabled{color:#4ade80;background:#22c55e26}.SecuritySettings-module__FPVbNG__statusDisabled{color:#9ca3af;background:#9ca3af26}.SecuritySettings-module__FPVbNG__statusInfo{color:var(--text-secondary,#fff9);font-size:13px}.SecuritySettings-module__FPVbNG__actions{flex-wrap:wrap;gap:8px;display:flex}.SecuritySettings-module__FPVbNG__qrSection{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:16px;padding:20px;display:flex}.SecuritySettings-module__FPVbNG__qrInstructions{color:var(--text-secondary,#ffffffb3);flex-direction:column;gap:8px;font-size:14px;display:flex}.SecuritySettings-module__FPVbNG__qrInstructions ol{margin:0;padding-left:20px;line-height:1.8}.SecuritySettings-module__FPVbNG__qrImage{object-fit:contain;background:#fff;border-radius:8px;align-self:center;width:200px;height:200px;padding:12px}.SecuritySettings-module__FPVbNG__secretRow{font-family:var(--font-mono,monospace);word-break:break-all;background:#0000004d;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.SecuritySettings-module__FPVbNG__secretLabel{color:var(--text-secondary,#fff9);flex-shrink:0}.SecuritySettings-module__FPVbNG__codeInput{font-family:var(--font-mono,monospace);letter-spacing:4px;text-align:center;width:100%;color:var(--text-primary,white);background:#0003;border:1px solid #ffffff26;border-radius:6px;padding:12px;font-size:18px}.SecuritySettings-module__FPVbNG__codeInput:focus{border-color:var(--green,#25d366);outline:none}.SecuritySettings-module__FPVbNG__recoveryCodesBox{background:#eab30814;border:1px solid #eab3084d;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.SecuritySettings-module__FPVbNG__recoveryWarning{color:#facc15;font-size:14px;font-weight:600}.SecuritySettings-module__FPVbNG__recoveryGrid{font-family:var(--font-mono,monospace);grid-template-columns:repeat(2,1fr);gap:6px;font-size:14px;display:grid}.SecuritySettings-module__FPVbNG__recoveryCode{text-align:center;color:var(--text-primary,white);background:#0000004d;border-radius:4px;padding:6px 10px}.SecuritySettings-module__FPVbNG__errorText{color:#f87171;font-size:13px}.SecuritySettings-module__FPVbNG__successText{color:#4ade80;font-size:13px}.SecuritySettings-module__FPVbNG__disableBox{background:#ef44440d;border:1px solid #ef444433;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.SecuritySettings-module__FPVbNG__formField{flex-direction:column;gap:4px;display:flex}.SecuritySettings-module__FPVbNG__label{color:var(--text-secondary,#ffffffb3);font-size:13px}.SecuritySettings-module__FPVbNG__input{color:var(--text-primary,white);background:#0003;border:1px solid #ffffff26;border-radius:6px;padding:8px 12px;font-size:14px}@media (max-width:480px){.SecuritySettings-module__FPVbNG__qrSection{padding:14px}.SecuritySettings-module__FPVbNG__recoveryGrid{grid-template-columns:1fr}.SecuritySettings-module__FPVbNG__codeInput{letter-spacing:2px}}
