.Toast-module-scss-module__VYQiRG__viewport{z-index:1000;pointer-events:none;gap:10px;width:min(420px,100vw - 32px);margin:0;padding:0;list-style:none;display:grid;position:fixed}.Toast-module-scss-module__VYQiRG__topRight{top:20px;right:20px}.Toast-module-scss-module__VYQiRG__topLeft{top:20px;left:20px}.Toast-module-scss-module__VYQiRG__bottomRight{bottom:20px;right:20px}.Toast-module-scss-module__VYQiRG__bottomLeft{bottom:20px;left:20px}.Toast-module-scss-module__VYQiRG__topCenter{top:20px;left:50%;transform:translate(-50%)}.Toast-module-scss-module__VYQiRG__bottomCenter{bottom:20px;left:50%;transform:translate(-50%)}.Toast-module-scss-module__VYQiRG__toast{--ui-toast-bg:var(--ui-color-surface,#fff);--ui-toast-border:var(--ui-color-border,#d8dee8);--ui-toast-fg:var(--ui-color-foreground,#0b1f33);--ui-toast-icon:var(--ui-color-muted,#667085);border:1px solid var(--ui-toast-border);border-radius:var(--ui-radius,8px);background:var(--ui-toast-bg);min-height:64px;color:var(--ui-toast-fg);box-shadow:var(--ui-shadow,0 10px 30px #0b1f3524);pointer-events:auto;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:14px;animation:.18s ease-out Toast-module-scss-module__VYQiRG__ui-toast-in;display:grid}.Toast-module-scss-module__VYQiRG__icon{width:18px;height:18px;color:var(--ui-toast-icon);justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.Toast-module-scss-module__VYQiRG__icon svg{width:18px;height:18px}.Toast-module-scss-module__VYQiRG__content{gap:3px;min-width:0;display:grid}.Toast-module-scss-module__VYQiRG__title{color:inherit;margin:0;font-size:14px;font-weight:600;line-height:20px}.Toast-module-scss-module__VYQiRG__description{color:color-mix(in srgb, var(--ui-toast-fg) 78%, transparent);margin:0;font-size:14px;line-height:20px}.Toast-module-scss-module__VYQiRG__side{align-items:flex-start;gap:8px;display:inline-flex}.Toast-module-scss-module__VYQiRG__close{border-radius:calc(var(--ui-radius,8px) - 2px);width:24px;height:24px;color:color-mix(in srgb, var(--ui-toast-fg) 68%, transparent);background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:background-color .16s,color .16s;display:inline-flex}.Toast-module-scss-module__VYQiRG__close svg{width:16px;height:16px}.Toast-module-scss-module__VYQiRG__close:hover{background:color-mix(in srgb, var(--ui-toast-fg) 8%, transparent);color:var(--ui-toast-fg)}.Toast-module-scss-module__VYQiRG__close:focus-visible{outline:3px solid color-mix(in srgb, var(--ui-color-base,#1555d1) 22%, transparent);outline-offset:2px}.Toast-module-scss-module__VYQiRG__action{align-items:center;display:inline-flex}.Toast-module-scss-module__VYQiRG__toneInfo{--ui-toast-bg:var(--ui-alert-info-bg,color-mix(in srgb, var(--ui-color-base,#1555d1) 8%, #fff));--ui-toast-border:var(--ui-alert-info-border,color-mix(in srgb, var(--ui-color-base,#1555d1) 30%, #fff));--ui-toast-fg:var(--ui-alert-info-fg,var(--ui-color-foreground,#0b1f33));--ui-toast-icon:var(--ui-alert-info-icon,var(--ui-color-base,#1555d1))}.Toast-module-scss-module__VYQiRG__toneSuccess{--ui-toast-bg:var(--ui-alert-success-bg,#e8f6ed);--ui-toast-border:var(--ui-alert-success-border,#abd8bb);--ui-toast-fg:var(--ui-alert-success-fg,#064f26);--ui-toast-icon:var(--ui-alert-success-icon,#087c39)}.Toast-module-scss-module__VYQiRG__toneWarning{--ui-toast-bg:var(--ui-alert-warning-bg,var(--warning-bg,#fff7e0));--ui-toast-border:var(--ui-alert-warning-border,#f2c56d);--ui-toast-fg:var(--ui-alert-warning-fg,var(--warning,#8a5200));--ui-toast-icon:var(--ui-alert-warning-icon,#b95000)}.Toast-module-scss-module__VYQiRG__toneDestructive{--ui-toast-bg:var(--ui-alert-destructive-bg,var(--danger-bg,#ffebef));--ui-toast-border:var(--ui-alert-destructive-border,color-mix(in srgb, var(--ui-color-error,#c62828) 38%, #fff));--ui-toast-fg:var(--ui-alert-destructive-fg,var(--danger,#a61b1b));--ui-toast-icon:var(--ui-alert-destructive-icon,var(--ui-color-error,#c62828))}.Toast-module-scss-module__VYQiRG__withoutIcon{grid-template-columns:minmax(0,1fr) auto}.Toast-module-scss-module__VYQiRG__withoutSide{grid-template-columns:auto minmax(0,1fr)}.Toast-module-scss-module__VYQiRG__withoutIcon.Toast-module-scss-module__VYQiRG__withoutSide{grid-template-columns:minmax(0,1fr)}@keyframes Toast-module-scss-module__VYQiRG__ui-toast-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.Toast-module-scss-module__VYQiRG__viewport{width:auto;left:16px;right:16px;transform:none}.Toast-module-scss-module__VYQiRG__topRight,.Toast-module-scss-module__VYQiRG__topLeft,.Toast-module-scss-module__VYQiRG__topCenter{top:16px}.Toast-module-scss-module__VYQiRG__bottomRight,.Toast-module-scss-module__VYQiRG__bottomLeft,.Toast-module-scss-module__VYQiRG__bottomCenter{bottom:16px}}@media (prefers-reduced-motion:reduce){.Toast-module-scss-module__VYQiRG__toast{animation:none}.Toast-module-scss-module__VYQiRG__close{transition:none}}
.AccessGuard-module-scss-module__HLlV6W__screen{background:var(--admin-page);justify-content:center;align-items:center;min-height:100vh;padding:32px 16px;display:flex}.AccessGuard-module-scss-module__HLlV6W__card{border:1px solid var(--line);width:min(460px,100%);color:var(--admin-text);background:#fff;border-radius:8px;padding:32px 39px}.AccessGuard-module-scss-module__HLlV6W__card h1{margin:0 0 12px;font-size:28px;line-height:36px}.AccessGuard-module-scss-module__HLlV6W__card p{color:var(--muted);margin:0;font-size:16px;line-height:24px}
.Header-module-scss-module__ZLPXtq__header{z-index:10;height:64px;padding:0 var(--common-padding);border-bottom:1px solid var(--ui-color-border,#d8dee8);background:var(--ui-color-surface,#fff);justify-content:space-between;align-items:center;margin-left:260px;display:flex;position:relative}.Header-module-scss-module__ZLPXtq__role{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.Header-module-scss-module__ZLPXtq__roleTitle{color:var(--ui-color-foreground,#0b1f33);font-size:15px;font-weight:600;line-height:22px}.Header-module-scss-module__ZLPXtq__organizationName{color:var(--ui-color-muted-foreground,#667085);font-size:13px;font-weight:500;line-height:18px}.Header-module-scss-module__ZLPXtq__userMenu{display:inline-flex}.Header-module-scss-module__ZLPXtq__avatarButton{cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.Header-module-scss-module__ZLPXtq__avatarButton:focus-visible{outline:2px solid var(--ui-color-base,#1555d1);outline-offset:3px}.Header-module-scss-module__ZLPXtq__avatar{background:var(--ui-color-base,#1555d1);width:38px;height:38px;color:var(--ui-color-on-base,#fff);border-radius:12px;justify-content:center;align-items:center;font-size:13px;font-weight:700;line-height:16px;display:inline-flex}@media (max-width:760px){.Header-module-scss-module__ZLPXtq__header{width:100%;margin-left:0;padding:0 20px}}
.Sidebar-module-scss-module__qQpx-a__sidebar{border-right:1px solid var(--ui-color-border,#d8dee8);background:hsl(from var(--ui-color-base) h calc(s * .5) 97);width:260px;color:var(--ui-color-foreground,#0b1f33);position:fixed;top:0;bottom:0;left:0}.Sidebar-module-scss-module__qQpx-a__header{align-items:center;height:64px;padding:0 14px;display:flex}.Sidebar-module-scss-module__qQpx-a__brand{width:100%;color:var(--ui-color-foreground,#0b1f33);border-radius:8px;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;padding:6px 4px;display:grid}.Sidebar-module-scss-module__qQpx-a__brandMark{background:var(--ui-color-base,#1555d1);width:38px;height:38px;color:var(--ui-color-on-base,#fff);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.Sidebar-module-scss-module__qQpx-a__brandIcon{width:31px;height:18px;display:block}.Sidebar-module-scss-module__qQpx-a__brandText{min-width:0;color:var(--ui-color-foreground,#0b1f33);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;line-height:20px;overflow:hidden}.Sidebar-module-scss-module__qQpx-a__group{gap:4px;display:grid}.Sidebar-module-scss-module__qQpx-a__group+.Sidebar-module-scss-module__qQpx-a__group{margin-top:18px}.Sidebar-module-scss-module__qQpx-a__nav{gap:0;padding:16px 12px;display:grid}.Sidebar-module-scss-module__qQpx-a__groupLabel{color:var(--ui-color-muted,#667085);margin:0;padding:8px 10px 4px;font-size:12px;font-weight:500;line-height:16px}.Sidebar-module-scss-module__qQpx-a__menu{gap:2px;display:grid}.Sidebar-module-scss-module__qQpx-a__menuButton{min-height:36px;color:var(--ui-color-foreground,#0b1f33);background:0 0;border-radius:6px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:0 10px;font-size:14px;font-weight:500;line-height:20px;transition:background-color .16s,color .16s;display:grid;position:relative}.Sidebar-module-scss-module__qQpx-a__menuButton:before{content:"";background:0 0;border-radius:999px;width:3px;position:absolute;top:8px;bottom:8px;left:0}.Sidebar-module-scss-module__qQpx-a__menuButton:hover{background:color-mix(in srgb, var(--ui-color-base,#1555d1) 10%, var(--ui-color-surface,#fff));color:var(--ui-color-foreground,#0b1f33)}.Sidebar-module-scss-module__qQpx-a__active{background:color-mix(in srgb, var(--ui-color-base,#1555d1) 10%, var(--ui-color-surface,#fff));color:var(--ui-color-base,#1555d1);font-weight:600}.Sidebar-module-scss-module__qQpx-a__active:before{background:var(--ui-color-base,#1555d1)}.Sidebar-module-scss-module__qQpx-a__icon{color:currentColor;width:16px;height:16px}.Sidebar-module-scss-module__qQpx-a__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (max-width:760px){.Sidebar-module-scss-module__qQpx-a__sidebar{border-right:0;border-bottom:1px solid var(--ui-color-border,#d8dee8);width:100%;height:auto;position:static}.Sidebar-module-scss-module__qQpx-a__header{height:60px;padding:0 16px}.Sidebar-module-scss-module__qQpx-a__nav{padding:12px}.Sidebar-module-scss-module__qQpx-a__menu{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (prefers-reduced-motion:reduce){.Sidebar-module-scss-module__qQpx-a__menuButton{transition:none}}
.AdminLayout-module-scss-module__PP7P2G__wrapper{background:var(--ui-color-surface,#fff);min-height:100vh;color:var(--admin-text)}.AdminLayout-module-scss-module__PP7P2G__content{margin-left:260px;padding-bottom:80px}@media (max-width:1180px){.AdminLayout-module-scss-module__PP7P2G__content{width:calc(100vw - 260px)}}@media (max-width:760px){.AdminLayout-module-scss-module__PP7P2G__content{width:auto;margin-left:0}}
.Notice-module-scss-module__QcxHPq__notice{border-radius:6px;width:100%;margin-bottom:18px;padding:14px 16px;font-size:15px;line-height:22px}.Notice-module-scss-module__QcxHPq__success{color:var(--green);background:#edf9f1;border:1px solid #b7dfc4}.Notice-module-scss-module__QcxHPq__error{color:var(--danger);background:#fff4f4;border:1px solid #f0b8b8}
.PageHeader-module-scss-module__OR-BTW__header{width:100%;padding:12px var(--common-padding);border-bottom:1px solid var(--ui-color-border,#d8dee8);justify-content:space-between;align-items:center;display:flex;position:relative}.PageHeader-module-scss-module__OR-BTW__header h1{color:var(--admin-text);letter-spacing:0;margin:0;font-size:20px;font-weight:700;line-height:1}.PageHeader-module-scss-module__OR-BTW__actions{align-items:center;gap:16px;display:flex}
.PageContent-module-scss-module__vnfMBa__content{padding:var(--common-padding)}
.UserFilters-module-scss-module__RsINOG__filters{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.UserFilters-module-scss-module__RsINOG__searchField{width:374px;padding-bottom:0}.UserFilters-module-scss-module__RsINOG__roleField{width:170px;padding-bottom:0}.UserFilters-module-scss-module__RsINOG__organizationField{width:190px;padding-bottom:0}.UserFilters-module-scss-module__RsINOG__resetButton{flex:none}@media (max-width:860px){.UserFilters-module-scss-module__RsINOG__filters{flex-direction:column}.UserFilters-module-scss-module__RsINOG__searchField,.UserFilters-module-scss-module__RsINOG__roleField,.UserFilters-module-scss-module__RsINOG__organizationField,.UserFilters-module-scss-module__RsINOG__resetButton{width:100%}}
.UsersScreen-module-scss-module__FiPaWa__employeeCell strong{color:var(--ui-color-foreground,var(--admin-text,#0b1f35));text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:20px;display:block;overflow:hidden}.UsersScreen-module-scss-module__FiPaWa__mutedCell{color:var(--ui-color-muted,var(--muted,#667085));text-overflow:ellipsis;overflow:hidden}.UsersScreen-module-scss-module__FiPaWa__organizationCell,.UsersScreen-module-scss-module__FiPaWa__rolesCell{white-space:normal;padding-left:0;padding-right:0}.UsersScreen-module-scss-module__FiPaWa__organizationList,.UsersScreen-module-scss-module__FiPaWa__roleGroupList{white-space:normal;flex-flow:column;display:flex}.UsersScreen-module-scss-module__FiPaWa__organizationList__item,.UsersScreen-module-scss-module__FiPaWa__roleGroupList__item{border-bottom:1px solid var(--ui-color-border,#d8dee8);align-items:center;gap:8px;min-height:32px;padding-left:8px;padding-right:8px;display:flex}.UsersScreen-module-scss-module__FiPaWa__organizationList__item:last-child,.UsersScreen-module-scss-module__FiPaWa__roleGroupList__item:last-child{border-bottom:0}.UsersScreen-module-scss-module__FiPaWa__organizationList__item{text-overflow:ellipsis;overflow:hidden}.UsersScreen-module-scss-module__FiPaWa__emptyValue{color:var(--ui-color-muted,var(--muted,#667085))}.UsersScreen-module-scss-module__FiPaWa__roleLegend,.UsersScreen-module-scss-module__FiPaWa__roleList{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.UsersScreen-module-scss-module__FiPaWa__editRolesButton{width:28px;height:28px;color:var(--ui-color-muted,var(--muted,#667085));flex:0 0 28px;padding:0}.UsersScreen-module-scss-module__FiPaWa__editRolesButton svg{width:14px;height:14px}.UsersScreen-module-scss-module__FiPaWa__roleLegend{margin-bottom:20px}.UsersScreen-module-scss-module__FiPaWa__rolePill{white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:fit-content;min-height:22px;padding:2px 8px;font-size:12px;font-weight:500;line-height:16px;display:inline-flex}.UsersScreen-module-scss-module__FiPaWa__roleAdmin{border-color:color-mix(in srgb, #6b21a8 18%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, #f3e8ff 88%, var(--ui-color-surface,#fff));color:#6b21a8}.UsersScreen-module-scss-module__FiPaWa__roleSchedule{border-color:color-mix(in srgb, var(--ui-color-base,#1555d1) 18%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, #dbeafe 72%, var(--ui-color-surface,#fff));color:var(--ui-color-base,#1555d1)}.UsersScreen-module-scss-module__FiPaWa__roleView{border-color:color-mix(in srgb, var(--green,#087c39) 18%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, var(--green-bg,#e8f6ed) 82%, var(--ui-color-surface,#fff));color:var(--green,#087c39)}.UsersScreen-module-scss-module__FiPaWa__roleEmpty{border-color:var(--ui-color-border,#d8dee8);background:var(--ui-color-surface-muted,#f6f9fd);color:var(--ui-color-muted,var(--muted,#667085))}.UsersScreen-module-scss-module__FiPaWa__actionsHeader,.UsersScreen-module-scss-module__FiPaWa__actionsCell{text-align:right}.UsersScreen-module-scss-module__FiPaWa__actions{justify-content:flex-end;display:flex}.UsersScreen-module-scss-module__FiPaWa__actions button{color:var(--ui-color-muted,var(--muted,#667085))}.UsersScreen-module-scss-module__FiPaWa__actions svg{width:16px;height:16px}
.OrganizationFilters-module-scss-module__atKH6q__filters{gap:12px;margin-bottom:20px;display:flex}.OrganizationFilters-module-scss-module__atKH6q__searchField{width:374px;padding-bottom:0}.OrganizationFilters-module-scss-module__atKH6q__statusField{width:170px;padding-bottom:0}.OrganizationFilters-module-scss-module__atKH6q__typeField{width:150px;padding-bottom:0}.OrganizationFilters-module-scss-module__atKH6q__resetButton{flex:none}@media (max-width:760px){.OrganizationFilters-module-scss-module__atKH6q__filters{flex-direction:column}.OrganizationFilters-module-scss-module__atKH6q__searchField,.OrganizationFilters-module-scss-module__atKH6q__statusField,.OrganizationFilters-module-scss-module__atKH6q__typeField,.OrganizationFilters-module-scss-module__atKH6q__resetButton{width:100%}}
.Alert-module-scss-module__b2NR7G__alert{--ui-alert-bg:var(--ui-color-surface,#fff);--ui-alert-border:var(--ui-color-border,#d8dee8);--ui-alert-fg:var(--ui-color-foreground,#0b1f33);--ui-alert-icon:var(--ui-color-muted,#667085);border:1px solid var(--ui-alert-border);border-radius:var(--ui-radius,8px);background:var(--ui-alert-bg);width:100%;color:var(--ui-alert-fg);grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:12px 14px;display:grid}.Alert-module-scss-module__b2NR7G__icon{width:18px;height:18px;color:var(--ui-alert-icon);justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.Alert-module-scss-module__b2NR7G__icon svg{width:18px;height:18px}.Alert-module-scss-module__b2NR7G__content{gap:4px;min-width:0;display:grid}.Alert-module-scss-module__b2NR7G__title{color:inherit;margin:0;font-size:14px;font-weight:600;line-height:20px}.Alert-module-scss-module__b2NR7G__description{color:color-mix(in srgb, var(--ui-alert-fg) 78%, transparent);margin:0;font-size:14px;line-height:20px}.Alert-module-scss-module__b2NR7G__actions{justify-content:flex-end;align-items:flex-start;display:inline-flex}.Alert-module-scss-module__b2NR7G__toneInfo{--ui-alert-bg:var(--ui-alert-info-bg,color-mix(in srgb, var(--ui-color-base,#1555d1) 8%, #fff));--ui-alert-border:var(--ui-alert-info-border,color-mix(in srgb, var(--ui-color-base,#1555d1) 30%, #fff));--ui-alert-fg:var(--ui-alert-info-fg,var(--ui-color-foreground,#0b1f33));--ui-alert-icon:var(--ui-alert-info-icon,var(--ui-color-base,#1555d1))}.Alert-module-scss-module__b2NR7G__toneSuccess{--ui-alert-bg:var(--ui-alert-success-bg,#e8f6ed);--ui-alert-border:var(--ui-alert-success-border,#abd8bb);--ui-alert-fg:var(--ui-alert-success-fg,#064f26);--ui-alert-icon:var(--ui-alert-success-icon,#087c39)}.Alert-module-scss-module__b2NR7G__toneWarning{--ui-alert-bg:var(--ui-alert-warning-bg,var(--warning-bg,#fff7e0));--ui-alert-border:var(--ui-alert-warning-border,#f2c56d);--ui-alert-fg:var(--ui-alert-warning-fg,var(--warning,#8a5200));--ui-alert-icon:var(--ui-alert-warning-icon,#b95000)}.Alert-module-scss-module__b2NR7G__toneDestructive{--ui-alert-bg:var(--ui-alert-destructive-bg,var(--danger-bg,#ffebef));--ui-alert-border:var(--ui-alert-destructive-border,color-mix(in srgb, var(--ui-color-error,#c62828) 38%, #fff));--ui-alert-fg:var(--ui-alert-destructive-fg,var(--danger,#a61b1b));--ui-alert-icon:var(--ui-alert-destructive-icon,var(--ui-color-error,#c62828))}.Alert-module-scss-module__b2NR7G__withoutIcon{grid-template-columns:minmax(0,1fr) auto}.Alert-module-scss-module__b2NR7G__withoutActions{grid-template-columns:auto minmax(0,1fr)}.Alert-module-scss-module__b2NR7G__withoutIcon.Alert-module-scss-module__b2NR7G__withoutActions{grid-template-columns:minmax(0,1fr)}
.Button-module-scss-module__vNiAXa__button{--ui-button-bg:var(--ui-color-base,var(--admin-blue,#1555d1));--ui-button-fg:var(--ui-color-base-foreground,#fff);--ui-button-border:var(--ui-button-bg);--ui-button-hover:color-mix(in srgb, var(--ui-button-bg) 88%, #000);--ui-button-ring:color-mix(in srgb, var(--ui-color-base,#1555d1) 24%, transparent);border:1px solid var(--ui-button-border);border-radius:var(--ui-radius,8px);background:var(--ui-button-bg);min-width:0;height:40px;color:var(--ui-button-fg);font:inherit;letter-spacing:0;white-space:nowrap;-webkit-user-select:none;user-select:none;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s,transform .16s;display:inline-flex;position:relative;box-shadow:0 1px 2px #0b1f350d}.Button-module-scss-module__vNiAXa__button:hover{background:var(--ui-button-hover);border-color:var(--ui-button-hover);color:var(--ui-button-fg)}.Button-module-scss-module__vNiAXa__button:active{transform:translateY(1px)}.Button-module-scss-module__vNiAXa__button:focus-visible{outline:3px solid var(--ui-button-ring);outline-offset:2px}.Button-module-scss-module__vNiAXa__button:disabled,.Button-module-scss-module__vNiAXa__button[aria-disabled=true]{pointer-events:none;opacity:.56}.Button-module-scss-module__vNiAXa__content{text-overflow:ellipsis;justify-content:center;align-items:center;min-width:0;display:inline-flex;overflow:hidden}.Button-module-scss-module__vNiAXa__leadingIcon,.Button-module-scss-module__vNiAXa__trailingIcon{flex:none;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.Button-module-scss-module__vNiAXa__leadingIcon svg,.Button-module-scss-module__vNiAXa__trailingIcon svg{width:16px;height:16px}.Button-module-scss-module__vNiAXa__loader{border:2px solid color-mix(in srgb, currentColor 28%, transparent);border-top-color:currentColor;border-radius:999px;flex:none;width:16px;height:16px;animation:.8s linear infinite Button-module-scss-module__vNiAXa__ui-button-spin;display:inline-flex}.Button-module-scss-module__vNiAXa__isLoading{pointer-events:none}.Button-module-scss-module__vNiAXa__fullWidth{width:100%}.Button-module-scss-module__vNiAXa__variantSecondary{--ui-button-bg:var(--ui-color-surface-muted,#f6f9fd);--ui-button-fg:var(--ui-color-foreground,#0b1f33);--ui-button-border:transparent;--ui-button-hover:color-mix(in srgb, var(--ui-color-surface-muted,#f6f9fd) 82%, #000)}.Button-module-scss-module__vNiAXa__variantOutline{--ui-button-bg:var(--ui-color-surface,#fff);--ui-button-fg:var(--ui-color-foreground,#0b1f33);--ui-button-border:var(--ui-color-border,#d8dee8);--ui-button-hover:var(--ui-color-surface-muted,#f6f9fd)}.Button-module-scss-module__vNiAXa__variantGhost{--ui-button-bg:transparent;--ui-button-fg:var(--ui-color-foreground,#0b1f33);--ui-button-border:transparent;--ui-button-hover:var(--ui-color-surface-muted,#f6f9fd);box-shadow:none}.Button-module-scss-module__vNiAXa__variantLink{--ui-button-bg:transparent;--ui-button-fg:var(--ui-color-base,#1555d1);--ui-button-border:transparent;--ui-button-hover:transparent;height:auto;box-shadow:none;text-underline-offset:4px;padding:0}.Button-module-scss-module__vNiAXa__variantLink:hover{color:color-mix(in srgb, var(--ui-color-base,#1555d1) 86%, #000);text-decoration:underline}.Button-module-scss-module__vNiAXa__variantDestructive{--ui-button-bg:var(--ui-color-error,#c62828);--ui-button-fg:var(--ui-color-error-foreground,#fff);--ui-button-border:var(--ui-button-bg);--ui-button-hover:color-mix(in srgb, var(--ui-button-bg) 86%, #000);--ui-button-ring:color-mix(in srgb, var(--ui-color-error,#c62828) 24%, transparent)}.Button-module-scss-module__vNiAXa__sizeSm{height:36px;padding:0 12px;font-size:13px}.Button-module-scss-module__vNiAXa__sizeMd{height:40px;padding:0 16px}.Button-module-scss-module__vNiAXa__sizeLg{height:44px;padding:0 20px;font-size:15px}.Button-module-scss-module__vNiAXa__sizeIcon{width:40px;height:40px;padding:0}.Button-module-scss-module__vNiAXa__sizeIcon .Button-module-scss-module__vNiAXa__content{overflow:visible}@keyframes Button-module-scss-module__vNiAXa__ui-button-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.Button-module-scss-module__vNiAXa__button,.Button-module-scss-module__vNiAXa__loader{transition:none;animation:none}}
.Pagination-module-scss-module__oRHneq__pagination{justify-content:center;width:100%;margin-inline:auto;display:flex}.Pagination-module-scss-module__oRHneq__content{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.Pagination-module-scss-module__oRHneq__item{min-width:0;display:flex}.Pagination-module-scss-module__oRHneq__navButton{height:36px;color:var(--ui-color-muted,#667085);padding-inline:10px}.Pagination-module-scss-module__oRHneq__navButton:hover{color:var(--ui-color-foreground,#0b1f33)}.Pagination-module-scss-module__oRHneq__navLabel{display:none}.Pagination-module-scss-module__oRHneq__pageButton{width:36px;height:36px;color:var(--ui-color-foreground,#0b1f33);font-weight:500}.Pagination-module-scss-module__oRHneq__activePage{color:var(--ui-color-foreground,#0b1f33);pointer-events:none}.Pagination-module-scss-module__oRHneq__ellipsis{width:36px;height:36px;color:var(--ui-color-muted,#667085);flex:none;justify-content:center;align-items:center;display:inline-flex}.Pagination-module-scss-module__oRHneq__ellipsis svg{width:16px;height:16px}@media (min-width:640px){.Pagination-module-scss-module__oRHneq__navLabel{display:inline}}
.Table-module-scss-module__L4x9nG__container{border:1px solid var(--ui-color-border,#d8dee8);background:var(--ui-color-surface,#fff);border-radius:8px;width:100%;position:relative;overflow-x:auto}.Table-module-scss-module__L4x9nG__table{caption-side:bottom;border-collapse:separate;border-spacing:0;width:100%;color:var(--ui-color-foreground,var(--admin-text,#0b1f33));font-size:14px;line-height:20px}.Table-module-scss-module__L4x9nG__header{background:var(--ui-color-surface-muted,#f6f9fd)}.Table-module-scss-module__L4x9nG__header .Table-module-scss-module__L4x9nG__row{border-bottom-color:var(--ui-color-border,#d8dee8)}.Table-module-scss-module__L4x9nG__body .Table-module-scss-module__L4x9nG__row:last-child,.Table-module-scss-module__L4x9nG__body .Table-module-scss-module__L4x9nG__row:last-child .Table-module-scss-module__L4x9nG__cell{border-bottom:0}.Table-module-scss-module__L4x9nG__footer{border-top:1px solid var(--ui-color-border,#d8dee8);background:var(--ui-color-surface-muted,#f6f9fd);font-weight:600}.Table-module-scss-module__L4x9nG__footer .Table-module-scss-module__L4x9nG__row{border-bottom:0}.Table-module-scss-module__L4x9nG__row{transition:background-color .16s,border-color .16s,color .16s}.Table-module-scss-module__L4x9nG__row:hover{background:color-mix(in srgb, var(--ui-color-surface-muted,#f6f9fd) 72%, transparent)}.Table-module-scss-module__L4x9nG__row[data-state=selected]{background:var(--ui-color-surface-muted,#f6f9fd)}.Table-module-scss-module__L4x9nG__head{border-bottom:1px solid var(--ui-color-border,#d8dee8);height:44px;color:var(--ui-color-muted,var(--muted,#667085));text-align:left;vertical-align:middle;white-space:nowrap;padding:0 8px;font-size:14px;font-weight:500;line-height:20px}.Table-module-scss-module__L4x9nG__head:has([role=checkbox]){padding-right:0}.Table-module-scss-module__L4x9nG__head:has([role=checkbox])>[role=checkbox]{transform:translateY(2px)}.Table-module-scss-module__L4x9nG__cell{border-bottom:1px solid var(--ui-color-border,#d8dee8);min-height:60px;color:var(--ui-color-foreground,var(--admin-text,#0b1f35));vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;padding:7px 8px;font-size:14px;line-height:20px;overflow:hidden}.Table-module-scss-module__L4x9nG__cell:has([role=checkbox]){padding-right:0}.Table-module-scss-module__L4x9nG__cell:has([role=checkbox])>[role=checkbox]{transform:translateY(2px)}.Table-module-scss-module__L4x9nG__caption{color:var(--ui-color-muted,#667085);margin-top:16px;font-size:14px;line-height:20px}@media (prefers-reduced-motion:reduce){.Table-module-scss-module__L4x9nG__row{transition:none}}
.DataTable-module-scss-module__0-n9uG__root{gap:16px;width:100%;min-width:0;max-width:100%;display:grid}.DataTable-module-scss-module__0-n9uG__table{border-collapse:separate;border-spacing:0;table-layout:fixed}.DataTable-module-scss-module__0-n9uG__tableContainer{box-sizing:border-box;width:100%;min-width:0;max-width:100%;overflow:auto}.DataTable-module-scss-module__0-n9uG__head{vertical-align:middle}.DataTable-module-scss-module__0-n9uG__sortButton{min-width:0;max-width:100%;color:inherit;cursor:pointer;font:inherit;font-weight:inherit;line-height:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.DataTable-module-scss-module__0-n9uG__sortButton:focus-visible{outline:2px solid var(--ui-color-base,#1555d1);outline-offset:3px;border-radius:4px}.DataTable-module-scss-module__0-n9uG__sortLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.DataTable-module-scss-module__0-n9uG__sortIcon,.DataTable-module-scss-module__0-n9uG__sortIconMuted{flex:none;width:14px;height:14px}.DataTable-module-scss-module__0-n9uG__sortIcon{color:var(--ui-color-base,#1555d1)}.DataTable-module-scss-module__0-n9uG__sortIconMuted{color:var(--ui-color-muted,#667085);opacity:.72}.DataTable-module-scss-module__0-n9uG__emptyCell{min-height:96px;color:var(--ui-color-muted,#667085);text-align:center}.DataTable-module-scss-module__0-n9uG__stickyCell{background:var(--ui-color-surface,#fff);z-index:2}.DataTable-module-scss-module__0-n9uG__stickyHeaderCell{background:var(--ui-color-surface-muted,#f6f9fd);z-index:4}.DataTable-module-scss-module__0-n9uG__stickyRowCell{z-index:3}.DataTable-module-scss-module__0-n9uG__stickyCornerCell{z-index:5}.DataTable-module-scss-module__0-n9uG__stickyColumnRight{position:relative}.DataTable-module-scss-module__0-n9uG__stickyColumnRight:after{width:30px;height:100%;transition:box-shadow var(--ant-motion-duration-slow);content:"";pointer-events:none;top:0;position:absolute;inset-inline-end:100%;box-shadow:inset -10px 0 8px -8px #0f172a1a}.DataTable-module-scss-module__0-n9uG__pagination{justify-content:flex-end;align-items:center;gap:16px;margin-left:auto;display:flex}.DataTable-module-scss-module__0-n9uG__paginationInfo{color:var(--ui-color-muted,#667085);margin:0;font-size:14px;line-height:20px}.DataTable-module-scss-module__0-n9uG__paginationControls{justify-content:flex-end;align-items:center;gap:8px;width:auto;margin-inline:0;display:inline-flex}@media (max-width:560px){.DataTable-module-scss-module__0-n9uG__pagination{flex-direction:column;align-items:stretch}.DataTable-module-scss-module__0-n9uG__paginationControls{justify-content:flex-end;width:100%}}
.Dropdown-module-scss-module__QjNjTa__root{min-width:0;display:inline-flex}.Dropdown-module-scss-module__QjNjTa__trigger{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.Dropdown-module-scss-module__QjNjTa__content{z-index:1200;border:1px solid var(--ui-color-border,#d8dee8);background:var(--ui-color-surface,#fff);min-width:176px;transform-origin:var(--dropdown-transform-origin,top right);border-radius:8px;padding:4px;animation:.14s ease-out Dropdown-module-scss-module__QjNjTa__dropdown-in;position:fixed;overflow:hidden;box-shadow:0 10px 15px -3px #0f172a1a,0 4px 6px -4px #0f172a1a}.Dropdown-module-scss-module__QjNjTa__content[data-side=top]{--dropdown-transform-origin:bottom right}.Dropdown-module-scss-module__QjNjTa__item{width:100%;min-height:32px;color:var(--ui-color-foreground,#0b1f33);cursor:pointer;font:inherit;text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;font-size:14px;font-weight:500;line-height:20px;display:flex}.Dropdown-module-scss-module__QjNjTa__item:hover,.Dropdown-module-scss-module__QjNjTa__item:focus-visible{background:var(--ui-color-surface-muted,#f6f9fd);color:var(--ui-color-foreground,#0b1f33);outline:0}.Dropdown-module-scss-module__QjNjTa__item:disabled{pointer-events:none;opacity:.5}.Dropdown-module-scss-module__QjNjTa__itemDestructive{color:var(--ui-color-error,#c62828)}.Dropdown-module-scss-module__QjNjTa__itemDestructive:hover,.Dropdown-module-scss-module__QjNjTa__itemDestructive:focus-visible{background:color-mix(in srgb, var(--ui-color-error,#c62828) 8%, transparent);color:var(--ui-color-error,#c62828)}.Dropdown-module-scss-module__QjNjTa__itemIcon{flex:none;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.Dropdown-module-scss-module__QjNjTa__itemIcon svg{width:16px;height:16px}.Dropdown-module-scss-module__QjNjTa__itemContent{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.Dropdown-module-scss-module__QjNjTa__separator{background:var(--ui-color-border,#d8dee8);height:1px;margin:4px -4px}@keyframes Dropdown-module-scss-module__QjNjTa__dropdown-in{0%{opacity:0;transform:scale(.96)translateY(-2px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (prefers-reduced-motion:reduce){.Dropdown-module-scss-module__QjNjTa__content{animation:none}}
.Modal-module-scss-module__AdojaW__overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.Modal-module-scss-module__AdojaW__dialog{width:var(--ui-modal-width,640px);max-width:min(100%,var(--ui-modal-width,640px));border:1px solid var(--ui-color-border,#e5e5e5);background:var(--ui-color-surface,#fff);max-height:calc(100vh - 48px);color:var(--ui-color-foreground,#0a0a0a);border-radius:10px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.Modal-module-scss-module__AdojaW__header{flex:none;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.Modal-module-scss-module__AdojaW__title{min-width:0;color:var(--ui-color-foreground,#0a0a0a);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:20px;font-weight:600;line-height:24px;overflow:hidden}.Modal-module-scss-module__AdojaW__closeButton{width:32px;height:32px;color:var(--ui-color-muted,#737373);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;transition:background-color .16s,color .16s;display:inline-flex}.Modal-module-scss-module__AdojaW__closeButton:hover{background:var(--ui-color-surface-muted,#f6f9fd);color:var(--ui-color-foreground,#0a0a0a)}.Modal-module-scss-module__AdojaW__closeButton:focus-visible{outline:3px solid color-mix(in srgb, var(--ui-color-base,#1555d1) 22%, transparent);outline-offset:2px}.Modal-module-scss-module__AdojaW__closeButton svg{width:16px;height:16px}.Modal-module-scss-module__AdojaW__body{flex:auto;min-height:0;padding:24px;overflow:auto}.Modal-module-scss-module__AdojaW__footer{flex:none;justify-content:flex-end;padding:16px;display:flex}.Modal-module-scss-module__AdojaW__defaultFooter{justify-content:flex-end;align-items:center;gap:8px;width:100%;display:flex}@media (max-width:760px){.Modal-module-scss-module__AdojaW__overlay{align-items:flex-start;padding:16px}.Modal-module-scss-module__AdojaW__dialog{width:100%;max-width:100%;max-height:calc(100vh - 32px)}}@media (prefers-reduced-motion:reduce){.Modal-module-scss-module__AdojaW__closeButton{transition:none}}
.UiThemeProvider-module-scss-module__BAf3lq__theme{--ui-color-base:var(--admin-blue,#1555d1);--ui-color-base-foreground:#fff;--ui-color-error:var(--danger-border,#c62828);--ui-color-error-foreground:#fff;--ui-color-surface:var(--surface,#fff);--ui-color-surface-muted:var(--surface-soft,#f6f9fd);--ui-color-foreground:var(--text,#0b1f33);--ui-color-muted:var(--muted,#667085);--ui-color-border:var(--line,#d8dee8);--ui-color-placeholder:var(--placeholder,#8a96a8);--ui-radius:8px;--ui-shadow:0 10px 30px #0b1f3524;color:var(--ui-color-foreground)}
.FormField-module-scss-module__9nbfRa__field{width:100%;color:var(--ui-color-foreground,var(--text,#0b1f33));gap:6px;padding-bottom:24px;display:grid;position:relative}.FormField-module-scss-module__9nbfRa__header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.FormField-module-scss-module__9nbfRa__label{min-width:0;color:var(--ui-color-foreground,#0b1f33);align-items:center;gap:4px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.FormField-module-scss-module__9nbfRa__requiredMark{color:var(--ui-color-error,#c62828)}.FormField-module-scss-module__9nbfRa__control{min-width:0}.FormField-module-scss-module__9nbfRa__hint,.FormField-module-scss-module__9nbfRa__error{text-overflow:ellipsis;white-space:nowrap;width:100%;margin:0;font-size:13px;line-height:24px;position:absolute;bottom:0;left:0;overflow:hidden}.FormField-module-scss-module__9nbfRa__hint{color:var(--ui-color-muted,#667085)}.FormField-module-scss-module__9nbfRa__error{color:var(--ui-color-error,#c62828)}
.AsyncSelect-module-scss-module__hG2Jdq__control{--ui-field-height:40px;--ui-field-padding-x:12px;--ui-field-ring:color-mix(in srgb, var(--ui-color-base,#1555d1) 22%, transparent);width:100%;position:relative}.AsyncSelect-module-scss-module__hG2Jdq__trigger{width:100%;height:var(--ui-field-height);min-height:var(--ui-field-height);border:1px solid var(--ui-color-border,#d8dee8);border-radius:var(--ui-radius,8px);background:var(--ui-color-surface,#fff);min-width:0;color:var(--ui-color-foreground,#0b1f33);cursor:text;font:inherit;letter-spacing:0;padding:0 6px 0 var(--ui-field-padding-x);text-align:left;outline:none;justify-content:space-between;align-items:center;gap:8px;font-size:14px;line-height:20px;transition:border-color .16s,box-shadow .16s,background-color .16s;display:inline-flex;box-shadow:0 1px 2px #0b1f350a}.AsyncSelect-module-scss-module__hG2Jdq__trigger svg{width:16px;height:16px;color:var(--ui-color-muted,#667085);flex:none}.AsyncSelect-module-scss-module__hG2Jdq__trigger:focus-within,.AsyncSelect-module-scss-module__hG2Jdq__trigger[data-state=open]{border-color:var(--ui-color-base,#1555d1);box-shadow:0 0 0 3px var(--ui-field-ring)}.AsyncSelect-module-scss-module__hG2Jdq__trigger:has(.AsyncSelect-module-scss-module__hG2Jdq__input[aria-invalid=true]){border-color:var(--ui-color-error,#c62828)}:is(.AsyncSelect-module-scss-module__hG2Jdq__trigger:has(.AsyncSelect-module-scss-module__hG2Jdq__input[aria-invalid=true]):focus-within,.AsyncSelect-module-scss-module__hG2Jdq__trigger:has(.AsyncSelect-module-scss-module__hG2Jdq__input[aria-invalid=true])[data-state=open]){box-shadow:0 0 0 3px color-mix(in srgb, var(--ui-color-error,#c62828) 20%, transparent)}.AsyncSelect-module-scss-module__hG2Jdq__trigger[aria-disabled=true]{cursor:not-allowed;background:var(--ui-color-surface-muted,#f6f9fd);color:var(--ui-color-muted,#667085);opacity:.78}.AsyncSelect-module-scss-module__hG2Jdq__triggerMultiple{align-items:flex-start;height:auto;padding-top:4px;padding-bottom:4px}.AsyncSelect-module-scss-module__hG2Jdq__selection{flex-wrap:wrap;flex:auto;align-items:center;gap:4px;min-width:0;display:flex}.AsyncSelect-module-scss-module__hG2Jdq__tag{background:var(--ui-color-surface-muted,#f6f9fd);max-width:100%;min-height:26px;color:var(--ui-color-foreground,#0b1f33);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;align-items:center;padding:3px 8px;font-size:13px;font-weight:500;line-height:18px;display:inline-flex;overflow:hidden}.AsyncSelect-module-scss-module__hG2Jdq__input{width:100%;min-width:0;height:100%;color:inherit;cursor:inherit;font:inherit;font-size:inherit;line-height:inherit;outline-offset:0;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;flex:80px;padding:0;display:block;overflow:hidden;box-shadow:none!important;outline:none!important}.AsyncSelect-module-scss-module__hG2Jdq__input::placeholder{color:var(--ui-color-placeholder,#8a96a8)}.AsyncSelect-module-scss-module__hG2Jdq__input:disabled{cursor:not-allowed}.AsyncSelect-module-scss-module__hG2Jdq__iconButton{width:28px;height:28px;color:var(--ui-color-muted,#667085);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:0;display:flex}.AsyncSelect-module-scss-module__hG2Jdq__iconButton svg{width:16px;height:16px}.AsyncSelect-module-scss-module__hG2Jdq__iconButton:hover,.AsyncSelect-module-scss-module__hG2Jdq__iconButton:focus-visible{background:var(--ui-color-surface-muted,#f6f9fd);outline:none}.AsyncSelect-module-scss-module__hG2Jdq__iconButton:disabled{cursor:not-allowed;opacity:.58}.AsyncSelect-module-scss-module__hG2Jdq__triggerMultiple .AsyncSelect-module-scss-module__hG2Jdq__input{width:auto;min-height:26px}.AsyncSelect-module-scss-module__hG2Jdq__triggerMultiple .AsyncSelect-module-scss-module__hG2Jdq__iconButton{margin-top:1px}.AsyncSelect-module-scss-module__hG2Jdq__content{z-index:1200;border:1px solid var(--ui-color-border,#d8dee8);border-radius:var(--ui-radius,8px);background:var(--ui-color-surface,#fff);color:var(--ui-color-foreground,#0b1f33);animation:.14s ease-out AsyncSelect-module-scss-module__hG2Jdq__async-select-content-in;position:fixed;overflow:hidden;box-shadow:0 10px 15px -3px #0f172a1a,0 4px 6px -4px #0f172a1a}.AsyncSelect-module-scss-module__hG2Jdq__viewport{max-height:256px;padding:4px;overflow-y:auto}.AsyncSelect-module-scss-module__hG2Jdq__item{width:100%;min-height:34px;color:var(--ui-color-foreground,#0b1f33);cursor:pointer;font:inherit;text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:6px;outline:none;align-items:center;padding:7px 36px 7px 10px;font-size:14px;line-height:20px;display:flex;position:relative}.AsyncSelect-module-scss-module__hG2Jdq__item:hover,.AsyncSelect-module-scss-module__hG2Jdq__item:focus-visible{background:var(--ui-color-surface-muted,#f6f9fd)}.AsyncSelect-module-scss-module__hG2Jdq__item[aria-selected=true]{color:var(--ui-color-base,#1555d1);font-weight:600}.AsyncSelect-module-scss-module__hG2Jdq__item:disabled{pointer-events:none;color:var(--ui-color-muted,#667085);opacity:.58}.AsyncSelect-module-scss-module__hG2Jdq__itemText{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.AsyncSelect-module-scss-module__hG2Jdq__itemIndicator{width:16px;height:16px;color:var(--ui-color-base,#1555d1);opacity:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:10px}.AsyncSelect-module-scss-module__hG2Jdq__itemIndicator svg{width:16px;height:16px}.AsyncSelect-module-scss-module__hG2Jdq__isChecked{opacity:1}.AsyncSelect-module-scss-module__hG2Jdq__state{min-height:42px;color:var(--ui-color-muted,#667085);text-align:center;justify-content:center;align-items:center;gap:8px;padding:8px 10px;font-size:14px;line-height:20px;display:flex}.AsyncSelect-module-scss-module__hG2Jdq__loader{width:16px;height:16px;animation:.8s linear infinite AsyncSelect-module-scss-module__hG2Jdq__async-select-spin}.AsyncSelect-module-scss-module__hG2Jdq__sizeSm{--ui-field-height:36px;--ui-field-padding-x:10px}.AsyncSelect-module-scss-module__hG2Jdq__sizeSm .AsyncSelect-module-scss-module__hG2Jdq__trigger,.AsyncSelect-module-scss-module__hG2Jdq__sizeSm .AsyncSelect-module-scss-module__hG2Jdq__item,.AsyncSelect-module-scss-module__hG2Jdq__sizeSm .AsyncSelect-module-scss-module__hG2Jdq__input{font-size:13px}.AsyncSelect-module-scss-module__hG2Jdq__sizeLg{--ui-field-height:44px;--ui-field-padding-x:14px}@keyframes AsyncSelect-module-scss-module__hG2Jdq__async-select-content-in{0%{opacity:0;transform:translateY(-2px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes AsyncSelect-module-scss-module__hG2Jdq__async-select-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.AsyncSelect-module-scss-module__hG2Jdq__trigger{transition:none}.AsyncSelect-module-scss-module__hG2Jdq__content,.AsyncSelect-module-scss-module__hG2Jdq__loader{animation:none}}
.Checkbox-module-scss-module__BljL-a__root{width:fit-content;max-width:100%;color:var(--ui-color-foreground,#0b1f33);gap:6px;display:grid}.Checkbox-module-scss-module__BljL-a__label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;max-width:100%;display:inline-flex;position:relative}.Checkbox-module-scss-module__BljL-a__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.Checkbox-module-scss-module__BljL-a__box{border:1px solid var(--ui-color-border,#d8dee8);background:var(--ui-color-surface,#fff);width:16px;height:16px;color:var(--ui-color-base-foreground,#fff);border-radius:4px;flex:none;justify-content:center;align-items:center;margin-top:2px;transition:background-color .16s,border-color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 1px 2px #0b1f350a}.Checkbox-module-scss-module__BljL-a__box svg{opacity:0;width:13px;height:13px;transition:opacity .16s,transform .16s;transform:scale(.84)}.Checkbox-module-scss-module__BljL-a__content{gap:2px;min-width:0;display:grid}.Checkbox-module-scss-module__BljL-a__labelText{color:var(--ui-color-foreground,#0b1f33);font-size:14px;font-weight:500;line-height:20px}.Checkbox-module-scss-module__BljL-a__description,.Checkbox-module-scss-module__BljL-a__error{margin:0;font-size:13px;line-height:18px}.Checkbox-module-scss-module__BljL-a__description{color:var(--ui-color-muted,#667085)}.Checkbox-module-scss-module__BljL-a__error,.Checkbox-module-scss-module__BljL-a__requiredMark{color:var(--ui-color-error,#c62828)}.Checkbox-module-scss-module__BljL-a__input:checked+.Checkbox-module-scss-module__BljL-a__box{border-color:var(--ui-color-base,#1555d1);background:var(--ui-color-base,#1555d1)}.Checkbox-module-scss-module__BljL-a__input:checked+.Checkbox-module-scss-module__BljL-a__box svg{opacity:1;transform:scale(1)}.Checkbox-module-scss-module__BljL-a__input:focus-visible+.Checkbox-module-scss-module__BljL-a__box{box-shadow:0 0 0 3px color-mix(in srgb, var(--ui-color-base,#1555d1) 22%, transparent)}.Checkbox-module-scss-module__BljL-a__input[aria-invalid=true]+.Checkbox-module-scss-module__BljL-a__box{border-color:var(--ui-color-error,#c62828)}.Checkbox-module-scss-module__BljL-a__input[aria-invalid=true]:focus-visible+.Checkbox-module-scss-module__BljL-a__box{box-shadow:0 0 0 3px color-mix(in srgb, var(--ui-color-error,#c62828) 20%, transparent)}.Checkbox-module-scss-module__BljL-a__input:disabled+.Checkbox-module-scss-module__BljL-a__box,.Checkbox-module-scss-module__BljL-a__input:disabled~.Checkbox-module-scss-module__BljL-a__content{cursor:not-allowed;opacity:.64}.Checkbox-module-scss-module__BljL-a__disabled{cursor:not-allowed}@media (prefers-reduced-motion:reduce){.Checkbox-module-scss-module__BljL-a__box,.Checkbox-module-scss-module__BljL-a__box svg{transition:none}}
.Input-module-scss-module__Sh4PXG__control{--ui-field-height:40px;--ui-field-padding-x:12px;--ui-field-ring:color-mix(in srgb, var(--ui-color-base,#1555d1) 22%, transparent);align-items:center;width:100%;display:flex;position:relative}.Input-module-scss-module__Sh4PXG__input{width:100%;height:var(--ui-field-height);border:1px solid var(--ui-color-border,#d8dee8);border-radius:var(--ui-radius,8px);background:var(--ui-color-surface,#fff);min-width:0;color:var(--ui-color-foreground,#0b1f33);font:inherit;letter-spacing:0;padding:0 var(--ui-field-padding-x);font-size:14px;line-height:20px;transition:border-color .16s,box-shadow .16s,background-color .16s;box-shadow:0 1px 2px #0b1f350a;outline:none!important}.Input-module-scss-module__Sh4PXG__input::placeholder{color:var(--ui-color-placeholder,#8a96a8)}.Input-module-scss-module__Sh4PXG__input:focus{border-color:var(--ui-color-base,#1555d1);box-shadow:0 0 0 3px var(--ui-field-ring)}.Input-module-scss-module__Sh4PXG__input:disabled{cursor:not-allowed;background:var(--ui-color-surface-muted,#f6f9fd);color:var(--ui-color-muted,#667085);opacity:.78}.Input-module-scss-module__Sh4PXG__input[aria-invalid=true]{border-color:var(--ui-color-error,#c62828)}.Input-module-scss-module__Sh4PXG__input[aria-invalid=true]:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--ui-color-error,#c62828) 20%, transparent)}.Input-module-scss-module__Sh4PXG__leftSlot,.Input-module-scss-module__Sh4PXG__rightSlot{z-index:1;color:var(--ui-color-muted,#667085);pointer-events:none;justify-content:center;align-items:center;display:inline-flex;position:absolute}.Input-module-scss-module__Sh4PXG__leftSlot svg,.Input-module-scss-module__Sh4PXG__rightSlot svg{width:16px;height:16px}.Input-module-scss-module__Sh4PXG__leftSlot{left:12px}.Input-module-scss-module__Sh4PXG__rightSlot{right:12px}.Input-module-scss-module__Sh4PXG__hasLeftSlot{padding-left:36px}.Input-module-scss-module__Sh4PXG__hasRightSlot{padding-right:36px}.Input-module-scss-module__Sh4PXG__sizeSm{--ui-field-height:36px;--ui-field-padding-x:10px}.Input-module-scss-module__Sh4PXG__sizeSm .Input-module-scss-module__Sh4PXG__input{font-size:13px}.Input-module-scss-module__Sh4PXG__sizeSm .Input-module-scss-module__Sh4PXG__leftSlot{left:10px}.Input-module-scss-module__Sh4PXG__sizeSm .Input-module-scss-module__Sh4PXG__rightSlot{right:10px}.Input-module-scss-module__Sh4PXG__sizeSm .Input-module-scss-module__Sh4PXG__hasLeftSlot{padding-left:32px}.Input-module-scss-module__Sh4PXG__sizeSm .Input-module-scss-module__Sh4PXG__hasRightSlot{padding-right:32px}.Input-module-scss-module__Sh4PXG__sizeLg{--ui-field-height:44px;--ui-field-padding-x:14px}.Input-module-scss-module__Sh4PXG__sizeLg .Input-module-scss-module__Sh4PXG__hasLeftSlot{padding-left:40px}.Input-module-scss-module__Sh4PXG__sizeLg .Input-module-scss-module__Sh4PXG__hasRightSlot{padding-right:40px}@media (prefers-reduced-motion:reduce){.Input-module-scss-module__Sh4PXG__input{transition:none}}
.Select-module-scss-module__HI7oeq__control{--ui-field-height:40px;--ui-field-padding-x:12px;--ui-field-ring:color-mix(in srgb, var(--ui-color-base,#1555d1) 22%, transparent);width:100%;position:relative}.Select-module-scss-module__HI7oeq__trigger{width:100%;height:var(--ui-field-height);border:1px solid var(--ui-color-border,#d8dee8);border-radius:var(--ui-radius,8px);background:var(--ui-color-surface,#fff);min-width:0;color:var(--ui-color-foreground,#0b1f33);cursor:pointer;font:inherit;letter-spacing:0;padding:0 var(--ui-field-padding-x);text-align:left;outline:none;justify-content:space-between;align-items:center;gap:8px;font-size:14px;line-height:20px;transition:border-color .16s,box-shadow .16s,background-color .16s;display:inline-flex;box-shadow:0 1px 2px #0b1f350a}.Select-module-scss-module__HI7oeq__trigger svg{width:16px;height:16px;color:var(--ui-color-muted,#667085);flex:none}.Select-module-scss-module__HI7oeq__trigger[data-placeholder],.Select-module-scss-module__HI7oeq__trigger .Select-module-scss-module__HI7oeq__placeholder{color:var(--ui-color-placeholder,#8a96a8)}.Select-module-scss-module__HI7oeq__trigger:focus-visible,.Select-module-scss-module__HI7oeq__trigger[data-state=open]{border-color:var(--ui-color-base,#1555d1);box-shadow:0 0 0 3px var(--ui-field-ring)}.Select-module-scss-module__HI7oeq__trigger[aria-invalid=true]{border-color:var(--ui-color-error,#c62828)}.Select-module-scss-module__HI7oeq__trigger[aria-invalid=true]:focus-visible,.Select-module-scss-module__HI7oeq__trigger[aria-invalid=true][data-state=open]{box-shadow:0 0 0 3px color-mix(in srgb, var(--ui-color-error,#c62828) 20%, transparent)}.Select-module-scss-module__HI7oeq__trigger:disabled{cursor:not-allowed;background:var(--ui-color-surface-muted,#f6f9fd);color:var(--ui-color-muted,#667085);opacity:.78}.Select-module-scss-module__HI7oeq__value{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.Select-module-scss-module__HI7oeq__content{z-index:1200;width:var(--radix-select-trigger-width);min-width:min(var(--radix-select-trigger-width),100vw - 16px);max-height:var(--radix-select-content-available-height);border:1px solid var(--ui-color-border,#d8dee8);border-radius:var(--ui-radius,8px);background:var(--ui-color-surface,#fff);color:var(--ui-color-foreground,#0b1f33);transform-origin:var(--radix-select-content-transform-origin);overflow:hidden;box-shadow:0 10px 15px -3px #0f172a1a,0 4px 6px -4px #0f172a1a}.Select-module-scss-module__HI7oeq__content[data-state=open]{animation:.14s ease-out Select-module-scss-module__HI7oeq__select-content-in}.Select-module-scss-module__HI7oeq__content[data-state=closed]{animation:.1s ease-in Select-module-scss-module__HI7oeq__select-content-out}.Select-module-scss-module__HI7oeq__viewport{padding:4px}.Select-module-scss-module__HI7oeq__item{width:100%;min-height:34px;color:var(--ui-color-foreground,#0b1f33);cursor:default;-webkit-user-select:none;user-select:none;border-radius:6px;outline:none;align-items:center;padding:7px 36px 7px 10px;font-size:14px;line-height:20px;display:flex;position:relative}.Select-module-scss-module__HI7oeq__item[data-highlighted]{background:var(--ui-color-surface-muted,#f6f9fd)}.Select-module-scss-module__HI7oeq__item[data-state=checked],.Select-module-scss-module__HI7oeq__item[aria-selected=true]{color:var(--ui-color-base,#1555d1);font-weight:600}.Select-module-scss-module__HI7oeq__item[data-disabled]{pointer-events:none;color:var(--ui-color-muted,#667085);opacity:.58}.Select-module-scss-module__HI7oeq__itemIndicator{width:16px;height:16px;color:var(--ui-color-base,#1555d1);opacity:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:10px}.Select-module-scss-module__HI7oeq__itemIndicator svg{width:16px;height:16px}.Select-module-scss-module__HI7oeq__isChecked,.Select-module-scss-module__HI7oeq__item[data-state=checked] .Select-module-scss-module__HI7oeq__itemIndicator{opacity:1}.Select-module-scss-module__HI7oeq__scrollButton{height:28px;color:var(--ui-color-muted,#667085);cursor:default;justify-content:center;align-items:center;display:flex}.Select-module-scss-module__HI7oeq__scrollButton svg{width:16px;height:16px}.Select-module-scss-module__HI7oeq__sizeSm{--ui-field-height:36px;--ui-field-padding-x:10px}.Select-module-scss-module__HI7oeq__sizeSm .Select-module-scss-module__HI7oeq__trigger,.Select-module-scss-module__HI7oeq__sizeSm .Select-module-scss-module__HI7oeq__item{font-size:13px}.Select-module-scss-module__HI7oeq__sizeLg{--ui-field-height:44px;--ui-field-padding-x:14px}@keyframes Select-module-scss-module__HI7oeq__select-content-in{0%{opacity:0;transform:translateY(-2px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Select-module-scss-module__HI7oeq__select-content-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-2px)scale(.98)}}@media (prefers-reduced-motion:reduce){.Select-module-scss-module__HI7oeq__trigger{transition:none}.Select-module-scss-module__HI7oeq__content{animation:none}}
.OrganizationsScreen-module-scss-module__qwurqa__nameCell strong{color:var(--ui-color-foreground,var(--admin-text,#0b1f35));text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:20px;display:block;overflow:hidden}.OrganizationsScreen-module-scss-module__qwurqa__nameCell span{color:var(--ui-color-muted,var(--muted,#667085));text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;display:block;overflow:hidden}.OrganizationsScreen-module-scss-module__qwurqa__statusCell{line-height:0}.OrganizationsScreen-module-scss-module__qwurqa__usersHeader,.OrganizationsScreen-module-scss-module__qwurqa__usersCell,.OrganizationsScreen-module-scss-module__qwurqa__actionsHeader,.OrganizationsScreen-module-scss-module__qwurqa__actionsCell{text-align:right}.OrganizationsScreen-module-scss-module__qwurqa__actions{justify-content:flex-end;display:flex}.OrganizationsScreen-module-scss-module__qwurqa__actions button{color:var(--ui-color-muted,var(--muted,#667085))}.OrganizationsScreen-module-scss-module__qwurqa__actions svg{width:16px;height:16px}.OrganizationsScreen-module-scss-module__qwurqa__status{border:1px solid var(--ui-color-border,#d8dee8);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;width:fit-content;min-height:22px;padding:2px 8px;font-size:12px;font-weight:500;line-height:16px;display:inline-flex}.OrganizationsScreen-module-scss-module__qwurqa__active{border-color:color-mix(in srgb, var(--green,#087c39) 18%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, var(--green-bg,#e8f6ed) 82%, var(--ui-color-surface,#fff));color:var(--green,#087c39)}.OrganizationsScreen-module-scss-module__qwurqa__suspended{border-color:var(--ui-color-border,#d8dee8);background:var(--ui-color-surface-muted,#f6f9fd);color:var(--ui-color-muted,var(--muted,#667085))}
.root-state-module-scss-module__DKxxsW__shell{background:linear-gradient(180deg, #0d4cd314, #0d4cd300 280px),var(--page);justify-content:center;align-items:start;min-height:100vh;padding:96px 20px 40px;display:grid}.root-state-module-scss-module__DKxxsW__card{border:1px solid var(--line);background:var(--surface);width:min(100%,420px);color:var(--text);border-radius:8px;gap:14px;padding:32px;display:grid;box-shadow:0 18px 48px #0b1f351f}.root-state-module-scss-module__DKxxsW__title{margin:0;font-size:24px;font-weight:700;line-height:32px}.root-state-module-scss-module__DKxxsW__text{color:var(--muted);margin:0;font-size:14px;line-height:20px}.root-state-module-scss-module__DKxxsW__button{margin-top:10px}@media (max-width:560px){.root-state-module-scss-module__DKxxsW__shell{padding:32px 16px}.root-state-module-scss-module__DKxxsW__card{padding:24px}}
.BuildingsScreen-module-scss-module__VxTsZW__textCell{overflow-wrap:anywhere;white-space:normal}.BuildingsScreen-module-scss-module__VxTsZW__primaryText{color:var(--admin-text);font-size:15px;font-weight:600;line-height:22px;display:block}.BuildingsScreen-module-scss-module__VxTsZW__status{border-radius:14px;justify-content:center;align-items:center;width:fit-content;min-width:88px;height:28px;padding:0 12px;font-size:13px;line-height:18px;display:inline-flex}.BuildingsScreen-module-scss-module__VxTsZW__statusActive{background:var(--green-bg);color:var(--green)}.BuildingsScreen-module-scss-module__VxTsZW__statusInactive{min-width:132px;color:var(--muted);background:#f3f6fb}
.PlaceholderContent-module-scss-module__S3k_qq__panel{background:#fff;border:1px solid #d5dde8;border-radius:6px;width:1060px;min-height:460px;overflow-x:auto}.PlaceholderContent-module-scss-module__S3k_qq__empty{color:var(--muted);margin:24px;font-size:15px}@media (max-width:1180px){.PlaceholderContent-module-scss-module__S3k_qq__panel{width:100%}}
.RoomsScreen-module-scss-module__AU8xpq__filters{gap:12px;width:1060px;margin-bottom:20px;display:flex}.RoomsScreen-module-scss-module__AU8xpq__buildingField{width:320px;padding-bottom:0}.RoomsScreen-module-scss-module__AU8xpq__textCell{overflow-wrap:anywhere;white-space:normal}.RoomsScreen-module-scss-module__AU8xpq__primaryText{color:var(--admin-text);font-size:15px;font-weight:600;line-height:22px;display:block}.RoomsScreen-module-scss-module__AU8xpq__secondaryText{color:var(--muted);margin-top:2px;font-size:13px;line-height:20px;display:block}@media (max-width:1180px){.RoomsScreen-module-scss-module__AU8xpq__filters{width:100%}}@media (max-width:760px){.RoomsScreen-module-scss-module__AU8xpq__filters{flex-direction:column}.RoomsScreen-module-scss-module__AU8xpq__buildingField{width:100%}}
.StaffScreen-module-scss-module__VcbwtG__textCell{overflow-wrap:anywhere;white-space:normal}.StaffScreen-module-scss-module__VcbwtG__primaryText{color:var(--admin-text);font-size:15px;font-weight:600;line-height:22px;display:block}.StaffScreen-module-scss-module__VcbwtG__secondaryText{color:var(--muted);margin-top:2px;font-size:13px;line-height:20px;display:block}
.LoginPage-module-scss-module__2qvWnW__page{gap:28px;display:grid}.LoginPage-module-scss-module__2qvWnW__header{text-align:center;justify-items:center;gap:14px;display:grid}.LoginPage-module-scss-module__2qvWnW__icon{border:1px solid color-mix(in srgb, var(--ui-color-base,#1555d1) 20%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, var(--ui-color-base,#1555d1) 8%, var(--ui-color-surface,#fff));width:48px;height:48px;color:var(--ui-color-base,#1555d1);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.LoginPage-module-scss-module__2qvWnW__icon svg{width:24px;height:24px}.LoginPage-module-scss-module__2qvWnW__titleGroup{gap:8px;display:grid}.LoginPage-module-scss-module__2qvWnW__title{color:var(--ui-color-foreground,#0b1f33);letter-spacing:0;margin:0;font-size:26px;font-weight:700;line-height:32px}.LoginPage-module-scss-module__2qvWnW__description{color:var(--ui-color-muted,#667085);margin:0;font-size:14px;line-height:20px}.LoginPage-module-scss-module__2qvWnW__form{gap:2px;display:grid}.LoginPage-module-scss-module__2qvWnW__recoverLink{justify-self:end;margin-top:-6px}.LoginPage-module-scss-module__2qvWnW__submitButton{height:44px;margin-top:8px}.LoginPage-module-scss-module__2qvWnW__alert{margin-top:-8px}
.OrganizationSelectPage-module-scss-module__jBw6Jq__page{gap:24px;width:500px;display:grid}@media (max-width:620px){.OrganizationSelectPage-module-scss-module__jBw6Jq__page{width:100%}}.OrganizationSelectPage-module-scss-module__jBw6Jq__header{text-align:center;justify-items:center;gap:14px;display:grid}.OrganizationSelectPage-module-scss-module__jBw6Jq__icon{border:1px solid color-mix(in srgb, var(--ui-color-base,#1555d1) 20%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, var(--ui-color-base,#1555d1) 8%, var(--ui-color-surface,#fff));width:48px;height:48px;color:var(--ui-color-base,#1555d1);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.OrganizationSelectPage-module-scss-module__jBw6Jq__icon svg{width:24px;height:24px}.OrganizationSelectPage-module-scss-module__jBw6Jq__titleGroup{gap:8px;display:grid}.OrganizationSelectPage-module-scss-module__jBw6Jq__title{color:var(--ui-color-foreground,#0b1f33);letter-spacing:0;margin:0;font-size:26px;font-weight:700;line-height:32px}.OrganizationSelectPage-module-scss-module__jBw6Jq__description{color:var(--ui-color-muted,#667085);margin:0;font-size:14px;line-height:20px}.OrganizationSelectPage-module-scss-module__jBw6Jq__choiceList{gap:12px;display:grid}.OrganizationSelectPage-module-scss-module__jBw6Jq__choiceCard{border:1px solid var(--ui-color-border,#d8dee8);background:var(--ui-color-surface,#fff);width:100%;min-height:82px;color:inherit;cursor:pointer;font:inherit;text-align:left;border-radius:8px;gap:12px;padding:16px 44px 16px 16px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;position:relative;box-shadow:0 1px 2px #0b1f350a}.OrganizationSelectPage-module-scss-module__jBw6Jq__choiceCard:hover{border-color:color-mix(in srgb, var(--ui-color-base,#1555d1) 34%, var(--ui-color-border,#d8dee8));transform:translateY(-1px);box-shadow:0 10px 24px #0b1f351a}.OrganizationSelectPage-module-scss-module__jBw6Jq__choiceCard:focus-visible{outline:2px solid color-mix(in srgb, var(--ui-color-base,#1555d1) 64%, transparent);outline-offset:2px}.OrganizationSelectPage-module-scss-module__jBw6Jq__choiceCardSelected{border-color:var(--ui-color-base,#1555d1);box-shadow:0 0 0 3px color-mix(in srgb, var(--ui-color-base,#1555d1) 12%, transparent)}.OrganizationSelectPage-module-scss-module__jBw6Jq__choiceHeader{flex-flow:column;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.OrganizationSelectPage-module-scss-module__jBw6Jq__choiceTitle{min-width:0;color:var(--ui-color-foreground,#0b1f33);font-size:15px;font-weight:600;line-height:22px}.OrganizationSelectPage-module-scss-module__jBw6Jq__rolePill{white-space:nowrap;border:1px solid #0000;border-radius:8px;flex:none;justify-content:center;align-items:center;min-height:22px;padding:2px 8px;font-size:12px;font-weight:500;line-height:16px;display:inline-flex}.OrganizationSelectPage-module-scss-module__jBw6Jq__roleSchedule{border-color:color-mix(in srgb, var(--ui-color-base,#1555d1) 18%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, #dbeafe 72%, var(--ui-color-surface,#fff));color:var(--ui-color-base,#1555d1)}.OrganizationSelectPage-module-scss-module__jBw6Jq__roleAdmin{border-color:color-mix(in srgb, #6b21a8 18%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, #f3e8ff 88%, var(--ui-color-surface,#fff));color:#6b21a8}.OrganizationSelectPage-module-scss-module__jBw6Jq__roleView{border-color:color-mix(in srgb, var(--green,#087c39) 18%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, var(--green-bg,#e8f6ed) 82%, var(--ui-color-surface,#fff));color:var(--green,#087c39)}.OrganizationSelectPage-module-scss-module__jBw6Jq__organizationList{gap:6px;display:grid}.OrganizationSelectPage-module-scss-module__jBw6Jq__organizationItem{min-width:0;color:var(--ui-color-muted,#667085);font-size:13px;line-height:18px}.OrganizationSelectPage-module-scss-module__jBw6Jq__organizationItem:before{content:"";vertical-align:middle;background:currentColor;border-radius:50%;width:4px;height:4px;margin-right:8px;display:inline-block}.OrganizationSelectPage-module-scss-module__jBw6Jq__chevron{width:18px;height:18px;color:var(--ui-color-muted,#667085);position:absolute;top:50%;right:16px;transform:translateY(-50%)}@media (max-width:420px){.OrganizationSelectPage-module-scss-module__jBw6Jq__choiceHeader{flex-direction:column;align-items:flex-start}}
.RecoverPage-module-scss-module__fvwAUW__page{gap:28px;display:grid}.RecoverPage-module-scss-module__fvwAUW__header{text-align:center;justify-items:center;gap:14px;display:grid}.RecoverPage-module-scss-module__fvwAUW__icon{border:1px solid color-mix(in srgb, var(--ui-color-base,#1555d1) 20%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, var(--ui-color-base,#1555d1) 8%, var(--ui-color-surface,#fff));width:48px;height:48px;color:var(--ui-color-base,#1555d1);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.RecoverPage-module-scss-module__fvwAUW__icon svg{width:24px;height:24px}.RecoverPage-module-scss-module__fvwAUW__titleGroup{gap:8px;display:grid}.RecoverPage-module-scss-module__fvwAUW__title{color:var(--ui-color-foreground,#0b1f33);letter-spacing:0;margin:0;font-size:26px;font-weight:700;line-height:32px}.RecoverPage-module-scss-module__fvwAUW__description{color:var(--ui-color-muted,#667085);margin:0;font-size:14px;line-height:20px}.RecoverPage-module-scss-module__fvwAUW__form{gap:2px;display:grid}.RecoverPage-module-scss-module__fvwAUW__submitButton{height:44px;margin-top:8px}.RecoverPage-module-scss-module__fvwAUW__backLink{justify-self:center;margin-top:4px}.RecoverPage-module-scss-module__fvwAUW__alert{margin-top:-8px}
.ResetPage-module-scss-module__Vsye5W__page{gap:28px;display:grid}.ResetPage-module-scss-module__Vsye5W__header{text-align:center;justify-items:center;gap:14px;display:grid}.ResetPage-module-scss-module__Vsye5W__icon{border:1px solid color-mix(in srgb, var(--ui-color-base,#1555d1) 20%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, var(--ui-color-base,#1555d1) 8%, var(--ui-color-surface,#fff));width:48px;height:48px;color:var(--ui-color-base,#1555d1);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.ResetPage-module-scss-module__Vsye5W__icon svg{width:24px;height:24px}.ResetPage-module-scss-module__Vsye5W__titleGroup{gap:8px;display:grid}.ResetPage-module-scss-module__Vsye5W__title{color:var(--ui-color-foreground,#0b1f33);letter-spacing:0;margin:0;font-size:26px;font-weight:700;line-height:32px}.ResetPage-module-scss-module__Vsye5W__description{color:var(--ui-color-muted,#667085);margin:0;font-size:14px;line-height:20px}.ResetPage-module-scss-module__Vsye5W__form{gap:2px;display:grid}.ResetPage-module-scss-module__Vsye5W__submitButton{height:44px;margin-top:8px}.ResetPage-module-scss-module__Vsye5W__backLink{justify-self:center;margin-top:4px}.ResetPage-module-scss-module__Vsye5W__alert{margin-top:-8px}
.SetupPasswordPage-module-scss-module___Hdgla__page{gap:28px;display:grid}.SetupPasswordPage-module-scss-module___Hdgla__header{text-align:center;justify-items:center;gap:14px;display:grid}.SetupPasswordPage-module-scss-module___Hdgla__icon{border:1px solid color-mix(in srgb, var(--ui-color-base,#1555d1) 20%, var(--ui-color-border,#d8dee8));background:color-mix(in srgb, var(--ui-color-base,#1555d1) 8%, var(--ui-color-surface,#fff));width:48px;height:48px;color:var(--ui-color-base,#1555d1);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.SetupPasswordPage-module-scss-module___Hdgla__icon svg{width:24px;height:24px}.SetupPasswordPage-module-scss-module___Hdgla__titleGroup{gap:8px;display:grid}.SetupPasswordPage-module-scss-module___Hdgla__title{color:var(--ui-color-foreground,#0b1f33);letter-spacing:0;margin:0;font-size:26px;font-weight:700;line-height:32px}.SetupPasswordPage-module-scss-module___Hdgla__description{color:var(--ui-color-muted,#667085);margin:0;font-size:14px;line-height:20px}.SetupPasswordPage-module-scss-module___Hdgla__form{gap:2px;display:grid}.SetupPasswordPage-module-scss-module___Hdgla__submitButton{height:44px;margin-top:8px}.SetupPasswordPage-module-scss-module___Hdgla__backLink{justify-self:center;margin-top:4px}.SetupPasswordPage-module-scss-module___Hdgla__alert{margin-top:-8px}
