.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:400px;box-shadow:0 10px 40px #0003}.login-card .ant-card-head-title{text-align:center;font-size:24px;font-weight:600}.header{display:flex;justify-content:space-between;align-items:center;background:#fff!important;color:#000000d9;padding:0 24px;box-shadow:0 1px 4px #00152914;z-index:10;height:64px}.logo{display:flex;align-items:center;font-size:18px;font-weight:600;color:#1677ff;height:64px;transition:all .3s}.logo-icon{font-size:24px;margin-right:8px}.user-info{color:#000000a6;display:flex;align-items:center;cursor:pointer;transition:color .3s}.user-info:hover{color:#1677ff}.site-layout-background{background:#fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}a{transition:all .3s ease}.ant-card{transition:box-shadow .3s ease,transform .3s ease}.ant-table-thead>tr>th{background:#fafafa!important;font-weight:600!important}.ant-menu-light .ant-menu-item-selected{background-color:#e6f4ff!important;color:#1677ff!important;font-weight:500}.ant-menu-light .ant-menu-item:after{border-right:3px solid #1677ff!important}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
