*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;background:#f0f2f5}.app-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:linear-gradient(135deg,#1677ff,#0958d9);box-shadow:0 2px 8px #00000026}.app-logo{display:flex;align-items:center;gap:10px;color:#fff;font-size:20px;font-weight:700;letter-spacing:1px}.app-logo-icon{width:36px;height:36px;background:#fff3;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px}.app-user-info{display:flex;align-items:center;gap:16px;color:#ffffffe6;font-size:14px}.app-sider{background:#fff!important;box-shadow:2px 0 8px #0000000f}.app-sider .ant-menu{border-inline-end:none!important;padding:8px 0}.app-sider .ant-menu-item{margin:2px 8px;border-radius:8px}.app-content{padding:24px;min-height:calc(100vh - 64px);background:#f0f2f5}.page-header{margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}.page-title{font-size:24px;font-weight:600;color:#1f1f1f}.stat-card{border-radius:12px;box-shadow:0 1px 4px #00000014;transition:box-shadow .3s}.stat-card:hover{box-shadow:0 4px 12px #0000001f}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:420px;border-radius:16px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:32px}.login-header h1{font-size:28px;font-weight:700;color:#1677ff;margin-bottom:8px}.login-header p{color:#8c8c8c;font-size:14px}.dashboard-kpi-row{margin-bottom:24px}.chart-card{border-radius:12px;box-shadow:0 1px 4px #00000014;margin-bottom:24px}.ant-table{border-radius:8px}.ant-card{border-radius:12px}.clickable-name{color:#1677ff;cursor:pointer;font-weight:500}.clickable-name:hover{color:#4096ff;text-decoration:underline}.detail-tabs .ant-tabs-nav{margin-bottom:16px}.form-card{border-radius:12px;margin-bottom:24px;box-shadow:0 1px 4px #00000014}.breadcrumb-bar{margin-bottom:16px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.typing-indicator{display:flex;gap:4px;padding:4px 0}.typing-indicator span{width:8px;height:8px;background:#999;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}
