.yarl__fullsize{width:100%;height:100%}.yarl__relative{position:relative}.yarl__portal{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;overflow:hidden;z-index:var(--yarl__portal_zindex,9999);transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);pointer-events:auto}.yarl__portal_open{opacity:1}.yarl__container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:var(--yarl__controller_touch_action,none);overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain)}.yarl__carousel{display:flex;flex:0 0 auto;height:100%;align-content:center;justify-content:center;align-items:stretch;width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%));transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));opacity:var(--yarl__pull_opacity,1)}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{display:flex;justify-content:center;align-content:center;align-items:center}.yarl__slide{flex:1;position:relative;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%)}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);line-height:0}.yarl__slide_loading{color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));animation:yarl__delayed_fadein 1s linear}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{width:var(--yarl__slide_icon_error_size,48px);height:var(--yarl__slide_icon_error_size,48px);color:var(--yarl__slide_icon_error_color,red)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{position:absolute;top:0;right:0;bottom:auto;left:auto;display:flex;justify-content:flex-end;padding:var(--yarl__toolbar_padding,8px)}[dir=rtl] .yarl__toolbar{top:0;right:auto;bottom:auto;left:0}.yarl__icon{width:var(--yarl__icon_size,32px);height:var(--yarl__icon_size,32px)}.yarl__button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);margin:var(--yarl__button_margin,0);outline:none;line-height:0;padding:var(--yarl__button_padding,8px);color:var(--yarl__color_button,hsla(0,0%,100%,.8));filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{position:absolute;top:50%;transform:translateY(-50%);padding:var(--yarl__navigation_button_padding,24px 16px)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.yarl__counter{position:var(--yarl__counter_position,absolute);top:var(--yarl__counter_top,0);left:var(--yarl__counter_left,0);bottom:var(--yarl__counter_bottom,unset);right:var(--yarl__counter_right,unset);color:var(--yarl__counter_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));filter:var(--yarl__counter_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));margin:var(--yarl__counter_margin,var(--yarl__toolbar_padding,8px));padding:var(--yarl__counter_padding,var(--yarl__button_padding,8px));line-height:var(--yarl__counter_line_height,var(--yarl__icon_size,32px));-webkit-user-select:var(--yarl__counter_user_select,none);-moz-user-select:var(--yarl__counter_user_select,none);user-select:var(--yarl__counter_user_select,none)}[dir=rtl] .yarl__counter{left:var(--yarl__counter_rtl_left,unset);right:var(--yarl__counter_rtl_right,0)}.UsersPage_page__LjbJS{--users-surface:#fff;--users-subtle:#fafafa;--users-hover:#f5f5f5;--users-border:#e8e8e8;--users-text:#202020;--users-secondary:#656565;--users-muted:#777;box-sizing:border-box;min-width:0;width:100%;max-width:1480px;padding:36px 40px 48px;margin:0 auto;color:var(--users-text)}.dark .UsersPage_page__LjbJS{--users-surface:rgb(var(--lapz-surface,23 23 23));--users-subtle:rgb(var(--lapz-control,28 28 28));--users-hover:rgb(var(--lapz-hover,37 37 37));--users-border:rgb(var(--lapz-border,48 48 48));--users-text:#f0f0f0;--users-secondary:#b2b2b2;--users-muted:#a1a1a1}.UsersPage_page__LjbJS button,.UsersPage_page__LjbJS input,.UsersPage_page__LjbJS select{font:inherit}.UsersPage_page__LjbJS button{cursor:pointer}.UsersPage_page__LjbJS button:disabled{cursor:not-allowed;opacity:.4}.UsersPage_page__LjbJS button:focus-visible,.UsersPage_page__LjbJS select:focus-visible,.UsersPage_tableScroll__0HgjW:focus-visible{outline:2px solid var(--users-text);outline-offset:3px}.UsersPage_header__xPaD4{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:30px}.UsersPage_eyebrow__doJYi{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:var(--users-secondary);margin:0 0 12px}.UsersPage_eyebrow__doJYi svg{width:15px;height:15px}.UsersPage_title__w2_XO{font-family:var(--font-beausite-display,inherit);font-size:clamp(30px,2.4vw,38px);font-weight:300;line-height:1.12;letter-spacing:-.035em;margin:0}.UsersPage_subtitle__79FyR{margin:12px 0 0;color:var(--users-secondary);font-size:14px;line-height:1.55;max-width:620px}.UsersPage_primaryButton__3Wpl4,.UsersPage_secondaryButton__KeXy5{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;min-height:42px;padding:10px 18px;border-radius:999px;font-size:13px!important;font-weight:600!important;white-space:nowrap;transition:background .15s}.UsersPage_primaryButton__3Wpl4{color:var(--users-surface);background:var(--users-text);border:1px solid var(--users-text)}.UsersPage_primaryButton__3Wpl4:hover{opacity:.86}.UsersPage_secondaryButton__KeXy5{background:var(--users-surface);border:1px solid var(--users-border);color:var(--users-text)}.UsersPage_secondaryButton__KeXy5:hover{background:var(--users-hover)}.UsersPage_overview__YwJ9_{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:28px}.UsersPage_metric__xWzQM{position:relative;text-align:left;padding:18px 20px 16px;background:var(--users-surface);border:1px solid var(--users-border);border-radius:14px;transition:border-color .15s,background .15s}.UsersPage_metric__xWzQM:hover{background:var(--users-subtle);border-color:#b7b7b7}.UsersPage_metricSelected__X7g2n{border-color:var(--users-text);box-shadow:inset 0 0 0 .5px var(--users-text)}.UsersPage_metricTop__Zp__O{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--users-secondary);font-size:12px;font-weight:500}.UsersPage_metricIcon___5hc_{color:var(--users-secondary);width:18px;height:18px}.UsersPage_metricIcon___5hc_.UsersPage_active__MQTtV{color:#16805e}.UsersPage_metricIcon___5hc_.UsersPage_pending__DqyWy{color:#a46411}.UsersPage_metricValue__BVwdV{display:block;font-family:var(--font-beausite-heading,inherit);font-weight:500;font-size:30px;letter-spacing:-.035em;line-height:1;margin:13px 0 12px;font-variant-numeric:tabular-nums}.UsersPage_metricHint__93T5e{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:11px;color:var(--users-muted)}.UsersPage_metricHint__93T5e svg{width:12px;height:12px;opacity:0;transition:opacity .15s}.UsersPage_metricSelected__X7g2n .UsersPage_metricHint__93T5e svg,.UsersPage_metric__xWzQM:hover .UsersPage_metricHint__93T5e svg{opacity:1}.UsersPage_directory__PGCa7{min-width:0;max-width:100%;background:var(--users-surface);border:1px solid var(--users-border);border-radius:16px;box-shadow:0 2px 3px rgb(0 0 0/2%)}.UsersPage_directoryTop__GuBDh{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;min-height:63px;border-bottom:1px solid var(--users-border)}.UsersPage_statusFilters__3aLLa{display:flex;align-items:stretch;gap:22px;overflow-x:auto;scrollbar-width:none;min-width:0;align-self:stretch}.UsersPage_statusFilters__3aLLa::-webkit-scrollbar{display:none}.UsersPage_statusFilter__2xsrl{position:relative;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;padding:17px 0;color:var(--users-secondary);font-size:12px!important;font-weight:500!important;white-space:nowrap}.UsersPage_statusFilter__2xsrl:hover{color:var(--users-text)}.UsersPage_statusFilter__2xsrl span{font-size:10px;font-weight:500;background:var(--users-hover);color:var(--users-secondary);padding:2px 6px;min-width:23px;border-radius:5px;text-align:center;font-variant-numeric:tabular-nums}.UsersPage_statusSelected__6PedP{color:var(--users-text)}.UsersPage_statusSelected__6PedP:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:0;background:var(--users-text)}.UsersPage_statusSelected__6PedP span{background:var(--users-text);color:var(--users-surface)}.UsersPage_iconButton__iwfGh{width:32px;height:32px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--users-border);border-radius:8px;background:var(--users-surface);color:var(--users-secondary)}.UsersPage_iconButton__iwfGh:hover:not(:disabled){color:var(--users-text);background:var(--users-hover)}.UsersPage_toolbar__KgdlB{display:flex;gap:12px;padding:20px 20px 0}.UsersPage_search__2zD_c{display:flex;align-items:center;gap:9px;border:1px solid var(--users-border);background:var(--users-surface);border-radius:9px;min-height:40px;padding:0 12px;flex:1;min-width:180px;color:var(--users-muted)}.UsersPage_search__2zD_c:focus-within{border-color:var(--users-text);box-shadow:0 0 0 2px rgb(128 128 128/12%)}.UsersPage_search__2zD_c svg{flex-shrink:0;width:16px;height:16px}.UsersPage_search__2zD_c input{min-width:0;width:100%;border:0;padding:9px 0;outline:0;background:transparent;color:var(--users-text);font-size:12px}.UsersPage_search__2zD_c input::placeholder{color:var(--users-muted)}.UsersPage_search__2zD_c input::-webkit-search-cancel-button{display:none}.UsersPage_search__2zD_c button{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border:0;background:transparent;border-radius:4px}.UsersPage_search__2zD_c button:hover{background:var(--users-hover)}.UsersPage_selects__Bppl9{display:flex;gap:10px}.UsersPage_select__O3XQ7{min-height:40px;max-width:210px;padding:8px 32px 8px 12px;border-radius:9px;border:1px solid var(--users-border);color:var(--users-secondary);font-size:12px!important;background-color:var(--users-surface);background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 10 5 5 5-5' stroke='%23808080' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;appearance:none;cursor:pointer}.UsersPage_resultBar__66tS8{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 21px;min-height:49px;font-size:11px;color:var(--users-secondary)}.UsersPage_resultBar__66tS8 p{margin:0}.UsersPage_resultBar__66tS8 strong{color:var(--users-text);font-weight:600;font-variant-numeric:tabular-nums}.UsersPage_resultBar__66tS8 p>span{color:var(--users-muted)}.UsersPage_textButton__uvOdW{display:inline-flex;align-items:center;gap:5px;color:var(--users-secondary);font-size:11px!important;background:transparent;border:0;padding:2px 0}.UsersPage_textButton__uvOdW svg{width:12px;height:12px}.UsersPage_textButton__uvOdW:hover{color:var(--users-text)}.UsersPage_tableScroll__0HgjW{position:relative;min-width:0;max-width:100%;contain:inline-size;overflow:auto;border-top:1px solid var(--users-border)}.UsersPage_table__PYMjc{width:100%;border-collapse:collapse;text-align:left;font-size:12px}.UsersPage_table__PYMjc th{background:var(--users-subtle);padding:12px 14px;font-size:11px;font-weight:500;color:var(--users-secondary);white-space:nowrap}.UsersPage_table__PYMjc td{padding:15px 14px;border-top:1px solid var(--users-border);vertical-align:middle}.UsersPage_table__PYMjc td:first-child,.UsersPage_table__PYMjc th:first-child{padding-left:20px}.UsersPage_table__PYMjc td:last-child,.UsersPage_table__PYMjc th:last-child{padding-right:20px}.UsersPage_table__PYMjc tbody tr{background:var(--users-surface);transition:background .15s}.UsersPage_table__PYMjc tbody tr:hover{background:var(--users-subtle)}.UsersPage_clickableRow__q_ICb{cursor:pointer}.UsersPage_identityColumn__yEmCf{min-width:265px;width:29%}.UsersPage_identity__ImaNA{display:flex;width:100%;align-items:center;gap:11px;min-width:0;border:0;padding:0;background:transparent;text-align:left}.UsersPage_avatar__2NhVP{flex-shrink:0;border-radius:12px!important;width:36px!important;height:36px!important;filter:saturate(.68)}.UsersPage_identityText__N_KCL{display:flex;flex-direction:column;gap:4px;min-width:0}.UsersPage_identityText__N_KCL strong{font-size:13px;font-weight:550;color:var(--users-text)}.UsersPage_identityText__N_KCL strong,.UsersPage_identityText__N_KCL>span{line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.UsersPage_identityText__N_KCL>span{color:var(--users-secondary);font-size:12px}.UsersPage_rowArrow__qYr8e{margin-left:auto;opacity:0;width:13px;height:13px;flex-shrink:0;color:var(--users-secondary)}.UsersPage_clickableRow__q_ICb:hover .UsersPage_rowArrow__qYr8e,.UsersPage_identity__ImaNA:focus-visible .UsersPage_rowArrow__qYr8e{opacity:1}.UsersPage_role__nfzGQ{color:var(--users-secondary);white-space:nowrap;font-size:12px}.UsersPage_platforms__A9DO2{display:flex;flex-wrap:wrap;gap:5px;min-width:120px;max-width:220px}.UsersPage_platformChip__q_axr{display:inline-flex;align-items:center;gap:5px;padding:3px 6px;background:var(--users-surface);border:1px solid var(--users-border);border-radius:5px;font-size:11px;color:var(--users-secondary);line-height:1.3;white-space:nowrap}.UsersPage_platformDot__ea39w{width:5px;height:5px;flex-shrink:0;border-radius:2px}.UsersPage_unrestricted__kr75H{font-size:11px;color:var(--users-secondary);line-height:1.4}.UsersPage_statusBadge__imcnA{display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border-radius:6px;font-size:11px;font-weight:500;white-space:nowrap}.UsersPage_statusBadge__imcnA>span{width:5px;height:5px;border-radius:50%;background:currentColor}.UsersPage_activeBadge__drgpX{color:#147456;background:#edf7f1}.UsersPage_inactiveBadge__Bo2Vl{color:var(--users-secondary);background:var(--users-hover)}.UsersPage_passwordPending__s703A{display:flex;align-items:center;gap:4px;color:#9b621c;font-size:10px;white-space:nowrap;margin-top:5px}.UsersPage_passwordPending__s703A svg{width:11px;height:11px}.UsersPage_lastLogin__WKqHB{color:var(--users-secondary);font-size:12px;white-space:nowrap;font-variant-numeric:tabular-nums}.UsersPage_actionsColumn__APuFQ{width:48px;text-align:right}.UsersPage_actionsColumn__APuFQ>div{display:inline-flex}.UsersPage_footer__ZOfuE{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border-top:1px solid var(--users-border);font-size:11px;color:var(--users-secondary)}.UsersPage_footer__ZOfuE p{margin:0}.UsersPage_footer__ZOfuE strong{font-weight:500;color:var(--users-text);font-variant-numeric:tabular-nums}.UsersPage_paginationControls__6KtKU{display:flex;align-items:center;gap:22px}.UsersPage_pageSize__C_RUA{display:flex;align-items:center;gap:7px}.UsersPage_pageSize__C_RUA select{background:var(--users-surface);border:1px solid var(--users-border);border-radius:6px;color:var(--users-text);padding:5px;font-size:11px}.UsersPage_pagination__uykb2{display:flex;align-items:center;gap:12px}.UsersPage_pagination__uykb2 span{white-space:nowrap}.UsersPage_previousArrow__YRsq4{transform:rotate(180deg)}.UsersPage_empty__76tYf{display:flex;flex-direction:column;align-items:center;padding:64px 24px 72px;text-align:center;border-top:1px solid var(--users-border)}.UsersPage_emptyIcon__QkABd{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--users-subtle);border:1px solid var(--users-border);border-radius:16px;color:var(--users-secondary);margin-bottom:18px}.UsersPage_emptyIcon__QkABd svg{width:24px;height:24px}.UsersPage_empty__76tYf h2{font-size:17px;font-weight:500;margin:0 0 8px}.UsersPage_empty__76tYf p{font-size:13px;color:var(--users-secondary);line-height:1.6;max-width:350px;margin:0 0 22px}.UsersPage_error__EmHGf{margin:0 20px 20px;border:1px solid var(--users-border);background:var(--users-subtle);border-radius:10px;padding:18px;display:flex;align-items:center;gap:12px}.UsersPage_error__EmHGf>svg{color:#be3434;flex-shrink:0}.UsersPage_error__EmHGf>div{flex:1}.UsersPage_error__EmHGf strong{font-weight:500;font-size:12px}.UsersPage_error__EmHGf p{margin:3px 0 0;color:var(--users-secondary);font-size:11px}.UsersPage_loading__mBjNU{border-top:1px solid var(--users-border)}.UsersPage_skeletonRow__EezfH{display:flex;align-items:center;gap:14px;padding:20px;border-bottom:1px solid var(--users-border)}.UsersPage_skeletonRow__EezfH:last-child{border-bottom:0}.UsersPage_skeletonRow__EezfH span{display:block;background:var(--users-hover);border-radius:4px}.UsersPage_skeletonAvatar__otzLP{width:36px;height:36px;border-radius:12px!important}.UsersPage_skeletonRow__EezfH>div{flex:1;display:grid;gap:8px}.UsersPage_skeletonRow__EezfH>div span:first-child{height:11px;width:35%}.UsersPage_skeletonRow__EezfH>div span:last-child{height:9px;width:52%}.UsersPage_skeletonBadge__BvbLJ{width:70px;height:20px;margin-left:6%}.UsersPage_tableHint__O2TUp{display:none}.UsersPage_srOnly__9AXDa{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.UsersPage_spinning__z_z_s{animation:UsersPage_spin__SmHr7 1s linear infinite}@keyframes UsersPage_spin__SmHr7{to{transform:rotate(1turn)}}.dark .UsersPage_activeBadge__drgpX{color:#6ec8a1;background:#20382c}.dark .UsersPage_metricIcon___5hc_.UsersPage_pending__DqyWy,.dark .UsersPage_passwordPending__s703A{color:#dfb46b}.dark .UsersPage_metricIcon___5hc_.UsersPage_active__MQTtV{color:#6ec8a1}@media (max-width:1200px){.UsersPage_page__LjbJS{padding:28px 24px 40px}.UsersPage_metric__xWzQM{padding:16px}.UsersPage_metricHint__93T5e{font-size:10px}.UsersPage_toolbar__KgdlB{flex-wrap:wrap}.UsersPage_search__2zD_c{min-width:230px}.UsersPage_identityColumn__yEmCf{min-width:240px}.UsersPage_identityText__N_KCL strong,.UsersPage_identityText__N_KCL>span{max-width:235px}.UsersPage_tableHint__O2TUp{display:flex;align-items:center;justify-content:flex-end;gap:5px;color:var(--users-muted);font-size:10px;padding:0 20px 10px;margin:0}.UsersPage_tableHint__O2TUp svg{width:11px;height:11px}}@media (max-width:760px){.UsersPage_page__LjbJS{padding:22px 16px 32px}.UsersPage_header__xPaD4{gap:16px;align-items:flex-start;margin-bottom:24px}.UsersPage_eyebrow__doJYi{margin-bottom:10px;font-size:11px}.UsersPage_title__w2_XO{font-size:32px}.UsersPage_subtitle__79FyR{font-size:12px;max-width:400px}.UsersPage_header__xPaD4>.UsersPage_primaryButton__3Wpl4{min-height:36px;padding:8px 12px;font-size:11px!important;margin-top:26px}.UsersPage_header__xPaD4>.UsersPage_primaryButton__3Wpl4 svg{width:15px;height:15px}.UsersPage_overview__YwJ9_{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:20px}.UsersPage_metric__xWzQM{padding:14px;border-radius:11px}.UsersPage_metricTop__Zp__O{font-size:11px}.UsersPage_metricValue__BVwdV{font-size:27px;margin:10px 0}.UsersPage_metricHint__93T5e{font-size:10px}.UsersPage_directory__PGCa7{border-radius:12px}.UsersPage_directoryTop__GuBDh{padding:0 14px;min-height:58px;gap:12px}.UsersPage_statusFilters__3aLLa{gap:18px}.UsersPage_statusFilter__2xsrl{padding:18px 0;font-size:11px!important;gap:5px}.UsersPage_toolbar__KgdlB{padding:14px 14px 0;gap:10px}.UsersPage_search__2zD_c{min-width:100%}.UsersPage_selects__Bppl9{width:100%;gap:8px}.UsersPage_select__O3XQ7{flex:1;min-width:0;max-width:none;font-size:11px!important}.UsersPage_resultBar__66tS8{padding:12px 15px}.UsersPage_tableHint__O2TUp{padding-right:15px}.UsersPage_table__PYMjc{min-width:900px}.UsersPage_table__PYMjc .UsersPage_identityColumn__yEmCf{position:sticky;left:0;width:230px;min-width:230px;background:inherit;z-index:1;border-right:1px solid var(--users-border)}.UsersPage_table__PYMjc th.UsersPage_identityColumn__yEmCf{background:var(--users-subtle)}.UsersPage_table__PYMjc td{padding:14px 12px}.UsersPage_table__PYMjc td:first-child,.UsersPage_table__PYMjc th:first-child{padding-left:14px}.UsersPage_identityText__N_KCL strong,.UsersPage_identityText__N_KCL>span{max-width:172px}.UsersPage_avatar__2NhVP{width:32px!important;height:32px!important;border-radius:10px!important}.UsersPage_identity__ImaNA{gap:9px}.UsersPage_rowArrow__qYr8e{display:none}.UsersPage_identityText__N_KCL strong{font-size:13px}.UsersPage_identityText__N_KCL>span{font-size:12px}.UsersPage_footer__ZOfuE{flex-wrap:wrap;gap:12px;padding:14px}.UsersPage_paginationControls__6KtKU{width:100%;justify-content:space-between;gap:8px}.UsersPage_pagination__uykb2{gap:8px}.UsersPage_pageSize__C_RUA,.UsersPage_pagination__uykb2{font-size:10px}.UsersPage_error__EmHGf{margin:0 14px 14px;padding:14px;flex-wrap:wrap}.UsersPage_error__EmHGf .UsersPage_secondaryButton__KeXy5{width:100%}.UsersPage_skeletonBadge__BvbLJ{display:none!important}}@media (prefers-reduced-motion:reduce){.UsersPage_spinning__z_z_s{animation:none}.UsersPage_metricHint__93T5e svg,.UsersPage_metric__xWzQM,.UsersPage_primaryButton__3Wpl4,.UsersPage_secondaryButton__KeXy5,.UsersPage_table__PYMjc tbody tr{transition:none}}.dark .UsersPage_pageSize__C_RUA select,.dark .UsersPage_search__2zD_c,.dark .UsersPage_select__O3XQ7{--users-surface:rgb(var(--lapz-control,23 23 23));--users-border:rgb(var(--lapz-control-border,48 48 48))}.dark .UsersPage_primaryButton__3Wpl4,.dark .UsersPage_statusSelected__6PedP span{color:#171717}.dark .UsersPage_inactiveBadge__Bo2Vl{background:#252525}.UsersPage_page__LjbJS.UsersPage_workspace__a8o99{flex:1;display:flex;flex-direction:column;max-width:none;margin:0;padding:0;background:var(--users-surface)}.dark .UsersPage_page__LjbJS.UsersPage_workspace__a8o99{--users-surface:#101013;--users-border:#262626}.UsersPage_workspace__a8o99 .UsersPage_header__xPaD4{padding:22px 24px;margin:0;border-bottom:1px solid var(--users-border);gap:20px}.UsersPage_heading__FfZeU{display:flex;align-items:flex-start;gap:12px;min-width:0}.UsersPage_headerIcon__7Noab{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:10px;color:var(--users-secondary);background:var(--users-hover)}.UsersPage_workspace__a8o99 .UsersPage_title__w2_XO{font-size:30px;line-height:1.2;letter-spacing:-.025em}.UsersPage_workspace__a8o99 .UsersPage_subtitle__79FyR{margin-top:6px;font-size:13px}.UsersPage_workspace__a8o99 .UsersPage_header__xPaD4>.UsersPage_primaryButton__3Wpl4{min-height:38px;margin:0;padding:8px 16px;font-size:13px!important}.UsersPage_workspace__a8o99 .UsersPage_directory__PGCa7{flex:1;border:0;border-radius:0;box-shadow:none;container:users-directory/inline-size}.UsersPage_workspace__a8o99 .UsersPage_directoryTop__GuBDh{min-height:48px;padding:0 24px}.UsersPage_workspace__a8o99 .UsersPage_statusFilters__3aLLa{gap:24px}.UsersPage_workspace__a8o99 .UsersPage_statusFilter__2xsrl{padding:14px 0;font-size:13px!important}.UsersPage_workspace__a8o99 .UsersPage_statusFilter__2xsrl span{border-radius:999px}.UsersPage_workspace__a8o99 .UsersPage_toolbar__KgdlB>.UsersPage_iconButton__iwfGh{min-height:36px;align-self:center}.UsersPage_workspace__a8o99 .UsersPage_toolbar__KgdlB{padding:12px 24px;gap:12px;flex-wrap:wrap}.UsersPage_workspace__a8o99 .UsersPage_search__2zD_c{min-width:220px;min-height:36px;max-width:480px}.UsersPage_workspace__a8o99 .UsersPage_search__2zD_c input{font-size:13px;padding:8px 0}.UsersPage_workspace__a8o99 .UsersPage_selects__Bppl9{margin-left:auto}.UsersPage_workspace__a8o99 .UsersPage_select__O3XQ7{min-height:36px;font-size:12px!important}.UsersPage_workspace__a8o99 .UsersPage_resultBar__66tS8{padding:0 24px 12px;min-height:0;font-size:12px}.UsersPage_workspace__a8o99 .UsersPage_tableHint__O2TUp{display:none}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc{table-layout:fixed;min-width:0;font-size:13px}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc th{padding:11px 12px;font-size:12px}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc td{padding:13px 12px}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc td:first-child,.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc th:first-child{padding-left:24px}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc td:last-child,.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc th:last-child{padding-right:24px}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc .UsersPage_identityColumn__yEmCf{width:29%;min-width:0}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc .UsersPage_actionsColumn__APuFQ{width:56px}.UsersPage_workspace__a8o99 .UsersPage_identityText__N_KCL{flex:1}.UsersPage_workspace__a8o99 .UsersPage_identityText__N_KCL strong,.UsersPage_workspace__a8o99 .UsersPage_identityText__N_KCL>span{max-width:100%}.UsersPage_workspace__a8o99 .UsersPage_identityText__N_KCL strong{font-weight:500}.UsersPage_workspace__a8o99 .UsersPage_avatar__2NhVP{width:32px!important;height:32px!important;border-radius:50%!important}.UsersPage_workspace__a8o99 .UsersPage_rowArrow__qYr8e{display:none}.UsersPage_workspace__a8o99 .UsersPage_role__nfzGQ{white-space:normal;overflow-wrap:anywhere}.UsersPage_workspace__a8o99 .UsersPage_platforms__A9DO2{min-width:0;max-width:none}.UsersPage_workspace__a8o99 .UsersPage_platformChip__q_axr{border:0;background:var(--users-hover);padding:4px 7px;border-radius:999px}.UsersPage_workspace__a8o99 .UsersPage_platformDot__ea39w{border-radius:50%}.UsersPage_workspace__a8o99 .UsersPage_statusBadge__imcnA{border-radius:999px}.UsersPage_workspace__a8o99 .UsersPage_lastLogin__WKqHB,.UsersPage_workspace__a8o99 .UsersPage_passwordPending__s703A{white-space:normal}.UsersPage_workspace__a8o99 .UsersPage_employeeColumn__UycLP>button{max-width:100%}.UsersPage_workspace__a8o99 .UsersPage_footer__ZOfuE{padding:14px 24px}.UsersPage_workspace__a8o99 .UsersPage_error__EmHGf{margin:0 24px 16px}@container users-directory (max-width: 900px){.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc,.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc tbody{display:block;width:100%}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc tbody tr{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px 20px;padding:18px 24px;border-top:1px solid var(--users-border)}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc tbody tr:first-child{border-top:0}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc td{display:block;min-width:0;padding:0;border:0}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc td[data-label]:before{content:attr(data-label);display:block;margin-bottom:5px;font-size:11px;line-height:1.4;color:var(--users-muted)}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc td.UsersPage_identityColumn__yEmCf{position:static;z-index:auto;width:auto;min-width:0;grid-column:1/-1;padding:0 36px 4px 0;border:0}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc td.UsersPage_actionsColumn__APuFQ{position:absolute;z-index:1;top:15px;right:18px;width:auto;padding:0}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc .UsersPage_employeeColumn__UycLP{grid-column:1/-1;display:flex;align-items:center;gap:10px}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc .UsersPage_employeeColumn__UycLP:before{margin-bottom:0;flex-shrink:0}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc .UsersPage_employeeColumn__UycLP>button{min-width:0}.UsersPage_workspace__a8o99 .UsersPage_identityText__N_KCL>span,.UsersPage_workspace__a8o99 .UsersPage_lastLogin__WKqHB,.UsersPage_workspace__a8o99 .UsersPage_role__nfzGQ{font-size:13px}.UsersPage_workspace__a8o99 .UsersPage_identityText__N_KCL strong{font-size:14px}.UsersPage_workspace__a8o99 .UsersPage_platformChip__q_axr,.UsersPage_workspace__a8o99 .UsersPage_statusBadge__imcnA{font-size:12px}.UsersPage_workspace__a8o99 .UsersPage_passwordPending__s703A{font-size:11px}.UsersPage_workspace__a8o99 .UsersPage_selects__Bppl9{margin-left:0}.UsersPage_workspace__a8o99 .UsersPage_search__2zD_c{max-width:none}}@media (max-width:639px){.UsersPage_workspace__a8o99 .UsersPage_header__xPaD4{padding:16px;gap:12px;flex-wrap:wrap;align-items:center}.UsersPage_workspace__a8o99 .UsersPage_heading__FfZeU{flex:1}.UsersPage_workspace__a8o99 .UsersPage_headerIcon__7Noab{display:none}.UsersPage_workspace__a8o99 .UsersPage_title__w2_XO{font-size:28px}.UsersPage_workspace__a8o99 .UsersPage_subtitle__79FyR{max-width:220px;font-size:12px}.UsersPage_workspace__a8o99 .UsersPage_header__xPaD4>.UsersPage_primaryButton__3Wpl4{padding:9px 12px;font-size:12px!important}.UsersPage_workspace__a8o99 .UsersPage_directoryTop__GuBDh{padding:0 16px;gap:8px}.UsersPage_workspace__a8o99 .UsersPage_statusFilters__3aLLa{gap:18px}.UsersPage_workspace__a8o99 .UsersPage_statusFilter__2xsrl{font-size:12px!important}.UsersPage_workspace__a8o99 .UsersPage_toolbar__KgdlB{padding:12px 16px;gap:8px}.UsersPage_workspace__a8o99 .UsersPage_search__2zD_c{min-width:100%;min-height:40px}.UsersPage_workspace__a8o99 .UsersPage_select__O3XQ7{min-height:40px}.UsersPage_workspace__a8o99 .UsersPage_selects__Bppl9{width:auto;flex:1}.UsersPage_workspace__a8o99 .UsersPage_toolbar__KgdlB>.UsersPage_iconButton__iwfGh{min-height:40px}.UsersPage_workspace__a8o99 .UsersPage_resultBar__66tS8{padding:0 16px 12px}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc tbody tr{padding:16px;gap:12px 16px}.UsersPage_workspace__a8o99 .UsersPage_table__PYMjc td.UsersPage_actionsColumn__APuFQ{right:12px}.UsersPage_workspace__a8o99 .UsersPage_footer__ZOfuE{padding:14px 16px}.UsersPage_workspace__a8o99 .UsersPage_pageSize__C_RUA,.UsersPage_workspace__a8o99 .UsersPage_pagination__uykb2{font-size:12px}.UsersPage_workspace__a8o99 .UsersPage_error__EmHGf{margin:0 16px 16px}}