*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--erpc-bg);margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif}#root{min-height:100vh;text-align:left!important;border-inline:none!important;width:100%!important;max-width:100%!important}:root{--erpc-primary:#2481a4;--erpc-primary-hover:#1a6485;--erpc-primary-light:#e8f4fd;--erpc-navy:#0b1f2e;--erpc-navy-deep:#081824;--erpc-navy-mid:#14344a;--erpc-navy-light:#2a5070;--erpc-success:#16a34a;--erpc-success-light:#ecfdf3;--erpc-warning:#d97706;--erpc-warning-light:#fffbeb;--erpc-danger:#dc2626;--erpc-purple:#7c3aed;--erpc-purple-light:#f5f0ff;--erpc-border:#e6eaef;--erpc-border-soft:#eef1f5;--erpc-bg:#f5f7fa;--erpc-surface:#fff;--erpc-text:#16232f;--erpc-text-secondary:#61707f;--erpc-text-faint:#93a1b0;--erpc-radius:10px;--erpc-radius-lg:14px;--erpc-shadow-sm:0 1px 2px #1018280d;--erpc-shadow:0 1px 2px #1018280d, 0 2px 8px #1018280d;--erpc-shadow-lg:0 4px 12px #10182814, 0 12px 32px #1018281a;--erpc-sidebar-w:248px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#c6ced8 padding-box content-box;border:2px solid #0000;border-radius:8px}::-webkit-scrollbar-thumb:hover{background-color:#a8b3c0}::-webkit-scrollbar-track{background:0 0}.erpc-sider{background:linear-gradient(180deg, var(--erpc-navy) 0%, var(--erpc-navy-deep) 100%)!important}.erpc-sider .ant-layout-sider-children{flex-direction:column;display:flex}.erpc-sider .ant-menu{flex:1;padding:8px;background:0 0!important}.erpc-sider .ant-menu-item{font-size:13.5px;font-weight:500;color:#ffffff9e!important;border-radius:8px!important;width:100%!important;margin:2px 0!important;transition:background .18s,color .18s!important}.erpc-sider .ant-menu-item .anticon{font-size:16px}.erpc-sider .ant-menu-item:hover{color:#ffffffeb!important;background:#ffffff12!important}.erpc-sider .ant-menu-item-selected{box-shadow:0 2px 8px #2481a459;color:#fff!important;background:linear-gradient(90deg,#2481a4f2,#2481a4bf)!important}.erpc-sider .ant-menu-item-group-title{color:#ffffff52;letter-spacing:.09em;text-transform:uppercase;padding:16px 12px 6px;font-size:10.5px;font-weight:600}.erpc-sider-logo{border-bottom:1px solid #ffffff12;align-items:center;gap:11px;padding:18px 16px;display:flex}.erpc-sider-logo img{object-fit:contain;filter:drop-shadow(0 2px 6px #0006);width:34px;height:34px}.erpc-sider-footer{color:#ffffff52;border-top:1px solid #ffffff12;padding:12px 16px;font-size:11px}.erpc-header{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--erpc-border);background:#ffffffdb;justify-content:space-between;align-items:center;height:64px;padding:0 28px;display:flex;position:sticky;top:0}.erpc-user-chip{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:5px 10px 5px 6px;transition:background .18s,border-color .18s;display:flex}.erpc-user-chip:hover{border-color:var(--erpc-border);background:#f2f5f8}.erpc-content{width:100%;max-width:1440px;margin:0 auto;padding:28px}.erpc-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;display:flex}.erpc-page-title{color:var(--erpc-text);letter-spacing:-.02em;margin:0;font-size:21px;font-weight:700;line-height:1.25}.erpc-page-subtitle{color:var(--erpc-text-secondary);margin:3px 0 0;font-size:13.5px}.ant-card{box-shadow:var(--erpc-shadow-sm)}.ant-table-thead>tr>th{text-transform:uppercase;letter-spacing:.04em;color:var(--erpc-text-secondary)!important;font-size:12px!important;font-weight:600!important}.erpc-table-card{background:var(--erpc-surface);border:1px solid var(--erpc-border);border-radius:var(--erpc-radius-lg);box-shadow:var(--erpc-shadow-sm);overflow:hidden}@keyframes erpc-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.erpc-fade-up{animation:.35s both erpc-fade-up}.erpc-login-root{min-height:100vh;display:flex}.erpc-login-left{background:radial-gradient(1000px 600px at -10% -20%, #2481a459, transparent 60%), radial-gradient(800px 500px at 110% 115%, #2481a438, transparent 55%), linear-gradient(160deg, #0d2537 0%, var(--erpc-navy-deep) 100%);color:#fff;flex-direction:column;flex:0 0 46%;justify-content:space-between;max-width:620px;padding:52px 56px;display:flex;position:relative;overflow:hidden}.erpc-login-left:after{content:"";pointer-events:none;background-image:radial-gradient(#ffffff0d 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0}.erpc-login-right{background:var(--erpc-bg);flex:1;justify-content:center;align-items:center;padding:48px 40px;display:flex}.erpc-login-card{background:var(--erpc-surface);border:1px solid var(--erpc-border);width:100%;max-width:400px;box-shadow:var(--erpc-shadow-lg);border-radius:18px;padding:40px 36px 28px}.erpc-mobile-logo{display:none}@media (width<=860px){.erpc-login-left{display:none}.erpc-login-right{background:radial-gradient(900px 500px at 50% -20%, #2481a44d, transparent 60%), linear-gradient(160deg, #0d2537 0%, var(--erpc-navy-deep) 100%)}.erpc-mobile-logo{text-align:center;margin-bottom:28px;display:block}}
