@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%) fixed;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{--primary-purple:#667eea;--dark-purple:#764ba2;--light-purple:#e0e7ff;--primary-green:#10b981;--dark-green:#059669;--light-green:#34d399;--black:#000;--dark-gray:#1f2937;--light-gray:#f9fafb;--white:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-slide-in{animation:.5s ease-out slideIn}.animate-pulse{animation:1.5s ease-in-out infinite pulse}.table-row-light{background-color:#fff}.table-row-dark{background-color:#f9fafb}.ant-table-thead>tr>th{color:#fff!important;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;border:none!important;font-weight:700!important}.ant-table-tbody>tr:hover>td{background-color:#e0e7ff!important}.ant-card{border-radius:16px!important;box-shadow:0 8px 32px #667eea1a!important}.ant-btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;border:none!important}.ant-btn-primary:hover{background:linear-gradient(135deg,#5568d3 0%,#653a8b 100%)!important;box-shadow:0 4px 12px #667eea66!important}.ant-form-item-label>label{color:#374151!important;font-weight:500!important}.ant-input:focus,.ant-input-focused,.ant-picker:focus,.ant-picker-focused,.ant-select-focused .ant-select-selector{border-color:#667eea!important;box-shadow:0 0 0 2px #667eea33!important}.purple-gradient{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.purple-gradient-hover:hover{background:linear-gradient(135deg,#5568d3 0%,#653a8b 100%)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3 0%,#653a8b 100%)}
