.header{background:#fff;padding:0 24px;box-shadow:0 2px 8px #0000000f;z-index:10}.header-content{display:flex;justify-content:space-between;align-items:center;height:100%}.header-left h2{margin:0;font-size:18px;font-weight:500;color:#262626}.header-right{display:flex;align-items:center;gap:16px}.user-menu{cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .3s}.user-menu:hover{background:#f5f5f5}.sidebar{background:#001529}.logo{height:64px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:18px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.main-layout{min-height:100vh}.main-content{margin:24px 16px;padding:0;min-height:280px}.content-wrapper{padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #00000014}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:400px;box-shadow:0 8px 24px #00000026;border-radius:12px}.login-title{text-align:center;margin-bottom:8px;font-size:24px;font-weight:600;color:#262626}.login-subtitle{text-align:center;margin-bottom:32px;font-size:14px;font-weight:400;color:#8c8c8c}.dashboard{animation:fadeIn .3s ease-in}.page-title{margin-bottom:24px;font-size:24px;font-weight:600;color:#262626}.users-page{animation:fadeIn .3s ease-in}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.data-center-page{padding:24px}.page-title{margin-bottom:24px;font-size:24px;font-weight:600}.ant-table-small{font-size:12px}.ant-table-small .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600;padding:8px}.ant-table-small .ant-table-tbody>tr>td{padding:6px 8px}.react-resizable{position:relative;background-clip:padding-box}.react-resizable-handle{position:absolute;right:-5px;bottom:0;z-index:1;width:10px;height:100%;cursor:col-resize}.react-resizable-handle:hover{background-color:#1890ff;opacity:.3}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-in}
