@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, 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}.pageTitle{letter-spacing:0;color:#363636;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:800;line-height:36px}.pageSubtitle{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}.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_1lk78_21{background:#27215f;flex-direction:column;width:270px;min-width:270px;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}._header_1lk78_33{align-items:center;gap:10px;padding:20px 16px 18px;display:flex}._logoContainer_1lk78_40{background:#4636cc;border-radius:10px;align-items:center;gap:10px;padding:11px 13px;display:flex}._logoMark_1lk78_49{width:100px;height:40px}._brandName_1lk78_54{letter-spacing:0;color:#fff;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:500;line-height:22px}._nav_1lk78_63{flex-direction:column;flex:1;gap:20px;padding:36px 10px;display:flex;overflow-y:auto}._nav_1lk78_63::-webkit-scrollbar{width:0}._navSection_1lk78_75{flex-direction:column;display:flex}._sectionLabel_1lk78_80{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_1lk78_91{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_1lk78_91:hover{color:#fff;background:#332d82}._navItem_1lk78_91:hover ._navIcon_1lk78_107 img{opacity:1}._navItem_1lk78_91._active_1lk78_110{color:#fff;background:#4636cc}._navItem_1lk78_91._active_1lk78_110 ._navIcon_1lk78_107 img{opacity:1}._navItem_1lk78_91._inactive_1lk78_117{color:#a4b0fd}._navItem_1lk78_91._inactive_1lk78_117 ._navIcon_1lk78_107 img{opacity:.5}._navIcon_1lk78_107{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:15px;transition:opacity .15s;display:flex}._navIcon_1lk78_107 img{filter:brightness(0)invert();opacity:.75;width:20px;height:20px}._navLabel_1lk78_141{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_1lk78_153{border-top:1px solid #c6cfff;padding:10px 10px 14px}._userCard_1lk78_158{background:#4636cc;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}._userAv_1lk78_167{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_1lk78_187 ._uName_1lk78_187{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_1lk78_187 ._uRole_1lk78_198{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_llxpv_21{z-index:100;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_llxpv_35{align-items:center;gap:6px;display:flex}._breadcrumbIcon_llxpv_41{align-items:center;display:flex}._breadcrumbIcon_llxpv_41 img{filter:brightness(0)saturate()invert(40%);width:16px;height:16px}._breadcrumbSep_llxpv_51{align-items:center;display:flex}._breadcrumbSep_llxpv_51 img{opacity:.7;width:16px;height:16px}._breadcrumbPage_llxpv_61{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_llxpv_73{align-items:center;gap:10px;display:flex}._quickLinks_llxpv_79{align-items:center;gap:6px;display:flex}._quickLink_llxpv_79{background:#fff;border:1px solid #c6cfff;border-radius:6px;align-items:center;padding:4px 8px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}._quickLink_llxpv_79:hover{background:#eef1ff;border-color:#7f86fa}._quickLinkLogo_llxpv_100{object-fit:contain;width:72px;height:20px;display:block}._quickLinkDivider_llxpv_107{background:#c6cfff;width:1px;height:22px;margin:0 2px;display:block}._signOutBtn_llxpv_115{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_llxpv_115:hover{background:#eef1ff;border-color:#a4b0fd}._searchBarWrap_llxpv_134{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_llxpv_134:focus-within{border-color:#a4b0fd;box-shadow:0 0 0 3px #7f86fa26}._searchIcon_llxpv_151{align-items:center;display:flex}._searchIcon_llxpv_151 img{opacity:.45;filter:brightness(0);width:16px;height:16px}._searchInput_llxpv_162{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_llxpv_162::placeholder{color:#9c9c9c}._searchWrap_llxpv_181{position:relative}._searchDropdown_llxpv_185{z-index:9999;background:#fff;border:1px solid #cfcfcf;border-radius:10px;width:360px;animation:.15s cubic-bezier(.16,1,.3,1) _dropdownFade_llxpv_1;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 12px 28px -6px #10182824,0 4px 10px -3px #10182814}._searchDropdown_llxpv_185 ul{margin:0;padding:6px 0;list-style:none}._resultGroup_llxpv_204:not(:last-child){border-bottom:1px solid #e9e9e9;margin-bottom:4px;padding-bottom:4px}._resultGroup_llxpv_204 ._resultGroupLabel_llxpv_209{letter-spacing:0;color:#828282;text-transform:uppercase;letter-spacing:.04em;padding:6px 14px 2px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px}._resultBtn_llxpv_221{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:7px 14px;transition:background .1s;display:flex}._resultBtn_llxpv_221:hover,._resultBtn_llxpv_221._resultBtnFocused_llxpv_233{background:#eef1ff}._resultIcon_llxpv_237{text-align:center;flex-shrink:0;width:18px;font-size:14px;line-height:1}._resultName_llxpv_245{text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;color:#363636;flex:1;min-width:0;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}._resultBadge_llxpv_259{letter-spacing:.02em;white-space:nowrap;border-radius:20px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:600}._resultBadge_llxpv_259._badgeCostsheet_llxpv_268{color:#0284c7;background:#0284c71f}._resultBadge_llxpv_259._badgeIncentive_llxpv_272{color:#4f46e5;background:#6366f11f}._resultBadge_llxpv_259._badgeRewards_llxpv_276{color:#b45309;background:#f59e0b1f}._resultBadge_llxpv_259._badgeEmployee_llxpv_280{color:#047857;background:#10b9811f}._resultBadge_llxpv_259._badgePlacements_llxpv_284{color:#0369a1;background:#0ea5e91f}._resultBadge_llxpv_259._badgeReports_llxpv_288{color:#7c3aed;background:#7c3aed1f}._resultPlacementsRow_llxpv_293{border-top:1px solid #e9e9e9;margin-top:4px;padding-top:4px}._searchNoResults_llxpv_299{text-align:center;letter-spacing:0;color:#9c9c9c;padding:18px 16px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}@keyframes _dropdownFade_llxpv_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@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_ewajf_21{background-color:#fafafa;min-height:100vh;display:flex}._left_ewajf_27{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;flex:0 0 60%;margin:12px}._right_ewajf_36{flex-direction:column;flex:0 0 35%;justify-content:center;align-items:center;gap:32px;display:flex}._logo_ewajf_45{width:250px;height:60px}._card_ewajf_50{background:#fff;border:1px solid #e9e9e9;border-radius:16px;flex-direction:column;align-items:center;gap:28px;width:100%;max-width:450px;padding:44px 36px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000000f,0 1px 3px #0000000a}._header_ewajf_66{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}._badge_ewajf_74{color:#4636cc;letter-spacing:0;letter-spacing:.3px;background-color:#eef1ff;border-radius:20px;align-items:center;margin-bottom:4px;padding:4px 12px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px;display:inline-flex}._title_ewajf_90{letter-spacing:0;color:#1c1c1c;text-align:center;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:500;line-height:36px}._subtitle_ewajf_101{letter-spacing:0;color:#828282;text-align:center;max-width:320px;margin:0;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:1.5}._ssoSection_ewajf_114{background-color:#fafafa;border:1px dashed #cfcfcf;border-radius:12px;flex-direction:column;align-items:center;gap:12px;width:100%;padding:20px 16px;display:flex}._fieldsGroup_ewajf_126{flex-direction:column;gap:12px;display:flex}._fields_ewajf_126{flex-direction:column;gap:16px;display:flex}._options_ewajf_138{justify-content:space-between;align-items:center;display:flex}._forgotPassword_ewajf_144{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_ewajf_158{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_ewajf_174{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}._divider_ewajf_187{color:#828282;letter-spacing:0;align-items:center;gap:12px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex}._divider_ewajf_187:before,._divider_ewajf_187:after{content:"";background:#cfcfcf;flex:1;height:1px}._googleActionContainer_ewajf_205{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}._googleButtonWrapper_ewajf_214{justify-content:center;align-self:center;align-items:center;min-height:44px;display:inline-flex}._googleLoadingIndicator_ewajf_222{color:#4f4f4f;letter-spacing:normal;background-color:#fafafa;border:1px solid #cfcfcf;border-radius:4px;justify-content:center;align-items:center;gap:12px;min-width:220px;height:44px;padding:0 24px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;animation:.2s ease-in-out _fadeIn_ewajf_1;display:inline-flex;box-shadow:0 1px 2px #0000000a}._spinner_ewajf_246{border:2px solid #cfcfcf;border-top-color:#4636cc;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite _spin_ewajf_246}._progressBar_ewajf_255{background-color:#e0e6ff;width:100%;height:3px;position:absolute;top:0;left:0;overflow:hidden}._progressBar_ewajf_255:after{content:"";background:linear-gradient(90deg,#7f86fa,#4636cc);border-radius:2px;width:40%;height:100%;animation:1.4s ease-in-out infinite _indeterminate_ewajf_1;position:absolute;top:0;left:0}@keyframes _spin_ewajf_246{to{transform:rotate(360deg)}}@keyframes _indeterminate_ewajf_1{0%{width:40%;left:-40%}50%{width:60%;left:30%}to{width:40%;left:100%}}@keyframes _fadeIn_ewajf_1{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}._googleError_ewajf_305{color:#bc1010;letter-spacing:0;text-align:center;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}._footerNote_ewajf_315{text-align:center;border-top:1px solid #e9e9e9;flex-direction:column;align-items:center;gap:6px;width:100%;padding-top:20px;display:flex}._securityText_ewajf_326{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px}._helpText_ewajf_335{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._supportLink_ewajf_344{color:#4636cc;font-weight:500;text-decoration:none}._supportLink_ewajf_344:hover{text-decoration:underline}@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_1yx0y_21{flex-direction:column;gap:6px;display:flex}._label_1yx0y_27{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_1yx0y_39{align-items:center;display:flex;position:relative}._toggleButton_1yx0y_45{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;right:12px}._toggleButton_1yx0y_45 img{opacity:.6;width:20px;height:20px}._toggleButton_1yx0y_45 img:hover{opacity:1}._input_1yx0y_39{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_1yx0y_39::placeholder{color:#828282}._input_1yx0y_39:focus{border-color:#4636cc}._inputWithToggle_1yx0y_87{padding-right:42px}._inputError_1yx0y_91,._inputError_1yx0y_91:focus{border-color:#eb1414}._inputDisabled_1yx0y_98{color:#9c9c9c;cursor:not-allowed;background:#e9e9e9}._errorText_1yx0y_104{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_1mr8e_21{letter-spacing:0;cursor:pointer;box-sizing:border-box;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:400;line-height:22px;display:inline-flex}._primary_1mr8e_38{color:#fff;background:#4636cc}._secondary_1mr8e_43{color:#363636;background:#fff;border:1.5px solid #c6cfff}._export_1mr8e_49{color:#fff;background:#0c885f}._add_1mr8e_54{letter-spacing:0;color:#fff;background:#4636cc;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._tab_1mr8e_64{cursor:pointer;border:none;border-radius:8px;padding:7px 20px;font-size:12px;font-weight:600}._disabled_1mr8e_73{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_1so8n_21{cursor:pointer;align-items:center;gap:8px;display:inline-flex}._disabled_1so8n_28{opacity:.4;cursor:not-allowed}._input_1so8n_33{display:none}._input_1so8n_33:checked+._box_1so8n_36{background:#4636cc;border-color:#4636cc}._input_1so8n_33:checked+._box_1so8n_36:after{opacity:1}._box_1so8n_36{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_1so8n_36: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_1so8n_69{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_17wai_21{flex-direction:column;gap:6px;width:100%;display:flex}._disabledWrapper_17wai_28{opacity:.6;pointer-events:none!important}._dropdown_17wai_34{width:100%;position:relative}._select_17wai_40{letter-spacing:0;white-space:nowrap;text-overflow:ellipsis;color:#1c1c1c;box-sizing:border-box;cursor:pointer;appearance:none;background:#fff;border:1px solid #cfcfcf;border-radius:8px;outline:none;align-items:center;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;display:flex;overflow:hidden}._select_17wai_40:hover{border-color:#b5b5b5}._select_17wai_40:focus{border-color:#4636cc;box-shadow:0 0 0 3px #0078ff26}._select_17wai_40:disabled{color:#9c9c9c;cursor:not-allowed;opacity:.8;background:#fafafa}label{text-align:left;color:#1c1c1c;letter-spacing:normal;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:20px}._select_17wai_40 option[value=""]{color:#9c9c9c}._selectError_17wai_99{border-color:#eb1414}._selectError_17wai_99:focus{border-color:#eb1414;box-shadow:0 0 0 3px #ef444426}._arrow_17wai_108{color:#828282;cursor:pointer;align-items:center;transition:transform .2s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}._menu_17wai_120{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_17wai_134{cursor:pointer;color:#363636;letter-spacing:0;padding:12px;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:400;line-height:22px}._option_17wai_134:hover{background:#eef1ff}._optionSelected_17wai_149{color:#4636cc;background:#eef1ff}@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_1nd6p_21{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_1nd6p_21:hover:not(:disabled){background:#c6cfff}._tableButton_1nd6p_21: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_gxj14_21{flex-direction:column;gap:6px;width:100%;display:flex}._loadingState_gxj14_28,._emptyState_gxj14_29{text-align:center;color:#9c9c9c;letter-spacing:0;background:#fff;border-radius:14px;padding:48px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;box-shadow:0 2px 12px #4636cc12}._recruiterGroup_gxj14_43{background:#fff;border-radius:14px;transition:box-shadow .2s;overflow:hidden;box-shadow:0 2px 10px #4636cc0f}._recruiterGroup_gxj14_43:hover{box-shadow:0 4px 18px #4636cc1c}._recruiterRow_gxj14_54{cursor:pointer;text-align:left;background:#fff;border:none;align-items:center;gap:12px;width:100%;padding:14px 18px;transition:background .15s;display:flex}._recruiterRow_gxj14_54:hover{background:#eef1ff}._recruiterRowOpen_gxj14_70{background:#eef1ff;border-bottom:1px solid #e0e6ff}._toggleIcon_gxj14_75{color:#4636cc;flex-shrink:0;align-items:center;display:flex}._avatar_gxj14_82{color:#fff;letter-spacing:0;background:linear-gradient(135deg,#7f86fa,#4636cc);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:flex}._recruiterName_gxj14_97{letter-spacing:normal;color:#1c1c1c;flex:1;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:700;font-stretch:100%;line-height:1.43}._countPill_gxj14_112{letter-spacing:0;color:#4636cc;white-space:nowrap;background:#e0e6ff;border-radius:20px;padding:3px 10px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:600;line-height:16px}._totalRevenue_gxj14_127{letter-spacing:normal;color:#10b981;white-space:nowrap;margin-left:auto;font-family:Euclid Circular A,sans-serif;font-size:13px;font-style:normal;font-weight:700;font-stretch:100%;line-height:1.43}._candidatesPanel_gxj14_143{background:#eef1ff;border-top:1px solid #e0e6ff}._candidateHeader_gxj14_148{background:#e0e6ff;align-items:center;padding:9px 20px 9px 28px;display:grid}._candidateHeaderCell_gxj14_155{letter-spacing:normal;color:#4636cc;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-family:Euclid Circular A,sans-serif;font-size:11px;font-style:normal;font-weight:700;font-stretch:100%;line-height:1.43}._candidateRow_gxj14_172{border-top:1px solid #e0e6ff;align-items:center;padding:10px 20px 10px 28px;transition:background .12s;display:grid}._candidateRow_gxj14_172:nth-child(2n){background:#fff}._candidateRow_gxj14_172:nth-child(odd){background:#eef1ff}._candidateRow_gxj14_172:hover{background:#e0e6ff}._candidateCell_gxj14_189{align-items:center;min-width:0;display:flex}._nameCell_gxj14_195{letter-spacing:normal;color:#1c1c1c;white-space:nowrap;text-overflow:ellipsis;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:600;font-stretch:100%;line-height:1.43;overflow:hidden}._mutedCell_gxj14_211{letter-spacing:0;color:#392ea5;white-space:nowrap;text-overflow:ellipsis;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}._dimCell_gxj14_223{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}._monoCell_gxj14_232{letter-spacing:.5px;color:#4f4f4f;font-family:Roboto Mono,monospace;font-size:10px;font-weight:400;line-height:14px}._revenueCell_gxj14_241{letter-spacing:.5px;color:#10b981;font-family:Roboto Mono,monospace;font-size:10px;font-weight:700;line-height:14px}._statusBadge_gxj14_251{letter-spacing:.5px;white-space:nowrap;border-radius:5px;padding:2px 8px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:700;line-height:14px;display:inline-flex}._statusOffered_gxj14_264{color:#392ea5;background:#e0e6ff}._statusJoined_gxj14_269,._statusActive_gxj14_274{color:#10b981;background:#cbfbeb}._statusProbation_gxj14_279{color:#1c1c1c;background:#ffb44f}._statusOfferDrop_gxj14_284,._statusJoiningDrop_gxj14_289{color:#ef4444;background:#fde8e8}._statusResigned_gxj14_294{color:#696969;background:#e9e9e9}._statusTerminated_gxj14_299{color:#ef4444;background:#fde8e8}@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_6nnik_22{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._pageTitle_6nnik_29{letter-spacing:0;color:#363636;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:800;line-height:36px}._pageSubtitle_6nnik_40{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_6nnik_50,._filters_6nnik_51{gap:8px;display:flex}._filters_6nnik_51{gap:10px;margin-bottom:14px}._statusFilter_6nnik_61{width:160px}._fyFilter_6nnik_65{width:180px}._nameCell_6nnik_70{align-items:center;gap:5px;font-weight:600;display:inline-flex}._mutedCell_6nnik_77{color:#392ea5}._dimCell_6nnik_81{color:#828282}._monoCell_6nnik_85{letter-spacing:.5px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:400;line-height:14px}._revenueCell_6nnik_93{letter-spacing:.5px;color:#10b981;font-family:Roboto Mono,monospace;font-size:10px;font-weight:700;line-height:14px}._periodCell_6nnik_103{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._statusBadge_6nnik_112{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_6nnik_125{color:#392ea5;background:#e0e6ff}._statusJoined_6nnik_130,._statusActive_6nnik_135{color:#10b981;background:#cbfbeb}._statusProbation_6nnik_140{color:#1c1c1c;background:#ffb44f}._statusOfferDrop_6nnik_145,._statusJoiningDrop_6nnik_150{color:#ef4444;background:#fde8e8}._statusResigned_6nnik_155{color:#696969;background:#e9e9e9}._statusTerminated_6nnik_160{color:#ef4444;background:#fde8e8}._modalBackdrop_6nnik_167{z-index:1000;background:#27215f73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._modal_6nnik_167{background:#fff;border-radius:16px;width:900px;max-height:92vh;padding:26px 28px;overflow-y:auto;box-shadow:0 10px 45px #0000002e}._modalHeader_6nnik_189{z-index:5;background:#fff;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;display:flex;position:sticky;top:0}._modalTitle_6nnik_201{letter-spacing:0;color:#363636;margin:0;font-family:Euclid Circular A,sans-serif;font-size:18px;font-weight:700;line-height:22px}._closeButton_6nnik_213{color:#9c9c9c;cursor:pointer;background:0 0;border:none;font-size:24px}._formSection_6nnik_222{background:#fff;border:1px solid #e0e6ff;border-radius:12px;margin-bottom:18px;padding:16px}._sectionTitle_6nnik_230{letter-spacing:normal;color:#363636;border-bottom:1px solid #e0e6ff;grid-column:1/-1;margin-top:18px;margin-bottom:16px;padding-bottom:10px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:800;font-stretch:100%;line-height:1.43}._formGrid2_6nnik_249{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}._formGrid3_6nnik_255{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}._formGrid4_6nnik_261{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}._fieldLabel_6nnik_268{letter-spacing:0;color:#363636;margin-bottom:6px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:600;line-height:16px;display:block}._fieldLabelHint_6nnik_281{color:#9c9c9c;font-size:11px;font-weight:400}._fieldInput_6nnik_288,._fieldSelect_6nnik_289{color:#363636;box-sizing:border-box;border:1.5px solid #c6cfff;border-radius:8px;outline:none;width:100%;height:38px;padding:0 12px;font-size:13px;transition:all .2s}._fieldInput_6nnik_288:focus,._fieldSelect_6nnik_289:focus{border-color:#6361f3;box-shadow:0 0 0 2px #6361f31f}._fieldSelect_6nnik_289{appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236361f3' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") right 12px center no-repeat;padding-right:35px}._candidateConfirm_6nnik_316{color:#10b981;background:#cbfbeb;border-radius:6px;width:max-content;margin-top:8px;padding:6px 10px;font-size:12px}._checkboxRow_6nnik_327{align-items:center;padding-top:25px;display:flex}._formError_6nnik_334{color:#ef4444;background:#fde8e8;border-radius:8px;margin-top:10px;padding:10px;font-size:13px}._modalFooter_6nnik_344{border-top:1px solid #e0e6ff;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:15px;display:flex}._modal_6nnik_167::-webkit-scrollbar{width:6px}._modal_6nnik_167::-webkit-scrollbar-thumb{background:#c6cfff;border-radius:20px}@media (width<=1100px){._modal_6nnik_167{width:90%}._formGrid4_6nnik_261{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){._formGrid2_6nnik_249,._formGrid3_6nnik_255,._formGrid4_6nnik_261{grid-template-columns:1fr}._modal_6nnik_167{width:100%;padding:20px}._detailGrid_6nnik_382{grid-template-columns:1fr}}._detailGrid_6nnik_382{grid-template-columns:1fr 1fr;gap:14px 18px;display:grid}._detailRow_6nnik_392{flex-direction:column;gap:3px;padding:6px 0;display:flex}._detailLabel_6nnik_399{letter-spacing:0;color:#828282;text-transform:uppercase;letter-spacing:.5px;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:500;line-height:16px}._detailValue_6nnik_412{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}._detailValueMono_6nnik_424{color:#4f4f4f;font-family:monospace}._nameCell_6nnik_70{font-weight:600}._clientCell_6nnik_433{color:#4b5563}._revenueCell_6nnik_93{color:#10b981;font-weight:700}._statusBadge_6nnik_112{border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}@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}._DatePicker_15ift_24{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:6px;height:70px;display:flex;position:relative}._DatePicker_15ift_24._withHint_15ift_33{height:96px}._DatePicker_15ift_24._compact_15ift_36{height:44px}._DatePicker_15ift_24._compact_15ift_36 label,._DatePicker_15ift_24._compact_15ift_36 ._inputWrapper_15ift_40,._DatePicker_15ift_24._compact_15ift_36 ._hint_15ift_41,._DatePicker_15ift_24._compact_15ift_36 ._errorText_15ift_42{margin:0}._DatePicker_15ift_24 label{text-align:left;color:#1c1c1c;letter-spacing:normal;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:20px}._DatePicker_15ift_24 ._hint_15ift_41{color:#828282;letter-spacing:0;margin-top:2px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:1.4}._DatePicker_15ift_24 ._errorText_15ift_42{color:#eb1414;margin-top:4px;font-size:12px;line-height:1.4}._rangePicker_15ift_75{height:auto}._inputWrapper_15ift_40{cursor:pointer;background-color:#fff;border:1px solid #b5b5b5;border-radius:8px;align-items:center;height:44px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}._inputWrapper_15ift_40:hover:not(._disabled_15ift_93):not(._readOnly_15ift_93){border-color:#9c9c9c}._inputWrapper_15ift_40:focus-within:not(._readOnly_15ift_93),._inputWrapper_15ift_40._focused_15ift_96{border-color:#4636cc;box-shadow:0 0 0 3px #4636cc1f}._inputWrapper_15ift_40._disabled_15ift_93{cursor:not-allowed;color:#9c9c9c;background-color:#fafafa}._inputWrapper_15ift_40._disabled_15ift_93 input,._inputWrapper_15ift_40._disabled_15ift_93 ._rangeDisplayField_15ift_106{cursor:not-allowed;color:#9c9c9c}._inputWrapper_15ift_40._disabled_15ift_93 ._icon_15ift_110{cursor:not-allowed;opacity:.3}._inputWrapper_15ift_40._readOnly_15ift_93{background-color:#fafafa}._inputWrapper_15ift_40._readOnly_15ift_93 input,._inputWrapper_15ift_40._readOnly_15ift_93 ._rangeDisplayField_15ift_106{cursor:default}._inputWrapper_15ift_40 input{color:#1c1c1c;background:0 0;border:none;outline:none;flex:1;height:100%;padding:12px 40px 12px 14px;font-family:inherit;font-size:13.5px}._inputWrapper_15ift_40 input::placeholder{color:#9c9c9c}._inputWrapper_15ift_40 ._rangeDisplayField_15ift_106{-webkit-user-select:none;user-select:none;flex:1;align-items:center;height:100%;padding:12px 40px 12px 14px;display:flex;overflow:hidden}._inputWrapper_15ift_40 ._rangeDisplayField_15ift_106 ._rangeValueText_15ift_144{color:#1c1c1c;white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:500;overflow:hidden}._inputWrapper_15ift_40 ._rangeDisplayField_15ift_106 ._rangePlaceholder_15ift_152{color:#9c9c9c;white-space:nowrap;font-size:13.5px}._inputWrapper_15ift_40 ._icon_15ift_110{opacity:.55;pointer-events:none;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .2s;display:flex;position:absolute;right:14px}._inputWrapper_15ift_40 ._icon_15ift_110 img{object-fit:contain;width:100%;height:100%}._calendarDropdown_15ift_178{z-index:1000;box-sizing:border-box;background-color:#fff;border:1px solid #cfcfcf;border-radius:12px;flex-direction:column;gap:12px;width:300px;padding:14px;animation:.2s cubic-bezier(.16,1,.3,1) _slideDownFade_15ift_1;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 32px -4px #1018281f,0 4px 12px -2px #1018280f}._calendarDropdownRange_15ift_196{z-index:1000;box-sizing:border-box;background-color:#fff;border:1px solid #cfcfcf;border-radius:14px;width:630px;max-width:calc(100vw - 32px);padding:16px;animation:.2s cubic-bezier(.16,1,.3,1) _slideDownFade_15ift_1;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 16px 36px -4px #10182826,0 6px 16px -2px #10182814}@media (width<=680px){._calendarDropdownRange_15ift_196{width:calc(100vw - 32px);padding:12px;right:0}}._rangeHeaderContainer_15ift_222{background:#f8fafc;border:1px solid #e9e9e9;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:10px 12px;display:flex}@media (width<=540px){._rangeHeaderContainer_15ift_222{flex-direction:column;align-items:stretch}}._rangeHeaderCards_15ift_240{flex:1;align-items:center;gap:10px;display:flex}._rangeDateCard_15ift_247{background:#fff;border:1px solid #cfcfcf;border-radius:8px;flex-direction:column;flex:1;gap:2px;padding:6px 12px;transition:all .2s;display:flex}._rangeDateCard_15ift_247._activeCard_15ift_258{border-color:#4636cc;box-shadow:0 0 0 2px #4636cc1f}._rangeDateCard_15ift_247._hasValue_15ift_262{background-color:#fafbfe;border-color:#a4b0fd}._rangeCardLabel_15ift_267{text-transform:uppercase;letter-spacing:.4px;color:#828282;font-size:10.5px;font-weight:600}._rangeCardValue_15ift_275{color:#1c1c1c;white-space:nowrap;font-size:13px;font-weight:600;line-height:1.3}._rangeArrow_15ift_283{color:#9c9c9c;flex-shrink:0;justify-content:center;align-items:center;display:flex}._rangeDurationBadge_15ift_291{color:#4636cc;white-space:nowrap;background:#eef1ff;border:1px solid #e0e6ff;border-radius:16px;justify-content:center;align-items:center;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}._rangeMonths_15ift_308{align-items:flex-start;gap:0;display:flex}@media (width<=680px){._rangeMonths_15ift_308{flex-direction:column}}._rangeMonthDivider_15ift_319{background:#e9e9e9;flex-shrink:0;align-self:stretch;width:1px;margin:0 12px}@media (width<=680px){._rangeMonthDivider_15ift_319{display:none}}._calendarMonth_15ift_332{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}._calendarHeader_15ift_343{justify-content:space-between;align-items:center;gap:6px;display:flex}._navButton_15ift_350{cursor:pointer;color:#696969;background:0 0;border:1px solid #cfcfcf;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .18s;display:flex}._navButton_15ift_350:hover:not(:disabled){color:#1c1c1c;background-color:#e9e9e9;border-color:#b5b5b5}._navButton_15ift_350:disabled{cursor:not-allowed;opacity:.3}._headerSelectors_15ift_374{flex:1;justify-content:center;align-items:center;gap:6px;display:flex}._monthDropdownWrapper_15ift_382,._yearDropdownWrapper_15ift_383{margin:0}._monthDropdownWrapper_15ift_382 .Dropdown,._yearDropdownWrapper_15ift_383 .Dropdown{margin-bottom:0!important}._monthDropdownWrapper_15ift_382 .Dropdown .Dropdown-trigger,._yearDropdownWrapper_15ift_383 .Dropdown .Dropdown-trigger{background-color:#0000!important;border:1px solid #cfcfcf!important;border-radius:6px!important;height:28px!important;min-height:28px!important;padding:0 8px!important}._monthDropdownWrapper_15ift_382 .Dropdown .Dropdown-trigger:hover,._yearDropdownWrapper_15ift_383 .Dropdown .Dropdown-trigger:hover{background-color:#fafafa!important}._monthDropdownWrapper_15ift_382 .Dropdown .Dropdown-selected,._yearDropdownWrapper_15ift_383 .Dropdown .Dropdown-selected{color:#1c1c1c!important;font-size:12px!important;font-weight:500!important}._monthDropdownWrapper_15ift_382 .Dropdown .Dropdown-arrow,._yearDropdownWrapper_15ift_383 .Dropdown .Dropdown-arrow{width:10px!important;height:10px!important}._monthDropdownWrapper_15ift_382 .Dropdown .Dropdown-menu,._yearDropdownWrapper_15ift_383 .Dropdown .Dropdown-menu{background-color:#fff!important;border:1px solid #cfcfcf!important;border-radius:8px!important;max-height:160px!important;box-shadow:0 4px 10px #00000014!important}._monthDropdownWrapper_15ift_382 .Dropdown .Dropdown-menu .Dropdown-option,._yearDropdownWrapper_15ift_383 .Dropdown .Dropdown-menu .Dropdown-option{color:#4f4f4f!important;height:28px!important;padding:4px 10px!important;font-size:12px!important}._monthDropdownWrapper_15ift_382 .Dropdown .Dropdown-menu .Dropdown-option:hover,._yearDropdownWrapper_15ift_383 .Dropdown .Dropdown-menu .Dropdown-option:hover{color:#4636cc!important;background-color:#eef1ff!important}._monthDropdownWrapper_15ift_382 .Dropdown .Dropdown-menu .Dropdown-option._selected_15ift_434,._yearDropdownWrapper_15ift_383 .Dropdown .Dropdown-menu .Dropdown-option._selected_15ift_434{color:#4636cc!important;background-color:#e0e6ff!important}._monthDropdownWrapper_15ift_382{width:110px}._yearDropdownWrapper_15ift_383{width:75px}._weekdaysGrid_15ift_451{text-align:center;border-bottom:1px solid #e9e9e9;grid-template-columns:repeat(7,1fr);padding-bottom:6px;display:grid}._weekdaysGrid_15ift_451 span{color:#9c9c9c;text-transform:uppercase;font-size:11px;font-weight:600}._daysGrid_15ift_468{grid-template-columns:repeat(7,1fr);gap:3px 0;display:grid}._dayCell_15ift_475{cursor:pointer;-webkit-user-select:none;user-select:none;color:#363636;justify-content:center;align-items:center;height:32px;font-size:12px;font-weight:400;transition:background-color .12s,color .12s;display:flex;position:relative}._dayCell_15ift_475 ._dayText_15ift_488{z-index:2;position:relative}._dayCell_15ift_475:hover:not(._disabledCell_15ift_492):not(._rangeStart_15ift_492):not(._rangeEnd_15ift_492):not(._inRange_15ift_492):not(._selected_15ift_434){color:#4636cc;background-color:#eef1ff;border-radius:6px;font-weight:500}._dayCell_15ift_475._outsideMonth_15ift_498{color:#b5b5b5}._dayCell_15ift_475._today_15ift_501:not(._selected_15ift_434):not(._rangeStart_15ift_492):not(._rangeEnd_15ift_492){color:#4636cc;font-weight:600}._dayCell_15ift_475._today_15ift_501:not(._selected_15ift_434):not(._rangeStart_15ift_492):not(._rangeEnd_15ift_492) ._dayText_15ift_488:after{content:"";background-color:#4636cc;border-radius:50%;width:4px;height:4px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}._dayCell_15ift_475._selected_15ift_434{border-radius:6px;font-weight:600;color:#fff!important;background-color:#4636cc!important}._dayCell_15ift_475._disabledCell_15ift_492{cursor:not-allowed;opacity:.3;background-color:#0000}._dayCell_15ift_475._rangeStart_15ift_492{border-radius:8px 0 0 8px;font-weight:600;color:#fff!important;background-color:#4636cc!important}._dayCell_15ift_475._rangeEnd_15ift_492{border-radius:0 8px 8px 0;font-weight:600;color:#fff!important;background-color:#4636cc!important}._dayCell_15ift_475._rangeStart_15ift_492._rangeEnd_15ift_492{border-radius:8px!important}._dayCell_15ift_475._inRange_15ift_492{border-radius:0;font-weight:500;color:#4636cc!important;background-color:#eef1ff!important}._rangeFooter_15ift_558{border-top:1px solid #e9e9e9;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:12px;display:flex}._footerLeft_15ift_568{align-items:center;display:flex}._footerRight_15ift_573{align-items:center;gap:8px;margin-left:auto;display:flex}._clearBtn_15ift_580{color:#828282;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 10px;font-family:inherit;font-size:12.5px;font-weight:500;transition:all .15s}._clearBtn_15ift_580:hover{color:#eb1414;background-color:#fde8e8}._cancelBtn_15ift_597{color:#696969;cursor:pointer;background:0 0;border:1px solid #cfcfcf;border-radius:6px;padding:6px 14px;font-family:inherit;font-size:12.5px;font-weight:500;transition:all .15s}._cancelBtn_15ift_597:hover{color:#1c1c1c;background-color:#e9e9e9;border-color:#b5b5b5}._confirmBtn_15ift_615{color:#fff;cursor:pointer;background-color:#4636cc;border:1px solid #0000;border-radius:6px;padding:6px 18px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .18s;box-shadow:0 1px 2px #1018280d}._confirmBtn_15ift_615:hover:not(:disabled){background-color:#392ea5;box-shadow:0 2px 4px #1018281a}._confirmBtn_15ift_615._disabledBtn_15ift_632,._confirmBtn_15ift_615:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;background-color:#b5b5b5}@keyframes _slideDownFade_15ift_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@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_dr5mk_21{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-height:450px;display:flex;overflow:hidden;box-shadow:0 2px 12px #15578f12}._table_dr5mk_21{flex-direction:column;width:100%;height:100%;display:flex;overflow-x:auto}._header_dr5mk_40{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_dr5mk_54{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_dr5mk_75{box-sizing:border-box;flex-direction:column;flex:1;width:100%;display:flex;overflow-y:auto}._body_dr5mk_75::-webkit-scrollbar{width:6px}._body_dr5mk_75::-webkit-scrollbar-track{background:#eef1ff}._body_dr5mk_75::-webkit-scrollbar-thumb{background:#332d82;border-radius:3px}._body_dr5mk_75::-webkit-scrollbar-thumb:hover{background:#332d82}._stateMessage_dr5mk_97{color:#aaa;text-align:center;padding:40px}._row_dr5mk_103{box-sizing:border-box;border-top:1px solid #eef1ff;align-items:center;width:100%;padding:10px 14px;transition:background-color .15s;display:grid}._row_dr5mk_103:hover{background-color:#e0e6ff!important}._row_dr5mk_103:nth-child(odd){background:#fff}._row_dr5mk_103:nth-child(2n){background:#eef1ff}._cell_dr5mk_122{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_1i65q_21{flex-direction:column;align-items:flex-end;margin-top:10px;display:flex}._paginationDynamicRecordsInfo_1i65q_28{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_1i65q_39{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_1i65q_39._active_1i65q_55{color:#4636cc;background-color:#e0e6ff;border-color:#a4b0fd}._paginationDynamicPageItem_1i65q_39:focus{outline:none}._paginationDynamicPageItem_1i65q_39:disabled{opacity:.5;cursor:not-allowed}._paginationDynamicDots_1i65q_68{color:#888;margin:0 6px;font-size:12px}._paginationDynamicRowsPerPage_1i65q_74{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_1i65q_74 ._Dropdown_1i65q_86{width:80px;margin-bottom:0}._paginationDynamicRowsPerPage_1i65q_74 ._Dropdown_1i65q_86 ._Dropdown-trigger_1i65q_90{height:30px;min-height:30px;padding:2px 10px}._dropdownWrapper_1i65q_96{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_nxh40_21{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._pageTitle_nxh40_28{letter-spacing:0;color:#363636;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:800;line-height:36px}._pageSubtitle_nxh40_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_nxh40_49,._filters_nxh40_50{gap:8px;display:flex}._filters_nxh40_50{gap:10px;margin-bottom:14px}._searchField_nxh40_60{width:300px}._statusFilter_nxh40_64{width:140px}._nameCell_nxh40_68{align-items:center;gap:5px;display:inline-flex}._freelanceBadge_nxh40_74{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_nxh40_87{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_nxh40_99{color:#10b981;background:#cbfbeb}._statusNegative_nxh40_104{color:#ef4444;background:#fde8e8}._modalBackdrop_nxh40_109{z-index:1000;background:#27215f73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_nxh40_109{background:#fff;border-radius:16px;width:640px;max-height:88vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modalHeader_nxh40_129{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}._modalTitle_nxh40_136{letter-spacing:0;color:#363636;margin:0;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:500;line-height:22px}._closeButton_nxh40_146{color:#9c9c9c;cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;line-height:1}._formGrid_nxh40_156{grid-template-columns:1fr 1fr;gap:14px 18px;display:grid}._sectionTitle_nxh40_162{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_nxh40_162:first-child{margin-top:5px}._fieldLabel_nxh40_183{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_nxh40_195{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_nxh40_210{align-items:center;gap:8px;padding-top:25px;display:flex}._formError_nxh40_223{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_nxh40_233{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}._cancelButton_nxh40_240,._saveButton_nxh40_241{cursor:pointer;border-radius:8px;padding:9px 20px;font-size:13px}._cancelButton_nxh40_240{color:#4636cc;background:#fff;border:1.5px solid #c6cfff;font-weight:600}._saveButton_nxh40_241{color:#fff;background:#4636cc;border:none;padding-inline:22px;font-weight:700}._saveButton_nxh40_241:disabled{cursor:not-allowed;opacity:.7}@media (width<=768px){._pageHeader_nxh40_21,._filters_nxh40_50{flex-direction:column;align-items:stretch}._headerActions_nxh40_49{flex-wrap:wrap}._searchField_nxh40_60,._statusFilter_nxh40_64,._modal_nxh40_109{width:100%}._modal_nxh40_109{border-radius:12px;margin:16px;padding:20px}._formGrid_nxh40_156{grid-template-columns:1fr}}._detailRow_nxh40_290{flex-direction:column;gap:3px;padding:6px 0;display:flex}._detailLabel_nxh40_297{letter-spacing:0;color:#828282;text-transform:uppercase;letter-spacing:.5px;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:500;line-height:16px}._detailValue_nxh40_310{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}._detailValueMono_nxh40_322{color:#4f4f4f;font-family:monospace}._statusCheckboxField_nxh40_217{align-items:center;gap:8px;display:flex}._freelancerCheckboxField_nxh40_333{align-items:center;gap:8px;margin-top:10px;margin-bottom:8px;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_ojk06_21{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._pageTitle_ojk06_28{letter-spacing:0;color:#363636;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:800;line-height:36px}._pageSubtitle_ojk06_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_ojk06_49{gap:8px;display:flex}._filters_ojk06_54{gap:10px;margin-bottom:14px;display:flex}._searchField_ojk06_60{width:300px}._statusFilter_ojk06_64{width:140px}._clientName_ojk06_68{color:#332d82;font-weight:600}._stackedCell_ojk06_73{flex-direction:column;gap:2px;display:flex}._clientMeta_ojk06_79,._mutedLine_ojk06_80{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._statusBadge_ojk06_89{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_ojk06_101{color:#10b981;background:#cbfbeb}._statusNegative_ojk06_106{color:#ef4444;background:#fde8e8}._modalBackdrop_ojk06_111{z-index:1000;background:#27215f73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_ojk06_111{background:#fff;border-radius:16px;width:700px;max-height:90vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modalHeader_ojk06_131{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}._modalTitle_ojk06_138{letter-spacing:0;color:#332d82;margin:0;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:800;line-height:22px}._closeButton_ojk06_149{color:#9c9c9c;cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;line-height:1}._sectionTitle_ojk06_159{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_ojk06_172{grid-template-columns:1fr 1fr;gap:12px 18px;margin-bottom:16px;display:grid}._fullWidth_ojk06_179{grid-column:1/-1}._fieldLabel_ojk06_183{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_ojk06_195{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_ojk06_210{align-items:center;gap:8px;padding-top:20px;display:flex}._checkboxLabel_ojk06_217{letter-spacing:0;color:#332d82;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._formError_ojk06_226{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_ojk06_236{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}._cancelButton_ojk06_243,._saveButton_ojk06_244{cursor:pointer;border-radius:8px;padding:9px 20px;font-size:13px}._cancelButton_ojk06_243{color:#4636cc;background:#fff;border:1.5px solid #c6cfff;font-weight:600}._saveButton_ojk06_244{color:#fff;background:#4636cc;border:none;padding-inline:22px;font-weight:700}._saveButton_ojk06_244:disabled{cursor:not-allowed;opacity:.7}@media (width<=768px){._pageHeader_ojk06_21,._filters_ojk06_54{flex-direction:column;align-items:stretch}._headerActions_ojk06_49{flex-wrap:wrap}._searchField_ojk06_60,._statusFilter_ojk06_64,._modal_ojk06_111{width:100%}._modal_ojk06_111{border-radius:12px;margin:16px;padding:20px}._formGrid_ojk06_172{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}._header_13gh6_22{justify-content:space-between;margin-bottom:16px;display:flex}._headerActions_13gh6_28{align-items:center;gap:10px;display:flex}._filtersContainer_13gh6_35{gap:10px;margin-bottom:16px;display:flex}._searchField_13gh6_41{width:350px}._filterDropdown_13gh6_45{width:130px}._buttonSecondary_13gh6_50{cursor:pointer;color:#392ea5;background:#fff;border:1.5px solid #c6cfff;border-radius:7px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s}._buttonSecondary_13gh6_50:hover:not(:disabled){background:#e0e6ff;border-color:#392ea5}._buttonSecondary_13gh6_50:disabled{opacity:.5;cursor:not-allowed}._buttonEdit_13gh6_70{color:#392ea5;cursor:pointer;background:#e0e6ff;border:none;border-radius:7px;padding:4px 12px;font-size:12px;font-weight:600;transition:background-color .2s}._buttonEdit_13gh6_70:hover{background:#c6cfff}._modalOverlay_13gh6_86{z-index:1000;background:#27215f73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalBox_13gh6_96{background:#fff;border-radius:16px;width:680px;max-height:90vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modalTitle_13gh6_106{color:#363636;margin:0 0 20px;font-size:16px;font-weight:800}._modalActions_13gh6_113{justify-content:flex-end;gap:10px;display:flex}._buttonCancel_13gh6_119{color:#392ea5;cursor:pointer;background:#fff;border:1.5px solid #c6cfff;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:all .2s}._buttonCancel_13gh6_119:hover{background:#e0e6ff}._buttonSave_13gh6_134{color:#fff;cursor:pointer;background:#5344e7;border:none;border-radius:8px;padding:9px 22px;font-size:13px;font-weight:700}._buttonSave_13gh6_134:hover:not(:disabled){background:#4636cc}._buttonSave_13gh6_134:disabled{cursor:not-allowed;opacity:.7}._formSection_13gh6_153{border-radius:10px;margin-bottom:16px;padding:14px 16px}._formSectionTitle_13gh6_159{color:#6361f3;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:11px;font-weight:700}._formGrid_13gh6_168{grid-template-columns:1fr 1fr;gap:12px;display:grid}._formField_13gh6_174{flex-direction:column;display:flex}._formLabel_13gh6_179{color:#392ea5;margin-bottom:3px;font-size:11px;font-weight:600;display:block}._formInput_13gh6_187,._formSelect_13gh6_188{color:#363636;box-sizing:border-box;border:1.5px solid #c6cfff;border-radius:8px;width:100%;height:36px;padding:0 10px;font-family:sans-serif;font-size:13px;transition:border-color .2s}._formInput_13gh6_187:focus,._formSelect_13gh6_188:focus{border-color:#392ea5;outline:none}._formSelect_13gh6_188{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_13gh6_216{align-items:center;gap:8px;margin-bottom:16px;display:flex}._checkbox_13gh6_216{cursor:pointer;width:16px;height:16px}._checkboxLabel_13gh6_229{color:#363636;cursor:pointer;font-size:13px;font-weight:600}._errorMessage_13gh6_237{color:#ef4444;margin-bottom:12px;font-size:12px}._statusBadge_13gh6_244{border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}._statusBadge_13gh6_244._active_13gh6_251{color:#10b981;background:#cbfbeb}._statusBadge_13gh6_244._inactive_13gh6_255{color:#ef4444;background:#fde8e8}._cellHcaId_13gh6_261{color:#6361f3;font-size:11px}._cellName_13gh6_266{font-weight:600}._cellCenter_13gh6_270{text-align:center}@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_7qgdl_21{padding:0}._pageHeader_7qgdl_25{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._pageTitle_7qgdl_32{letter-spacing:0;color:#363636;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:800;line-height:36px}._pageSubtitle_7qgdl_43{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}._filters_7qgdl_53{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}._searchField_7qgdl_60{width:300px}._statusFilter_7qgdl_64,._fyFilter_7qgdl_68{width:140px}._tabs_7qgdl_72{border-bottom:1px solid #e0e6ff;align-items:center;gap:0;margin-bottom:20px;display:flex}._tab_7qgdl_72{cursor:pointer;letter-spacing:normal;color:#828282;background:0 0;border:none;padding:12px 24px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:700;font-stretch:100%;line-height:1.43;transition:all .2s;position:relative}._tab_7qgdl_72:hover,._activeTab_7qgdl_102{color:#392ea5}._activeTab_7qgdl_102:after{content:"";background:#392ea5;border-radius:2px 2px 0 0;width:100%;height:3px;position:absolute;bottom:-1px;left:0}._activeTab_7qgdl_102 ._tabCount_7qgdl_115{color:#392ea5;background:#e0e6ff}._tabCount_7qgdl_115{color:#828282;background:#eef1ff;border-radius:20px;margin-left:7px;padding:1px 8px;font-size:10px;font-weight:700;display:inline-block}._pagination_7qgdl_131{margin-top:10px}._nameCell_7qgdl_135{min-width:0}._name_7qgdl_135{color:#363636;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}._meta_7qgdl_148{color:#6361f3;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:10px;overflow:hidden}._tableText_7qgdl_157{color:#363636;font-size:11px}._dateText_7qgdl_162{color:#363636;white-space:nowrap;font-family:monospace;font-size:11px}._emptyValue_7qgdl_169{opacity:.4}._badge_7qgdl_173{white-space:nowrap;border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}._statusSuccess_7qgdl_182{color:#22b34a;background:#e0f8e9}._statusWarning_7qgdl_187{color:#f5a623;background:#fff4dc}._statusPrimary_7qgdl_192{color:#4636cc;background:#e0e6ff}._statusAccent_7qgdl_197{color:#392ea5;background:#e0e6ff}._statusDanger_7qgdl_202{color:#dd4040;background:#fce8e8}._statusTeal_7qgdl_207{color:#0ea5a0;background:#e0f8f7}._statusMuted_7qgdl_212{color:#828282;background:#e9e9e9}._actions_7qgdl_217{justify-content:flex-end;width:100%;display:flex}._overlay_7qgdl_223,._overlayPadded_7qgdl_224{z-index:1000;background:#27215f59;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._overlayPadded_7qgdl_224{background:#27215f73;padding:20px}._loadingBox_7qgdl_239{color:#828282;background:#fff;border-radius:12px;padding:28px 40px;font-size:13px;box-shadow:0 8px 40px #0000002e}._modal_7qgdl_248{background:#fff;border-radius:16px;width:500px;max-width:100%;max-height:90vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modalHeader_7qgdl_259{margin-bottom:20px}._modalTitle_7qgdl_263{letter-spacing:0;color:#363636;margin:0;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:800;line-height:22px}._modalSubtitle_7qgdl_274{letter-spacing:0;color:#828282;margin-top:3px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._formGrid_7qgdl_284{gap:14px;display:grid}._summaryStrip_7qgdl_289{background:#eef1ff;border:1px solid #e0e6ff;border-radius:8px;flex-wrap:wrap;gap:16px;margin-top:16px;padding:10px 14px;font-size:11px;display:flex}._summaryItem_7qgdl_301{color:#828282}._summaryItem_7qgdl_301 strong{color:#363636}._modalActions_7qgdl_308{justify-content:flex-end;gap:10px;margin-top: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}._pageHeader_1l4qs_21{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}._pageTitle_1l4qs_28{letter-spacing:0;color:#363636;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:800;line-height:36px}._pageSubtitle_1l4qs_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}._tabs_1l4qs_49{border-bottom:1px solid #cfcfcf;align-items:center;gap:0;margin-bottom:20px;display:flex}._tab_1l4qs_49{cursor:pointer;letter-spacing:normal;color:#828282;background:0 0;border:none;padding:12px 24px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;transition:all .2s;position:relative}._tab_1l4qs_49:hover,._activeTab_1l4qs_78{color:#4636cc}._activeTab_1l4qs_78:after{content:"";background:#4636cc;border-radius:2px 2px 0 0;width:100%;height:3px;position:absolute;bottom:-1px;left:0}._container_1l4qs_92{padding:0}._header_1l4qs_96{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}._header_1l4qs_96>div:first-child{flex:1}._title_1l4qs_106{letter-spacing:0;color:#332d82;margin-bottom:4px;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:800;line-height:22px}._subtitle_1l4qs_117{letter-spacing:0;color:#9c9c9c;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._headerActions_1l4qs_126{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex;position:relative}._addButtonWrapper_1l4qs_135{position:absolute;right:0}._addButton_1l4qs_135{color:#fff;letter-spacing:0;cursor:pointer;background:#4636cc;border:none;border-radius:9px;padding:9px 20px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px;transition:all .2s}._addButton_1l4qs_135:hover:not(:disabled){opacity:.9}._addButton_1l4qs_135:disabled{opacity:.6;cursor:not-allowed}._filters_1l4qs_163{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}._searchField_1l4qs_170{flex:1;width:350px;min-width:280px}._statusFilter_1l4qs_176{width:130px;min-width:130px}._fyFilter_1l4qs_181{width:160px}._empFilter_1l4qs_185{width:220px}._tableWrapper_1l4qs_189{background:#fff;border-radius:14px;margin-bottom:20px;overflow-x:auto;box-shadow:0 2px 12px #00000012}._table_1l4qs_189{border-collapse:collapse;letter-spacing:0;width:100%;min-width:1100px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._table_1l4qs_189 thead{background:#eef1ff}._table_1l4qs_189 thead th{text-align:left;color:#392ea5;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;padding:10px 14px;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:400;line-height:14px}._table_1l4qs_189 tbody tr{border-top:1px solid #e9e9e9;transition:background-color .15s}._table_1l4qs_189 tbody tr:nth-child(2n){background-color:#fafafa}._table_1l4qs_189 tbody tr:hover{background-color:#eef1ff}._table_1l4qs_189 tbody tr td{color:#332d82;padding:9px 14px}._table_1l4qs_189 tbody tr td._loading_1l4qs_237,._table_1l4qs_189 tbody tr td._empty_1l4qs_237{text-align:center;color:#9c9c9c;padding:40px 14px;font-style:italic}._name_1l4qs_244{color:#332d82;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:600;overflow:hidden}._nameBold_1l4qs_253{font-weight:600}._codeText_1l4qs_257{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._monoTarget_1l4qs_266{font-family:Roboto Mono,monospace}._monoAchieved_1l4qs_270{color:#22b34a;font-family:Roboto Mono,monospace;font-weight:600}._monoIncentive_1l4qs_276{color:#4636cc;font-family:Roboto Mono,monospace;font-weight:700}._quarterCount_1l4qs_282{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px}._currency_1l4qs_291{text-align:right;color:#332d82;font-variant-numeric:tabular-nums;font-weight:500}._badge_1l4qs_298{letter-spacing:.5px;text-transform:uppercase;border-radius:20px;padding:2px 10px;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:400;line-height:14px;display:inline-block}._badge_1l4qs_298._active_1l4qs_78{color:#22b34a;background:#e0f8e9}._badge_1l4qs_298._inactive_1l4qs_314{color:#dd4040;background:#fce8e8}._actions_1l4qs_319{justify-content:center;align-items:center;gap:8px;display:flex}._actions_1l4qs_319 button{letter-spacing:0;cursor:pointer;border:none;border-radius:7px;padding:4px 12px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:600;line-height:16px;transition:all .2s}._actions_1l4qs_319 button:hover{transform:scale(1.05)}._table_1l4qs_189 th:last-child,._table_1l4qs_189 td:last-child{text-align:center;width:100px}._editBtn_1l4qs_348{color:#4636cc;background:#e0e6ff}._editBtn_1l4qs_348:hover{background:#c6cfff}._deleteBtn_1l4qs_356{color:#dd4040;cursor:pointer;background:#fce8e8;border:none;border-radius:7px;padding:2px 10px;font-weight:600;transition:background-color .2s}._deleteBtn_1l4qs_356:hover{background:#f7a1a1}._toggleBtn_1l4qs_370{color:#4636cc;cursor:pointer;background:#fff;border:1px solid #c6cfff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;transition:background .15s;display:flex}._rowActions_1l4qs_387{align-items:center;gap:8px;display:flex}._filtersRow_1l4qs_393{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._pagination_1l4qs_400{justify-content:center;align-items:center;gap:8px;margin-top:18px;display:flex}._paginationBtn_1l4qs_408{color:#4636cc;cursor:pointer;letter-spacing:0;background:#fff;border:1.5px solid #c6cfff;border-radius:7px;padding:6px 14px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;transition:all .2s}._paginationBtn_1l4qs_408:hover:not(:disabled){background:#eef1ff}._paginationBtn_1l4qs_408:disabled{opacity:.5;cursor:not-allowed}._pageInfo_1l4qs_431{letter-spacing:0;color:#332d82;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:600;line-height:32px}._modalOverlay_1l4qs_442{z-index:1000;background:#0a1e3773;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._modal_1l4qs_442{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_1l4qs_442::-webkit-scrollbar{width:8px}._modal_1l4qs_442::-webkit-scrollbar-track{background:0 0}._modal_1l4qs_442::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:4px}._modal_1l4qs_442::-webkit-scrollbar-thumb:hover{background:#b5b5b5}._modalTitle_1l4qs_477{letter-spacing:0;color:#332d82;margin:0 0 20px;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:800;line-height:22px}._errorBox_1l4qs_488{color:#dd4040;letter-spacing:0;background:#fce8e8;border:1px solid #fce8e8;border-radius:8px;margin-bottom:16px;padding:12px 14px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px}._formSection_1l4qs_502{max-height:60vh;margin-bottom:24px;padding-right:8px;overflow-y:auto}._formSection_1l4qs_502::-webkit-scrollbar{width:6px}._formSection_1l4qs_502::-webkit-scrollbar-track{background:0 0}._formSection_1l4qs_502::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:3px}._row_1l4qs_387{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}._row_1l4qs_387:last-child{margin-bottom:0}._col_1l4qs_529{flex-direction:column;display:flex}._label_1l4qs_534{letter-spacing:.5px;text-transform:uppercase;color:#392ea5;margin-bottom:3px;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:600;line-height:14px;display:block}._input_1l4qs_547{letter-spacing:0;color:#332d82;box-sizing:border-box;border:1.5px solid #c6cfff;border-radius:8px;width:100%;height:36px;padding:0 10px;font-family:inherit;font-size:12px;font-weight:400;line-height:16px;transition:border-color .2s}._input_1l4qs_547:focus{border-color:#4636cc;outline:none}._input_1l4qs_547::placeholder{color:#9c9c9c}._checkbox_1l4qs_571{cursor:pointer;accent-color:#4636cc;width:16px;height:16px;margin-top:6px}._modalActions_1l4qs_579{justify-content:flex-end;gap:10px;margin-top:28px;display:flex}._cancelBtn_1l4qs_586{color:#4636cc;letter-spacing:0;cursor:pointer;background:#fff;border:1.5px solid #c6cfff;border-radius:8px;padding:9px 20px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;transition:all .2s}._cancelBtn_1l4qs_586:hover:not(:disabled){background:#eef1ff}._cancelBtn_1l4qs_586:disabled{opacity:.6;cursor:not-allowed}._saveBtn_1l4qs_609{color:#fff;letter-spacing:0;cursor:pointer;background:#4636cc;border:none;border-radius:8px;padding:9px 22px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;transition:all .2s}._saveBtn_1l4qs_609:hover:not(:disabled){opacity:.9}._saveBtn_1l4qs_609:disabled{opacity:.7;cursor:not-allowed}@media (width<=768px){._header_1l4qs_96{flex-direction:column;gap:16px}._filters_1l4qs_163{flex-direction:column}._searchField_1l4qs_170,._statusFilter_1l4qs_176{width:100%;min-width:auto}._modal_1l4qs_442{max-width:95vw;padding:20px}._row_1l4qs_387{grid-template-columns:1fr}._table_1l4qs_189{letter-spacing:.5px;text-transform:uppercase;min-width:600px;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:400;line-height:14px}._table_1l4qs_189 thead th,._table_1l4qs_189 tbody td{padding:8px 10px}}._incentivesContainer_1l4qs_671{flex-direction:column;gap:24px;display:flex}._teamSection_1l4qs_677{background:#fff;border:1px solid #e0e6ff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}._teamHeader_1l4qs_685{background:#eef1ff;border-bottom:1px solid #e0e6ff;align-items:center;gap:10px;padding:12px 16px;display:flex}._teamAvatar_1l4qs_694{color:#fff;background:#6361f3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:flex}._teamTitle_1l4qs_708{letter-spacing:normal;color:#332d82;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:700;font-stretch:100%;line-height:1.43}._headerRow_1l4qs_721{justify-content:flex-end;gap:12px;margin-bottom:20px;display:flex}._tablesWrapper_1l4qs_728{flex-direction:column;gap:28px;display:flex}._tableSection_1l4qs_734{background:#fff;border:1px solid #edf0f5;border-radius:10px;padding:16px 16px 20px;box-shadow:0 1px 3px #1018280a}._tableSectionTitle_1l4qs_742{color:#1f2430;border-bottom:2px solid #eef0f6;margin:0 0 12px 2px;padding-bottom:10px;font-size:15px;font-weight:700}._slabSection_1l4qs_751{border-left:4px solid #6366f1}._rewardSection_1l4qs_755{border-left:4px solid #16a34a}._bonusSection_1l4qs_759{border-left:4px solid #f59e0b}._checkboxLabel_1l4qs_763{color:#333;align-items:center;gap:8px;margin-bottom:2px;font-size:14px;display:flex}._sectionHeaderRow_1l4qs_772{border-bottom:2px solid #eef0f6;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}._tableSectionTitle_1l4qs_742{color:#1f2430;margin:0;font-size:15px;font-weight:700}._rewardSection_1l4qs_755 ._tableSectionTitle_1l4qs_742{border-bottom:none;margin-bottom:0;padding-bottom:0}._filtersRow_1l4qs_393{box-sizing:border-box;width:100%;min-width:0;max-width:100%}._headerActions_1l4qs_126{box-sizing:border-box;flex-wrap:nowrap;justify-content:space-between;align-items:flex-end;gap:12px;width:100%;min-width:0;display:flex}._filters_1l4qs_163{flex-wrap:nowrap;flex:auto;align-items:flex-end;gap:10px;min-width:0;display:flex}._fyFilter_1l4qs_181{flex:0 170px;width:170px;min-width:150px}._empFilter_1l4qs_185{flex:0 190px;width:190px;min-width:160px}._searchWrap_1l4qs_833{flex:300px;width:300px;min-width:180px;max-width:300px}._actionButtons_1l4qs_840{box-sizing:border-box;flex-wrap:nowrap;flex:none;justify-content:flex-end;align-items:flex-end;gap:8px;min-width:0;margin-bottom:16px;display:flex}@media (width<=1400px){._headerActions_1l4qs_126,._filters_1l4qs_163{gap:8px}._fyFilter_1l4qs_181{width:155px;min-width:140px}._empFilter_1l4qs_185{width:175px;min-width:150px}._searchWrap_1l4qs_833{width:260px;min-width:180px;max-width:260px}._actionButtons_1l4qs_840{gap:6px}}@media (width<=1100px){._headerActions_1l4qs_126{flex-direction:column;align-items:stretch}._filters_1l4qs_163{flex-wrap:wrap;width:100%}._fyFilter_1l4qs_181{flex:0 160px;width:160px}._empFilter_1l4qs_185{flex:0 190px;width:190px}._searchWrap_1l4qs_833{flex:240px;max-width:360px}._actionButtons_1l4qs_840{flex-wrap:wrap;justify-content:flex-start;width:100%;margin-bottom:12px}}@media (width<=900px){._filters_1l4qs_163{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}._fyFilter_1l4qs_181,._empFilter_1l4qs_185{width:100%;min-width:0}._searchWrap_1l4qs_833{grid-column:1/-1;width:100%;min-width:0;max-width:none}._actionButtons_1l4qs_840{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}._actionButtons_1l4qs_840 button{width:100%}}@media (width<=600px){._filters_1l4qs_163{grid-template-columns:1fr}._searchWrap_1l4qs_833{grid-column:auto}._actionButtons_1l4qs_840{grid-template-columns:1fr}._teamHeader_1l4qs_685{align-items:flex-start}._teamTitle_1l4qs_708{white-space:normal;text-overflow:unset;overflow:visible}}@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_1685o_21{flex-direction:column;gap:32px;width:100%;display:flex}._searchBar_1685o_28{align-items:center;gap:8px;max-width:380px;display:flex;position:relative}._searchBar_1685o_28 .wrapper,._searchBar_1685o_28>div:first-of-type{width:100%;margin-bottom:0}._searchIcon_1685o_40{color:#9c9c9c;pointer-events:none;z-index:1;align-items:center;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}._searchBar_1685o_28 input{padding-left:36px!important;padding-right:36px!important}._clearSearch_1685o_57{color:#9c9c9c;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:13px;line-height:1;transition:color .15s,background .15s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}._clearSearch_1685o_57:hover{color:#4f4f4f;background:#0000000f}._filtersRow_1685o_78{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._fyFilter_1685o_85{flex-shrink:0;width:220px}._tableToolbar_1685o_90{justify-content:flex-end;padding:6px 0;display:flex}._exportBtn_1685o_96{color:#4636cc;cursor:pointer;background:0 0;border:1px solid #4636cc;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-family:Inter,Segoe UI,sans-serif;font-size:12px;font-weight:600;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}._exportBtn_1685o_96 svg{flex-shrink:0}._exportBtn_1685o_96:hover{color:#fff;background:#4636cc;box-shadow:0 2px 8px #4636cc40}._exportBtn_1685o_96:active{opacity:.85}._teamBlock_1685o_123{border-radius:10px;flex-direction:column;gap:0;display:flex;overflow:hidden}._teamHeading_1685o_131{color:#363636;cursor:pointer;-webkit-user-select:none;user-select:none;background:#e0e6ff;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}._teamHeadingLeft_1685o_143{align-items:center;gap:12px;display:flex}._teamToggleIcon_1685o_149{color:#363636;font-size:14px;font-weight:700}._teamAvatar_1685o_155{color:#4636cc;background:#c6cfff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:800;display:flex}._teamMeta_1685o_169{flex-direction:column;gap:2px;display:flex}._teamName_1685o_175{color:#363636;font-size:14px;font-weight:700}._teamDesig_1685o_181{color:#696969;font-size:11px}._scrollWrapper_1685o_186{border:1px solid #c8d0da;border-radius:6px;width:100%;overflow-x:auto;box-shadow:0 2px 10px #00000014}._scrollWrapper_1685o_186::-webkit-scrollbar{height:6px}._scrollWrapper_1685o_186::-webkit-scrollbar-track{background:#f1f5f9}._scrollWrapper_1685o_186::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}._costsheetTable_1685o_204{border-collapse:collapse;background:#fff;width:100%;min-width:1400px;font-family:Inter,Segoe UI,sans-serif;font-size:12px}._th_1685o_213{text-align:center;color:#1e293b;white-space:nowrap;z-index:2;background:#e8eef6;border:1px solid #b8c4d0;padding:8px 10px;font-size:11px;font-weight:700;line-height:1.35;position:sticky;top:0}._thName_1685o_228{text-align:left;z-index:3;width:190px;min-width:190px;position:sticky;top:0;left:0}._thGratuity_1685o_238{z-index:3;border-right:2px solid #94b8d9;width:165px;min-width:165px;position:sticky;top:0;left:190px}._thAnnual_1685o_248{background:#d4e4f5;border-left:2px solid #7aadcf;min-width:88px}._costSub_1685o_254{opacity:.65;letter-spacing:.02em;font-size:9px;font-weight:400}._td_1685o_261{text-align:right;color:#334155;white-space:nowrap;border:1px solid #dde3eb;padding:6px 10px;font-size:12px}._tdName_1685o_270{text-align:left;z-index:1;background:#fff;width:190px;min-width:190px;font-weight:500;position:sticky;left:0}._tdGratuity_1685o_281{text-align:center;z-index:1;background:#fff;border-right:2px solid #b8c4d0;width:165px;min-width:165px;font-size:11px;position:sticky;left:190px}._tdAnnual_1685o_293{background:#eef4fb;border-left:2px solid #7aadcf;font-weight:700}._tdItalic_1685o_299{color:#64748b;font-style:italic}._dataRow_1685o_304{background:#fff}._dataRow_1685o_304:hover td,._dataRow_1685o_304:hover ._tdName_1685o_270,._dataRow_1685o_304:hover ._tdGratuity_1685o_281{background:#f5f8fc}._sectionLabelRow_1685o_314{background:#fff}._sectionLabelRow_1685o_314 td{color:#1e293b;background:#fff;border-bottom:none;font-size:12px;font-weight:700}._sectionLabelRow_1685o_314 ._tdName_1685o_270{background:#fff}._monthlyCostRow_1685o_328 td{color:#fff;background:#00b4d8;border-color:#0096c7;font-weight:700}._monthlyGratuityRow_1685o_335 td{color:#fff;background:#1565c0;border-color:#0d47a1;font-weight:700}._spacerRow_1685o_342 td{background:#fff;border:none;height:7px;padding:0}._totalCostRow_1685o_349 td{color:#1a1a1a;background:#ffc107;border-color:#e6ac00;font-weight:700}._targetCalcRow_1685o_356 td{color:#fff;background:#1565c0;border-color:#0d47a1;font-weight:700}._targetRow_1685o_363 td{color:#0f172a;background:#f0f6ff;border-top:2px solid #7aadcf;font-weight:700}._loadingState_1685o_370,._emptyState_1685o_371{text-align:center;color:#9c9c9c;letter-spacing:0;background:#fff;border-radius:14px;padding:48px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;box-shadow:0 2px 12px #4636cc12}@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}._searchWrap_x0xvc_21{flex:300px;width:300px;min-width:180px;max-width:300px;position:relative}._searchWrap_x0xvc_21 .wrapper{width:100%;margin-bottom:0}._searchWrap_x0xvc_21 input{box-sizing:border-box;width:100%;padding-left:32px!important;padding-right:30px!important}._searchIcon_x0xvc_39{color:#9c9c9c;pointer-events:none;z-index:2;align-items:center;display:flex;position:absolute;top:50%;left:11px;transform:translateY(-50%)}._clearSearch_x0xvc_51{color:#9c9c9c;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:12px;line-height:1;transition:color .15s,background .15s;position:absolute;top:50%;right:9px;transform:translateY(-50%)}._clearSearch_x0xvc_51:hover{color:#4f4f4f;background:#0000000f}._totalBadge_x0xvc_72{letter-spacing:0;color:#828282;white-space:nowrap;background:#e9e9e9;border-radius:20px;margin-left:auto;padding:4px 12px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px}._modalOverlay_x0xvc_86{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;box-sizing:border-box;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}._modalCard_x0xvc_99{box-sizing:border-box;background:#fff;border-radius:16px;flex-direction:column;width:480px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);padding:24px;animation:.2s ease-out _modalFadeIn_x0xvc_1;display:flex;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@keyframes _modalFadeIn_x0xvc_1{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}._modalHeader_x0xvc_124{border-bottom:1px solid #cfcfcf;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;padding-bottom:14px;display:flex}._modalTitle_x0xvc_134{color:#1c1c1c;margin:0;font-size:16px;font-weight:600}._modalSubTitle_x0xvc_141{color:#828282;margin:2px 0 0;font-size:12px}._modalCloseBtn_x0xvc_147{color:#9c9c9c;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;font-size:18px;transition:background .15s,color .15s;display:flex}._modalCloseBtn_x0xvc_147:hover{color:#4f4f4f;background:#e9e9e9}._modalBody_x0xvc_166{flex-direction:column;gap:14px;display:flex}._formGroup_x0xvc_172{flex-direction:column;gap:6px;display:flex}._formLabel_x0xvc_178{color:#4f4f4f;justify-content:space-between;align-items:center;font-size:13px;font-weight:500;display:flex}._badgeDisabled_x0xvc_187{color:#828282;text-transform:uppercase;background:#e9e9e9;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:500}._badgeEditable_x0xvc_197{color:#4636cc;text-transform:uppercase;background:#eef1ff;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}._inputField_x0xvc_207{box-sizing:border-box;color:#1c1c1c;border:1px solid #b5b5b5;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}._inputField_x0xvc_207:focus{border-color:#4636cc;box-shadow:0 0 0 3px #4636cc1a}._inputField_x0xvc_207:disabled{color:#828282;cursor:not-allowed;background-color:#fafafa;border-color:#cfcfcf}._totalSummaryBox_x0xvc_229{background:linear-gradient(135deg,#eef1ff 0%,#f0fdf4 100%);border:1px solid #bbf7d0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:14px 16px;display:flex}._totalSummaryLabel_x0xvc_241{color:#363636;font-size:13px;font-weight:600}._totalSummaryValue_x0xvc_247{color:#332d82;white-space:nowrap;font-size:16px;font-weight:700}._modalFooter_x0xvc_254{border-top:1px solid #e9e9e9;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:14px;display:flex}@media (width<=600px){._modalOverlay_x0xvc_86{padding:10px}._modalCard_x0xvc_99{border-radius:12px;width:100%;max-width:100%;max-height:calc(100vh - 20px);padding:18px}._modalFooter_x0xvc_254{flex-direction:column-reverse}._modalFooter_x0xvc_254 button{width:100%}._totalSummaryBox_x0xvc_229{flex-direction:column;align-items:flex-start}._totalSummaryValue_x0xvc_247{font-size:15px}}@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_angaz_21{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-height:650px;display:flex;overflow:hidden;box-shadow:0 2px 12px #4636cc12}._table_angaz_21{flex-direction:column;width:100%;height:100%;display:flex;overflow-x:auto}._header_angaz_40{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_angaz_54{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_angaz_75{box-sizing:border-box;flex-direction:column;flex:1;width:100%;display:flex;overflow-y:auto}._body_angaz_75::-webkit-scrollbar{width:6px}._body_angaz_75::-webkit-scrollbar-track{background:#eef1ff}._body_angaz_75::-webkit-scrollbar-thumb{background:#332d82;border-radius:3px}._body_angaz_75::-webkit-scrollbar-thumb:hover{background:#332d82}._row_angaz_97{box-sizing:border-box;border-top:1px solid #eef1ff;align-items:center;width:100%;padding:10px 14px;transition:background-color .15s;display:grid}._row_angaz_97:nth-child(odd){background:#fff}._row_angaz_97:nth-child(2n){background:#eef1ff}._cell_angaz_113{color:#363636;word-break:break-word;overflow-wrap:break-word;white-space:normal;letter-spacing:0;box-sizing:border-box;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}._expandedRow_angaz_130{border-top:1px solid #eef1ff;padding:14px 18px 18px}._nestedTable_angaz_135{background:#fff;border:1px solid #e0e6ff;border-radius:12px;width:100%;overflow:hidden}._nestedHeader_angaz_143{box-sizing:border-box;background:#eef1ff;align-items:center;width:100%;padding:10px 14px;display:grid}._nestedRow_angaz_152{box-sizing:border-box;border-top:1px solid #eef1ff;align-items:center;width:100%;padding:10px 14px;display:grid}._nestedRow_angaz_152:nth-child(2n){background:#fff}._nestedRow_angaz_152:nth-child(odd){background:#eef1ff}._nestedHeaderCell_angaz_167{color:#4636cc;white-space:nowrap;letter-spacing:normal;text-transform:uppercase;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}._nestedCell_angaz_183{color:#363636;letter-spacing:0;box-sizing:border-box;min-width:0;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}._emptyState_angaz_194{text-align:center;color:#9c9c9c;padding:40px}._quarterToggle_angaz_200{cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:0;display:flex}._quarterCircle_angaz_210{color:#4636cc;background:#fff;border:1px solid #c6cfff;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_angaz_225{color:#332d82;font-size:14px;font-weight:600}._calculateButton_angaz_232{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;transition:opacity .15s,background-color .15s}._calculateButton_angaz_232:hover:not(:disabled){opacity:.9}._calculateButton_angaz_232:disabled{opacity:.55;cursor:not-allowed}._candidatesContainer_angaz_254{background:#fff;margin-bottom:16px;padding:12px;overflow:hidden}._candidatesHeader_angaz_261{color:#4636cc;letter-spacing:normal;text-transform:uppercase;background:#eef1ff;border:1px solid #e0e6ff;grid-template-columns:1.5fr 3fr 1fr 1fr;padding:10px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;display:grid}._candidateRow_angaz_280{color:#363636;letter-spacing:0;border:1px solid #e0e6ff;grid-template-columns:1.5fr 3fr 1fr 1fr;padding:10px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:grid}._monthTable_angaz_293{background:#fff;margin-bottom:16px;padding:12px;overflow:hidden}._monthHeader_angaz_300{color:#4636cc;letter-spacing:normal;text-transform:uppercase;background:#eef1ff;border:1px solid #e0e6ff;grid-template-columns:1.5fr 1fr 1fr;padding:10px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;display:grid}._monthRow_angaz_319{box-sizing:border-box;border-top:1px solid #eef1ff;grid-template-columns:1.5fr 1fr 1fr;align-items:center;width:100%;padding:10px 14px;display:grid}._monthRow_angaz_319:nth-child(2n){background:#fff}._monthRow_angaz_319:nth-child(odd){background:#eef1ff}._monthToggle_angaz_335{cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;border:none;align-items:center;gap:12px;padding:0;display:flex}._monthToggle_angaz_335:hover{opacity:.9}._monthCircle_angaz_351{color:#4636cc;background:#fff;border:1px solid #c6cfff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;display:flex}._monthLabel_angaz_366{color:#332d82;font-size:14px;font-weight:600}._toggleBtn_angaz_372{color:#4636cc;cursor:pointer;background:#fff;border:1px solid #c6cfff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;transition:background .15s;display:flex}._toggleBtn_angaz_372:hover{background:#eef1ff}._toggleSpacer_angaz_392{flex-shrink:0;width:32px;height:32px}._designationText_angaz_398{color:#828282;margin-left:4px;font-size:11px;font-weight:400}._treeLine_angaz_405{color:#a4b0fd;margin-right:4px;font-family:monospace}._nameBold_angaz_411{color:#1c1c1c;font-weight:600}._codeText_angaz_416{color:#828282;font-size:12px}._monoTarget_angaz_421{color:#363636;font-family:monospace;font-size:13px}._monoAchieved_angaz_427{color:#22b34a;font-family:monospace;font-size:13px;font-weight:600}._monoIncentive_angaz_434{color:#4636cc;font-family:monospace;font-size:13px;font-weight:700}._quarterCount_angaz_441{color:#828282;font-size:12px}._detailsCellAction_angaz_446{align-items:center;gap:8px;display:flex}._personalPlacementsSection_angaz_452{background:#fafafa;border:1px solid #e0e6ff;border-radius:8px;margin:10px 14px 14px;padding:12px}._personalPlacementsTitle_angaz_460{color:#4636cc;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700}._flatPlacementsContainer_angaz_469{background:#fff;border:1px solid #e0e6ff;border-radius:6px;flex-direction:column;display:flex;overflow:hidden}._flatPlacementsHeader_angaz_478{color:#332d82;background:#eef1ff;border-bottom:1px solid #e0e6ff;grid-template-columns:1.5fr 1.5fr 1fr 1fr 1.2fr;padding:8px 12px;font-size:11px;font-weight:700;display:grid}._flatPlacementRow_angaz_489{color:#4f4f4f;border-bottom:1px solid #e9e9e9;grid-template-columns:1.5fr 1.5fr 1fr 1fr 1.2fr;padding:8px 12px;font-size:11px;display:grid}._flatPlacementRow_angaz_489:last-child{border-bottom:none}._teamDividerRow_angaz_501{background:#fafafa;border-top:1px solid #e0e6ff;border-bottom:1px solid #e0e6ff;align-items:center;margin:10px 0;padding:10px 14px;display:flex}._teamDividerText_angaz_511{color:#4636cc;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}._monthlyRewardCell_angaz_519{align-items:center;gap:6px;display:flex}._infoIcon_angaz_525{cursor:pointer;color:#4636cc;align-items:center;font-size:13px;line-height:1;display:inline-flex;position:relative}._infoIcon_angaz_525:hover{color:#332d82}._halfYearlyCalcSection_angaz_538{background:#fafafa;border:1px solid #e0e6ff;border-radius:8px;margin:12px 14px 14px;padding:12px}._halfYearlyCalcTitle_angaz_546{color:#4636cc;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700}._halfYearlyCalcTable_angaz_555{background:#fff;border:1px solid #e0e6ff;border-radius:6px;overflow:hidden}._halfYearlyCalcHeader_angaz_562{color:#4636cc;text-transform:uppercase;background:#eef1ff;border-bottom:1px solid #e0e6ff;grid-template-columns:1.5fr 1.2fr 1.2fr 1fr;padding:8px 12px;font-size:11px;font-weight:700;display:grid}._halfYearlyCalcRow_angaz_574{color:#4f4f4f;border-bottom:1px solid #e9e9e9;grid-template-columns:1.5fr 1.2fr 1.2fr 1fr;align-items:center;padding:10px 12px;font-family:monospace;font-size:12px;display:grid}._halfYearlyCalcRow_angaz_574:last-child{border-bottom:none}._halfYearlyLabel_angaz_588{color:#332d82;font-weight:700;font-family:var(--font)}._halfYearlyLabel_angaz_588 span{color:#828282;margin-left:4px;font-size:11px;font-weight:400}._placementCount_angaz_600{font-family:var(--font);color:#4636cc;font-size:12px;font-weight:700}._placementCountLabel_angaz_607{color:#828282;font-size:11px;font-weight:400}@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_15cd0_21{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}._filtersLeft_15cd0_30{flex-wrap:wrap;align-items:center;gap:10px;display:flex}._searchWrap_15cd0_37{width:260px;position:relative}._searchWrap_15cd0_37 .wrapper{margin-bottom:0}._searchIcon_15cd0_45{color:#9c9c9c;pointer-events:none;z-index:1;align-items:center;display:flex;position:absolute;top:50%;left:11px;transform:translateY(-50%)}._searchWrap_15cd0_37 input{padding-left:32px!important;padding-right:30px!important}._clearSearch_15cd0_62{color:#9c9c9c;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:12px;line-height:1;transition:color .15s,background .15s;position:absolute;top:50%;right:9px;transform:translateY(-50%)}._clearSearch_15cd0_62:hover{color:#4f4f4f;background:#0000000f}._totalBadge_15cd0_83{letter-spacing:0;color:#828282;white-space:nowrap;background:#e9e9e9;border-radius:20px;padding:4px 12px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px}._actionsRight_15cd0_96{margin-left:auto}._groupsContainer_15cd0_100{flex-direction:column;gap:16px;display:flex}._categoryBlock_15cd0_106{background:#fff;border:1px solid #e8edf3;border-left:4px solid;border-radius:10px;transition:box-shadow .15s;overflow:hidden;box-shadow:0 1px 4px #1018280d}._categoryBlock_15cd0_106:hover{box-shadow:0 3px 12px #10182814}._categoryHeading_15cd0_119{cursor:pointer;text-align:left;background:#f8fafd;border:none;border-bottom:1px solid #edf0f6;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;transition:background .15s;display:flex}._categoryHeading_15cd0_119:hover{background:#f0f4fb}._categoryHeadingLeft_15cd0_136{align-items:center;gap:10px;display:flex}._categoryDot_15cd0_142{border-radius:50%;flex-shrink:0;width:10px;height:10px}._categoryName_15cd0_149{letter-spacing:normal;color:#363636;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:700;font-stretch:100%;line-height:1.43}._categoryBadge_15cd0_162{letter-spacing:0;white-space:nowrap;border-radius:20px;padding:2px 10px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:600;line-height:16px}._categoryToggle_15cd0_174{color:#9c9c9c;flex-shrink:0;font-size:11px;font-weight:700}._categoryTableWrapper_15cd0_181{overflow-x:auto}._categoryTableWrapper_15cd0_181>div{box-shadow:none;border-radius:0;margin-bottom:0}._stateBox_15cd0_190{text-align:center;color:#9c9c9c;letter-spacing:0;background:#fff;border-radius:12px;padding:48px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;box-shadow:0 2px 12px #4636cc0f}._exportBtn_15cd0_204{color:#16a34a;cursor:pointer;letter-spacing:normal;background:#f0fdf4;border:1px dashed #bbf7d0;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;transition:all .2s;display:flex}._exportBtn_15cd0_204 svg{stroke:currentColor;transition:transform .2s}._exportBtn_15cd0_204:hover{background:#dcfce7;border-color:#86efac;transform:translateY(-1px)}._exportBtn_15cd0_204:hover svg{transform:translateY(1px)}._exportBtn_15cd0_204:active{transform:translateY(0)}._modalOverlay_15cd0_241{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1050;background:#0a192f66;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out forwards _fadeIn_15cd0_1;display:flex;position:fixed;inset:0}._modal_15cd0_241{background:#fff;border:1px solid #edf2f7;border-radius:16px;width:100%;max-width:480px;padding:28px;animation:.25s cubic-bezier(.34,1.56,.64,1) forwards _scaleIn_15cd0_1;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._modalHeader_15cd0_265{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}._modalHeader_15cd0_265 h3{letter-spacing:0;color:#363636;margin:0;font-family:Euclid Circular A,sans-serif;font-size:18px;font-weight:700;line-height:22px}._modalClose_15cd0_283{color:#9c9c9c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:4px;font-size:20px;line-height:1;transition:all .15s;display:flex}._modalClose_15cd0_283:hover{color:#4f4f4f;background:#e9e9e9}._modalForm_15cd0_304{flex-direction:column;gap:20px;display:flex}._formField_15cd0_310{flex-direction:column;gap:8px;display:flex}._formField_15cd0_310 label{letter-spacing:0;color:#696969;text-transform:uppercase;letter-spacing:.05em;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:600;line-height:16px}._formField_15cd0_310 .wrapper{margin-bottom:0}._layoutOptions_15cd0_330{flex-direction:column;gap:10px;display:flex}._layoutOption_15cd0_330{cursor:pointer;border:1px solid #cfcfcf;border-radius:10px;align-items:flex-start;gap:12px;padding:12px;transition:all .2s;display:flex}._layoutOption_15cd0_330 input[type=radio]{accent-color:#4636cc;margin-top:3px}._layoutOption_15cd0_330:hover{background:#f8fafc;border-color:#b5b5b5}._layoutOption_15cd0_330._activeOption_15cd0_354{background:#4636cc05;border-color:#4636cc}._layoutLabel_15cd0_359{flex-direction:column;gap:2px;display:flex}._layoutLabel_15cd0_359 span:first-child{letter-spacing:normal;color:#363636;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:600;font-stretch:100%;line-height:1.43}._layoutLabel_15cd0_359 span:last-child{letter-spacing:0;color:#9c9c9c;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._modalActions_15cd0_385{border-top:1px solid #e9e9e9;justify-content:flex-end;gap:12px;margin-top:28px;padding-top:20px;display:flex}@keyframes _fadeIn_15cd0_1{0%{opacity:0}to{opacity:1}}@keyframes _scaleIn_15cd0_1{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@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_1n1tm_25{padding:0}._headerSection_1n1tm_29{margin-bottom:28px}._pageTitle_1n1tm_33{letter-spacing:0;color:#363636;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:800;line-height:36px}._pageSubtitle_1n1tm_44{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}._card_1n1tm_57{background:#fff;border-radius:16px;max-width:960px;padding:22px 26px 26px;box-shadow:0 2px 14px #27215f17}._navWrapper_1n1tm_68{margin-bottom:28px}._navPills_1n1tm_72{border-bottom:1px solid #e0e6ff;flex-wrap:wrap;gap:8px;margin-bottom:18px;padding-bottom:18px;display:flex}._navPill_1n1tm_72{cursor:pointer;background:#fafafa;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:9px 16px 9px 10px;transition:background .15s,color .15s;display:flex}._navPillActive_1n1tm_94{background:#27215f}._navPillIcon_1n1tm_99{background:#e0e6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}._navPillIconActive_1n1tm_111{background:#ffffff2e}._navPillLabel_1n1tm_116{letter-spacing:0;color:#27215f;white-space:nowrap;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:700;line-height:16px}._navPillLabelActive_1n1tm_127{color:#fff}._reportMeta_1n1tm_135{margin-bottom:18px}._reportTitle_1n1tm_139{letter-spacing:normal;color:#363636;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:800;font-stretch:100%;line-height:1.43}._reportDescription_1n1tm_152{letter-spacing:0;color:#6361f3;margin-top:3px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:1.5}._filterGrid3_1n1tm_166{grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:18px;display:grid}._filterGrid1_1n1tm_173{grid-template-columns:1fr;gap:14px;margin-bottom:18px;display:grid}._filterGrid2_1n1tm_180{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;display:grid}._fieldRow_1n1tm_187{margin-bottom:18px}._fieldLabel_1n1tm_191{letter-spacing:0;color:#27215f;letter-spacing:.2px;margin-bottom:6px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:700;line-height:16px;display:block}._dimmed_1n1tm_204{opacity:.4;pointer-events:none;transition:opacity .2s}._buttonRow_1n1tm_213{gap:12px;display:flex}._buttonRow_1n1tm_213>*{flex:1}._singleButtonWrapper_1n1tm_221,._singleButtonWrapper_1n1tm_221>*{width:100%}._errorBanner_1n1tm_231{letter-spacing:0;color:#ef4444;background:#fde8e8;border:1px solid #fbd0d0;border-radius:8px;margin-top:14px;padding:10px 14px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._previewPanel_1n1tm_248{background:#fff;border-radius:16px;margin-top:24px;padding:28px 32px;box-shadow:0 2px 14px #27215f17}._previewHeader_1n1tm_256{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}._previewTitle_1n1tm_265{letter-spacing:0;color:#363636;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:800;line-height:22px}._closeButton_1n1tm_275{color:#27215f;letter-spacing:0;cursor:pointer;background:#fafafa;border:1px solid #e0e6ff;border-radius:8px;padding:8px 14px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:700;line-height:16px}._tabStrip_1n1tm_293{border-bottom:1px solid #e0e6ff;flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}._tabButton_1n1tm_301{letter-spacing:0;cursor:pointer;color:#6361f3;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 14px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:700;line-height:16px}._tabButtonActive_1n1tm_317{color:#27215f;border-bottom-color:#27215f}._previewContent_1n1tm_326{max-height:400px;overflow:auto}._previewContentTall_1n1tm_331{border:1px solid #e0e6ff;border-radius:10px;max-height:460px;overflow:auto}._previewContentTall_1n1tm_331 table{border-collapse:collapse;width:100%}._scrollTable_1n1tm_345{border:1px solid #e0e6ff;border-radius:10px;margin-bottom:28px}._scrollTable_1n1tm_345 table{border-collapse:collapse;width:100%}._th_1n1tm_355{text-align:right;color:#27215f;white-space:nowrap;letter-spacing:.5px;background:#e0e6ff;border-bottom:1px solid #c6cfff;padding:8px 10px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:400;line-height:14px}._thSticky_1n1tm_370{text-align:left;z-index:2;position:sticky;left:0}._thBorderLeft_1n1tm_378{border-left:1px solid #c6cfff}._thCenter_1n1tm_382{text-align:center}._thLeft_1n1tm_386{text-align:left}._td_1n1tm_390{color:#363636;white-space:nowrap;text-align:right;letter-spacing:0;border-bottom:1px solid #e0e6ff;padding:7px 10px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._tdLeft_1n1tm_403{text-align:left}._tdCenter_1n1tm_407{text-align:center}._tdSticky_1n1tm_411{text-align:left;z-index:1;background:#fff;font-weight:600;position:sticky;left:0}._tdBorderLeft_1n1tm_421{border-left:1px solid #e0e6ff}._tdTotal_1n1tm_425{background:#fafafa;font-weight:800}._tdTotalSticky_1n1tm_431{text-align:left;position:sticky;left:0}._sectionTitle_1n1tm_441{letter-spacing:0;color:#363636;margin:4px 0 12px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:800;line-height:16px}._miniStatRow_1n1tm_455{flex-wrap:wrap;gap:24px;margin-bottom:14px;display:flex}._miniStat_1n1tm_455{background:#fafafa;border-radius:10px;min-width:140px;padding:10px 16px}._miniStatLabel_1n1tm_469{letter-spacing:.5px;color:#6361f3;margin-bottom:2px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:700;line-height:14px}._miniStatValue_1n1tm_480{letter-spacing:normal;color:#363636;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:800;font-stretch:100%;line-height:1.43}._managerPills_1n1tm_496{border-bottom:1px solid #e0e6ff;flex-wrap:wrap;gap:6px;margin-bottom:18px;padding-bottom:14px;display:flex}._managerPill_1n1tm_496{color:#27215f;letter-spacing:0;cursor:pointer;white-space:nowrap;background:#fafafa;border:1.5px solid #c6cfff;border-radius:999px;padding:6px 14px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:700;line-height:16px;transition:background .15s,color .15s,border-color .15s}._managerPillActive_1n1tm_522{color:#fff;background:#27215f;border-color:#27215f}._emptyMessage_1n1tm_532{letter-spacing:0;color:#6361f3;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._emptyMessageNote_1n1tm_541{margin-top:12px}@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_j6sop_21{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._headerActions_j6sop_28{align-items:center;gap:10px;display:flex}._pageTitle_j6sop_34{letter-spacing:0;color:#363636;align-items:center;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:800;line-height:36px;display:flex}._recordsBadge_j6sop_47{letter-spacing:0;color:#828282;background:#e9e9e9;border-radius:12px;margin-left:10px;padding:4px 10px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:600;line-height:16px}._pageSubtitle_j6sop_61{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}._filters_j6sop_71{align-items:center;gap:10px;margin-bottom:14px;display:flex}._searchField_j6sop_78{width:300px}._statusFilter_j6sop_82{width:160px}._modalBackdrop_j6sop_86{z-index:1000;background:#27215f73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_j6sop_86{background:#fff;border-radius:16px;width:720px;max-height:85vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modalHeader_j6sop_107{border-bottom:1px solid #e0e6ff;justify-content:space-between;align-items:center;margin-bottom:22px;padding-bottom:12px;display:flex}._modalTitle_j6sop_116{letter-spacing:0;color:#363636;margin:0;font-family:Euclid Circular A,sans-serif;font-size:20px;font-weight:700;line-height:22px}._closeButton_j6sop_128{color:#9c9c9c;cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1;transition:color .15s}._closeButton_j6sop_128:hover{color:#696969}._formGrid_j6sop_142{grid-template-columns:1fr 1fr;gap:14px 20px;display:grid}._sectionTitle_j6sop_148{letter-spacing:normal;color:#4636cc;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e0e6ff;grid-column:1/-1;margin-top:22px;padding-bottom:8px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-style:normal;font-weight:800;font-stretch:100%;line-height:1.43}._sectionTitle_j6sop_148:first-child{margin-top:5px}._detailRow_j6sop_172{border-bottom:1px solid #eef1ff80;flex-direction:column;gap:4px;padding:6px 0;display:flex}._detailLabel_j6sop_180{letter-spacing:0;color:#828282;text-transform:uppercase;letter-spacing:.5px;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:600;line-height:16px}._detailValue_j6sop_193{letter-spacing:normal;color:#363636;word-break:break-all;font-family:Euclid Circular A,sans-serif;font-size:13px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._detailValueMono_j6sop_207{color:#4f4f4f;font-family:monospace}._statusBadge_j6sop_212{text-transform:uppercase;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:600;display:inline-block}._statusPositive_j6sop_221{color:#10b981;background:#f1fefa}._statusNegative_j6sop_226{color:#ef4444;background:#fde8e8}._modalFooter_j6sop_231{border-top:1px solid #e0e6ff;justify-content:flex-end;gap:10px;margin-top:28px;padding-top:16px;display:flex}._profilePage_1wfod_8{background:#fafafa;min-height:100vh;padding:24px}._profileCard_1wfod_14{background:#fff;border:1px solid #e9e9e9;border-radius:20px;padding:32px;box-shadow:0 4px 20px #0000000f}._header_1wfod_22{align-items:center;gap:24px;margin-bottom:32px;display:flex}._header_1wfod_22 h1{color:#27215f;margin:0;font-size:28px}._header_1wfod_22 p{color:#6361f3;margin-top:6px;font-weight:600}._avatar_1wfod_39{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_1wfod_52{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}._infoItem_1wfod_58{background:#eef1ff;border:1px solid #e0e6ff;border-radius:12px;padding:16px}._infoItem_1wfod_58 label{color:#828282;margin-bottom:8px;font-size:13px;display:block}._infoItem_1wfod_58 span{color:#27215f;font-size:16px;font-weight:600}._editBtn_1wfod_76{color:#fff;cursor:pointer;background:#4636cc;border:none;border-radius:10px;margin-top:32px;padding:12px 24px;font-weight:600;transition:all .2s}._editBtn_1wfod_76:hover{background:#392ea5}@media (width<=768px){._infoGrid_1wfod_52{grid-template-columns:1fr}._header_1wfod_22{flex-direction:column;align-items:flex-start}}._reportingSection_1wfod_100{grid-column:1/-1;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px;display:grid}._sectionTitle_1wfod_108{color:#222;grid-column:1/-1;margin-bottom:4px;font-size:18px;font-weight:600}._sectionHeading_1wfod_116{grid-column:1/-1;margin-top:24px;margin-bottom:8px}._sectionHeading_1wfod_116 h3{color:#222;margin:0;font-size:18px;font-weight:600}@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}._toast-container_12ff3_21{z-index:9999;flex-direction:column;align-items:center;gap:10px;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}._toast_12ff3_21{border-radius:12px;align-items:center;gap:12px;min-width:300px;padding:6px 8px;animation:.3s ease-out _fadeIn_12ff3_1,.3s ease-out 3.7s forwards _fadeOut_12ff3_1;display:flex;box-shadow:0 4px 12px #00000026}._toast-icon_12ff3_43{border-radius:50%;flex-shrink:0;width:34px;height:34px;padding:8px}._toast-success_12ff3_50{color:#4caf50;background-color:#fff}._toast-success_12ff3_50 ._toast-icon_12ff3_43{background-color:#4caf501a}._toast-error_12ff3_57{color:#f44336;background-color:#fff}._toast-error_12ff3_57 ._toast-icon_12ff3_43{background-color:#f443361a}._toast-info_12ff3_64{color:#2196f3;background-color:#fff}._toast-info_12ff3_64 ._toast-icon_12ff3_43{background-color:#2196f31a}._toast-warning_12ff3_71{color:#ff9800;background-color:#fff}._toast-warning_12ff3_71 ._toast-icon_12ff3_43{background-color:#ff98001a}._toast-message_12ff3_78{flex:1}._toast-close_12ff3_81{color:#828282;cursor:pointer;opacity:.8;background:0 0;border:none;padding:0;font-size:24px;line-height:1}._toast-close_12ff3_81:hover{opacity:1}._toast-close_12ff3_81:focus{outline:none}@keyframes _fadeIn_12ff3_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_12ff3_1{0%{opacity:1}to{opacity:0}}@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}._loading_d79uk_23{color:#4636cc;letter-spacing:0;padding:40px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}._kpiRow_d79uk_34{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}._loginGroup_d79uk_42{flex-direction:column;justify-content:center;gap:18px;display:flex}._loginLink_d79uk_49{align-items:center;gap:8px;text-decoration:none;display:flex}._loginLink_d79uk_49:hover{opacity:.75}._loginCardLogo_d79uk_59{object-fit:contain;flex-shrink:0;width:120px;height:30px}._loginCardLabel_d79uk_66{letter-spacing:0;color:#363636;white-space:nowrap;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px}._twoCol_d79uk_77{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}._pageTitle_d79uk_84{letter-spacing:0;color:#363636;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:800;line-height:36px}._pageSubtitle_d79uk_95{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}._profileName_d79uk_106{color:#332d82;letter-spacing:-.3px;margin-bottom:1px;font-size:15px;font-weight:800}._profileRole_d79uk_114{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._profileFields_d79uk_123{flex-direction:column;gap:9px;margin:14px 0;display:flex}._profileRow_d79uk_130{letter-spacing:0;justify-content:space-between;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;display:flex}._profileLabel_d79uk_140{color:#828282}._profileValue_d79uk_144{color:#332d82;font-weight:600}._sectionLabel_d79uk_149{text-transform:uppercase;letter-spacing:.07em;color:#828282;margin:10px 0 9px;font-size:9px;font-weight:700}._managerCard_d79uk_158{background:#eef1ff;border:1px solid #cfcfcf;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 13px;display:flex}._managerName_d79uk_168{letter-spacing:normal;color:#332d82;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._gaugeCenter_d79uk_181{text-align:center;padding:8px 0 16px}._statusBadge_d79uk_186{letter-spacing:0;border-radius:20px;align-items:center;gap:6px;margin-bottom:10px;padding:5px 14px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px;display:inline-flex}._pctValue_d79uk_200{color:#4636cc;letter-spacing:-1px;font-family:Roboto Mono,monospace;font-size:36px;font-weight:800;line-height:1.1}._pctSub_d79uk_209{letter-spacing:0;color:#828282;margin-top:4px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._pctSubHighlight_d79uk_219{color:#4636cc;font-weight:700}._statsRow_d79uk_224{border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;margin-bottom:16px;padding:12px 0;display:flex}._statCell_d79uk_232{text-align:center;flex:1}._statCellValue_d79uk_237{font-family:Roboto Mono,monospace;font-size:14px;font-weight:800}._statCellLabel_d79uk_243{color:#828282;margin-top:3px;font-size:10px}._snapshotItem_d79uk_250{align-items:center;gap:8px;margin-bottom:8px;display:flex}._snapshotBadge_d79uk_257{text-align:center;border-radius:20px;flex-shrink:0;width:108px;padding:2px 9px;font-size:10px;font-weight:600}._snapshotBar_d79uk_267{background:#e0e6ff;border-radius:4px;flex:1;height:6px;overflow:hidden}._snapshotFill_d79uk_275{border-radius:4px;height:100%;transition:width .6s}._snapshotPct_d79uk_281{text-align:right;min-width:30px;font-size:10px;font-weight:700}._snapshotCount_d79uk_288{color:#828282;min-width:52px;font-size:10px}._noTeamData_d79uk_294{letter-spacing:0;color:#828282;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._myStatusBanner_d79uk_304{letter-spacing:0;background:#eef1ff;border:1px solid #cfcfcf;border-radius:8px;justify-content:space-between;align-items:center;margin-top:12px;padding:9px 13px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;display:flex}._myStatusText_d79uk_320{color:#22b34a;margin-left:4px;font-weight:700}._myStatusPeriod_d79uk_326{color:#828282;font-size:10px}._sectionHeader_d79uk_332{margin-top:6px}._tableCardHeader_d79uk_337{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}._tableCardFy_d79uk_344{color:#828282;font-size:10px}._achievedCell_d79uk_349{color:#22b34a;font-family:Roboto Mono,monospace;font-weight:600}._incentiveTypeCell_d79uk_355{color:#828282;letter-spacing:0;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._breakupRow_d79uk_364{background-color:#eef1ff}._breakupRow_d79uk_364 td{padding:7px 12px!important;font-size:11px!important}._breakupLabel_d79uk_372{color:#696969;align-items:center;gap:6px;display:flex;padding-left:24px!important}._breakupLabel_d79uk_372:before{content:"↳";color:#9c9c9c;font-weight:600}._breakupValue_d79uk_385{color:#4f4f4f;font-weight:500}._incentiveSummaryBox_d79uk_390{background:#eef1ff;border:1px solid #cfcfcf;border-radius:8px;justify-content:flex-end;align-items:center;margin-top:12px;padding:11px 14px;display:flex}._summaryLabel_d79uk_401{color:#828282;justify-content:flex-end;font-size:10px}._summaryValue_d79uk_407{margin-top:2px;font-family:Roboto Mono,monospace;font-size:17px;font-weight:800}._summaryValuePrimary_d79uk_414{color:#4636cc}._summaryValueAmber_d79uk_418{color:#f5a623}._summaryRight_d79uk_422{text-align:right}._oneCol_d79uk_427{grid-template-columns:1fr;margin-bottom:24px;display:grid}._teamTable_d79uk_433{font-size:14px}._teamTable_d79uk_433 th{padding:12px 10px;font-size:12px}._teamTable_d79uk_433 td{padding:14px 10px;font-size:14px}._teamTable_d79uk_433 tr{padding:15px}._fullWidthCard_d79uk_448{grid-column:1/-1}._festemberToggle_d79uk_453{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex}._festemberToggleLabel_d79uk_461{color:#4f4f4f;white-space:nowrap;letter-spacing:.01em;font-size:12px;font-weight:700}._toggleSwitch_d79uk_469{background:#b5b5b5;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .25s;position:relative}._toggleSwitch_d79uk_469:focus-visible{outline-offset:2px;outline:2px solid #4636cc}._toggleSwitchActive_d79uk_483{background:#4636cc}._toggleKnob_d79uk_487{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}._toggleSwitchActive_d79uk_483 ._toggleKnob_d79uk_487{transform:translate(18px)}._festemberLoading_d79uk_502{color:#4636cc;text-align:center;margin-bottom:24px;padding:20px 0;font-size:13px;font-weight:600}@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}._page_1e4d1_24{color:#1c1c1c;width:100%;min-height:100%;font-family:Euclid Circular A,sans-serif;display:flex}._main_1e4d1_35{flex:1;min-width:0;overflow-x:hidden;container:dashboard/inline-size}._header_1e4d1_43{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:16px;min-width:0;margin-bottom:20px;display:flex}._headerTitle_1e4d1_53{letter-spacing:0;color:#27215f;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:500;line-height:36px}._headerSubtitle_1e4d1_63{letter-spacing:normal;color:#696969;margin:4px 0 0;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._filters_1e4d1_76{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:10px;display:flex}._filterDropdown_1e4d1_84{flex-shrink:0;width:155px}._filterDateRange_1e4d1_89{flex-shrink:0;width:220px;position:relative}._filterDisabled_1e4d1_95{opacity:.4;pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity .2s}._lastUpdated_1e4d1_102{color:#828282;letter-spacing:0;flex-direction:column;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;display:flex}._lastUpdatedValue_1e4d1_113{color:#363636;letter-spacing:normal;margin-top:4px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._topBar_1e4d1_126{background:#fff;border-bottom:1px solid #e9e9e9;border-radius:12px 12px 0 0;justify-content:flex-end;align-items:center;gap:10px;margin-bottom:4px;padding:8px 24px;display:flex}._loginLink_1e4d1_138{background:#fff;border:1px solid #cfcfcf;border-radius:8px;align-items:center;gap:6px;padding:4px 8px;text-decoration:none;transition:background .15s,border-color .15s,opacity .15s;display:flex}._loginLink_1e4d1_138:hover{opacity:1;background:#fafafa;border-color:#a4b0fd}._loginCardLogo_1e4d1_155{object-fit:contain;flex-shrink:0;width:80px;height:22px}._loginCardLabel_1e4d1_162{letter-spacing:0;color:#4f4f4f;white-space:nowrap;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px}._revealToggleBtn_1e4d1_172{color:#4f4f4f;cursor:pointer;letter-spacing:normal;background:#fff;border:1px solid #cfcfcf;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;transition:background .15s,border-color .15s;display:flex}._revealToggleBtn_1e4d1_172 svg{width:15px;height:15px}._revealToggleBtn_1e4d1_172:hover{background:#fafafa;border-color:#b5b5b5}._dataWrap_1e4d1_204{position:relative}._dataInner_1e4d1_208{transition:filter .2s}._dataInnerBlurred_1e4d1_212{filter:blur(14px);-webkit-user-select:none;user-select:none;pointer-events:none}._revealOverlay_1e4d1_218{z-index:10;justify-content:center;align-items:center;min-height:320px;display:flex;position:absolute;inset:0}._revealCard_1e4d1_228{text-align:center;background:#fff;border:1px solid #e9e9e9;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:28px 32px;display:flex;box-shadow:0 8px 24px #10182814}._revealIcon_1e4d1_241{background:#eef1ff;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:4px;display:flex}._revealIcon_1e4d1_241 svg{color:#332d82;width:18px;height:18px}._revealTitle_1e4d1_257{color:#1c1c1c;letter-spacing:normal;margin:0;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._revealSubtitle_1e4d1_270{color:#828282;letter-spacing:0;margin:0 0 8px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._revealButton_1e4d1_280{color:#fff;cursor:pointer;letter-spacing:normal;background:#332d82;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 18px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;transition:background .15s;display:flex}._revealButton_1e4d1_280 svg{width:15px;height:15px}._revealButton_1e4d1_280:hover{background:#27215f}._loadingBanner_1e4d1_308,._errorBanner_1e4d1_309{letter-spacing:normal;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._loadingBanner_1e4d1_308{color:#27215f;background:#eef1ff;border:1px solid #e0e6ff}._errorBanner_1e4d1_309{color:#dd4040;background:#fce8e8;border:1px solid #fce8e8}._kpiGrid_1e4d1_338{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px;display:grid}@container dashboard (width>=480px){._kpiGrid_1e4d1_338{grid-template-columns:repeat(4,minmax(0,1fr))}}@container dashboard (width>=640px){._kpiGrid_1e4d1_338{grid-template-columns:repeat(8,minmax(0,1fr))}}._kpiCard_1e4d1_355{text-align:center;background:#fff;border:1px solid #e9e9e9;border-radius:12px;flex-direction:column;align-items:center;min-width:0;padding:12px 10px;transition:box-shadow .15s,transform .15s;display:flex;box-shadow:0 1px 2px #1018280a}._kpiCard_1e4d1_355:hover{transform:translateY(-1px);box-shadow:0 6px 16px #10182814}._kpiTop_1e4d1_373{flex-direction:column;align-items:center;gap:6px;width:100%;display:flex}._kpiIcon_1e4d1_381{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}._kpiIcon_1e4d1_381 svg{color:#fff;width:16px;height:16px}._kpiTextWrap_1e4d1_396{width:100%;min-width:0}._kpiLabel_1e4d1_401{color:#828282;letter-spacing:.5px;text-transform:uppercase;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:400;line-height:14px}._kpiValue_1e4d1_415{color:#1c1c1c;margin:2px 0 0;font-family:Euclid Circular A,sans-serif;font-size:19px;font-weight:700;line-height:24px}._kpiValueNegative_1e4d1_424{color:#dd4040}._kpiSub_1e4d1_428{color:#828282;letter-spacing:0;margin:2px 0 0;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._kpiSpark_1e4d1_438{width:100%;height:40px;margin-top:8px}._row_1e4d1_447{flex-wrap:wrap;align-items:stretch;gap:16px;width:100%;margin-bottom:16px;display:flex}._row_1e4d1_447._row2col_1e4d1_455>*{flex:calc(50% - 8px);min-width:320px!important}._row_1e4d1_447._row3col_1e4d1_459>*{flex:calc(33.333% - 11px);min-width:260px!important}._row_1e4d1_447._row4col_1e4d1_463>*{flex:calc(25% - 12px);min-width:200px!important}._row_1e4d1_447._rowFull_1e4d1_467>*{flex:100%;min-width:0!important}._panel_1e4d1_472{background:#fff;border:1px solid #e9e9e9;border-radius:12px;flex-direction:column;min-width:0;padding:16px;transition:box-shadow .15s;display:flex;box-shadow:0 1px 2px #1018280a}._panel_1e4d1_472:hover{box-shadow:0 6px 20px #1018280f}._panelTitle_1e4d1_487{color:#363636;letter-spacing:0;text-transform:uppercase;letter-spacing:.4px;margin:0 0 12px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px}._panelFilterRow_1e4d1_499{justify-content:flex-end;align-items:center;gap:10px;margin-bottom:12px;display:flex}._panelBody_1e4d1_507{flex:1;min-height:0}._donutWrap_1e4d1_512{position:relative}._donutCenterOverlay_1e4d1_516{pointer-events:none;text-align:center;flex-direction:column;align-items:center;gap:2px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._donutCenterValue_1e4d1_529{color:#1c1c1c;font-family:Euclid Circular A,sans-serif;font-size:18px;font-weight:700;line-height:22px}._donutCenterLabel_1e4d1_537{color:#828282;letter-spacing:.5px;text-transform:uppercase;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:400;line-height:12px}._legendGrid_1e4d1_548{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 8px;margin:8px 0 0;padding:0;list-style:none;display:grid}._legendItem_1e4d1_557{color:#4f4f4f;letter-spacing:0;border-radius:6px;align-items:center;gap:6px;min-width:0;padding:4px 6px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;transition:background .12s;display:flex}._legendItem_1e4d1_557:hover{background:#fafafa}._legendDot_1e4d1_576{background-color:#b5b5b5;border-radius:999px;flex-shrink:0;width:8px;height:8px}._legendName_1e4d1_584{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}._legendValue_1e4d1_592{white-space:nowrap;color:#828282;flex-shrink:0;align-items:baseline;gap:2px;font-family:Roboto Mono,monospace;font-size:11px;display:flex}._legendPercentage_1e4d1_603{color:#9c9c9c;font-size:11px}._chartLegendInline_1e4d1_608{justify-content:center;gap:16px;margin-top:4px;display:flex}._legendItemInline_1e4d1_615{color:#696969;letter-spacing:0;align-items:center;gap:6px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;display:flex}._rankedListStack_1e4d1_630{grid-template-rows:repeat(2,minmax(0,1fr));gap:16px;display:grid}._rankedList_1e4d1_630{background:#fff;border:1px solid #e9e9e9;border-radius:12px;padding:12px}._rankedListPositive_1e4d1_643,._rankedListNegative_1e4d1_647{background:#fff}._rankedListHeader_1e4d1_651{align-items:center;gap:8px;margin-bottom:8px;display:flex}._rankedListHeader_1e4d1_651 svg{width:15px;height:15px}._rankedListTitle_1e4d1_662{color:#363636;letter-spacing:0;text-transform:uppercase;letter-spacing:.4px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:500;line-height:16px}._rankedItems_1e4d1_673{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}._rankedItem_1e4d1_673{letter-spacing:0;justify-content:space-between;align-items:center;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex}._rankedName_1e4d1_693{color:#4f4f4f;align-items:center;gap:8px;display:flex}._rankedBadge_1e4d1_700{color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:500;display:flex}._rankedValue_1e4d1_714{font-family:Roboto Mono,monospace;font-size:13px;font-weight:500}._insightsGrid_1e4d1_723{flex-wrap:wrap;gap:12px;display:flex}._insightCard_1e4d1_729{background:#fff;border:1px solid #e9e9e9;border-radius:8px;flex:220px;align-items:flex-start;gap:8px;min-width:220px;padding:10px;display:flex}._insightIcon_1e4d1_741{flex-shrink:0;width:16px;height:16px;margin-top:2px}._insightText_1e4d1_748{color:#4f4f4f;letter-spacing:0;margin:0;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._showDataButton_1e4d1_759{justify-content:flex-end;margin-bottom:12px;display:flex}._showDataButton_1e4d1_759 button{gap:8px}._showDataButton_1e4d1_759 button svg{width:16px;height:16px}._tillDateListWrap_1e4d1_775{flex-direction:column;height:300px;display:flex}._tillDateListHeader_1e4d1_781{background:0 0;border-bottom:1px solid #c1def68c;flex-shrink:0;grid-template-columns:1fr 1fr 1fr repeat(5,75px);gap:8px;margin-bottom:4px;padding:0 12px 8px;display:grid}._tillDateListHeader_1e4d1_781 span{text-transform:uppercase;letter-spacing:.07em;color:#828282;font-size:9px;font-weight:700}._tillDateListBody_1e4d1_799{flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}._tillDateListBody_1e4d1_799::-webkit-scrollbar{width:4px}._tillDateListBody_1e4d1_799::-webkit-scrollbar-track{background:0 0}._tillDateListBody_1e4d1_799::-webkit-scrollbar-thumb{background:#c6cfff;border-radius:4px}._tillDateListRow_1e4d1_817{border-radius:6px;grid-template-columns:1fr 1fr 1fr repeat(5,75px);gap:8px;padding:8px 12px;transition:background .12s;display:grid}._tillDateListRow_1e4d1_817:nth-child(2n){background:#eef1ff}._tillDateListRow_1e4d1_817:hover{background:#e0e6ff}._tillDateColName_1e4d1_832{letter-spacing:0;color:#332d82;white-space:nowrap;text-overflow:ellipsis;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:600;line-height:16px;overflow:hidden}._tillDateColManager_1e4d1_845{letter-spacing:0;color:#696969;white-space:nowrap;text-overflow:ellipsis;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;overflow:hidden}._tillDateCol_1e4d1_832{color:#4f4f4f;text-align:right;font-family:Roboto Mono,monospace;font-size:11px}._roiListWrap_1e4d1_867{flex-direction:column;max-height:380px;display:flex}._roiListHeader_1e4d1_873{border-bottom:1px solid #c1def68c;flex-shrink:0;grid-template-columns:1.6fr repeat(4,100px);align-items:center;gap:8px;margin-bottom:4px;padding:0 12px 8px;display:grid}._roiListHeader_1e4d1_873 span{text-transform:uppercase;letter-spacing:.07em;color:#828282;font-size:9px;font-weight:700}._roiListBody_1e4d1_891{flex-direction:column;gap:2px;display:flex;overflow-y:auto}._roiListBody_1e4d1_891::-webkit-scrollbar{width:4px}._roiListBody_1e4d1_891::-webkit-scrollbar-track{background:0 0}._roiListBody_1e4d1_891::-webkit-scrollbar-thumb{background:#c6cfff;border-radius:4px}._roiListRow_1e4d1_908{border-radius:8px;grid-template-columns:1.6fr repeat(4,100px);align-items:center;gap:8px;padding:10px 12px;transition:background .12s;display:grid}._roiListRow_1e4d1_908:nth-child(2n){background:#eef1ff}._roiListRow_1e4d1_908:hover{background:#e0e6ff}._roiColName_1e4d1_924{letter-spacing:0;color:#332d82;white-space:nowrap;text-overflow:ellipsis;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:600;line-height:16px;overflow:hidden}._roiCol_1e4d1_924{color:#4f4f4f;text-align:right;font-family:Roboto Mono,monospace;font-size:11px}
