.main-layout .header{display:flex;align-items:center;background:#001529;padding:0 24px}.main-layout .header .logo{color:#fff;font-size:18px;font-weight:700;margin-right:24px}.main-layout .header .header-menu{flex:1;background:transparent;border-bottom:none;color:#fff}.main-layout .header .header-menu :global(.ant-menu-item){color:#ffffffa6}.main-layout .header .header-menu :global(.ant-menu-item):hover{color:#fff}.main-layout .header .header-menu :global(.ant-menu-item-selected){color:#fff}.main-layout .header .header-right{margin-left:auto}.main-layout .content{padding:12px;background:#f0f2f5;min-height:calc(100vh - 64px)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.main-layout{min-height:100vh}.main-layout .header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;box-shadow:0 2px 8px #00000017;position:sticky;top:0;z-index:100}.main-layout .header .logo{font-size:18px;font-weight:600;color:#1890ff}.main-layout .header .header-menu{flex:1;margin-left:24px;border-bottom:none}.main-layout .header .header-menu .ant-menu-item{margin:0 4px}.main-layout .header .header-right{display:flex;align-items:center}.main-layout .header .header-right .username{cursor:pointer;padding:0 12px;transition:all .3s}.main-layout .header .header-right .username:hover{color:#1890ff}.main-layout .content{padding:12px;background:#f5f5f5;min-height:calc(100vh - 134px)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-page .login-container{width:400px;padding:40px;background:#fff;border-radius:8px;box-shadow:0 8px 32px #00000026}.login-page .login-container .login-title{text-align:center;margin-bottom:32px;font-size:24px;font-weight:600;color:#333}.login-page .login-container .login-button{width:100%;height:40px;font-size:16px}.home-page .welcome-card .welcome-title{font-size:24px;margin-bottom:16px}.home-page .welcome-card .welcome-content{color:#666;line-height:1.8}.home-page .stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.home-page .stats-cards .stat-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000000f}.home-page .stats-cards .stat-card .stat-title{font-size:14px;color:#999;margin-bottom:8px}.home-page .stats-cards .stat-card .stat-value{font-size:32px;font-weight:600;color:#1890ff}.document-page .page-header,.user-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.document-page .page-header .page-title,.user-page .page-header .page-title{font-size:20px;font-weight:600}.document-page .table-card,.user-page .table-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}
