.portal-container{min-height:100vh;font-family:var(--font-body), sans-serif;background-color:#f1f5f9;justify-content:center;align-items:center;padding:1rem;display:flex}.estado-card{box-sizing:border-box;background:#fff;border-radius:16px;width:100%;max-width:500px;padding:2rem;box-shadow:0 10px 25px #0000000d}.estado-header{text-align:center;margin-bottom:2rem}.logo-placeholder{background-color:var(--navy);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.estado-header h2{color:var(--navy);margin:0 0 .5rem;font-size:1.5rem}.orden-badge{color:#475569;background-color:#f1f5f9;border-radius:99px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.orden-detalles{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:1.25rem}.detalle-item{flex-direction:column;margin-bottom:.75rem;display:flex}.detalle-item:last-child{margin-bottom:0}.detalle-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.detalle-value{color:var(--navy);font-size:1rem;font-weight:500}.estado-tracker{margin-bottom:2rem}.estado-actual{text-align:center;color:var(--navy);margin:0 0 1rem;font-size:1.125rem}.texto-estado{font-weight:700}.texto-estado.step-progress-info{color:#0284c7}.texto-estado.step-progress-warning{color:#d97706}.texto-estado.step-progress-orange{color:#ea580c}.texto-estado.step-progress-primary{color:var(--primary)}.texto-estado.step-progress-success{color:#16a34a}.texto-estado.step-progress-danger{color:#dc2626}.texto-estado.step-progress-neutral{color:#475569}.progress-container{background-color:#e2e8f0;border-radius:99px;width:100%;height:8px;margin-bottom:1rem;overflow:hidden}.progress-bar{border-radius:99px;height:100%;transition:width .5s ease-in-out}.progress-info{background-color:#0284c7}.progress-warning{background-color:#f59e0b}.progress-orange{background-color:#f97316}.progress-primary{background-color:var(--primary)}.progress-success{background-color:#22c55e}.progress-danger{background-color:#ef4444}.progress-neutral{background-color:#64748b}.progress-steps{color:#94a3b8;justify-content:space-between;font-size:.7rem;display:flex}.step{text-align:center;font-weight:500;position:relative}.step.active{color:var(--navy);font-weight:600}.alert-success{color:#166534;text-align:center;background-color:#dcfce3;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.alert-warning{color:#92400e;text-align:center;background-color:#fef3c7;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.estado-footer{text-align:center;border-top:1px solid #e2e8f0;padding-top:1.5rem}.estado-footer p{color:#64748b;margin:0 0 1rem;font-size:.9rem}.btn-whatsapp{color:#fff;text-align:center;box-sizing:border-box;background-color:#25d366;border-radius:8px;width:100%;padding:.75rem;font-weight:600;text-decoration:none;display:block}.btn-whatsapp:hover{background-color:#128c7e}.loading-state,.error-state{text-align:center;padding:4rem 2rem}.icon-error{color:#ef4444;background-color:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;display:flex}.loader-container{justify-content:center;align-items:center;height:100vh;display:flex}.loader{border:4px solid #f3f3f3;border-top:4px solid var(--primary);border-radius:50%;width:40px;height:40px;margin:0 auto;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mt-4{margin-top:1rem}
