*{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}.detail-label{font-size:11px;color:#94a3b8;text-transform:uppercase;font-weight:600;letter-spacing:.3px}.detail-value{font-size:13.5px;color:#0f172a;margin-top:3px}.detail-section-title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.json-tree-viewer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.json-tree-toolbar{display:flex;gap:8px;padding:8px 12px;border-bottom:1px solid #e2e8f0;background:#fff}.json-tree-btn{font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:500;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:4px 12px;cursor:pointer;transition:all .15s}.json-tree-btn:hover{background:#e2e8f0;color:#0f172a}.json-tree-content{padding:12px;max-height:600px;overflow:auto;font-family:JetBrains Mono,monospace;font-size:12.5px;line-height:1.7}.json-line{white-space:nowrap}.json-expandable{cursor:pointer}.json-expandable:hover{background:#2563eb0a;border-radius:4px}.json-toggle{display:inline-block;width:16px;font-size:9px;color:#94a3b8;text-align:center}.json-key{color:#7c3aed;font-weight:500}.json-string{color:#16a34a}.json-number{color:#2563eb}.json-boolean{color:#d97706;font-weight:600}.json-null{color:#94a3b8;font-style:italic}.json-bracket{color:#64748b}.json-badge{display:inline-block;font-size:11px;color:#94a3b8;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:0 6px;margin:0 4px;font-weight:500}.log-nav-arrows{display:inline-flex;align-items:center;margin-left:8px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.log-nav-counter{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;color:#64748b;padding:0 10px;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;line-height:30px;white-space:nowrap;-webkit-user-select:none;user-select:none}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f1f5f9}.login-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:48px 40px;width:400px;text-align:center}.login-logo{width:56px;height:56px;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:26px;margin:0 auto 20px}.login-title{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:6px}.login-subtitle{font-size:14px;color:#64748b;margin-bottom:32px;line-height:1.5}.login-btn{width:100%;height:48px!important;font-size:15px!important;font-weight:600!important;border-radius:10px!important}.topbar-user{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background .15s}.topbar-user:hover{background:#f1f5f9}.topbar-user-name{font-size:13px;font-weight:600;color:#334155}
