html,body,#root{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif}#root{min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.logo{color:#fff;align-items:center;gap:8px;height:32px;margin:16px;font-size:18px;font-weight:600;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#1677ff,#69b1ff);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.logo-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:32px;height:32px}.login-logo-img{object-fit:cover;border-radius:18px;width:80px;height:80px;margin:0 auto 16px;display:block}.login-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.login-card{background:#fff;border-radius:12px;width:400px;padding:40px;box-shadow:0 20px 60px #00000026}.login-header{text-align:center;margin-bottom:32px}.login-header h1{color:#1a1a1a;margin-bottom:8px;font-size:24px}.login-header p{color:#8c8c8c;font-size:14px}.login-footer{text-align:center;position:absolute;bottom:20px;left:0;right:0}.login-footer a{color:#ffffffd9;font-size:13px;text-decoration:none}.login-footer a:hover{color:#fff}.stat-card{border-radius:8px;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-value{font-size:32px;font-weight:700;line-height:1.2}.stat-label{color:#8c8c8c;margin-top:4px;font-size:14px}.stat-sub{color:#8c8c8c;margin-top:4px;font-size:12px}.chart-title{color:#666;margin-bottom:8px;font-size:13px}.chart-empty{color:#999;background:linear-gradient(#e6f4ff,#0000);border:1px dashed #e0e0e0;border-radius:8px;justify-content:center;align-items:center;height:220px;font-size:13px;display:flex}.chart-box-empty{color:#999;background:linear-gradient(#e6f4ff,#0000);border:1px dashed #e0e0e0;border-radius:8px;justify-content:center;align-items:center;height:260px;font-size:13px;display:flex}.stat-card .ant-card-body{padding:20px 24px}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h2{font-size:20px;font-weight:600}.chart-container{width:100%;height:400px}
