@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}._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_1y3i4_20{letter-spacing:0;cursor:pointer;box-sizing:border-box;border:none;border-radius:12px;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_1y3i4_36{color:#fff;background:#15578f}._secondary_1y3i4_41{color:#1c1c1c;background:#e9e9e9}._disabled_1y3i4_46{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}
