.AuthShell-module__4GggPa__shell{background-color:var(--color-bg-page);min-height:100vh;padding:var(--space-6);justify-content:center;align-items:center;display:flex}@media (max-width:480px){.AuthShell-module__4GggPa__shell{padding:var(--space-4);padding-top:var(--space-8);align-items:flex-start}}
.AuthCard-module__mSCa7W__card{background-color:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);width:100%;overflow:hidden}.AuthCard-module__mSCa7W__card--narrow{max-width:460px;padding:var(--space-10)var(--space-10)}.AuthCard-module__mSCa7W__card--bare{max-width:460px;padding:var(--space-8)0;box-shadow:none;background:0 0;border-radius:0;overflow:visible}.AuthCard-module__mSCa7W__card--wide{background:0 0;flex-direction:row;max-width:1240px;min-height:640px;padding:0;display:flex;box-shadow:0 8px 48px #0000001f}@media (max-width:860px){.AuthCard-module__mSCa7W__card--wide{max-width:640px;min-height:unset;flex-direction:column}}@media (max-width:768px){.AuthCard-module__mSCa7W__card--narrow{padding:var(--space-8)var(--space-6);border-radius:var(--radius-xl);max-width:100%}.AuthCard-module__mSCa7W__card--bare{max-width:100%;padding:var(--space-6)0}.AuthCard-module__mSCa7W__card--wide{max-width:100%}}@media (max-width:480px){.AuthCard-module__mSCa7W__card--wide{border-radius:var(--radius-xl);box-shadow:0 4px 24px #0000001a}}
.BrandLogo-module__L69vsq__logo{-webkit-user-select:none;user-select:none;align-items:center;display:inline-flex}.BrandLogo-module__L69vsq__logo__image{max-width:100%;height:auto;display:block}
.Button-module__8RiFmG__btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-sans);letter-spacing:.01em;border-radius:var(--radius-lg);cursor:pointer;white-space:nowrap;border:none;font-weight:500;transition:background-color .15s,opacity .15s,box-shadow .15s;display:inline-flex;position:relative;overflow:hidden}.Button-module__8RiFmG__btn:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.Button-module__8RiFmG__btn--sm{height:var(--btn-height-sm);padding:0 var(--space-4);font-size:.8125rem}.Button-module__8RiFmG__btn--md{height:var(--btn-height-md);padding:0 var(--space-6);font-size:.9375rem}.Button-module__8RiFmG__btn--lg{height:var(--btn-height-lg);padding:0 var(--space-8);font-size:1rem}.Button-module__8RiFmG__btn--full{width:100%}.Button-module__8RiFmG__btn--primary{background-color:var(--color-primary);color:var(--color-primary-text)}.Button-module__8RiFmG__btn--primary:hover:not(:disabled){background-color:var(--color-primary-hover)}.Button-module__8RiFmG__btn--primary:active:not(:disabled){background-color:var(--color-primary-active)}.Button-module__8RiFmG__btn--primary:disabled{background-color:var(--color-primary-disabled);cursor:not-allowed}.Button-module__8RiFmG__btn--secondary{color:var(--color-primary);border:1.5px solid var(--color-primary);background-color:#0000}.Button-module__8RiFmG__btn--secondary:hover:not(:disabled){background-color:#a60b4d0d}.Button-module__8RiFmG__btn--secondary:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__btn--ghost{color:var(--color-text-muted);background-color:#0000}.Button-module__8RiFmG__btn--ghost:hover:not(:disabled){background-color:#0000000a}.Button-module__8RiFmG__btn--ghost:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__btn--loading{cursor:wait}.Button-module__8RiFmG__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.65s linear infinite Button-module__8RiFmG__spin}.Button-module__8RiFmG__btn__label--loading{opacity:.75}@keyframes Button-module__8RiFmG__spin{to{transform:rotate(360deg)}}
.TextInput-module__wEV5vq__wrapper{background-color:var(--color-input-bg);border:1.5px solid var(--color-input-border);border-radius:var(--radius-lg);align-items:center;width:100%;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.TextInput-module__wEV5vq__wrapper:focus-within{border-color:var(--color-input-border-focus);box-shadow:0 0 0 3px var(--color-focus-ring)}.TextInput-module__wEV5vq__wrapper--success{border-color:var(--color-input-border-success)}.TextInput-module__wEV5vq__wrapper--success:focus-within{border-color:var(--color-input-border-success);box-shadow:0 0 0 3px #2767492e}.TextInput-module__wEV5vq__wrapper--error{border-color:var(--color-input-border-error)}.TextInput-module__wEV5vq__wrapper--error:focus-within{border-color:var(--color-input-border-error);box-shadow:0 0 0 3px #c0392b2e}.TextInput-module__wEV5vq__wrapper--warning{border-color:var(--color-input-border-warning)}.TextInput-module__wEV5vq__wrapper--warning:focus-within{border-color:var(--color-input-border-warning);box-shadow:0 0 0 3px #b7791f2e}.TextInput-module__wEV5vq__input{height:42px;padding:0 var(--space-4);color:var(--color-text);background:0 0;border:none;outline:none;flex:1;font-size:.9375rem;line-height:1}.TextInput-module__wEV5vq__input::placeholder{color:var(--color-text-placeholder);font-size:.9rem}.TextInput-module__wEV5vq__wrapper--has-leading .TextInput-module__wEV5vq__input{padding-left:var(--space-2)}.TextInput-module__wEV5vq__leading{padding-left:var(--space-3);color:var(--color-text-muted);flex-shrink:0;align-items:center;display:flex}.TextInput-module__wEV5vq__wrapper--has-trailing .TextInput-module__wEV5vq__input{padding-right:var(--space-2)}.TextInput-module__wEV5vq__trailing{padding-right:var(--space-3);flex-shrink:0;align-items:center;display:flex}
.FormField-module__qSvTIq__field{gap:var(--space-2);flex-direction:column;display:flex}.FormField-module__qSvTIq__label{color:var(--color-text);letter-spacing:.01em;font-size:.8125rem;font-weight:500}.FormField-module__qSvTIq__required{color:var(--color-danger)}.FormField-module__qSvTIq__message{font-size:.75rem;line-height:1.4}.FormField-module__qSvTIq__message--hint{color:var(--color-text-muted)}.FormField-module__qSvTIq__message--error{color:var(--color-danger)}.FormField-module__qSvTIq__message--success{color:var(--color-success)}.FormField-module__qSvTIq__message--warning{color:var(--color-warning)}
.AddCategoryModal-module__B_ttla__overlay{z-index:40;background:#1616161c;justify-content:center;align-items:flex-start;padding:clamp(290px,38vh,380px) 24px 24px;display:flex;position:fixed;inset:0}.AddCategoryModal-module__B_ttla__modal{background:#fff;border-radius:4px;width:min(100%,548px);padding:22px 22px 24px;box-shadow:0 20px 46px #1319211f}.AddCategoryModal-module__B_ttla__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.AddCategoryModal-module__B_ttla__title{color:#22201c;margin:0;font-family:Georgia,Times New Roman,serif;font-size:2.125rem;font-weight:400;line-height:1}.AddCategoryModal-module__B_ttla__subtitle{color:#707b95;max-width:420px;margin:8px 0 0;font-size:.9375rem;line-height:1.5}.AddCategoryModal-module__B_ttla__closeButton{color:#7e8698;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;margin-top:10px;padding:0;display:inline-flex}.AddCategoryModal-module__B_ttla__closeButton svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:20px;height:20px}.AddCategoryModal-module__B_ttla__field{margin-top:22px}.AddCategoryModal-module__B_ttla__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:22px;display:grid}.AddCategoryModal-module__B_ttla__metaRow{justify-content:flex-end;margin-top:8px;display:flex}.AddCategoryModal-module__B_ttla__characterCount{color:#8a90a0;font-size:.75rem;line-height:1}.AddCategoryModal-module__B_ttla__cancelButton,.AddCategoryModal-module__B_ttla__createButton{border-radius:2px;height:36px;font-size:.9375rem}.AddCategoryModal-module__B_ttla__cancelButton{color:#333;border-color:#cbcbcb}.AddCategoryModal-module__B_ttla__cancelButton:hover:not(:disabled){background:#00000008}@media (max-width:640px){.AddCategoryModal-module__B_ttla__overlay{padding:172px 16px 16px}.AddCategoryModal-module__B_ttla__modal{padding:18px 18px 16px}.AddCategoryModal-module__B_ttla__title{font-size:1.875rem}.AddCategoryModal-module__B_ttla__actions{grid-template-columns:1fr}}
.ArchiveCategoryModal-module__DVcLKG__overlay{z-index:40;background:#1616161c;justify-content:center;align-items:flex-start;padding:clamp(290px,38vh,380px) 24px 24px;display:flex;position:fixed;inset:0}.ArchiveCategoryModal-module__DVcLKG__modal{text-align:center;background:#fff;border-radius:8px;width:min(100%,520px);padding:22px;box-shadow:0 20px 46px #1319211f}.ArchiveCategoryModal-module__DVcLKG__iconWrap{justify-content:center;margin-bottom:18px;display:flex}.ArchiveCategoryModal-module__DVcLKG__warningIcon{background:#e0a100;border-radius:999px;justify-content:center;align-items:center;width:68px;height:68px;display:inline-flex}.ArchiveCategoryModal-module__DVcLKG__warningMark{color:#fff;font-size:2rem;font-weight:700;line-height:1}.ArchiveCategoryModal-module__DVcLKG__title{color:#22201c;margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;line-height:1}.ArchiveCategoryModal-module__DVcLKG__body{color:#647089;margin:14px 0 0;font-size:.9375rem;line-height:1.6}.ArchiveCategoryModal-module__DVcLKG__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:24px;display:grid}.ArchiveCategoryModal-module__DVcLKG__cancelButton,.ArchiveCategoryModal-module__DVcLKG__confirmButton{border-radius:2px;height:36px;font-size:.9375rem}.ArchiveCategoryModal-module__DVcLKG__cancelButton{color:#333;border-color:#cbcbcb}@media (max-width:640px){.ArchiveCategoryModal-module__DVcLKG__overlay{padding:172px 16px 16px}.ArchiveCategoryModal-module__DVcLKG__modal{padding:18px}.ArchiveCategoryModal-module__DVcLKG__title{font-size:1.75rem}.ArchiveCategoryModal-module__DVcLKG__actions{grid-template-columns:1fr}}
.EditCategoryModal-module__bn7-vW__overlay{z-index:40;background:#1616161c;justify-content:center;align-items:flex-start;padding:clamp(290px,38vh,380px) 24px 24px;display:flex;position:fixed;inset:0}.EditCategoryModal-module__bn7-vW__modal{background:#fff;border-radius:8px;width:min(100%,524px);padding:18px 22px 22px;box-shadow:0 20px 46px #1319211f}.EditCategoryModal-module__bn7-vW__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.EditCategoryModal-module__bn7-vW__title{color:#22201c;margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;line-height:1}.EditCategoryModal-module__bn7-vW__closeButton{color:#7e8698;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.EditCategoryModal-module__bn7-vW__closeButton svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:20px;height:20px}.EditCategoryModal-module__bn7-vW__field{margin-top:20px}.EditCategoryModal-module__bn7-vW__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:20px;display:grid}.EditCategoryModal-module__bn7-vW__metaRow{justify-content:flex-end;margin-top:8px;display:flex}.EditCategoryModal-module__bn7-vW__characterCount{color:#8a90a0;font-size:.75rem;line-height:1}.EditCategoryModal-module__bn7-vW__cancelButton,.EditCategoryModal-module__bn7-vW__saveButton{border-radius:2px;height:36px;font-size:.9375rem}.EditCategoryModal-module__bn7-vW__cancelButton{color:#333;border-color:#cbcbcb}.EditCategoryModal-module__bn7-vW__cancelButton:hover:not(:disabled){background:#00000008}@media (max-width:640px){.EditCategoryModal-module__bn7-vW__overlay{padding:172px 16px 16px}.EditCategoryModal-module__bn7-vW__modal{padding:18px 18px 16px}.EditCategoryModal-module__bn7-vW__title{font-size:1.75rem}.EditCategoryModal-module__bn7-vW__actions{grid-template-columns:1fr}}
.CategoriesStates-module__Nl-req__stateCard,.CategoriesStates-module__Nl-req__tableStateCard,.CategoriesStates-module__Nl-req__errorBanner{background:#fff;border:1px solid #ece5dc;border-radius:12px}.CategoriesStates-module__Nl-req__stateCard{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:48px 24px;display:flex}.CategoriesStates-module__Nl-req__stateTitle{color:#22201c;margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400}.CategoriesStates-module__Nl-req__stateMessage{color:#69717d;max-width:420px;margin:0;font-size:.95rem;line-height:1.6}.CategoriesStates-module__Nl-req__errorBanner{background:#fff7f7;border-color:#f2c2c2;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:18px 20px;display:flex}.CategoriesStates-module__Nl-req__errorTitle{color:#7d1d1d;margin:0 0 4px;font-size:1rem;font-weight:600}.CategoriesStates-module__Nl-req__errorMessage{color:#8b4d4d;margin:0;font-size:.9375rem}.CategoriesStates-module__Nl-req__tableStateCard{overflow:hidden}.CategoriesStates-module__Nl-req__loadingHeader{background:#f2f6f6;height:60px}.CategoriesStates-module__Nl-req__loadingBody{flex-direction:column;padding:0 12px 12px;display:flex}.CategoriesStates-module__Nl-req__loadingRow{border-bottom:1px solid #ece8e2;grid-template-columns:220px repeat(2,132px) 104px repeat(5,168px) 120px 136px 120px 92px;align-items:center;gap:0;min-width:1860px;padding:18px 0;display:grid}.CategoriesStates-module__Nl-req__loadingTextBlock,.CategoriesStates-module__Nl-req__loadingPillBlock{background:linear-gradient(90deg,#f2efeb 25%,#f8f6f3 50%,#f2efeb 75%) 0 0/200% 100%;border-radius:999px;margin-left:16px;animation:1.4s linear infinite CategoriesStates-module__Nl-req__shimmer;display:inline-flex}.CategoriesStates-module__Nl-req__loadingTextBlock{border-radius:6px;width:120px;height:16px}.CategoriesStates-module__Nl-req__loadingPillBlock{width:52px;height:28px}@keyframes CategoriesStates-module__Nl-req__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:900px){.CategoriesStates-module__Nl-req__errorBanner{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.CategoriesStates-module__Nl-req__stateCard{padding:36px 18px}.CategoriesStates-module__Nl-req__stateTitle{font-size:1.75rem}}
.AuthAlert-module__5cwtQW__alert{align-items:flex-start;gap:var(--space-2);padding:var(--space-3)var(--space-4);border-radius:var(--radius-lg);border-style:solid;border-width:1px;font-size:.8125rem;line-height:1.5;display:flex}.AuthAlert-module__5cwtQW__icon{flex-shrink:0;align-items:center;margin-top:1px;display:flex}.AuthAlert-module__5cwtQW__message{flex:1}.AuthAlert-module__5cwtQW__alert--error{background-color:var(--color-danger-bg);border-color:var(--color-danger-border);color:var(--color-danger-text)}.AuthAlert-module__5cwtQW__alert--warning{background-color:var(--color-warning-bg);border-color:var(--color-warning-border);color:var(--color-warning-text)}.AuthAlert-module__5cwtQW__alert--success{background-color:var(--color-success-bg);border-color:var(--color-success-border);color:var(--color-success-text)}
.CategoriesPagination-module__Epg0TW__pagination{justify-content:space-between;align-items:center;gap:16px;padding:8px 4px 0;display:flex}.CategoriesPagination-module__Epg0TW__summary{color:#6b7280;margin:0;font-size:.875rem}.CategoriesPagination-module__Epg0TW__controls{align-items:center;gap:16px;display:flex}.CategoriesPagination-module__Epg0TW__pageSizeControl{align-items:center;gap:10px;display:inline-flex}.CategoriesPagination-module__Epg0TW__pageSizeLabel{color:#6b7280;font-size:.875rem}.CategoriesPagination-module__Epg0TW__pageSizeSelect{color:#2e2f32;background:#fff;border:1px solid #d8d5d0;border-radius:8px;min-width:72px;height:36px;padding:0 12px;font-size:.875rem}.CategoriesPagination-module__Epg0TW__pageControls{align-items:center;gap:8px;display:inline-flex}.CategoriesPagination-module__Epg0TW__pageButton{color:#2e2f32;cursor:pointer;background:#fff;border:1px solid #d8d5d0;border-radius:8px;height:36px;padding:0 12px;font-size:.875rem}.CategoriesPagination-module__Epg0TW__pageButton:disabled{opacity:.45;cursor:not-allowed}.CategoriesPagination-module__Epg0TW__pageIndicator{color:#2e2f32;font-size:.875rem}@media (max-width:900px){.CategoriesPagination-module__Epg0TW__pagination,.CategoriesPagination-module__Epg0TW__controls{flex-direction:column;align-items:stretch}.CategoriesPagination-module__Epg0TW__pageSizeControl,.CategoriesPagination-module__Epg0TW__pageControls{justify-content:space-between}}
.PasswordInput-module__EVZAfq__toggle{padding:var(--space-1);border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s;display:flex}.PasswordInput-module__EVZAfq__toggle:hover{color:var(--color-text)}.PasswordInput-module__EVZAfq__toggle:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:1px}
.CategoriesScreen-module__KJYkYW__screen{box-sizing:border-box;flex-direction:column;gap:24px;width:100%;padding:12px 0 32px;display:flex;position:relative}.CategoriesScreen-module__KJYkYW__headerRow{box-sizing:border-box;border-bottom:1px solid #d8d5d0a6;justify-content:space-between;align-self:stretch;align-items:center;gap:20px;width:calc(100% + 60px);margin-left:-30px;padding-bottom:24px;padding-left:30px;padding-right:30px;display:flex}.CategoriesScreen-module__KJYkYW__title{color:#22201c;letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif;font-size:3rem;font-weight:400;line-height:1}.CategoriesScreen-module__KJYkYW__addCategoryButton{border-radius:4px;min-width:140px;height:40px;padding:0 18px;font-size:.9375rem;font-weight:500}.CategoriesScreen-module__KJYkYW__addCategoryButtonContent{align-items:center;gap:8px;display:inline-flex}.CategoriesScreen-module__KJYkYW__activeWarningBanner{color:#d18800;text-align:center;box-sizing:border-box;background:#fffaf0eb;border:1px solid #e39a00;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;max-width:680px;min-height:46px;padding:10px 18px;font-size:.9375rem;line-height:1.35;display:inline-flex}.CategoriesScreen-module__KJYkYW__activeWarningBanner svg{flex-shrink:0}.CategoriesScreen-module__KJYkYW__toolbar{justify-content:space-between;align-items:center;gap:16px;padding-top:6px;display:flex}.CategoriesScreen-module__KJYkYW__tabs{gap:8px;display:flex}.CategoriesScreen-module__KJYkYW__tab,.CategoriesScreen-module__KJYkYW__activeTab{color:#868686;background:#ececec;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:.9375rem;display:inline-flex}.CategoriesScreen-module__KJYkYW__activeTab{color:#9a604f;background:#fff5f1;border-color:#efb6a4}.CategoriesScreen-module__KJYkYW__tabCount{min-width:20px;height:20px;color:inherit;box-sizing:border-box;background:#ffffffb3;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:.8125rem;line-height:1;display:inline-flex}.CategoriesScreen-module__KJYkYW__searchField{box-sizing:border-box;background:#fbfbfb;border:1px solid #ddd8d2;border-radius:8px;align-items:center;gap:8px;width:410px;height:38px;padding:0 14px;display:inline-flex}.CategoriesScreen-module__KJYkYW__searchField svg{fill:none;stroke:#b4afa9;stroke-width:1.75px;stroke-linecap:round;flex-shrink:0;width:16px;height:16px}.CategoriesScreen-module__KJYkYW__searchInput{color:#3b3b3b;background:0 0;border:none;border-radius:0;outline:none;width:100%;height:100%;padding:0;font-size:.9375rem}.CategoriesScreen-module__KJYkYW__searchInput::placeholder{color:#b4afa9}.CategoriesScreen-module__KJYkYW__tableWrapper{background:#fff;border-radius:12px;padding:0 12px 12px;position:relative;overflow:auto visible;box-shadow:inset 0 0 0 1px #efebe6e6}.CategoriesScreen-module__KJYkYW__table{border-collapse:collapse;width:100%;min-width:1860px}.CategoriesScreen-module__KJYkYW__categoryColumn{width:220px}.CategoriesScreen-module__KJYkYW__metricColumn{width:132px}.CategoriesScreen-module__KJYkYW__metricNarrowColumn{width:104px}.CategoriesScreen-module__KJYkYW__metricWideColumn{width:168px}.CategoriesScreen-module__KJYkYW__totalColumn{width:120px}.CategoriesScreen-module__KJYkYW__createdColumn{width:136px}.CategoriesScreen-module__KJYkYW__statusColumn{width:120px}.CategoriesScreen-module__KJYkYW__actionColumn{width:92px}.CategoriesScreen-module__KJYkYW__table thead th{color:#3a3a3a;white-space:nowrap;background:#f2f6f6;padding:16px;font-size:.9375rem;font-weight:500}.CategoriesScreen-module__KJYkYW__table th,.CategoriesScreen-module__KJYkYW__table td{text-align:left;white-space:nowrap;border-bottom:1px solid #ece8e2;padding:18px 16px}.CategoriesScreen-module__KJYkYW__sortButton{min-width:max-content;color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;display:inline-flex}.CategoriesScreen-module__KJYkYW__sortIcon{color:#444d5a;opacity:.6;justify-content:center;align-items:center;display:inline-flex}.CategoriesScreen-module__KJYkYW__sortIconActive{color:#1f2730;opacity:1;justify-content:center;align-items:center;display:inline-flex}.CategoriesScreen-module__KJYkYW__categoryCell{color:#2e2f32;white-space:normal;width:220px;font-size:.9375rem;line-height:1.45}.CategoriesScreen-module__KJYkYW__countPill{color:#666d78;box-sizing:border-box;background:#fafafa;border:1px solid #d8d5d0;border-radius:999px;justify-content:center;align-items:center;min-width:52px;height:28px;padding:0 14px;font-size:.9375rem;display:inline-flex}.CategoriesScreen-module__KJYkYW__totalCell{color:#521522;font-weight:500}.CategoriesScreen-module__KJYkYW__dateCell{color:#5d6472}.CategoriesScreen-module__KJYkYW__statusBadgeActive,.CategoriesScreen-module__KJYkYW__statusBadgeArchived{box-sizing:border-box;border-radius:999px;justify-content:center;align-items:center;min-width:68px;height:28px;padding:0 16px;font-size:.9375rem;display:inline-flex}.CategoriesScreen-module__KJYkYW__statusBadgeActive{color:#2d8c5b;background:#e7efec}.CategoriesScreen-module__KJYkYW__statusBadgeArchived{color:#fff;background:#ababab}.CategoriesScreen-module__KJYkYW__actionButton{z-index:1;color:#2f3541;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex;position:relative}.CategoriesScreen-module__KJYkYW__actionCell{position:relative}.CategoriesScreen-module__KJYkYW__actionDots{align-items:center;gap:3px;display:inline-flex}.CategoriesScreen-module__KJYkYW__actionDot{background:currentColor;border-radius:999px;width:4px;height:4px}.CategoriesScreen-module__KJYkYW__actionMenu{z-index:5;background:#fff;border:1px solid #e6e2dc;border-radius:8px;flex-direction:column;width:152px;padding:8px 0;display:flex;position:absolute;top:36px;right:-10px;box-shadow:0 12px 24px #1b232d1f}.CategoriesScreen-module__KJYkYW__actionMenuItem{color:#647089;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;width:100%;padding:10px 18px;font-size:.9375rem;display:flex}.CategoriesScreen-module__KJYkYW__actionMenuItem:hover{background:#f8f7f5}.CategoriesScreen-module__KJYkYW__actionMenuItemDanger{color:#ff3b30}.CategoriesScreen-module__KJYkYW__emptyCell{color:#6b6b6b;padding:40px 16px}.CategoriesScreen-module__KJYkYW__emptyState{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.CategoriesScreen-module__KJYkYW__emptyStateMessage{color:#6b7280;margin:0;font-size:.95rem}.CategoriesScreen-module__KJYkYW__emptyStateButton{color:#a60b4d;cursor:pointer;background:0 0;border:none;font-size:.9375rem;font-weight:500}@media (max-width:1100px){.CategoriesScreen-module__KJYkYW__headerRow{width:calc(100% + 40px);margin-left:-20px;padding-left:20px;padding-right:20px}.CategoriesScreen-module__KJYkYW__searchField{width:320px}}@media (max-width:900px){.CategoriesScreen-module__KJYkYW__toolbar{flex-direction:column;align-items:stretch}.CategoriesScreen-module__KJYkYW__searchField{width:100%}.CategoriesScreen-module__KJYkYW__activeWarningBanner{max-width:none}}@media (max-width:600px){.CategoriesScreen-module__KJYkYW__headerRow{width:100%;margin-left:0;padding-left:0;padding-right:0}.CategoriesScreen-module__KJYkYW__title{font-size:2.25rem}.CategoriesScreen-module__KJYkYW__addCategoryButton{min-width:0;max-width:100%}.CategoriesScreen-module__KJYkYW__activeWarningBanner{order:3;width:100%}.CategoriesScreen-module__KJYkYW__tabs{flex-wrap:wrap}}@media (max-width:420px){.CategoriesScreen-module__KJYkYW__headerRow{flex-direction:column;align-items:flex-start;gap:14px}.CategoriesScreen-module__KJYkYW__activeWarningBanner{text-align:left;justify-content:flex-start}.CategoriesScreen-module__KJYkYW__toolbar{gap:12px}.CategoriesScreen-module__KJYkYW__tab,.CategoriesScreen-module__KJYkYW__activeTab{padding:0 14px}}
.SuperAdminSidebar-module__wSITxG__sidebar{background:#fbfbfb;border-right:1px solid #e5e1db;height:100vh;position:sticky;top:0;overflow-y:auto}.SuperAdminSidebar-module__wSITxG__brandRow{border-bottom:1px solid #e5e1db;justify-content:space-between;align-items:center;height:71px;padding:0 28px;display:flex}.SuperAdminSidebar-module__wSITxG__closeButton{color:#3b3f46;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;display:none}.SuperAdminSidebar-module__wSITxG__closeButton svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.SuperAdminSidebar-module__wSITxG__nav{flex-direction:column;gap:8px;padding:20px 10px 24px;display:flex}.SuperAdminSidebar-module__wSITxG__sidebarButton{color:#3b3f46;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;min-height:38px;padding:9px 12px;font-size:.9375rem;display:flex}.SuperAdminSidebar-module__wSITxG__sidebarButton--active{color:var(--color-primary);background:#faeaf0}.SuperAdminSidebar-module__wSITxG__sidebarButtonLabel{align-items:center;gap:10px;display:inline-flex}.SuperAdminSidebar-module__wSITxG__sidebarIcon,.SuperAdminSidebar-module__wSITxG__sidebarTrailing{color:currentColor;width:18px;height:18px}.SuperAdminSidebar-module__wSITxG__sidebarTrailing{transition:transform .18s}.SuperAdminSidebar-module__wSITxG__sidebarTrailing--expanded{transform:rotate(180deg)}.SuperAdminSidebar-module__wSITxG__sidebarIcon svg,.SuperAdminSidebar-module__wSITxG__sidebarTrailing svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.SuperAdminSidebar-module__wSITxG__section{flex-direction:column;gap:8px;display:flex}.SuperAdminSidebar-module__wSITxG__sectionItems{flex-direction:column;gap:4px;padding-left:12px;animation:.18s SuperAdminSidebar-module__wSITxG__revealSection;display:flex}.SuperAdminSidebar-module__wSITxG__sectionItem{color:#647089;border-radius:4px;align-items:center;min-height:30px;padding:6px 12px;font-size:.9375rem;text-decoration:none;display:flex}.SuperAdminSidebar-module__wSITxG__sectionItem--active{color:var(--color-primary);background:#faeaf0}@media (max-width:900px){.SuperAdminSidebar-module__wSITxG__sidebar{z-index:50;border-right:1px solid #e5e1db;width:280px;height:100vh;transition:transform .25s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.SuperAdminSidebar-module__wSITxG__sidebar--open{transform:translate(0)}.SuperAdminSidebar-module__wSITxG__brandRow{height:60px;padding:0 16px}.SuperAdminSidebar-module__wSITxG__closeButton{display:inline-flex}.SuperAdminSidebar-module__wSITxG__nav{padding:12px 10px 24px}.SuperAdminSidebar-module__wSITxG__sectionItems{flex-direction:column;gap:4px;padding-left:12px;overflow:visible}.SuperAdminSidebar-module__wSITxG__sectionItem{flex:initial;white-space:normal;background:0 0;border:none;min-height:30px}}@keyframes SuperAdminSidebar-module__wSITxG__revealSection{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.BackLink-module__smdNRG__link{align-items:center;gap:var(--space-1);color:var(--color-back-link);font-size:.8125rem;font-weight:400;text-decoration:none;transition:color .15s;display:inline-flex}.BackLink-module__smdNRG__link:hover{color:var(--color-back-link-hover);text-decoration:underline}.BackLink-module__smdNRG__link:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}
.LoginForm-module__MYmKRG__panel{padding:var(--space-12)var(--space-10);background-color:var(--color-surface);flex:1;justify-content:center;align-items:center;display:flex}.LoginForm-module__MYmKRG__inner{gap:var(--space-6);flex-direction:column;width:100%;max-width:420px;display:flex}.LoginForm-module__MYmKRG__logoRow{justify-content:center;display:flex}.LoginForm-module__MYmKRG__alert{margin-bottom:var(--space-1)}.LoginForm-module__MYmKRG__form{gap:var(--space-5);flex-direction:column;display:flex}.LoginForm-module__MYmKRG__submitBtn{margin-top:var(--space-2)}.LoginForm-module__MYmKRG__forgotRow{justify-content:center;display:flex}.LoginForm-module__MYmKRG__forgotLink{color:var(--color-link);font-size:.8125rem;font-weight:500;transition:color .15s}.LoginForm-module__MYmKRG__forgotLink:hover{color:var(--color-link-hover);text-decoration:underline}.LoginForm-module__MYmKRG__forgotLink:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}@media (max-width:860px){.LoginForm-module__MYmKRG__panel{padding:var(--space-10)var(--space-8)}}@media (max-width:480px){.LoginForm-module__MYmKRG__panel{padding:var(--space-8)var(--space-6)}}
.CategoriesToast-module__BqA7IW__toast{z-index:20;color:#2e7d32;background:#eef8ef;border:1px solid #57a15b;border-radius:10px;align-items:center;gap:10px;min-height:40px;padding:0 14px;font-size:.9375rem;display:inline-flex;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #2e7d3214}
.SuperAdminTopbar-module__aTvDFW__topbar{background:#fbfbfb;border-bottom:1px solid #e5e1db;justify-content:space-between;align-items:center;height:71px;padding:0 30px;display:flex}.SuperAdminTopbar-module__aTvDFW__hamburgerButton{color:#3b3f46;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;display:none}.SuperAdminTopbar-module__aTvDFW__hamburgerButton svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.SuperAdminTopbar-module__aTvDFW__spacer{flex:1;min-width:0}.SuperAdminTopbar-module__aTvDFW__actions{align-items:center;gap:16px;display:flex}.SuperAdminTopbar-module__aTvDFW__iconButton{color:#69717d;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.SuperAdminTopbar-module__aTvDFW__notificationButton{color:silver}.SuperAdminTopbar-module__aTvDFW__profileWrapper{position:relative}.SuperAdminTopbar-module__aTvDFW__profileButton{color:#31343a;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;font-size:.9375rem;display:inline-flex}.SuperAdminTopbar-module__aTvDFW__avatar{color:#fff;background:linear-gradient(135deg,#f4d96c 0%,#a60b4d 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.875rem;font-weight:700;display:inline-flex}.SuperAdminTopbar-module__aTvDFW__profileName{white-space:nowrap}.SuperAdminTopbar-module__aTvDFW__iconButton svg,.SuperAdminTopbar-module__aTvDFW__profileButton svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.SuperAdminTopbar-module__aTvDFW__profileButton svg{width:14px;height:14px}.SuperAdminTopbar-module__aTvDFW__dropdown{z-index:100;background:#fff;border:1px solid #e5e1db;border-radius:10px;min-width:220px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 24px #0000001a}.SuperAdminTopbar-module__aTvDFW__dropdownHeader{flex-direction:column;gap:2px;padding:14px 16px;display:flex}.SuperAdminTopbar-module__aTvDFW__dropdownName{color:#1a1d23;white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.SuperAdminTopbar-module__aTvDFW__dropdownEmail{color:#69717d;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.SuperAdminTopbar-module__aTvDFW__dropdownDivider{background:#e5e1db;height:1px;margin:0}.SuperAdminTopbar-module__aTvDFW__dropdownSignOut{color:#a60b4d;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 16px;font-size:.9375rem;font-weight:500;display:block}.SuperAdminTopbar-module__aTvDFW__dropdownSignOut:hover{background:#faeaf0}@media (max-width:1100px){.SuperAdminTopbar-module__aTvDFW__topbar{padding-left:20px;padding-right:20px}}@media (max-width:900px){.SuperAdminTopbar-module__aTvDFW__topbar{height:60px;padding-left:16px;padding-right:16px}.SuperAdminTopbar-module__aTvDFW__hamburgerButton{display:inline-flex}.SuperAdminTopbar-module__aTvDFW__actions{gap:12px}.SuperAdminTopbar-module__aTvDFW__profileButton{gap:8px}.SuperAdminTopbar-module__aTvDFW__profileName{display:none}}
.OtpInput-module__X7UJpa__row{align-items:center;gap:var(--space-3);justify-content:center;display:flex}.OtpInput-module__X7UJpa__slot{text-align:center;width:48px;height:52px;color:var(--color-text);background-color:var(--color-input-bg);border:1.5px solid var(--color-input-border);border-radius:var(--radius-lg);caret-color:var(--color-primary);outline:none;font-size:1.25rem;font-weight:600;transition:border-color .15s,box-shadow .15s}.OtpInput-module__X7UJpa__slot:focus{border-color:var(--color-input-border-focus);box-shadow:0 0 0 3px var(--color-focus-ring)}.OtpInput-module__X7UJpa__slot--filled{border-color:var(--color-border-strong);color:var(--color-text)}.OtpInput-module__X7UJpa__slot--error{border-color:var(--color-input-border-error)}.OtpInput-module__X7UJpa__slot--error:focus{border-color:var(--color-input-border-error);box-shadow:0 0 0 3px #c0392b2e}.OtpInput-module__X7UJpa__slot--success{border-color:var(--color-input-border-success)}.OtpInput-module__X7UJpa__slot--warning{border-color:var(--color-input-border-warning)}.OtpInput-module__X7UJpa__slot:disabled{background-color:var(--color-surface-soft);cursor:not-allowed;opacity:.6}@media (max-width:400px){.OtpInput-module__X7UJpa__slot{width:40px;height:44px;font-size:1.1rem}.OtpInput-module__X7UJpa__row{gap:var(--space-2)}}
.DeleteCategoryModal-module__I6xAyG__overlay{z-index:40;background:#1616161c;justify-content:center;align-items:flex-start;padding:clamp(290px,38vh,380px) 24px 24px;display:flex;position:fixed;inset:0}.DeleteCategoryModal-module__I6xAyG__modal{text-align:center;background:#fff;border-radius:8px;width:min(100%,430px);padding:22px 12px 18px;box-shadow:0 20px 46px #1319211f}.DeleteCategoryModal-module__I6xAyG__iconWrap{justify-content:center;margin-bottom:18px;display:flex}.DeleteCategoryModal-module__I6xAyG__warningIcon{background:#ff4338;border-radius:22px;justify-content:center;align-items:center;width:68px;height:68px;display:inline-flex}.DeleteCategoryModal-module__I6xAyG__warningMark{color:#fff;font-size:2rem;font-weight:700;line-height:1}.DeleteCategoryModal-module__I6xAyG__title{color:#22201c;margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;line-height:1}.DeleteCategoryModal-module__I6xAyG__body{color:#647089;margin:16px 0 0;font-size:.9375rem;line-height:1.55}.DeleteCategoryModal-module__I6xAyG__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:28px;display:grid}.DeleteCategoryModal-module__I6xAyG__deleteButton,.DeleteCategoryModal-module__I6xAyG__archiveButton{border-radius:2px;height:40px;font-size:.9375rem}.DeleteCategoryModal-module__I6xAyG__deleteButton{background:#c8879e}.DeleteCategoryModal-module__I6xAyG__deleteButton:hover:not(:disabled){background:#b7768d}.DeleteCategoryModal-module__I6xAyG__archiveButton{color:#8b1538}@media (max-width:640px){.DeleteCategoryModal-module__I6xAyG__overlay{padding:172px 16px 16px}.DeleteCategoryModal-module__I6xAyG__modal{padding:18px 14px 16px}.DeleteCategoryModal-module__I6xAyG__title{font-size:1.75rem}.DeleteCategoryModal-module__I6xAyG__actions{grid-template-columns:1fr}}
.SuperAdminLayout-module__ZRr8da__shell{background:#f7f6f4;grid-template-columns:262px minmax(0,1fr);min-height:100vh;display:grid}.SuperAdminLayout-module__ZRr8da__main{flex-direction:column;min-width:0;display:flex}.SuperAdminLayout-module__ZRr8da__content{min-width:0;padding:16px 30px 32px}.SuperAdminLayout-module__ZRr8da__backdrop{display:none}@media (max-width:1100px){.SuperAdminLayout-module__ZRr8da__shell{grid-template-columns:220px minmax(0,1fr)}.SuperAdminLayout-module__ZRr8da__content{padding-left:20px;padding-right:20px}}@media (max-width:900px){.SuperAdminLayout-module__ZRr8da__shell{grid-template-columns:1fr}.SuperAdminLayout-module__ZRr8da__content{padding:16px}.SuperAdminLayout-module__ZRr8da__backdrop{z-index:40;cursor:pointer;background:#00000073;display:block;position:fixed;inset:0}}
.ForgotPasswordForm-module__TNfVyq__content{gap:var(--space-6);flex-direction:column;display:flex}.ForgotPasswordForm-module__TNfVyq__logoRow{margin-bottom:var(--space-2);justify-content:center;display:flex}.ForgotPasswordForm-module__TNfVyq__heading{gap:var(--space-2);flex-direction:column;display:flex}.ForgotPasswordForm-module__TNfVyq__title{color:var(--color-text);letter-spacing:-.02em;text-align:left;font-size:1.375rem;font-weight:700;line-height:1.3}.ForgotPasswordForm-module__TNfVyq__description{color:var(--color-text-muted);text-align:left;font-size:.875rem;line-height:1.6}.ForgotPasswordForm-module__TNfVyq__alert{margin-bottom:var(--space-1)}.ForgotPasswordForm-module__TNfVyq__form{gap:var(--space-5);flex-direction:column;display:flex}.ForgotPasswordForm-module__TNfVyq__submitBtn{margin-top:var(--space-1)}.ForgotPasswordForm-module__TNfVyq__backRow{justify-content:flex-start;display:flex}
.ResetPasswordForm-module__5nsoNW__content{gap:var(--space-6);flex-direction:column;display:flex}.ResetPasswordForm-module__5nsoNW__logoRow{margin-bottom:var(--space-2);justify-content:center;display:flex}.ResetPasswordForm-module__5nsoNW__heading{gap:var(--space-2);flex-direction:column;display:flex}.ResetPasswordForm-module__5nsoNW__title{color:var(--color-text);letter-spacing:-.02em;text-align:left;font-size:1.375rem;font-weight:700;line-height:1.3}.ResetPasswordForm-module__5nsoNW__description{color:var(--color-text-muted);text-align:left;font-size:.875rem;line-height:1.6}.ResetPasswordForm-module__5nsoNW__alert{margin-bottom:var(--space-1)}.ResetPasswordForm-module__5nsoNW__form{gap:var(--space-5);flex-direction:column;display:flex}.ResetPasswordForm-module__5nsoNW__submitBtn{margin-top:var(--space-1)}.ResetPasswordForm-module__5nsoNW__backRow{justify-content:flex-start;display:flex}
.VerifyOtpForm-module__Ba_WqG__content{gap:var(--space-6);flex-direction:column;display:flex}.VerifyOtpForm-module__Ba_WqG__logoRow{justify-content:center;display:flex}.VerifyOtpForm-module__Ba_WqG__instruction{color:var(--color-text-muted);text-align:center;font-size:.9rem;line-height:1.6}.VerifyOtpForm-module__Ba_WqG__maskedEmail{color:var(--color-text);font-weight:600}.VerifyOtpForm-module__Ba_WqG__alert{margin-bottom:var(--space-1)}.VerifyOtpForm-module__Ba_WqG__form{gap:var(--space-5);flex-direction:column;display:flex}.VerifyOtpForm-module__Ba_WqG__otpWrapper{align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.VerifyOtpForm-module__Ba_WqG__otpError{color:var(--color-danger);text-align:center;font-size:.75rem}.VerifyOtpForm-module__Ba_WqG__resendRow{justify-content:center;align-items:center;display:flex}.VerifyOtpForm-module__Ba_WqG__resendBtn{color:var(--color-link);cursor:pointer;font-size:.8125rem;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;padding:0;transition:color .15s}.VerifyOtpForm-module__Ba_WqG__resendBtn:hover{color:var(--color-link-hover);text-decoration:underline}.VerifyOtpForm-module__Ba_WqG__resendBtn:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}.VerifyOtpForm-module__Ba_WqG__resendCountdown{color:var(--color-text-muted);font-size:.8125rem}.VerifyOtpForm-module__Ba_WqG__countdown{color:var(--color-text);font-weight:600}.VerifyOtpForm-module__Ba_WqG__submitBtn{margin-top:var(--space-1)}.VerifyOtpForm-module__Ba_WqG__backRow{justify-content:center;display:flex}
.RestoreCategoryModal-module__GnIBRW__overlay{z-index:40;background:#1616161c;justify-content:center;align-items:flex-start;padding:clamp(290px,38vh,380px) 24px 24px;display:flex;position:fixed;inset:0}.RestoreCategoryModal-module__GnIBRW__modal{text-align:center;background:#fff;border-radius:8px;width:min(100%,520px);padding:22px;box-shadow:0 20px 46px #1319211f}.RestoreCategoryModal-module__GnIBRW__iconWrap{justify-content:center;margin-bottom:18px;display:flex}.RestoreCategoryModal-module__GnIBRW__warningIcon{background:#e0a100;border-radius:999px;justify-content:center;align-items:center;width:68px;height:68px;display:inline-flex}.RestoreCategoryModal-module__GnIBRW__warningMark{color:#fff;font-size:2rem;font-weight:700;line-height:1}.RestoreCategoryModal-module__GnIBRW__title{color:#22201c;margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;line-height:1}.RestoreCategoryModal-module__GnIBRW__body{color:#647089;margin:14px 0 0;font-size:.9375rem;line-height:1.6}.RestoreCategoryModal-module__GnIBRW__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:24px;display:grid}.RestoreCategoryModal-module__GnIBRW__cancelButton,.RestoreCategoryModal-module__GnIBRW__confirmButton{border-radius:2px;height:36px;font-size:.9375rem}.RestoreCategoryModal-module__GnIBRW__cancelButton{color:#333;border-color:#cbcbcb}.RestoreCategoryModal-module__GnIBRW__confirmButtonDisabled,.RestoreCategoryModal-module__GnIBRW__confirmButtonDisabled:hover:not(:disabled){background:#c8879e}@media (max-width:640px){.RestoreCategoryModal-module__GnIBRW__overlay{padding:172px 16px 16px}.RestoreCategoryModal-module__GnIBRW__modal{padding:18px}.RestoreCategoryModal-module__GnIBRW__title{font-size:1.75rem}.RestoreCategoryModal-module__GnIBRW__actions{grid-template-columns:1fr}}
