.app-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 0 0;height:56px;background:#fff;box-shadow:0 1px 4px #00152914;position:sticky;top:0;z-index:9}.header-left{display:flex;align-items:center;gap:16px}.header-trigger{font-size:18px}.header-breadcrumb{font-size:14px}.header-user{display:flex;align-items:center;gap:8px;cursor:pointer;padding:0 8px;height:56px;transition:background .2s}.header-user:hover{background:#00000008}.header-avatar{background:#52c41a}.header-username{font-size:14px;color:#000000d9}.basic-layout{min-height:100vh}.basic-layout-sider{position:sticky;top:0;height:100vh;overflow:auto;box-shadow:2px 0 8px #00000026}.basic-layout-logo{height:56px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:16px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap;overflow:hidden}.basic-layout-logo .logo-icon{font-size:24px}.basic-layout-content{margin:16px;padding:0;min-height:280px}.login-page{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#52c41a,#389e0d)}.login-container{display:flex;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0003}.login-left{width:400px;background:linear-gradient(135deg,#ffffff26,#ffffff0d);display:flex;align-items:center;justify-content:center;padding:40px}.login-brand{text-align:center}.brand-icon{font-size:64px;display:block;margin-bottom:16px}.login-card{width:400px;padding:40px 32px}.login-header{text-align:center;margin-bottom:32px}.login-header h3{margin-bottom:8px}@media (max-width: 840px){.login-left{display:none}.login-card{width:360px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-track{background:#f1f1f1}
