*{margin:0;padding:0;box-sizing:border-box}body{font-family:Plus Jakarta Sans,-apple-system,sans-serif;background:#f1f5f9;color:#0f172a;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.sidebar{background:linear-gradient(180deg,#0f172a,#1e293b);height:100vh;position:fixed;left:0;top:0;z-index:100;width:240px;display:flex;flex-direction:column;transition:width .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.sidebar.collapsed{width:72px}.sidebar-logo{padding:20px 24px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.06);min-height:64px}.sidebar-logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;flex-shrink:0}.sidebar-logo h1{font-size:17px;font-weight:700;color:#f8fafc;white-space:nowrap;letter-spacing:-.3px}.sidebar-logo span{font-size:10px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:1px;display:block;margin-top:2px}.sidebar-menu{flex:1;padding:12px 8px}.sidebar-item{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:8px;color:#94a3b8;cursor:pointer;transition:all .2s;margin-bottom:2px;text-decoration:none;font-size:14px;font-weight:500;white-space:nowrap}.sidebar-item:hover{color:#e2e8f0;background:#ffffff0f}.sidebar-item.active{color:#fff;background:#2563eb40}.sidebar-item.active .sidebar-item-icon{color:#60a5fa}.sidebar-item-icon{font-size:18px;width:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.main-content{margin-left:240px;min-height:100vh;transition:margin-left .25s cubic-bezier(.4,0,.2,1)}.main-content.collapsed{margin-left:72px}.topbar{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 32px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}.topbar-left{display:flex;align-items:center;gap:16px}.topbar-title{font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.topbar-breadcrumb{font-size:13px;color:#94a3b8;font-weight:500}.topbar-right{display:flex;align-items:center;gap:12px}.page-content{padding:24px 32px}.stat-card{background:#fff;border-radius:12px;padding:20px 24px;border:1px solid #e2e8f0;transition:all .2s;position:relative;overflow:hidden}.stat-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000a}.stat-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.stat-card-label{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.stat-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.stat-card-value{font-size:32px;font-weight:800;color:#0f172a;letter-spacing:-1px;line-height:1;font-family:JetBrains Mono,monospace}.mono{font-family:JetBrains Mono,monospace;font-size:12.5px;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeIn .35s cubic-bezier(.4,0,.2,1) forwards}.animate-in:nth-child(1){animation-delay:0s}.animate-in:nth-child(2){animation-delay:.05s}.animate-in:nth-child(3){animation-delay:.1s}.animate-in:nth-child(4){animation-delay:.15s}.ant-table{border-radius:12px!important;overflow:hidden}.ant-table-thead>tr>th{font-weight:600!important;font-size:12.5px!important;text-transform:uppercase!important;letter-spacing:.5px!important}.ant-table-tbody>tr>td{font-size:13.5px}.ant-card{border-radius:12px;border:1px solid #e2e8f0;box-shadow:none}.ant-modal .ant-modal-content{border-radius:16px;padding:0}.ant-modal .ant-modal-header{border-radius:16px 16px 0 0;padding:20px 24px;border-bottom:1px solid #f1f5f9}.ant-modal .ant-modal-body{padding:24px}.ant-modal .ant-modal-footer{padding:16px 24px;border-top:1px solid #f1f5f9}.ant-modal .ant-modal-title{font-weight:700;font-size:16px}.pulse-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;animation:pulse 2s infinite}.pulse-dot.green{background:#16a34a}.pulse-dot.red{background:#dc2626}.pulse-dot.gray{background:#94a3b8;animation:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.global-search .ant-input-affix-wrapper{border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc}.global-search .ant-input-affix-wrapper:hover,.global-search .ant-input-affix-wrapper:focus-within{border-color:#2563eb;background:#fff}.sidebar-toggle{position:absolute;right:-12px;top:28px;width:24px;height:24px;background:#1e293b;border:2px solid #334155;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#94a3b8;font-size:10px;z-index:101;transition:all .2s}.sidebar-toggle:hover{background:#334155;color:#fff}
