.login-page{min-height:100vh;background-color:#f5f7fa;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.login-box{width:100%;max-width:400px;background:#fff;padding:40px;border-radius:4px;box-shadow:0 2px 8px #00000014}.login-header{text-align:center;margin-bottom:32px}.login-header h1{font-size:24px;font-weight:600;color:#1f2937;margin:0 0 8px}.login-header p{font-size:14px;color:#6b7280;margin:0}.login-page .ant-form-item{margin-bottom:20px}.login-page .ant-form-item-label{padding-bottom:6px}.login-page .ant-form-item-label>label{font-size:14px;color:#374151}.login-page .ant-input-affix-wrapper{border-radius:4px;border:1px solid #d1d5db;padding:6px 11px}.login-page .ant-input-affix-wrapper:hover{border-color:#1890ff}.login-page .ant-input-affix-wrapper:focus,.login-page .ant-input-affix-wrapper-focused{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.login-page .ant-input-prefix{color:#9ca3af;margin-right:8px}.login-options{margin-bottom:16px}.login-options .ant-checkbox-wrapper{color:#4b5563;font-size:13px}.login-page .ant-btn-primary{background:#1890ff;border-color:#1890ff;border-radius:4px;font-size:14px;font-weight:500;height:36px;padding:6px 15px}.login-page .ant-btn-primary:hover{background:#40a9ff;border-color:#40a9ff}.login-footer{margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb;text-align:center}.login-footer p{font-size:13px;color:#9ca3af;margin:0}.copyright{margin-top:24px;font-size:12px;color:#9ca3af}@media (max-width: 480px){.login-page{background:#fff;padding:0}.login-box{box-shadow:none;padding:32px 24px;max-width:100%}.copyright{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;font-size:13px}#root{height:100vh}.admin-layout{height:100vh;overflow:hidden;display:flex;flex-direction:row}.admin-sider{background:#001529;box-shadow:2px 0 8px #1d23290d;height:100%;display:flex;flex-direction:column}.admin-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow:hidden}.admin-sider .ant-menu{flex:1;overflow-y:auto;overflow-x:hidden}.admin-header{background:#fff;padding:0 16px;height:48px;line-height:48px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #00152914;z-index:1}.admin-content{margin:12px;background:transparent;flex:1;min-height:0;overflow-y:auto}.logo{height:48px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;background:#ffffff0d}.compact-card{border-radius:6px;box-shadow:0 1px 2px #0000000f}.drawer-action-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:nowrap;overflow:visible;width:100%}.drawer-action-footer .ant-btn{min-width:72px}.drawer-action-footer .ant-btn-primary{display:inline-flex}.stat-card{border-radius:6px;box-shadow:0 1px 2px #0000000f;transition:all .3s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.footer{text-align:center;padding:16px;color:#00000073;font-size:12px}.level-list{background:#fafafa;border-radius:4px;border:1px solid #f0f0f0;max-height:calc(100vh - 250px);overflow-y:auto}.level-list-item{padding:10px 12px;cursor:pointer;transition:all .3s;border-bottom:1px solid #f0f0f0;font-size:13px;display:flex;justify-content:space-between;align-items:center}.level-list-item:last-child{border-bottom:none}.level-list-item:hover{background:#e6f7ff}.level-list-item.active{background:#1890ff;color:#fff}@media (max-width: 1366px){.admin-content{margin:8px}}
