@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary:#0f172a;--primary-hover:#1e293b;--primary-light:#f1f5f9;--primary-foreground:#f8fafc;--secondary:#f1f5f9;--secondary-foreground:#0f172a;--accent:#f8fafc;--accent-foreground:#0f172a;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--background:#fff;--foreground:#020617;--surface:#fff;--surface-border:#e2e8f0;--text-main:#020817;--text-muted:#64748b;--text-inverse:#fff;--sidebar-width:260px;--sidebar-bg:#f8fafc;--sidebar-fg:#0f172a;--sidebar-muted:#64748b;--sidebar-accent:#f1f5f9;--sidebar-accent-fg:#0f172a;--sidebar-border:#e2e8f0;--sidebar-ring:#94a3b8;--sidebar-section-label:#94a3b8;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--transition:all .2s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--primary:#f8fafc;--primary-foreground:#020617;--secondary:#1e293b;--secondary-foreground:#f8fafc;--background:#020617;--foreground:#f8fafc;--surface:#0f172a;--surface-border:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--sidebar-bg:#020617;--sidebar-fg:#f8fafc;--sidebar-muted:#94a3b8;--sidebar-accent:#1e293b;--sidebar-accent-fg:#f8fafc;--sidebar-border:#1e293b}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);height:100%;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-family:Inter,system-ui,-apple-system,sans-serif}body{flex-direction:column;display:flex}.card{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);padding:1.5rem}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{opacity:.9;transform:translateY(-.5px)}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--surface-border)}.btn-secondary:hover{background-color:#e2e8f0}.btn-ghost{color:var(--foreground);background:0 0}.btn-ghost:hover{background:var(--secondary)}.input-group{margin-bottom:1rem}.input-label{color:var(--text-main);margin-bottom:.375rem;font-size:.8125rem;font-weight:600;display:block}.input-field{border-radius:var(--radius-md);border:1px solid var(--surface-border);background:var(--surface);width:100%;color:var(--foreground);transition:var(--transition);outline:none;padding:.5rem .75rem;font-size:.875rem}.input-field:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #0f172a1a}.badge{border:1px solid #0000;border-radius:9999px;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-borrador{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.badge-completado{color:#15803d;background:#dcfce7;border-color:#bbf7d0}.badge-enviado{color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe}.table-container{border-radius:var(--radius-md);border:1px solid var(--surface-border);width:100%;overflow-x:auto}.animate-fade-in{animation:.4s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-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}
