@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Microsoft YaHei,sans-serif;background-color:#f8fafc;color:#1e293b}.sidebar-item{transition:all .2s;cursor:pointer}.sidebar-item:hover{background-color:#f1f5f9;color:#6366f1}.sidebar-item.active{background-color:#eef2ff;color:#6366f1;border-right:4px solid #6366f1;font-weight:600}.table-container::-webkit-scrollbar{width:6px;height:6px}.table-container::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.table-container::-webkit-scrollbar-track{background:#f1f5f9}.page-enter-active,.page-leave-active{transition:opacity .3s ease,transform .3s ease}.page-enter-from{opacity:0;transform:translateY(5px)}.page-leave-to{opacity:0;transform:translateY(-5px)}
