*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%}.login-page{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:400px;padding:40px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a}.login-card h1{text-align:center;margin-bottom:8px;font-size:24px}.login-card p{text-align:center;color:#666;margin-bottom:32px}.layout{height:100vh;display:flex}.layout-sider{width:220px;background:#001529;flex-shrink:0}.layout-sider .logo{height:64px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.1)}.layout-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.layout-header{height:64px;background:#fff;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.layout-header .page-title{font-size:18px;font-weight:500}.layout-content{flex:1;padding:24px;background:#f0f2f5;overflow:auto}.stat-card{background:#fff;border-radius:8px;padding:24px;text-align:center}.stat-card .stat-value{font-size:32px;font-weight:700;color:#1890ff}.stat-card .stat-label{font-size:14px;color:#666;margin-top:8px}.table-toolbar{display:flex;justify-content:space-between;margin-bottom:16px}
