.header{display:flex;justify-content:space-between;align-items:center;padding:0 24px;background:#fff;box-shadow:0 1px 4px #00152914;height:64px;position:sticky;top:0;z-index:10}.header-left{display:flex;align-items:center}.header-title{margin:0 0 0 16px;font-size:18px;font-weight:600}.header-right{display:flex;align-items:center;gap:16px}.user-info{cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .3s}.user-info:hover{background-color:#00000006}.user-name{margin-left:8px}.trigger{font-size:18px}.sidebar{background:#fff;box-shadow:2px 0 8px #00152914;position:fixed;left:0;top:0;bottom:0;z-index:100;overflow:auto}.sidebar-logo{display:flex;align-items:center;justify-content:center;height:64px;background:linear-gradient(135deg,#1890ff,#722ed1)}.logo-icon{font-size:28px}.logo-text{color:#fff;font-size:18px;font-weight:600;margin-left:12px}.sidebar-menu{border-right:none}.sidebar-menu .ant-menu-item{margin:4px 8px;border-radius:8px}.sidebar-menu .ant-menu-item-selected{background-color:#e6f7ff}.sidebar-menu .ant-menu-item:hover{background-color:#f5f5f5}.footer{background:#fff;padding:16px 24px;text-align:center;border-top:1px solid #f0f0f0}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.footer-links{display:flex;gap:24px}.footer-links a{color:#00000073;transition:color .3s}.footer-links a:hover{color:#1890ff}@media (max-width: 768px){.footer-content{flex-direction:column;gap:12px}}.main-layout{min-height:100vh}.main-layout-content{min-height:100vh;transition:margin-left .2s}.content-wrapper{margin:24px;padding:24px;background:#fff;border-radius:8px;min-height:calc(100vh - 160px);overflow:auto}.loading-container{display:flex;justify-content:center;align-items:center;min-height:300px}@media (max-width: 768px){.content-wrapper{margin:16px;padding:16px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}
