@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap";@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}:root{--brand-50:#eef1ff;--brand-100:#e0e6ff;--brand-200:#c6cfff;--brand-300:#a4b0fd;--brand-400:#7f86fa;--brand-500:#6361f3;--brand-600:#5344e7;--primary:#4636cc;--primary-rgb:70, 54, 204;--brand-800:#392ea5;--brand-900:#332d82;--brand-950:#27215f;--bg:var(--brand-50);--surface:#fff;--sidebar-bg:var(--brand-950);--accent:var(--brand-500);--accent-lt:var(--brand-400);--border:var(--brand-200);--text:var(--brand-900);--text-sub:var(--brand-800);--text-mut:var(--brand-400);--green:#22b34a;--green-lt:#e0f8e9;--amber:#f5a623;--amber-lt:#fff4dc;--purple:#7a54d4;--purple-lt:#ede9fb;--red:#dd4040;--red-lt:#fce8e8;--teal:#0ea5a0;--teal-lt:#e0f8f7;--r-sm:6px;--r-md:10px;--r-lg:14px;--shadow-card:0 2px 14px rgba(var(--primary-rgb), .08), 0 0 0 1px #c1def680;--shadow-lg:0 8px 32px rgba(var(--primary-rgb), .14);--shadow-sm:0 1px 4px rgba(var(--primary-rgb), .06);--font:"Euclid Circular A", "Segoe UI", sans-serif;--mono:"Roboto Mono", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.5}#root{flex-direction:column;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.55)}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:var(--brand-200);border-radius:10px}.shell{height:100vh;display:flex;overflow:hidden}.sidebar{background:var(--sidebar-bg);flex-direction:column;flex-shrink:0;width:230px;display:flex;position:relative;overflow:hidden}.sidebar:before{content:"";pointer-events:none;background:repeating-linear-gradient(135deg,#ffffff05 0 1px,#0000 1px 24px);position:absolute;inset:0}.sidebar:after{content:"";background:linear-gradient(#0000,#4da6e333 40%,#0000);width:1px;height:100%;position:absolute;top:0;right:0}.logo-area{border-bottom:1px solid #8bc4ee1a;padding:18px 16px 14px}.logo-badge{background:var(--primary);border-radius:var(--r-md);align-items:center;gap:10px;padding:11px 13px;display:flex}.logo-name{color:#fff;font-size:13px;font-weight:700}.nav{flex-direction:column;flex:1;gap:1px;padding:8px 10px;display:flex;overflow-y:auto}.nav::-webkit-scrollbar{display:none}.nav-label{letter-spacing:.1em;color:#ffffff73;text-transform:uppercase;padding:12px 10px 4px;font-size:9px;font-weight:600}.nav-item{border-radius:var(--r-md);color:var(--brand-300);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font);align-items:center;gap:9px;padding:10px 11px;text-decoration:none;transition:background .14s,color .14s;display:flex;position:relative}.nav-item:hover{color:#fff;background:#ffffff0f}.nav-item.active{background:var(--primary);color:#fff}.nav-item.active:before{content:"";background:var(--accent-lt);border-radius:0 2px 2px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.nav-icon{text-align:center;flex-shrink:0;width:18px;font-size:14px}.sidebar-footer{border-top:1px solid #8bc4ee1a;padding:10px 10px 14px}.user-card{border-radius:var(--r-md);background:#15578f6b;align-items:center;gap:10px;padding:10px 12px;display:flex}.user-av{background:var(--accent-lt);width:34px;height:34px;color:var(--brand-950);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.u-name{color:#fff;font-size:12px;font-weight:600}.u-role{color:var(--brand-300);margin-top:1px;font-size:10px}.main{flex-direction:column;flex:1;display:flex;overflow:hidden}.topbar{background:var(--surface);border-bottom:1px solid var(--border);height:60px;box-shadow:var(--shadow-sm);flex-shrink:0;align-items:center;gap:13px;padding:0 26px;display:flex}.search-bar{background:var(--brand-50);border:1px solid var(--border);border-radius:var(--r-md);color:var(--text-mut);width:210px;font-size:12px;font-family:var(--font);cursor:text;align-items:center;gap:7px;padding:7px 13px;display:flex}.content{background:var(--bg);flex:1;padding:20px 26px 50px;overflow-y:auto}.content::-webkit-scrollbar{width:4px}.content::-webkit-scrollbar-thumb{background:var(--brand-200);border-radius:10px}.section-header{margin-bottom:14px}.section-header h1{color:var(--text);letter-spacing:-.4px;font-size:20px;font-weight:800;font-family:var(--font);margin:0}.section-header p{color:var(--text-mut);margin-top:3px;font-size:11px}.card{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-card);padding:17px 19px;animation:.3s both fadeUp}.card-title{color:var(--text-mut);text-transform:uppercase;letter-spacing:.08em;margin-bottom:13px;font-size:10.5px;font-weight:700}.card-hdr{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.card-hdr .card-title{margin-bottom:0}.divider{background:var(--border);opacity:.55;height:1px;margin:11px 0}.row-4{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:13px;display:grid}.row-3{grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:13px;display:grid}.row-2{grid-template-columns:1fr 1fr;gap:13px;margin-bottom:13px;display:grid}.stat-card{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-card);align-items:center;gap:13px;padding:15px 17px;transition:transform .2s,box-shadow .2s;animation:.3s both fadeUp;display:flex}.stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.stat-icon{border-radius:var(--r-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.stat-body{flex:1;min-width:0}.stat-val{color:var(--text);letter-spacing:-.5px;font-size:19px;font-weight:800;line-height:1.1;font-family:var(--mono)}.stat-lbl{color:var(--text-mut);margin-top:4px;font-size:10px;font-weight:500}.stat-badge{border-radius:20px;margin-top:5px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.badge{font-size:10px;font-weight:600;font-family:var(--font);border-radius:20px;padding:3px 9px;display:inline-block}.h-table{border-collapse:collapse;width:100%}.h-table thead th{text-transform:uppercase;letter-spacing:.07em;color:var(--text-mut);text-align:left;font-size:9px;font-weight:700;font-family:var(--font);border-bottom:1px solid #c1def68c;padding:0 8px 8px}.h-table tbody tr{transition:background .12s}.h-table tbody tr:hover td,.h-table tbody tr.alt td{background:var(--brand-50)}.h-table tbody tr.alt:hover td{background:var(--brand-100)}.h-table td{color:var(--text-mut);vertical-align:middle;font-size:11px;font-family:var(--font);padding:8px}.h-table td:first-child{color:var(--text);font-size:12px;font-weight:600}.mono{font-family:var(--mono)}.fw7{font-weight:700}.fw8{font-weight:800}.page-header{align-items:center;gap:12px;margin-bottom:18px;display:flex}.page-title{color:var(--text);letter-spacing:-.4px;font-size:20px;font-weight:800}.page-sub{color:var(--text-mut);margin-top:2px;font-size:11px}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--r-sm);height:34px;font-family:var(--font);cursor:pointer;white-space:nowrap;border:none;padding:0 16px;font-size:12px;font-weight:700;transition:background .15s,opacity .15s}.btn-primary:hover{background:var(--brand-600)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-outline{height:34px;color:var(--primary);border:1.5px solid var(--border);border-radius:var(--r-sm);font-family:var(--font);cursor:pointer;white-space:nowrap;background:0 0;padding:0 14px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s}.btn-outline:hover{background:var(--brand-50);border-color:var(--accent)}.btn-outline:disabled{opacity:.55;cursor:not-allowed}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0f28428c;justify-content:center;align-items:center;animation:.18s both fadeUp;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);flex-direction:column;width:540px;max-height:90vh;animation:.2s both fadeUp;display:flex;overflow:hidden}.modal-hdr{border-bottom:1px solid var(--border);color:var(--text);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;font-size:14px;font-weight:700;display:flex}.modal-close{color:var(--text-mut);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:none;padding:2px 6px;font-size:16px;line-height:1;transition:background .12s}.modal-close:hover{background:var(--brand-50);color:var(--text)}.modal-body{flex:1;padding:20px;overflow-y:auto}.modal-footer{border-top:1px solid var(--border);background:var(--brand-50);flex-shrink:0;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._sidebar_qr1ww_20{background:#27215f;flex-direction:column;width:270px;min-width:270px;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}._header_qr1ww_32{align-items:center;gap:10px;padding:20px 16px 18px;display:flex}._logoContainer_qr1ww_39{background:#4636cc;border-radius:10px;align-items:center;gap:10px;padding:11px 13px;display:flex}._logoMark_qr1ww_48{width:100px;height:40px}._brandName_qr1ww_53{letter-spacing:0;color:#fff;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:500;line-height:22px}._nav_qr1ww_62{flex-direction:column;flex:1;gap:20px;padding:36px 10px;display:flex;overflow-y:auto}._nav_qr1ww_62::-webkit-scrollbar{width:0}._navSection_qr1ww_74{flex-direction:column;display:flex}._sectionLabel_qr1ww_79{letter-spacing:.5px;text-transform:uppercase;color:#a4b0fd;padding:0 8px 6px;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:400;line-height:14px}._navItem_qr1ww_90{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:10px;padding:12px 10px;text-decoration:none;transition:background .15s,color .15s;display:flex}._navItem_qr1ww_90:hover{color:#fff;background:#332d82}._navItem_qr1ww_90:hover ._navIcon_qr1ww_106 img{opacity:1}._navItem_qr1ww_90._active_qr1ww_109{color:#fff;background:#4636cc}._navItem_qr1ww_90._active_qr1ww_109 ._navIcon_qr1ww_106 img{opacity:1}._navItem_qr1ww_90._inactive_qr1ww_116{color:#a4b0fd}._navItem_qr1ww_90._inactive_qr1ww_116 ._navIcon_qr1ww_106 img{opacity:.5}._navIcon_qr1ww_106{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:15px;transition:opacity .15s;display:flex}._navIcon_qr1ww_106 img{filter:brightness(0)invert();opacity:.75;width:20px;height:20px}._navLabel_qr1ww_140{letter-spacing:normal;flex:1;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._footer_qr1ww_152{border-top:1px solid #c6cfff;padding:10px 10px 14px}._userCard_qr1ww_157{background:#4636cc;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}._userAv_qr1ww_166{letter-spacing:normal;color:#fff;background:#27215f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;display:flex}._userInfo_qr1ww_186 ._uName_qr1ww_186{letter-spacing:normal;color:#fff;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._userInfo_qr1ww_186 ._uRole_qr1ww_197{letter-spacing:0;color:#a4b0fd;margin-top:1px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._topbar_w58yi_20{z-index:10;background:#eef1ff;border:1px solid #c6cfff;justify-content:space-between;align-items:center;width:100%;height:58px;padding:0 24px;display:flex;position:sticky;top:0}._breadcrumb_w58yi_34{align-items:center;gap:6px;display:flex}._breadcrumbIcon_w58yi_40{align-items:center;display:flex}._breadcrumbIcon_w58yi_40 img{filter:brightness(0)saturate()invert(40%);width:16px;height:16px}._breadcrumbSep_w58yi_50{align-items:center;display:flex}._breadcrumbSep_w58yi_50 img{opacity:.7;width:16px;height:16px}._breadcrumbPage_w58yi_60{letter-spacing:normal;color:#1c1c1c;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._rightArea_w58yi_72{align-items:center;gap:10px;display:flex}._signOutBtn_w58yi_78{color:#4636cc;height:34px;font-family:var(--font);cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #c6cfff;border-radius:6px;padding:0 14px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s}._signOutBtn_w58yi_78:hover{background:#eef1ff;border-color:#a4b0fd}._searchBarWrap_w58yi_97{background:#fafafa;border:1px solid #e9e9e9;border-radius:8px;flex-direction:row;align-items:center;gap:8px;height:36px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}._searchBarWrap_w58yi_97:focus-within{border-color:#a4b0fd;box-shadow:0 0 0 3px #7f86fa26}._searchIcon_w58yi_114{align-items:center;display:flex}._searchIcon_w58yi_114 img{opacity:.45;filter:brightness(0);width:16px;height:16px}._searchInput_w58yi_125{letter-spacing:0;color:#1c1c1c;background:0 0;border:none;outline:none;width:220px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}._searchInput_w58yi_125::placeholder{color:#9c9c9c}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._container_19o1q_20{background-color:#fafafa;min-height:100vh;display:flex}._left_19o1q_26{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;flex:0 0 60%;margin:12px}._right_19o1q_35{flex-direction:column;flex:0 0 35%;justify-content:center;align-items:center;gap:32px;display:flex}._logo_19o1q_44{width:250px;height:60px}._card_19o1q_49{background:#fff;border-radius:16px;flex-direction:column;justify-content:space-evenly;gap:24px;width:100%;max-width:450px;height:600px;padding:36px 32px;display:flex;box-shadow:0 4px 24px #00000014}._title_19o1q_63{letter-spacing:0;color:#1c1c1c;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:28px;font-weight:500;line-height:36px;display:flex}._subtitle_19o1q_75{letter-spacing:0;color:#828282;justify-content:center;align-items:center;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex}._fieldsGroup_19o1q_87{flex-direction:column;gap:12px;display:flex}._fields_19o1q_87{flex-direction:column;gap:16px;display:flex}._options_19o1q_99{justify-content:space-between;align-items:center;display:flex}._forgotPassword_19o1q_105{letter-spacing:normal;color:#4636cc;cursor:pointer;align-self:flex-end;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._signup_19o1q_119{letter-spacing:normal;color:#828282;justify-content:center;align-items:center;gap:8px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;display:flex}._signupLink_19o1q_135{color:#4636cc;cursor:pointer;letter-spacing:normal;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._wrapper_1wyz2_20{flex-direction:column;gap:6px;display:flex}._label_1wyz2_26{letter-spacing:normal;color:#363636;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._inputWrapper_1wyz2_38{align-items:center;display:flex;position:relative}._toggleButton_1wyz2_44{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;right:12px}._toggleButton_1wyz2_44 img{opacity:.6;width:20px;height:20px}._toggleButton_1wyz2_44 img:hover{opacity:1}._input_1wyz2_38{letter-spacing:0;color:#1c1c1c;box-sizing:border-box;background:#fff;border:1px solid #e9e9e9;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:400;line-height:22px;transition:border-color .2s}._input_1wyz2_38::placeholder{color:#828282}._input_1wyz2_38:focus{border-color:#4636cc}._inputWithToggle_1wyz2_86{padding-right:42px}._inputError_1wyz2_90,._inputError_1wyz2_90:focus{border-color:#eb1414}._inputDisabled_1wyz2_97{color:#9c9c9c;cursor:not-allowed;background:#e9e9e9}._errorText_1wyz2_103{letter-spacing:0;color:#eb1414;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._btn_1k20y_20{letter-spacing:0;cursor:pointer;box-sizing:border-box;border:none;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:400;line-height:22px;display:inline-flex}._primary_1k20y_36{color:#fff;background:#4636cc}._secondary_1k20y_41{color:#363636;background:#fff;border:1.5px solid #c6cfff}._add_1k20y_47{letter-spacing:0;color:#fff;background:#4636cc;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._tab_1k20y_57{cursor:pointer;border:none;border-radius:8px;padding:7px 20px;font-size:12px;font-weight:600}._disabled_1k20y_66{opacity:.4;cursor:not-allowed}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._wrapper_126um_20{cursor:pointer;align-items:center;gap:8px;display:inline-flex}._disabled_126um_27{opacity:.4;cursor:not-allowed}._input_126um_32{display:none}._input_126um_32:checked+._box_126um_35{background:#4636cc;border-color:#4636cc}._input_126um_32:checked+._box_126um_35:after{opacity:1}._box_126um_35{background:#fff;border:1.5px solid #cfcfcf;border-radius:4px;flex-shrink:0;width:18px;height:18px;transition:background .15s,border-color .15s;position:relative}._box_126um_35:after{content:"";opacity:0;border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;transition:opacity .15s;position:absolute;top:2px;left:5px;transform:rotate(45deg)}._label_126um_68{letter-spacing:0;color:#363636;-webkit-user-select:none;user-select:none;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._wrapper_7h5i3_20{flex-direction:column;gap:6px;width:100%;display:flex}._dropdown_7h5i3_28{width:100%;position:relative}._select_7h5i3_34{letter-spacing:0;color:#1c1c1c;box-sizing:border-box;cursor:pointer;appearance:none;background:#fff;border:1px solid #cfcfcf;border-radius:8px;outline:none;width:100%;height:42px;padding:10px 40px 10px 14px;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:400;line-height:22px;transition:border-color .2s,box-shadow .2s,background .2s}._select_7h5i3_34:hover{border-color:#b5b5b5}._select_7h5i3_34:focus{border-color:#4636cc;box-shadow:0 0 0 3px #0078ff26}._select_7h5i3_34:disabled{color:#9c9c9c;cursor:not-allowed;opacity:.8;background:#fafafa}._select_7h5i3_34 option[value=""]{color:#9c9c9c}._selectError_7h5i3_74{border-color:#eb1414}._selectError_7h5i3_74:focus{border-color:#eb1414;box-shadow:0 0 0 3px #ef444426}._arrow_7h5i3_83{pointer-events:none;color:#828282;font-size:10px;transition:transform .2s;position:absolute;top:50%;right:14px;transform:translateY(-50%)}._menu_7h5i3_94{z-index:1000;background:#fff;border:1px solid #ddd;border-radius:8px;max-height:200px;margin-top:8px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}._option_7h5i3_108{cursor:pointer;padding:12px}._option_7h5i3_108:hover{background:#f5f5f5}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._tableButton_1nto3_20{color:#4636cc;cursor:pointer;background:#e0e6ff;border:none;border-radius:7px;padding:4px 12px;font-size:12px;font-weight:600;transition:background-color .2s}._tableButton_1nto3_20:hover:not(:disabled){background:#c6cfff}._tableButton_1nto3_20:disabled{cursor:not-allowed;opacity:.55}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._tableContainer_1bxj3_20{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-height:450px;display:flex;overflow:hidden;box-shadow:0 2px 12px #15578f12}._table_1bxj3_20{flex-direction:column;width:100%;height:100%;display:flex;overflow-x:auto}._header_1bxj3_39{box-sizing:border-box;z-index:1;background:#eef1ff;border-bottom:1px solid #eef1ff;flex-shrink:0;align-items:center;width:100%;padding:10px 14px;display:grid;position:sticky;top:0}._headerCell_1bxj3_53{color:#392ea5;white-space:nowrap;text-transform:uppercase;box-sizing:border-box;letter-spacing:normal;justify-content:flex-start;align-items:center;min-width:0;padding:0;font-family:Euclid Circular A,sans-serif;font-size:12px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;display:flex}._body_1bxj3_74{box-sizing:border-box;flex-direction:column;flex:1;width:100%;display:flex;overflow-y:auto}._body_1bxj3_74::-webkit-scrollbar{width:6px}._body_1bxj3_74::-webkit-scrollbar-track{background:#eef1ff}._body_1bxj3_74::-webkit-scrollbar-thumb{background:#332d82;border-radius:3px}._body_1bxj3_74::-webkit-scrollbar-thumb:hover{background:#332d82}._stateMessage_1bxj3_96{color:#aaa;text-align:center;padding:40px}._row_1bxj3_102{box-sizing:border-box;border-top:1px solid #eef1ff;align-items:center;width:100%;padding:10px 14px;transition:background-color .15s;display:grid}._row_1bxj3_102:hover{background-color:#e0e6ff!important}._row_1bxj3_102:nth-child(odd){background:#fff}._row_1bxj3_102:nth-child(2n){background:#eef1ff}._cell_1bxj3_121{color:#363636;box-sizing:border-box;word-break:break-word;overflow-wrap:break-word;white-space:normal;letter-spacing:0;justify-content:flex-start;align-items:flex-start;min-width:0;padding:0;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._paginationDynamic_uttcs_20{flex-direction:column;align-items:flex-end;margin-top:10px;display:flex}._paginationDynamicRecordsInfo_uttcs_27{letter-spacing:0;color:#828282;align-self:flex-end;margin-bottom:1px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._paginationDynamicPageItem_uttcs_38{color:#666;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:4px;justify-content:center;align-items:center;width:33px;height:30px;margin:0;font-family:RobotoMono,sans-serif;font-size:14px;font-weight:500;display:flex}._paginationDynamicPageItem_uttcs_38._active_uttcs_54{color:#4636cc;background-color:#e0e6ff;border-color:#a4b0fd}._paginationDynamicPageItem_uttcs_38:focus{outline:none}._paginationDynamicPageItem_uttcs_38:disabled{opacity:.5;cursor:not-allowed}._paginationDynamicDots_uttcs_67{color:#888;margin:0 6px;font-size:12px}._paginationDynamicRowsPerPage_uttcs_73{letter-spacing:0;color:#828282;align-items:center;gap:6px;margin-right:12px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;display:flex}._paginationDynamicRowsPerPage_uttcs_73 ._Dropdown_uttcs_85{width:80px;margin-bottom:0}._paginationDynamicRowsPerPage_uttcs_73 ._Dropdown_uttcs_85 ._Dropdown-trigger_uttcs_89{height:30px;min-height:30px;padding:2px 10px}._dropdownWrapper_uttcs_95{justify-content:center;align-items:center;height:30px;display:flex}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._pageHeader_sbjid_21{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._pageTitle_sbjid_28{letter-spacing:0;color:#363636;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:800;line-height:36px}._pageSubtitle_sbjid_39{letter-spacing:0;color:#6361f3;margin:3px 0 0;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._headerActions_sbjid_49,._filters_sbjid_50{gap:8px;display:flex}._filters_sbjid_50{gap:10px;margin-bottom:14px}._statusFilter_sbjid_60{width:160px}._fyFilter_sbjid_64{width:180px}._nameCell_sbjid_69{align-items:center;gap:5px;font-weight:600;display:inline-flex}._mutedCell_sbjid_76{color:#392ea5}._dimCell_sbjid_80{color:#828282}._monoCell_sbjid_84{letter-spacing:.5px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:400;line-height:14px}._revenueCell_sbjid_92{letter-spacing:.5px;color:#10b981;font-family:Roboto Mono,monospace;font-size:10px;font-weight:700;line-height:14px}._periodCell_sbjid_102{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._statusBadge_sbjid_111{letter-spacing:.5px;border-radius:5px;padding:2px 8px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:700;line-height:14px;display:inline-flex}._statusOffered_sbjid_124{color:#392ea5;background:#e0e6ff}._statusJoined_sbjid_129,._statusActive_sbjid_134{color:#10b981;background:#cbfbeb}._statusProbation_sbjid_139{color:#1c1c1c;background:#ffb44f}._statusOfferDrop_sbjid_144,._statusJoiningDrop_sbjid_149{color:#ef4444;background:#fde8e8}._statusResigned_sbjid_154{color:#696969;background:#e9e9e9}._statusTerminated_sbjid_159{color:#ef4444;background:#fde8e8}._modalBackdrop_sbjid_165{z-index:1000;background:#27215f73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_sbjid_165{background:#fff;border-radius:16px;width:760px;max-height:90vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modalHeader_sbjid_185{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}._modalTitle_sbjid_192{letter-spacing:0;color:#363636;margin:0;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:500;line-height:22px}._closeButton_sbjid_202{color:#9c9c9c;cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;line-height:1}._formSection_sbjid_213{border-radius:10px;margin-bottom:16px;padding:14px 16px}._sectionTitle_sbjid_219{letter-spacing:normal;color:#363636;border-bottom:1px solid #e0e6ff;margin-bottom:12px;padding-bottom:8px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:800;font-stretch:100%;line-height:1.43}._formGrid2_sbjid_235{grid-template-columns:1fr 1fr;gap:12px;display:grid}._formGrid3_sbjid_241{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}._formGrid4_sbjid_247{grid-template-columns:1fr 1fr 1fr 1fr;gap:12px;display:grid}._fieldLabel_sbjid_253{letter-spacing:0;color:#363636;margin-bottom:3px;font-family:Euclid Circular A,sans-serif;font-size:11px;font-weight:500;line-height:16px;display:block}._fieldLabelHint_sbjid_265{color:#9c9c9c;font-weight:400}._fieldInput_sbjid_270{letter-spacing:0;box-sizing:border-box;color:#363636;border:1.5px solid #c6cfff;border-radius:8px;width:100%;height:36px;padding:0 10px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._fieldSelect_sbjid_285{letter-spacing:0;appearance:none;box-sizing:border-box;color:#363636;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236361f3' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right 10px center no-repeat;border:1.5px solid #c6cfff;border-radius:8px;width:100%;height:36px;padding:0 28px 0 10px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._candidateConfirm_sbjid_303{letter-spacing:0;color:#10b981;margin-top:3px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._checkboxRow_sbjid_313{align-items:center;gap:8px;padding-top:20px;display:flex}._formError_sbjid_320{letter-spacing:0;color:#ef4444;margin-top:4px;margin-bottom:12px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._modalFooter_sbjid_331{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}@media (width<=900px){._formGrid3_sbjid_241,._formGrid4_sbjid_247{grid-template-columns:1fr 1fr}}@media (width<=768px){._pageHeader_sbjid_21,._filters_sbjid_50{flex-direction:column;align-items:stretch}._headerActions_sbjid_49{flex-wrap:wrap}._statusFilter_sbjid_60,._fyFilter_sbjid_64,._modal_sbjid_165{width:100%}._modal_sbjid_165{border-radius:12px;margin:16px;padding:20px}._formGrid2_sbjid_235,._formGrid3_sbjid_241,._formGrid4_sbjid_247{grid-template-columns:1fr}}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._pageHeader_169jz_20{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._pageTitle_169jz_27{letter-spacing:0;color:#332d82;margin:0;font-family:Playfair Display,serif;font-size:18px;font-weight:800;line-height:28px}._pageSubtitle_169jz_38{letter-spacing:0;color:#6361f3;margin:3px 0 0;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._headerActions_169jz_48,._filters_169jz_49{gap:8px;display:flex}._filters_169jz_49{gap:10px;margin-bottom:14px}._searchField_169jz_59{width:300px}._statusFilter_169jz_63{width:140px}._nameCell_169jz_67{align-items:center;gap:5px;display:inline-flex}._freelanceBadge_169jz_73{letter-spacing:.5px;color:#1c1c1c;background:#ffb44f;border-radius:4px;padding:1px 5px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:700;line-height:14px}._statusBadge_169jz_86{letter-spacing:.5px;border-radius:5px;padding:2px 8px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:700;line-height:14px;display:inline-flex}._statusPositive_169jz_98{color:#10b981;background:#cbfbeb}._statusNegative_169jz_103{color:#ef4444;background:#fde8e8}._modalBackdrop_169jz_108{z-index:1000;background:#27215f73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_169jz_108{background:#fff;border-radius:16px;width:640px;max-height:88vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modalHeader_169jz_128{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}._modalTitle_169jz_135{letter-spacing:0;color:#363636;margin:0;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:500;line-height:22px}._closeButton_169jz_145{color:#9c9c9c;cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;line-height:1}._formGrid_169jz_155{grid-template-columns:1fr 1fr;gap:14px 18px;display:grid}._sectionTitle_169jz_161{letter-spacing:normal;color:#363636;border-bottom:1px solid #e0e6ff;grid-column:1/-1;margin-top:18px;padding-bottom:8px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:800;font-stretch:100%;line-height:1.43}._sectionTitle_169jz_161:first-child{margin-top:5px}._fieldLabel_169jz_182{letter-spacing:0;color:#363636;margin-bottom:3px;font-family:Euclid Circular A,sans-serif;font-size:11px;font-weight:500;line-height:16px;display:block}._fieldInput_169jz_194{letter-spacing:0;box-sizing:border-box;color:#363636;border:1.5px solid #c6cfff;border-radius:8px;width:100%;height:36px;padding:0 10px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._checkboxField_169jz_209{align-items:center;gap:8px;padding-top:25px;display:flex}._statusCheckboxField_169jz_216{align-items:center;gap:8px;display:flex}._formError_169jz_222{letter-spacing:0;color:#ef4444;margin-top:14px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._modalFooter_169jz_232{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}._cancelButton_169jz_239,._saveButton_169jz_240{cursor:pointer;border-radius:8px;padding:9px 20px;font-size:13px}._cancelButton_169jz_239{color:#4636cc;background:#fff;border:1.5px solid #c6cfff;font-weight:600}._saveButton_169jz_240{color:#fff;background:#4636cc;border:none;padding-inline:22px;font-weight:700}._saveButton_169jz_240:disabled{cursor:not-allowed;opacity:.7}@media (width<=768px){._pageHeader_169jz_20,._filters_169jz_49{flex-direction:column;align-items:stretch}._headerActions_169jz_48{flex-wrap:wrap}._searchField_169jz_59,._statusFilter_169jz_63,._modal_169jz_108{width:100%}._modal_169jz_108{border-radius:12px;margin:16px;padding:20px}._formGrid_169jz_155{grid-template-columns:1fr}}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._pageHeader_tmuue_20{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._pageTitle_tmuue_27{letter-spacing:0;color:#332d82;margin:0;font-family:Playfair Display,serif;font-size:18px;font-weight:800;line-height:28px}._pageSubtitle_tmuue_38{letter-spacing:0;color:#6361f3;margin:3px 0 0;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._headerActions_tmuue_48{gap:8px;display:flex}._filters_tmuue_53{gap:10px;margin-bottom:14px;display:flex}._searchField_tmuue_59{width:300px}._statusFilter_tmuue_63{width:140px}._clientName_tmuue_67{color:#332d82;font-weight:600}._stackedCell_tmuue_72{flex-direction:column;gap:2px;display:flex}._clientMeta_tmuue_78,._mutedLine_tmuue_79{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._statusBadge_tmuue_88{letter-spacing:.5px;border-radius:5px;padding:2px 7px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:700;line-height:14px;display:inline-flex}._statusPositive_tmuue_100{color:#10b981;background:#cbfbeb}._statusNegative_tmuue_105{color:#ef4444;background:#fde8e8}._modalBackdrop_tmuue_110{z-index:1000;background:#27215f73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_tmuue_110{background:#fff;border-radius:16px;width:700px;max-height:90vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modalHeader_tmuue_130{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}._modalTitle_tmuue_137{letter-spacing:0;color:#332d82;margin:0;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:800;line-height:22px}._closeButton_tmuue_148{color:#9c9c9c;cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;line-height:1}._sectionTitle_tmuue_158{letter-spacing:.5px;text-transform:uppercase;color:#6361f3;letter-spacing:.08em;margin-bottom:10px;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:700;line-height:14px}._formGrid_tmuue_171{grid-template-columns:1fr 1fr;gap:12px 18px;margin-bottom:16px;display:grid}._fullWidth_tmuue_178{grid-column:1/-1}._fieldLabel_tmuue_182{letter-spacing:0;color:#392ea5;margin-bottom:3px;font-family:Euclid Circular A,sans-serif;font-size:11px;font-weight:500;line-height:16px;display:block}._fieldInput_tmuue_194{letter-spacing:0;box-sizing:border-box;color:#332d82;border:1.5px solid #c6cfff;border-radius:8px;width:100%;height:36px;padding:0 10px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._checkboxField_tmuue_209{align-items:center;gap:8px;padding-top:20px;display:flex}._checkboxLabel_tmuue_216{letter-spacing:0;color:#332d82;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._formError_tmuue_225{letter-spacing:0;color:#ef4444;margin-top:8px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._modalFooter_tmuue_235{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}._cancelButton_tmuue_242,._saveButton_tmuue_243{cursor:pointer;border-radius:8px;padding:9px 20px;font-size:13px}._cancelButton_tmuue_242{color:#4636cc;background:#fff;border:1.5px solid #c6cfff;font-weight:600}._saveButton_tmuue_243{color:#fff;background:#4636cc;border:none;padding-inline:22px;font-weight:700}._saveButton_tmuue_243:disabled{cursor:not-allowed;opacity:.7}@media (width<=768px){._pageHeader_tmuue_20,._filters_tmuue_53{flex-direction:column;align-items:stretch}._headerActions_tmuue_48{flex-wrap:wrap}._searchField_tmuue_59,._statusFilter_tmuue_63,._modal_tmuue_110{width:100%}._modal_tmuue_110{border-radius:12px;margin:16px;padding:20px}._formGrid_tmuue_171{grid-template-columns:1fr}}._header_gmr7j_2{justify-content:space-between;margin-bottom:16px;display:flex}._headerActions_gmr7j_8{align-items:center;gap:10px;display:flex}._filtersContainer_gmr7j_15{gap:10px;margin-bottom:16px;display:flex}._searchField_gmr7j_21{width:350px}._filterDropdown_gmr7j_25{width:130px}._buttonSecondary_gmr7j_30{cursor:pointer;color:#15578f;background:#fff;border:1.5px solid #c1def6;border-radius:7px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s}._buttonSecondary_gmr7j_30:hover:not(:disabled){background:#f0f6fc;border-color:#15578f}._buttonSecondary_gmr7j_30:disabled{opacity:.5;cursor:not-allowed}._buttonEdit_gmr7j_50{color:#15578f;cursor:pointer;background:#e3effb;border:none;border-radius:7px;padding:4px 12px;font-size:12px;font-weight:600;transition:background-color .2s}._buttonEdit_gmr7j_50:hover{background:#d1e3f5}._modalOverlay_gmr7j_66{z-index:1000;background:#0a1e3773;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalBox_gmr7j_76{background:#fff;border-radius:16px;width:680px;max-height:90vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modalTitle_gmr7j_86{color:#173f63;margin:0 0 20px;font-size:16px;font-weight:800}._modalActions_gmr7j_93{justify-content:flex-end;gap:10px;display:flex}._buttonCancel_gmr7j_99{color:#15578f;cursor:pointer;background:#fff;border:1.5px solid #c1def6;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:all .2s}._buttonCancel_gmr7j_99:hover{background:#f0f6fc}._buttonSave_gmr7j_114{color:#fff;cursor:pointer;background:#15578f;border:none;border-radius:8px;padding:9px 22px;font-size:13px;font-weight:700;transition:all .2s}._buttonSave_gmr7j_114:hover:not(:disabled){background:#0f3f5f}._buttonSave_gmr7j_114:disabled{opacity:.7;cursor:not-allowed}._formSection_gmr7j_134{background:#f7fafd;border-radius:10px;margin-bottom:16px;padding:14px 16px}._formSectionTitle_gmr7j_141{color:#6b8cad;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:11px;font-weight:700}._formGrid_gmr7j_150{grid-template-columns:1fr 1fr;gap:12px;display:grid}._formField_gmr7j_156{flex-direction:column;display:flex}._formLabel_gmr7j_161{color:#154b77;margin-bottom:3px;font-size:11px;font-weight:600;display:block}._formInput_gmr7j_169,._formSelect_gmr7j_170{color:#173f63;box-sizing:border-box;border:1.5px solid #c1def6;border-radius:8px;width:100%;height:36px;padding:0 10px;font-family:sans-serif;font-size:13px;transition:border-color .2s}._formInput_gmr7j_169:focus,._formSelect_gmr7j_170:focus{border-color:#15578f;outline:none}._formSelect_gmr7j_170{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:20px;padding-right:28px}._checkboxGroup_gmr7j_198{align-items:center;gap:8px;margin-bottom:16px;display:flex}._checkbox_gmr7j_198{cursor:pointer;width:16px;height:16px}._checkboxLabel_gmr7j_211{color:#173f63;cursor:pointer;font-size:13px;font-weight:600}._errorMessage_gmr7j_219{color:#dd4040;margin-bottom:12px;font-size:12px}._statusBadge_gmr7j_226{border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}._statusBadge_gmr7j_226._active_gmr7j_233{color:#22b34a;background:#e0f8e9}._statusBadge_gmr7j_226._inactive_gmr7j_237{color:#dd4040;background:#fce8e8}._cellHcaId_gmr7j_243{color:#6b8cad;font-size:11px}._cellName_gmr7j_248{font-weight:600}._cellEmail_gmr7j_252{color:#4a6fa5}._cellCenter_gmr7j_256{text-align:center}._container_ofm1q_1{padding:0}._filters_ofm1q_5{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}._searchField_ofm1q_12{flex:1;min-width:280px;max-width:350px}._statusFilter_ofm1q_18{width:160px;min-width:160px}._tabs_ofm1q_23{border-bottom:1px solid #d9e6f2;align-items:center;gap:0;margin-bottom:20px;display:flex}._tab_ofm1q_23{cursor:pointer;font-family:var(--font);color:#7a8ca3;background:0 0;border:none;padding:12px 24px;font-size:14px;font-weight:700;transition:all .2s;position:relative}._tab_ofm1q_23:hover,._activeTab_ofm1q_47{color:#15578f}._activeTab_ofm1q_47:after{content:"";background:#15578f;border-radius:2px 2px 0 0;width:100%;height:3px;position:absolute;bottom:-1px;left:0}._activeTab_ofm1q_47 ._tabCount_ofm1q_60{background:var(--brand-100);color:var(--primary)}._tabCount_ofm1q_60{background:var(--brand-50);color:var(--text-mut);border-radius:20px;margin-left:7px;padding:1px 8px;font-size:10px;font-weight:700;display:inline-block}._tableCard_ofm1q_76{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #15578f12}._pagination_ofm1q_83{margin-top:10px}._tableHeader_ofm1q_87{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:13px 18px;display:flex}._tableTitle_ofm1q_95{color:#173f63;font-size:16px;font-weight:800}._resultCount_ofm1q_101{color:var(--text-mut);font-size:11px}._nameCell_ofm1q_106{min-width:0}._name_ofm1q_106{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}._meta_ofm1q_119{color:var(--primary);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:10px;overflow:hidden}._tableText_ofm1q_128{color:var(--text);font-size:11px}._dateText_ofm1q_133{font-family:var(--mono,monospace);color:var(--text);white-space:nowrap;font-size:11px}._emptyValue_ofm1q_140{opacity:.4}._badge_ofm1q_144{white-space:nowrap;border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}._statusSuccess_ofm1q_153{background:var(--green-lt);color:var(--green)}._statusWarning_ofm1q_158{background:var(--amber-lt);color:var(--amber)}._statusPrimary_ofm1q_163{background:var(--brand-100);color:var(--primary)}._statusAccent_ofm1q_168{background:var(--brand-100);color:var(--accent)}._statusDanger_ofm1q_173{background:var(--red-lt);color:var(--red)}._statusTeal_ofm1q_178{background:var(--teal-lt);color:var(--teal)}._statusMuted_ofm1q_183{color:#888;background:#f0f0f4}._actions_ofm1q_188{justify-content:flex-end;width:100%;display:flex}._updateButton_ofm1q_194{background:var(--primary);color:#fff;border-radius:var(--r-sm);cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font);white-space:nowrap;border:none;padding:4px 12px}._probabilityCell_ofm1q_207{align-items:center;gap:8px;width:100%;min-width:140px;display:flex}._probabilityTrack_ofm1q_215{background:var(--brand-100);border-radius:4px;flex:1;height:6px;overflow:hidden}._probabilityFill_ofm1q_223{border-radius:4px;height:100%;transition:width .5s}._probability25_ofm1q_229{width:25%}._probability35_ofm1q_233{width:35%}._probability45_ofm1q_237{width:45%}._probability50_ofm1q_241{width:50%}._probability60_ofm1q_245{width:60%}._probability70_ofm1q_249{width:70%}._probability85_ofm1q_253{width:85%}._probability90_ofm1q_257{width:90%}._probabilityHigh_ofm1q_261{background:var(--green);color:var(--green)}._probabilityMedium_ofm1q_266{background:var(--amber);color:var(--amber)}._probabilityLow_ofm1q_271{background:var(--red);color:var(--red)}._probabilityValue_ofm1q_276{min-width:30px;font-family:var(--mono,monospace);background:0 0;font-size:11px;font-weight:700}._overlay_ofm1q_284,._overlayPadded_ofm1q_285{z-index:1000;background:#0f284259;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._overlayPadded_ofm1q_285{background:#0f284280;padding:20px}._loadingBox_ofm1q_300{background:var(--surface);border-radius:var(--r-lg);color:var(--text-mut);box-shadow:var(--shadow-lg);padding:28px 40px;font-size:13px}._modal_ofm1q_309{background:var(--surface);border-radius:var(--r-lg);width:460px;max-width:100%;box-shadow:var(--shadow-lg);max-height:90vh;padding:28px 32px;overflow-y:auto}._modalHeader_ofm1q_320{margin-bottom:20px}._modalTitle_ofm1q_324{color:var(--text);letter-spacing:-.3px;font-size:16px;font-weight:800}._modalSubtitle_ofm1q_331{color:var(--text-mut);margin-top:3px;font-size:12px}._formGrid_ofm1q_337{gap:14px;display:grid}._label_ofm1q_342{text-transform:uppercase;letter-spacing:.07em;color:var(--text-mut);margin-bottom:6px;font-size:10px;font-weight:700;display:block}._required_ofm1q_352{color:var(--red)}._optional_ofm1q_356{text-transform:none;font-size:9px;font-weight:400}._input_ofm1q_362{border:1px solid var(--border);border-radius:var(--r-sm);width:100%;font-family:var(--font);color:var(--text);background:var(--surface);box-sizing:border-box;outline:none;padding:8px 10px;font-size:12px}._summaryStrip_ofm1q_375{background:var(--brand-50);border:1px solid var(--border);border-radius:var(--r-md);flex-wrap:wrap;gap:16px;margin-top:16px;padding:10px 14px;font-size:11px;display:flex}._summaryItem_ofm1q_387{color:var(--text-mut)}._summaryItem_ofm1q_387 strong{color:var(--text)}._modalActions_ofm1q_394{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}._cancelButton_ofm1q_401,._saveButton_ofm1q_402{border-radius:var(--r-sm);font-family:var(--font);cursor:pointer}._cancelButton_ofm1q_401{border:1.5px solid var(--border);background:var(--surface);color:var(--primary);padding:9px 20px;font-size:13px;font-weight:600}._saveButton_ofm1q_402{background:var(--primary);color:#fff;border:none;padding:9px 22px;font-size:13px;font-weight:700}._saveButton_ofm1q_402:disabled{cursor:not-allowed;opacity:.6}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._tableContainer_1wu6p_20{background:#fff;border-radius:14px;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 2px 12px #15578f12}._table_1wu6p_20{flex-direction:column;width:100%;display:flex;overflow-x:auto}._header_1wu6p_37{box-sizing:border-box;background:#eef1ff;border-bottom:1px solid #eef1ff;align-items:center;width:100%;padding:10px 14px;display:grid}._headerCell_1wu6p_47{color:#392ea5;white-space:nowrap;letter-spacing:normal;align-items:center;min-width:0;font-family:Euclid Circular A,sans-serif;font-size:12px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;display:flex}._body_1wu6p_64{flex-direction:column;width:100%;display:flex}._row_1wu6p_70{box-sizing:border-box;border-top:1px solid #eef1ff;align-items:center;width:100%;padding:10px 14px;transition:background-color .15s;display:grid}._row_1wu6p_70:nth-child(odd){background:#fff}._row_1wu6p_70:nth-child(2n){background:#eef1ff}._cell_1wu6p_86{color:#4636cc;word-break:break-word;overflow-wrap:break-word;white-space:normal;letter-spacing:0;align-items:flex-start;min-width:0;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex}._expandedRow_1wu6p_101{border-top:1px solid #eef4fa;padding:14px 18px 18px}._nestedTable_1wu6p_106{background:#fff;border:1px solid #e5eef7;border-radius:12px;width:100%;overflow:hidden}._nestedHeader_1wu6p_114{box-sizing:border-box;background:#f7fbff;align-items:center;width:100%;padding:10px 14px;display:grid}._nestedRow_1wu6p_123{box-sizing:border-box;border-top:1px solid #eef1ff;align-items:center;width:100%;padding:10px 14px;display:grid}._nestedRow_1wu6p_123:nth-child(odd){background:#fff}._nestedRow_1wu6p_123:nth-child(2n){background:#fcfdff}._nestedHeaderCell_1wu6p_138{color:#392ea5;white-space:nowrap;letter-spacing:normal;min-width:0;font-family:Euclid Circular A,sans-serif;font-size:11px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._nestedCell_1wu6p_153{color:#4636cc;letter-spacing:0;min-width:0;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}._emptyState_1wu6p_163{text-align:center;color:#aaa;padding:40px}._quarterToggle_1wu6p_169{cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:0;display:flex}._quarterCircle_1wu6p_179{color:#15578f;background:#fff;border:1px solid #c8d9ea;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;display:flex}._quarterLabel_1wu6p_194{color:#173f63;font-size:14px;font-weight:600}._tabs_xi9r9_1{border-bottom:1px solid #d9e6f2;align-items:center;gap:0;margin-bottom:20px;display:flex}._tab_xi9r9_1{cursor:pointer;color:#7a8ca3;background:0 0;border:none;padding:12px 24px;font-size:14px;font-weight:700;transition:all .2s;position:relative}._tab_xi9r9_1:hover,._activeTab_xi9r9_24{color:#15578f}._activeTab_xi9r9_24:after{content:"";background:#15578f;border-radius:2px 2px 0 0;width:100%;height:3px;position:absolute;bottom:-1px;left:0}._container_xi9r9_38{padding:0}._header_xi9r9_42{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}._header_xi9r9_42>div:first-child{flex:1}._title_xi9r9_52{color:#173f63;margin-bottom:4px;font-size:16px;font-weight:800}._subtitle_xi9r9_59{color:#aaa;font-size:13px;font-weight:500}._headerActions_xi9r9_65{align-items:center;gap:10px;width:100%;display:flex;position:relative}._addButtonWrapper_xi9r9_73{position:absolute;right:0}._addButton_xi9r9_73{color:#fff;cursor:pointer;background:#15578f;border:none;border-radius:9px;padding:9px 20px;font-size:13px;font-weight:700;transition:all .2s}._addButton_xi9r9_73:hover:not(:disabled){opacity:.9}._addButton_xi9r9_73:disabled{opacity:.6;cursor:not-allowed}._filters_xi9r9_97{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}._searchField_xi9r9_104{flex:1;width:350px;min-width:280px}._statusFilter_xi9r9_110{width:130px;min-width:130px}._tableWrapper_xi9r9_115{background:#fff;border-radius:14px;margin-bottom:20px;overflow-x:auto;box-shadow:0 2px 12px #15578f12}._table_xi9r9_115{border-collapse:collapse;width:100%;min-width:1100px;font-size:13px}._table_xi9r9_115 thead{background:#f0f6fc}._table_xi9r9_115 thead th{text-align:left;color:#154b77;white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:700}._table_xi9r9_115 tbody tr{border-top:1px solid #eaf1f8;transition:background-color .15s}._table_xi9r9_115 tbody tr:nth-child(2n),._table_xi9r9_115 tbody tr:hover{background-color:#fafcff}._table_xi9r9_115 tbody tr td{color:#173f63;padding:9px 14px}._table_xi9r9_115 tbody tr td._loading_xi9r9_154,._table_xi9r9_115 tbody tr td._empty_xi9r9_154{text-align:center;color:#aaa;padding:40px 14px;font-style:italic}._name_xi9r9_161{color:#173f63;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:600;overflow:hidden}._currency_xi9r9_170{text-align:right;color:#173f63;font-variant-numeric:tabular-nums;font-weight:500}._badge_xi9r9_177{border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}._badge_xi9r9_177._active_xi9r9_24{color:#22b34a;background:#e0f8e9}._badge_xi9r9_177._inactive_xi9r9_188{color:#dd4040;background:#fce8e8}._actions_xi9r9_193{justify-content:center;align-items:center;gap:8px;display:flex}._actions_xi9r9_193 button{cursor:pointer;border:none;border-radius:7px;padding:4px 12px;font-size:12px;font-weight:600;transition:all .2s}._actions_xi9r9_193 button:hover{transform:scale(1.05)}._table_xi9r9_115 th:last-child,._table_xi9r9_115 td:last-child{text-align:center;width:100px}._editBtn_xi9r9_218{color:#15578f;background:#e3effb}._editBtn_xi9r9_218:hover{background:#d4e3f2}._deleteBtn_xi9r9_226{color:#dd4040;background:#fce8e8}._deleteBtn_xi9r9_226:hover{background:#f5d0d0}._pagination_xi9r9_234{justify-content:center;align-items:center;gap:8px;margin-top:18px;display:flex}._paginationBtn_xi9r9_242{color:#15578f;cursor:pointer;background:#fff;border:1.5px solid #c1def6;border-radius:7px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s}._paginationBtn_xi9r9_242:hover:not(:disabled){background:#f0f6fc}._paginationBtn_xi9r9_242:disabled{opacity:.5;cursor:not-allowed}._pageInfo_xi9r9_261{color:#173f63;font-size:13px;font-weight:600;line-height:32px}._modalOverlay_xi9r9_268{z-index:1000;background:#0a1e3773;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._modal_xi9r9_268{background:#fff;border-radius:16px;width:100%;max-width:680px;max-height:90vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modal_xi9r9_268::-webkit-scrollbar{width:8px}._modal_xi9r9_268::-webkit-scrollbar-track{background:0 0}._modal_xi9r9_268::-webkit-scrollbar-thumb{background:#d0d7e0;border-radius:4px}._modal_xi9r9_268::-webkit-scrollbar-thumb:hover{background:#b0b7c0}._modalTitle_xi9r9_303{color:#173f63;margin:0 0 20px;font-size:16px;font-weight:800}._errorBox_xi9r9_310{color:#dd4040;background:#fce8e8;border:1px solid #fce8e8;border-radius:8px;margin-bottom:16px;padding:12px 14px;font-size:12px;font-weight:600}._formSection_xi9r9_321{max-height:60vh;margin-bottom:24px;padding-right:8px;overflow-y:auto}._formSection_xi9r9_321::-webkit-scrollbar{width:6px}._formSection_xi9r9_321::-webkit-scrollbar-track{background:0 0}._formSection_xi9r9_321::-webkit-scrollbar-thumb{background:#d0d7e0;border-radius:3px}._row_xi9r9_338{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}._row_xi9r9_338:last-child{margin-bottom:0}._col_xi9r9_348{flex-direction:column;display:flex}._label_xi9r9_353{color:#154b77;margin-bottom:3px;font-size:11px;font-weight:600;display:block}._input_xi9r9_361{color:#173f63;box-sizing:border-box;border:1.5px solid #c1def6;border-radius:8px;width:100%;height:36px;padding:0 10px;font-family:sans-serif;font-size:13px;transition:border-color .2s}._input_xi9r9_361:focus{border-color:#15578f;outline:none}._input_xi9r9_361::placeholder{color:#a0abb8}._checkbox_xi9r9_381{cursor:pointer;accent-color:#15578f;width:16px;height:16px;margin-top:6px}._modalActions_xi9r9_389{justify-content:flex-end;gap:10px;margin-top:28px;display:flex}._cancelBtn_xi9r9_396{color:#15578f;cursor:pointer;background:#fff;border:1.5px solid #c1def6;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:all .2s}._cancelBtn_xi9r9_396:hover:not(:disabled){background:#f0f6fc}._cancelBtn_xi9r9_396:disabled{opacity:.6;cursor:not-allowed}._saveBtn_xi9r9_415{color:#fff;cursor:pointer;background:#15578f;border:none;border-radius:8px;padding:9px 22px;font-size:13px;font-weight:700;transition:all .2s}._saveBtn_xi9r9_415:hover:not(:disabled){opacity:.9}._saveBtn_xi9r9_415:disabled{opacity:.7;cursor:not-allowed}@media (width<=768px){._header_xi9r9_42{flex-direction:column;gap:16px}._filters_xi9r9_97{flex-direction:column}._searchField_xi9r9_104,._statusFilter_xi9r9_110{width:100%;min-width:auto}._modal_xi9r9_268{max-width:95vw;padding:20px}._row_xi9r9_338{grid-template-columns:1fr}._table_xi9r9_115{min-width:600px;font-size:12px}._table_xi9r9_115 thead th,._table_xi9r9_115 tbody td{padding:8px 10px}}._profilePage_3odei_7{background:#fafafa;min-height:100vh;padding:24px}._profileCard_3odei_13{background:#fff;border:1px solid #e9e9e9;border-radius:20px;padding:32px;box-shadow:0 4px 20px #0000000f}._header_3odei_21{align-items:center;gap:24px;margin-bottom:32px;display:flex}._header_3odei_21 h1{color:#27215f;margin:0;font-size:28px}._header_3odei_21 p{color:#6361f3;margin-top:6px;font-weight:600}._avatar_3odei_38{color:#fff;background:#4636cc;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:32px;font-weight:700;display:flex}._infoGrid_3odei_51{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}._infoItem_3odei_57{background:#eef1ff;border:1px solid #e0e6ff;border-radius:12px;padding:16px}._infoItem_3odei_57 label{color:#828282;margin-bottom:8px;font-size:13px;display:block}._infoItem_3odei_57 span{color:#27215f;font-size:16px;font-weight:600}._editBtn_3odei_75{color:#fff;cursor:pointer;background:#4636cc;border:none;border-radius:10px;margin-top:32px;padding:12px 24px;font-weight:600;transition:all .2s}._editBtn_3odei_75:hover{background:#392ea5}@media (width<=768px){._infoGrid_3odei_51{grid-template-columns:1fr}._header_3odei_21{flex-direction:column;align-items:flex-start}}
