:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card-hover{cursor:pointer;transition:all .2s ease-in-out}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb)))rgb(var(--background-start-rgb))}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ant-layout-sider{box-shadow:2px 0 8px rgba(29,35,41,.05)}.ant-menu-item-selected{background-color:#e6f7ff!important}.ant-menu-item-selected .ant-menu-item-icon,.ant-menu-item-selected .ant-menu-title-content{color:#1890ff!important}.status-badge{border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.status-pending{color:#92400e;background-color:#fef3c7}.status-processing{color:#1e40af;background-color:#dbeafe}.status-completed{color:#065f46;background-color:#d1fae5}.status-failed{color:#991b1b;background-color:#fee2e2}.status-imported{color:#6b21a8;background-color:#e9d5ff}.status-edited{color:#c2410c;background-color:#fed7aa}.log-success{color:#059669}.log-error{color:#dc2626}.log-warning{color:#d97706}.fade-in{animation:.3s ease-out fadeIn}.loading-skeleton{background-color:#e5e7eb;border-radius:.375rem;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.card-hover{transition:all .2s ease-in-out}.card-hover:hover{transform:translateY(-.25rem);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}@media (max-width:768px){.responsive-text{font-size:.875rem}}@media (min-width:769px){.responsive-text{font-size:1rem}}
