.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#b0e0e6,#4682b4);padding:20px}.login-card{width:100%;max-width:400px;border-radius:16px;box-shadow:0 8px 32px #0000001a}.login-header{text-align:center;margin-bottom:32px}.login-icon{font-size:64px;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.logo{height:64px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.2)}.ant-menu-dark{background:transparent!important}.ant-menu-dark .ant-menu-item-selected{background-color:#fff3!important;border-radius:8px;margin:4px 8px}.ant-menu-dark .ant-menu-item{margin:4px 8px;border-radius:8px}.ant-menu-dark .ant-menu-item:hover{background-color:#ffffff1a!important}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background-color:#f0f8ff;color:#333}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#87ceeb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4682b4}
