@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-primary:#4f46e5;--color-secondary:#10b981;--color-bg:#f8fafc;--color-text:#1e293b;--radius-base:8px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg);color:var(--color-text);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.glass-effect{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff4d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:.5s cubic-bezier(.16,1,.3,1) forwards slideUp}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.sidebar-shadow{box-shadow:4px 0 24px #0000000d}.header-shadow{box-shadow:0 1px 2px #00000008}.hover-lift{transition:transform .25s,box-shadow .25s}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 24px -10px #00000026}.ant-table-wrapper .ant-table{background:0 0!important}.ant-table-thead>tr>th{color:#475569!important;text-transform:uppercase!important;letter-spacing:.05em!important;background:#f1f5f9!important;font-size:11px!important;font-weight:600!important}.ant-table-tbody>tr:hover>td{background:#4f46e505!important}
