@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:#f2f7fd;--brand-100:#e3effb;--brand-200:#c1def6;--brand-300:#8bc4ee;--brand-400:#4da6e3;--brand-500:#268ad1;--brand-600:#1769aa;--primary:#15578f;--primary-rgb:21, 87, 143;--brand-800:#154b77;--brand-900:#173f63;--brand-950:#0f2842;--bg:var(--brand-50);--surface:#fff;--sidebar-bg:var(--brand-950);--accent:var(--brand-500);--accent-lt:var(--brand-400);--border:var(--brand-200);--text:var(--brand-900);--text-sub:var(--brand-800);--text-mut:var(--brand-400);--green:#22b34a;--green-lt:#e0f8e9;--amber:#f5a623;--amber-lt:#fff4dc;--purple:#7a54d4;--purple-lt:#ede9fb;--red:#dd4040;--red-lt:#fce8e8;--teal:#0ea5a0;--teal-lt:#e0f8f7;--r-sm:6px;--r-md:10px;--r-lg:14px;--shadow-card:0 2px 14px rgba(var(--primary-rgb), .08), 0 0 0 1px #c1def680;--shadow-lg:0 8px 32px rgba(var(--primary-rgb), .14);--shadow-sm:0 1px 4px rgba(var(--primary-rgb), .06);--font:"Euclid Circular A", "Segoe UI", sans-serif;--mono:"Roboto Mono", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.5}#root{flex-direction:column;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.55)}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:var(--brand-200);border-radius:10px}.shell{height:100vh;display:flex;overflow:hidden}.sidebar{background:var(--sidebar-bg);flex-direction:column;flex-shrink:0;width:230px;display:flex;position:relative;overflow:hidden}.sidebar:before{content:"";pointer-events:none;background:repeating-linear-gradient(135deg,#ffffff05 0 1px,#0000 1px 24px);position:absolute;inset:0}.sidebar:after{content:"";background:linear-gradient(#0000,#4da6e333 40%,#0000);width:1px;height:100%;position:absolute;top:0;right:0}.logo-area{border-bottom:1px solid #8bc4ee1a;padding:18px 16px 14px}.logo-badge{background:var(--primary);border-radius:var(--r-md);align-items:center;gap:10px;padding:11px 13px;display:flex}.logo-name{color:#fff;font-size:13px;font-weight:700}.nav{flex-direction:column;flex:1;gap:1px;padding:8px 10px;display:flex;overflow-y:auto}.nav::-webkit-scrollbar{display:none}.nav-label{letter-spacing:.1em;color:#ffffff73;text-transform:uppercase;padding:12px 10px 4px;font-size:9px;font-weight:600}.nav-item{border-radius:var(--r-md);color:var(--brand-300);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font);align-items:center;gap:9px;padding:10px 11px;text-decoration:none;transition:background .14s,color .14s;display:flex;position:relative}.nav-item:hover{color:#fff;background:#ffffff0f}.nav-item.active{background:var(--primary);color:#fff}.nav-item.active:before{content:"";background:var(--accent-lt);border-radius:0 2px 2px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.nav-icon{text-align:center;flex-shrink:0;width:18px;font-size:14px}.sidebar-footer{border-top:1px solid #8bc4ee1a;padding:10px 10px 14px}.user-card{border-radius:var(--r-md);background:#15578f6b;align-items:center;gap:10px;padding:10px 12px;display:flex}.user-av{background:var(--accent-lt);width:34px;height:34px;color:var(--brand-950);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.u-name{color:#fff;font-size:12px;font-weight:600}.u-role{color:var(--brand-300);margin-top:1px;font-size:10px}.main{flex-direction:column;flex:1;display:flex;overflow:hidden}.topbar{background:var(--surface);border-bottom:1px solid var(--border);height:60px;box-shadow:var(--shadow-sm);flex-shrink:0;align-items:center;gap:13px;padding:0 26px;display:flex}.search-bar{background:var(--brand-50);border:1px solid var(--border);border-radius:var(--r-md);color:var(--text-mut);width:210px;font-size:12px;font-family:var(--font);cursor:text;align-items:center;gap:7px;padding:7px 13px;display:flex}.content{background:var(--bg);flex:1;padding:20px 26px 50px;overflow-y:auto}.content::-webkit-scrollbar{width:4px}.content::-webkit-scrollbar-thumb{background:var(--brand-200);border-radius:10px}.section-header{margin-bottom:14px}.section-header h1{color:var(--text);letter-spacing:-.4px;font-size:20px;font-weight:800;font-family:var(--font);margin:0}.section-header p{color:var(--text-mut);margin-top:3px;font-size:11px}.card{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-card);padding:17px 19px;animation:.3s both fadeUp}.card-title{color:var(--text-mut);text-transform:uppercase;letter-spacing:.08em;margin-bottom:13px;font-size:10.5px;font-weight:700}.card-hdr{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.card-hdr .card-title{margin-bottom:0}.divider{background:var(--border);opacity:.55;height:1px;margin:11px 0}.row-4{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:13px;display:grid}.row-3{grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:13px;display:grid}.row-2{grid-template-columns:1fr 1fr;gap:13px;margin-bottom:13px;display:grid}.stat-card{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-card);align-items:center;gap:13px;padding:15px 17px;transition:transform .2s,box-shadow .2s;animation:.3s both fadeUp;display:flex}.stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.stat-icon{border-radius:var(--r-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.stat-body{flex:1;min-width:0}.stat-val{color:var(--text);letter-spacing:-.5px;font-size:19px;font-weight:800;line-height:1.1;font-family:var(--mono)}.stat-lbl{color:var(--text-mut);margin-top:4px;font-size:10px;font-weight:500}.stat-badge{border-radius:20px;margin-top:5px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.badge{font-size:10px;font-weight:600;font-family:var(--font);border-radius:20px;padding:3px 9px;display:inline-block}.h-table{border-collapse:collapse;width:100%}.h-table thead th{text-transform:uppercase;letter-spacing:.07em;color:var(--text-mut);text-align:left;font-size:9px;font-weight:700;font-family:var(--font);border-bottom:1px solid #c1def68c;padding:0 8px 8px}.h-table tbody tr{transition:background .12s}.h-table tbody tr:hover td,.h-table tbody tr.alt td{background:var(--brand-50)}.h-table tbody tr.alt:hover td{background:var(--brand-100)}.h-table td{color:var(--text-mut);vertical-align:middle;font-size:11px;font-family:var(--font);padding:8px}.h-table td:first-child{color:var(--text);font-size:12px;font-weight:600}.mono{font-family:var(--mono)}.fw7{font-weight:700}.fw8{font-weight:800}.page-header{align-items:center;gap:12px;margin-bottom:18px;display:flex}.page-title{color:var(--text);letter-spacing:-.4px;font-size:20px;font-weight:800}.page-sub{color:var(--text-mut);margin-top:2px;font-size:11px}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--r-sm);height:34px;font-family:var(--font);cursor:pointer;white-space:nowrap;border:none;padding:0 16px;font-size:12px;font-weight:700;transition:background .15s,opacity .15s}.btn-primary:hover{background:var(--brand-600)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-outline{height:34px;color:var(--primary);border:1.5px solid var(--border);border-radius:var(--r-sm);font-family:var(--font);cursor:pointer;white-space:nowrap;background:0 0;padding:0 14px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s}.btn-outline:hover{background:var(--brand-50);border-color:var(--accent)}.btn-outline:disabled{opacity:.55;cursor:not-allowed}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0f28428c;justify-content:center;align-items:center;animation:.18s both fadeUp;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);flex-direction:column;width:540px;max-height:90vh;animation:.2s both fadeUp;display:flex;overflow:hidden}.modal-hdr{border-bottom:1px solid var(--border);color:var(--text);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;font-size:14px;font-weight:700;display:flex}.modal-close{color:var(--text-mut);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:none;padding:2px 6px;font-size:16px;line-height:1;transition:background .12s}.modal-close:hover{background:var(--brand-50);color:var(--text)}.modal-body{flex:1;padding:20px;overflow-y:auto}.modal-footer{border-top:1px solid var(--border);background:var(--brand-50);flex-shrink:0;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._sidebar_119k1_20{background:#0f2842;flex-direction:column;width:270px;min-width:270px;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}._header_119k1_32{align-items:center;gap:10px;padding:20px 16px 18px;display:flex}._logoContainer_119k1_39{background:#15578f;border-radius:10px;align-items:center;gap:10px;padding:11px 13px;display:flex}._logoMark_119k1_48{width:30px;height:30px}._brandName_119k1_53{letter-spacing:0;color:#fff;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:500;line-height:22px}._nav_119k1_62{flex-direction:column;flex:1;gap:20px;padding:36px 10px;display:flex;overflow-y:auto}._nav_119k1_62::-webkit-scrollbar{width:0}._navSection_119k1_74{flex-direction:column;display:flex}._sectionLabel_119k1_79{letter-spacing:.5px;text-transform:uppercase;color:#8bc4ee;padding:0 8px 6px;font-family:Euclid Circular A,sans-serif;font-size:10px;font-weight:400;line-height:14px}._navItem_119k1_90{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:10px;padding:12px 10px;text-decoration:none;transition:background .15s,color .15s;display:flex}._navItem_119k1_90:hover{color:#fff;background:#173f63}._navItem_119k1_90:hover ._navIcon_119k1_106 img{opacity:1}._navItem_119k1_90._active_119k1_109{color:#fff;background:#15578f}._navItem_119k1_90._active_119k1_109 ._navIcon_119k1_106 img{opacity:1}._navItem_119k1_90._inactive_119k1_116{color:#8bc4ee}._navItem_119k1_90._inactive_119k1_116 ._navIcon_119k1_106 img{opacity:.5}._navIcon_119k1_106{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:15px;transition:opacity .15s;display:flex}._navIcon_119k1_106 img{filter:brightness(0)invert();opacity:.75;width:20px;height:20px}._navLabel_119k1_140{letter-spacing:normal;flex:1;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._footer_119k1_152{border-top:1px solid #c1def6;padding:10px 10px 14px}._userCard_119k1_157{background:#15578f;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}._userAv_119k1_166{letter-spacing:normal;color:#fff;background:#0f2842;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_119k1_186 ._uName_119k1_186{letter-spacing:normal;color:#fff;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._userInfo_119k1_186 ._uRole_119k1_197{letter-spacing:0;color:#8bc4ee;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_1o5f3_20{z-index:10;background:#f2f7fd;border:1px solid #c1def6;justify-content:space-between;align-items:center;width:100%;height:58px;padding:0 24px;display:flex;position:sticky;top:0}._breadcrumb_1o5f3_34{align-items:center;gap:6px;display:flex}._breadcrumbIcon_1o5f3_40{align-items:center;display:flex}._breadcrumbIcon_1o5f3_40 img{filter:brightness(0)saturate()invert(40%);width:16px;height:16px}._breadcrumbSep_1o5f3_50{align-items:center;display:flex}._breadcrumbSep_1o5f3_50 img{opacity:.7;width:16px;height:16px}._breadcrumbPage_1o5f3_60{letter-spacing:normal;color:#1c1c1c;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._rightArea_1o5f3_72{align-items:center;gap:10px;display:flex}._signOutBtn_1o5f3_78{color:#15578f;height:34px;font-family:var(--font);cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #c1def6;border-radius:6px;padding:0 14px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s}._signOutBtn_1o5f3_78:hover{background:#f2f7fd;border-color:#8bc4ee}._searchBarWrap_1o5f3_97{background:#fafafa;border:1px solid #e9e9e9;border-radius:8px;flex-direction:row;align-items:center;gap:8px;height:36px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}._searchBarWrap_1o5f3_97:focus-within{border-color:#8bc4ee;box-shadow:0 0 0 3px #4da6e326}._searchIcon_1o5f3_114{align-items:center;display:flex}._searchIcon_1o5f3_114 img{opacity:.45;filter:brightness(0);width:16px;height:16px}._searchInput_1o5f3_125{letter-spacing:0;color:#1c1c1c;background:0 0;border:none;outline:none;width:220px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}._searchInput_1o5f3_125::placeholder{color:#9c9c9c}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._container_1pcvl_20{background-color:#fafafa;min-height:100vh;display:flex}._left_1pcvl_26{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;flex:0 0 60%;margin:12px}._right_1pcvl_35{flex-direction:column;flex:0 0 35%;justify-content:center;align-items:center;gap:32px;display:flex}._logo_1pcvl_44{width:250px;height:60px}._card_1pcvl_49{background:#fff;border-radius:16px;flex-direction:column;justify-content:space-evenly;gap:24px;width:100%;max-width:450px;height:600px;padding:36px 32px;display:flex;box-shadow:0 4px 24px #00000014}._title_1pcvl_63{letter-spacing:0;color:#1c1c1c;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:28px;font-weight:500;line-height:36px;display:flex}._subtitle_1pcvl_75{letter-spacing:0;color:#828282;justify-content:center;align-items:center;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex}._fieldsGroup_1pcvl_87{flex-direction:column;gap:12px;display:flex}._fields_1pcvl_87{flex-direction:column;gap:16px;display:flex}._options_1pcvl_99{justify-content:space-between;align-items:center;display:flex}._forgotPassword_1pcvl_105{letter-spacing:normal;color:#15578f;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_1pcvl_119{letter-spacing:normal;color:#828282;justify-content:center;align-items:center;gap:8px;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;display:flex}._signupLink_1pcvl_135{color:#15578f;cursor:pointer;letter-spacing:normal;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._wrapper_t6fgx_20{flex-direction:column;gap:6px;display:flex}._label_t6fgx_26{letter-spacing:normal;color:#363636;font-family:Euclid Circular A,sans-serif;font-size:14px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._inputWrapper_t6fgx_38{align-items:center;display:flex;position:relative}._toggleButton_t6fgx_44{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;right:12px}._toggleButton_t6fgx_44 img{opacity:.6;width:20px;height:20px}._toggleButton_t6fgx_44 img:hover{opacity:1}._input_t6fgx_38{letter-spacing:0;color:#1c1c1c;box-sizing:border-box;background:#fff;border:1px solid #e9e9e9;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:400;line-height:22px;transition:border-color .2s}._input_t6fgx_38::placeholder{color:#828282}._input_t6fgx_38:focus{border-color:#15578f}._inputWithToggle_t6fgx_86{padding-right:42px}._inputError_t6fgx_90,._inputError_t6fgx_90:focus{border-color:#eb1414}._inputDisabled_t6fgx_97{color:#9c9c9c;cursor:not-allowed;background:#e9e9e9}._errorText_t6fgx_103{letter-spacing:0;color:#eb1414;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._btn_1785x_20{letter-spacing:0;cursor:pointer;box-sizing:border-box;border:none;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:400;line-height:22px;display:inline-flex}._primary_1785x_36{color:#fff;background:#15578f}._secondary_1785x_41{color:#1c1c1c;background:#e9e9e9}._add_1785x_46{letter-spacing:0;color:#fff;background:#15578f;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._tab_1785x_56{cursor:pointer;border:none;border-radius:8px;padding:7px 20px;font-size:12px;font-weight:600}._disabled_1785x_65{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_zlv77_20{cursor:pointer;align-items:center;gap:8px;display:inline-flex}._disabled_zlv77_27{opacity:.4;cursor:not-allowed}._input_zlv77_32{display:none}._input_zlv77_32:checked+._box_zlv77_35{background:#15578f;border-color:#15578f}._input_zlv77_32:checked+._box_zlv77_35:after{opacity:1}._box_zlv77_35{background:#fff;border:1.5px solid #cfcfcf;border-radius:4px;flex-shrink:0;width:18px;height:18px;transition:background .15s,border-color .15s;position:relative}._box_zlv77_35:after{content:"";opacity:0;border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;transition:opacity .15s;position:absolute;top:2px;left:5px;transform:rotate(45deg)}._label_zlv77_68{letter-spacing:0;color:#363636;-webkit-user-select:none;user-select:none;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._wrapper_e2qcx_20{flex-direction:column;gap:6px;width:100%;display:flex}._dropdown_e2qcx_28{width:100%;position:relative}._select_e2qcx_34{letter-spacing:0;color:#1c1c1c;box-sizing:border-box;cursor:pointer;appearance:none;background:#fff;border:1px solid #cfcfcf;border-radius:8px;outline:none;width:100%;height:42px;padding:10px 40px 10px 14px;font-family:Euclid Circular A,sans-serif;font-size:16px;font-weight:400;line-height:22px;transition:border-color .2s,box-shadow .2s,background .2s}._select_e2qcx_34:hover{border-color:#b5b5b5}._select_e2qcx_34:focus{border-color:#15578f;box-shadow:0 0 0 3px #0078ff26}._select_e2qcx_34:disabled{color:#9c9c9c;cursor:not-allowed;opacity:.8;background:#fafafa}._select_e2qcx_34 option[value=""]{color:#9c9c9c}._selectError_e2qcx_74{border-color:#eb1414}._selectError_e2qcx_74:focus{border-color:#eb1414;box-shadow:0 0 0 3px #ef444426}._arrow_e2qcx_83{pointer-events:none;color:#828282;font-size:10px;transition:transform .2s;position:absolute;top:50%;right:14px;transform:translateY(-50%)}._menu_e2qcx_94{z-index:1000;background:#fff;border:1px solid #ddd;border-radius:8px;max-height:200px;margin-top:8px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}._option_e2qcx_108{cursor:pointer;padding:12px}._option_e2qcx_108:hover{background:#f5f5f5}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._tableContainer_1ukbm_20{background:#fff;border-radius:14px;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 2px 12px #15578f12}._tableContainer_1ukbm_20::-webkit-scrollbar{height:6px}._tableContainer_1ukbm_20::-webkit-scrollbar-track{background:#f1f1f1}._tableContainer_1ukbm_20::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}._tableContainer_1ukbm_20::-webkit-scrollbar-thumb:hover{background:#888}._table_1ukbm_20{flex-direction:column;width:100%;display:flex;overflow-x:auto}._header_1ukbm_50{box-sizing:border-box;z-index:1;background:#f2f7fd;border-bottom:1px solid #f2f7fd;flex-shrink:0;align-items:center;width:100%;padding:10px 14px;display:grid;position:sticky;top:0}._headerCell_1ukbm_64{color:#154b77;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_1ukbm_85{box-sizing:border-box;flex-direction:column;width:100%;display:flex}._row_1ukbm_92{box-sizing:border-box;border-top:1px solid #f2f7fd;align-items:center;width:100%;padding:10px 14px;transition:background-color .15s;display:grid}._row_1ukbm_92:hover{background-color:#e3effb!important}._row_1ukbm_92:nth-child(odd){background:#fff}._row_1ukbm_92:nth-child(2n){background:#f2f7fd}._cell_1ukbm_111{color:#15578f;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}._header_gmr7j_2{justify-content:space-between;margin-bottom:16px;display:flex}._headerActions_gmr7j_8{align-items:center;gap:10px;display:flex}._filtersContainer_gmr7j_15{gap:10px;margin-bottom:16px;display:flex}._searchField_gmr7j_21{width:350px}._filterDropdown_gmr7j_25{width:130px}._buttonSecondary_gmr7j_30{cursor:pointer;color:#15578f;background:#fff;border:1.5px solid #c1def6;border-radius:7px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s}._buttonSecondary_gmr7j_30:hover:not(:disabled){background:#f0f6fc;border-color:#15578f}._buttonSecondary_gmr7j_30:disabled{opacity:.5;cursor:not-allowed}._buttonEdit_gmr7j_50{color:#15578f;cursor:pointer;background:#e3effb;border:none;border-radius:7px;padding:4px 12px;font-size:12px;font-weight:600;transition:background-color .2s}._buttonEdit_gmr7j_50:hover{background:#d1e3f5}._modalOverlay_gmr7j_66{z-index:1000;background:#0a1e3773;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalBox_gmr7j_76{background:#fff;border-radius:16px;width:680px;max-height:90vh;padding:28px 32px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}._modalTitle_gmr7j_86{color:#173f63;margin:0 0 20px;font-size:16px;font-weight:800}._modalActions_gmr7j_93{justify-content:flex-end;gap:10px;display:flex}._buttonCancel_gmr7j_99{color:#15578f;cursor:pointer;background:#fff;border:1.5px solid #c1def6;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:all .2s}._buttonCancel_gmr7j_99:hover{background:#f0f6fc}._buttonSave_gmr7j_114{color:#fff;cursor:pointer;background:#15578f;border:none;border-radius:8px;padding:9px 22px;font-size:13px;font-weight:700;transition:all .2s}._buttonSave_gmr7j_114:hover:not(:disabled){background:#0f3f5f}._buttonSave_gmr7j_114:disabled{opacity:.7;cursor:not-allowed}._formSection_gmr7j_134{background:#f7fafd;border-radius:10px;margin-bottom:16px;padding:14px 16px}._formSectionTitle_gmr7j_141{color:#6b8cad;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:11px;font-weight:700}._formGrid_gmr7j_150{grid-template-columns:1fr 1fr;gap:12px;display:grid}._formField_gmr7j_156{flex-direction:column;display:flex}._formLabel_gmr7j_161{color:#154b77;margin-bottom:3px;font-size:11px;font-weight:600;display:block}._formInput_gmr7j_169,._formSelect_gmr7j_170{color:#173f63;box-sizing:border-box;border:1.5px solid #c1def6;border-radius:8px;width:100%;height:36px;padding:0 10px;font-family:sans-serif;font-size:13px;transition:border-color .2s}._formInput_gmr7j_169:focus,._formSelect_gmr7j_170:focus{border-color:#15578f;outline:none}._formSelect_gmr7j_170{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:20px;padding-right:28px}._checkboxGroup_gmr7j_198{align-items:center;gap:8px;margin-bottom:16px;display:flex}._checkbox_gmr7j_198{cursor:pointer;width:16px;height:16px}._checkboxLabel_gmr7j_211{color:#173f63;cursor:pointer;font-size:13px;font-weight:600}._errorMessage_gmr7j_219{color:#dd4040;margin-bottom:12px;font-size:12px}._statusBadge_gmr7j_226{border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}._statusBadge_gmr7j_226._active_gmr7j_233{color:#22b34a;background:#e0f8e9}._statusBadge_gmr7j_226._inactive_gmr7j_237{color:#dd4040;background:#fce8e8}._cellHcaId_gmr7j_243{color:#6b8cad;font-size:11px}._cellName_gmr7j_248{font-weight:600}._cellEmail_gmr7j_252{color:#4a6fa5}._cellCenter_gmr7j_256{text-align:center}@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_hx9pw_20{flex-direction:column;align-items:flex-end;margin-top:10px;display:flex}._paginationDynamicRecordsInfo_hx9pw_27{letter-spacing:0;color:#828282;align-self:flex-end;margin-bottom:1px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px}._paginationDynamicPageItem_hx9pw_38{color:#666;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:4px;justify-content:center;align-items:center;width:33px;height:30px;margin:0;font-family:RobotoMono,sans-serif;font-size:14px;font-weight:500;display:flex}._paginationDynamicPageItem_hx9pw_38._active_hx9pw_54{color:#15578f;background-color:#e3effb;border-color:#8bc4ee}._paginationDynamicPageItem_hx9pw_38:focus{outline:none}._paginationDynamicPageItem_hx9pw_38:disabled{opacity:.5;cursor:not-allowed}._paginationDynamicDots_hx9pw_67{color:#888;margin:0 6px;font-size:12px}._paginationDynamicRowsPerPage_hx9pw_73{letter-spacing:0;color:#828282;align-items:center;gap:6px;margin-right:12px;font-family:Euclid Circular A,sans-serif;font-size:12px;font-weight:400;line-height:16px;display:flex}._paginationDynamicRowsPerPage_hx9pw_73 ._Dropdown_hx9pw_85{width:80px;margin-bottom:0}._paginationDynamicRowsPerPage_hx9pw_73 ._Dropdown_hx9pw_85 ._Dropdown-trigger_hx9pw_89{height:30px;min-height:30px;padding:2px 10px}._dropdownWrapper_hx9pw_95{justify-content:center;align-items:center;height:30px;display:flex}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularARegular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid Circular A;src:url(/fonts/EuclidCircularAMedium.ttf)format("truetype");font-weight:500;font-style:normal}._tableContainer_10352_20{background:#fff;border-radius:14px;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 2px 12px #15578f12}._table_10352_20{flex-direction:column;width:100%;display:flex;overflow-x:auto}._header_10352_37{box-sizing:border-box;background:#f2f7fd;border-bottom:1px solid #f2f7fd;align-items:center;width:100%;padding:10px 14px;display:grid}._headerCell_10352_47{color:#154b77;white-space:nowrap;letter-spacing:normal;align-items:center;min-width:0;font-family:Euclid Circular A,sans-serif;font-size:12px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43;display:flex}._body_10352_64{flex-direction:column;width:100%;display:flex}._row_10352_70{box-sizing:border-box;border-top:1px solid #f2f7fd;align-items:center;width:100%;padding:10px 14px;transition:background-color .15s;display:grid}._row_10352_70:nth-child(odd){background:#fff}._row_10352_70:nth-child(2n){background:#f2f7fd}._cell_10352_86{color:#15578f;word-break:break-word;overflow-wrap:break-word;white-space:normal;letter-spacing:0;align-items:flex-start;min-width:0;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex}._expandedRow_10352_101{border-top:1px solid #eef4fa;padding:14px 18px 18px}._nestedTable_10352_106{background:#fff;border:1px solid #e5eef7;border-radius:12px;width:100%;overflow:hidden}._nestedHeader_10352_114{box-sizing:border-box;background:#f7fbff;align-items:center;width:100%;padding:10px 14px;display:grid}._nestedRow_10352_123{box-sizing:border-box;border-top:1px solid #f2f7fd;align-items:center;width:100%;padding:10px 14px;display:grid}._nestedRow_10352_123:nth-child(odd){background:#fff}._nestedRow_10352_123:nth-child(2n){background:#fcfdff}._nestedHeaderCell_10352_138{color:#154b77;white-space:nowrap;letter-spacing:normal;min-width:0;font-family:Euclid Circular A,sans-serif;font-size:11px;font-style:normal;font-weight:500;font-stretch:100%;line-height:1.43}._nestedCell_10352_153{color:#15578f;letter-spacing:0;min-width:0;font-family:Euclid Circular A,sans-serif;font-size:14px;font-weight:400;line-height:20px}._emptyState_10352_163{text-align:center;color:#aaa;padding:40px}._tabs_5g5an_1{border-bottom:1px solid #d9e6f2;align-items:center;gap:0;margin-bottom:20px;display:flex}._tab_5g5an_1{cursor:pointer;color:#7a8ca3;background:0 0;border:none;padding:12px 24px;font-size:14px;font-weight:700;transition:all .2s;position:relative}._tab_5g5an_1:hover,._activeTab_5g5an_24{color:#15578f}._activeTab_5g5an_24:after{content:"";background:#15578f;border-radius:2px 2px 0 0;width:100%;height:3px;position:absolute;bottom:-1px;left:0}._container_5g5an_38{padding:0}._header_5g5an_42{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}._header_5g5an_42>div:first-child{flex:1}._title_5g5an_52{color:#173f63;margin-bottom:4px;font-size:16px;font-weight:800}._subtitle_5g5an_59{color:#aaa;font-size:13px;font-weight:500}._headerActions_5g5an_65{align-items:center;gap:10px;display:flex}._addButton_5g5an_71{color:#fff;cursor:pointer;background:#15578f;border:none;border-radius:9px;padding:9px 20px;font-size:13px;font-weight:700;transition:all .2s}._addButton_5g5an_71:hover:not(:disabled){opacity:.9}._addButton_5g5an_71:disabled{opacity:.6;cursor:not-allowed}._filters_5g5an_90{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}._searchField_5g5an_97{flex:1;width:350px;min-width:280px}._statusFilter_5g5an_103{width:130px;min-width:130px}._tableWrapper_5g5an_108{background:#fff;border-radius:14px;margin-bottom:20px;overflow-x:auto;box-shadow:0 2px 12px #15578f12}._table_5g5an_108{border-collapse:collapse;width:100%;min-width:1100px;font-size:13px}._table_5g5an_108 thead{background:#f0f6fc}._table_5g5an_108 thead th{text-align:left;color:#154b77;white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:700}._table_5g5an_108 tbody tr{border-top:1px solid #eaf1f8;transition:background-color .15s}._table_5g5an_108 tbody tr:nth-child(2n),._table_5g5an_108 tbody tr:hover{background-color:#fafcff}._table_5g5an_108 tbody tr td{color:#173f63;padding:9px 14px}._table_5g5an_108 tbody tr td._loading_5g5an_147,._table_5g5an_108 tbody tr td._empty_5g5an_147{text-align:center;color:#aaa;padding:40px 14px;font-style:italic}._name_5g5an_154{color:#173f63;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:600;overflow:hidden}._currency_5g5an_163{text-align:right;color:#173f63;font-variant-numeric:tabular-nums;font-weight:500}._badge_5g5an_170{border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}._badge_5g5an_170._active_5g5an_24{color:#22b34a;background:#e0f8e9}._badge_5g5an_170._inactive_5g5an_181{color:#dd4040;background:#fce8e8}._actions_5g5an_186{justify-content:center;align-items:center;gap:8px;display:flex}._actions_5g5an_186 button{cursor:pointer;border:none;border-radius:7px;padding:4px 12px;font-size:12px;font-weight:600;transition:all .2s}._actions_5g5an_186 button:hover{transform:scale(1.05)}._table_5g5an_108 th:last-child,._table_5g5an_108 td:last-child{text-align:center;width:100px}._editBtn_5g5an_211{color:#15578f;background:#e3effb}._editBtn_5g5an_211:hover{background:#d4e3f2}._deleteBtn_5g5an_219{color:#dd4040;background:#fce8e8}._deleteBtn_5g5an_219:hover{background:#f5d0d0}._pagination_5g5an_227{justify-content:center;align-items:center;gap:8px;margin-top:18px;display:flex}._paginationBtn_5g5an_235{color:#15578f;cursor:pointer;background:#fff;border:1.5px solid #c1def6;border-radius:7px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s}._paginationBtn_5g5an_235:hover:not(:disabled){background:#f0f6fc}._paginationBtn_5g5an_235:disabled{opacity:.5;cursor:not-allowed}._pageInfo_5g5an_254{color:#173f63;font-size:13px;font-weight:600;line-height:32px}._modalOverlay_5g5an_261{z-index:1000;background:#0a1e3773;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._modal_5g5an_261{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_5g5an_261::-webkit-scrollbar{width:8px}._modal_5g5an_261::-webkit-scrollbar-track{background:0 0}._modal_5g5an_261::-webkit-scrollbar-thumb{background:#d0d7e0;border-radius:4px}._modal_5g5an_261::-webkit-scrollbar-thumb:hover{background:#b0b7c0}._modalTitle_5g5an_296{color:#173f63;margin:0 0 20px;font-size:16px;font-weight:800}._errorBox_5g5an_303{color:#dd4040;background:#fce8e8;border:1px solid #fce8e8;border-radius:8px;margin-bottom:16px;padding:12px 14px;font-size:12px;font-weight:600}._formSection_5g5an_314{max-height:60vh;margin-bottom:24px;padding-right:8px;overflow-y:auto}._formSection_5g5an_314::-webkit-scrollbar{width:6px}._formSection_5g5an_314::-webkit-scrollbar-track{background:0 0}._formSection_5g5an_314::-webkit-scrollbar-thumb{background:#d0d7e0;border-radius:3px}._row_5g5an_331{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}._row_5g5an_331:last-child{margin-bottom:0}._col_5g5an_341{flex-direction:column;display:flex}._label_5g5an_346{color:#154b77;margin-bottom:3px;font-size:11px;font-weight:600;display:block}._input_5g5an_354{color:#173f63;box-sizing:border-box;border:1.5px solid #c1def6;border-radius:8px;width:100%;height:36px;padding:0 10px;font-family:sans-serif;font-size:13px;transition:border-color .2s}._input_5g5an_354:focus{border-color:#15578f;outline:none}._input_5g5an_354::placeholder{color:#a0abb8}._checkbox_5g5an_374{cursor:pointer;accent-color:#15578f;width:16px;height:16px;margin-top:6px}._modalActions_5g5an_382{justify-content:flex-end;gap:10px;margin-top:28px;display:flex}._cancelBtn_5g5an_389{color:#15578f;cursor:pointer;background:#fff;border:1.5px solid #c1def6;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:all .2s}._cancelBtn_5g5an_389:hover:not(:disabled){background:#f0f6fc}._cancelBtn_5g5an_389:disabled{opacity:.6;cursor:not-allowed}._saveBtn_5g5an_408{color:#fff;cursor:pointer;background:#15578f;border:none;border-radius:8px;padding:9px 22px;font-size:13px;font-weight:700;transition:all .2s}._saveBtn_5g5an_408:hover:not(:disabled){opacity:.9}._saveBtn_5g5an_408:disabled{opacity:.7;cursor:not-allowed}@media (width<=768px){._header_5g5an_42{flex-direction:column;gap:16px}._filters_5g5an_90{flex-direction:column}._searchField_5g5an_97,._statusFilter_5g5an_103{width:100%;min-width:auto}._modal_5g5an_261{max-width:95vw;padding:20px}._row_5g5an_331{grid-template-columns:1fr}._table_5g5an_108{min-width:600px;font-size:12px}._table_5g5an_108 thead th,._table_5g5an_108 tbody td{padding:8px 10px}}
