@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--bg-dark:#f8fafc;--bg-main:#f8fafc;--bg-card:#fff;--bg-card-hover:#f1f5f9;--accent-primary:#4f46e5;--accent-primary-hover:#4338ca;--accent-secondary:#0284c7;--accent-success:#059669;--accent-warning:#d97706;--accent-danger:#dc2626;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--glass-bg:#ffffffd9;--glass-border:#e2e8f0cc}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);min-height:100vh;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.glass-panel{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 4px 20px -2px #0f172a0d,0 2px 6px -1px #0f172a08}.glass-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;transition:all .2s ease-in-out;box-shadow:0 2px 8px -2px #0f172a0a}.glass-card:hover{background:#fff;border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 10px 25px -5px #4f46e51a,0 4px 6px -2px #0f172a05}.btn-primary{background:linear-gradient(135deg, var(--accent-primary) 0%, #6366f1 100%);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:.92rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #4f46e547}.btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 20px #4f46e561}.btn-secondary{color:var(--text-main);border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 1px 3px #0000000a}.btn-secondary:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.btn-danger{color:#dc2626;cursor:pointer;background:#dc262614;border:1px solid #dc262633;border-radius:8px;padding:8px 16px;font-weight:600;transition:all .2s}.btn-danger:hover{color:#b91c1c;background:#dc262626}.form-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-label{color:#334155;font-size:.85rem;font-weight:600}.form-input,.form-select,.form-textarea{color:var(--text-main);background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:10px 14px;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #4f46e526}.form-input::placeholder,.form-textarea::placeholder{color:#94a3b8}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:.76rem;font-weight:700;display:inline-flex}.badge-pendiente{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.badge-proceso{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.badge-listo{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.badge-entregado{color:#4338ca;background:#e0e7ff;border:1px solid #c7d2fe}.badge-cancelado{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.custom-table{border-collapse:separate;border-spacing:0 8px;width:100%}.custom-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:12px 16px;font-size:.78rem;font-weight:700}.custom-table tr.row-item{background:#fff;transition:all .2s}.custom-table tr.row-item:hover{background:#f8fafc;box-shadow:0 4px 12px #00000008}.custom-table td{color:var(--text-main);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:14px 16px;font-size:.92rem}.custom-table td:first-child{border-left:1px solid var(--border-color);border-top-left-radius:10px;border-bottom-left-radius:10px}.custom-table td:last-child{border-right:1px solid var(--border-color);border-top-right-radius:10px;border-bottom-right-radius:10px}.modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:99999;background:#0f172a80;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px 16px;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{border:1px solid var(--border-color);width:100%;max-width:650px;max-height:90vh;color:var(--text-main);background:#fff;border-radius:20px;margin:auto;padding:28px;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #0f172a40}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes pageFade{0%{opacity:0}to{opacity:1}}.page-transition{animation:.2s ease-out pageFade}.top-progress-bar-container{z-index:9999;pointer-events:none;background:0 0;height:3px;position:fixed;top:0;left:0;right:0}.top-progress-bar{background:linear-gradient(90deg,#4f46e5,#0284c7,#059669,#4f46e5) 0 0/200% 100%;height:100%;transition:width .2s,opacity .3s;animation:1.2s linear infinite progressPulse;box-shadow:0 0 12px #4f46e599,0 0 6px #0284c766}@keyframes progressPulse{0%{background-position:0 0}to{background-position:200% 0}}.spinner-container{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px;display:flex}.spinner-modern{border:3px solid #4f46e51f;border-top-color:var(--accent-primary);border-right-color:var(--accent-secondary);border-radius:50%;width:36px;height:36px;animation:.75s ease-in-out infinite spinSmooth;box-shadow:0 0 12px #4f46e526}.spinner-modern-lg{border-width:4px;width:48px;height:48px}.spinner-modern-sm{border-width:2px;width:18px;height:18px}@keyframes spinSmooth{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-line{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:6px;height:16px;animation:1.5s infinite shimmer}
