*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f0f2f5}#root{min-height:100vh}.layout{display:flex;min-height:100vh}.sidebar{width:256px;background:#001529;position:fixed;height:100vh;overflow-y:auto;z-index:100}.logo{height:64px;display:flex;align-items:center;justify-content:center;background:#002140;color:#fff;font-size:18px;font-weight:700}.menu{list-style:none;padding:0;margin:0}.menu-item{padding:16px 24px;color:#ffffffa6;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:12px;text-decoration:none}.menu-item:hover{color:#fff;background:#ffffff1a}.menu-item.active{color:#fff;background:#1890ff}.main-content{flex:1;margin-left:256px;padding:24px}.header{background:#fff;padding:16px 24px;margin-bottom:24px;border-radius:4px;box-shadow:0 1px 4px #0000001a}.content{background:#fff;padding:24px;border-radius:4px;box-shadow:0 1px 4px #0000001a;min-height:calc(100vh - 180px)}
