:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Segoe UI,Roboto,Noto Sans TC,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0}body{background:#f0f2f5}.dashboard-layout{min-height:100vh}.dashboard-layout .ant-layout{margin-left:200px;transition:margin-left .2s}.dashboard-layout .ant-layout-has-sider{margin-left:0}.dashboard-sider-collapsed+.ant-layout{margin-left:80px!important}.dashboard-sider{background:#001529;height:100vh;position:fixed;top:0;bottom:0;left:0;overflow:auto}.logo{background:#ffffff0d;justify-content:center;align-items:center;height:64px;margin-bottom:16px;display:flex}.logo h2{color:#fff;margin:0;font-size:20px;font-weight:600}.dashboard-header{z-index:10;background:#fff;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #00000014}.trigger-button{width:48px;height:48px;font-size:18px}.trigger-button:hover{color:#1e88e5}.header-right{align-items:center;gap:16px;display:flex}.user-info{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:4px 12px;transition:background-color .3s;display:flex}.user-info:hover{background-color:#f5f5f5}.username{color:#333;font-weight:500}.dashboard-content{background:#fff;border-radius:8px;min-height:calc(100vh - 112px);margin:24px;padding:24px}
