:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#e90303de;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{width:100%;margin:0;padding:0;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}.formulario-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;min-height:100vh;padding:2rem 0}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.header{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;margin-bottom:2rem}.header-content{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.header-icon{background:#dcfce7;padding:.75rem;border-radius:12px;display:flex;align-items:center;justify-content:center}.header-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.header-subtitle{color:#6b7280;margin:.5rem 0 0}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.alert-error{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.alert-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:#fff;border-radius:12px;margin:2rem 0}.progress-container{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000001a}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.progress-title{font-weight:600;color:#374151}.progress-counter{color:#6b7280;font-size:.875rem}.progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease}.nav-container{padding:1rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:1.5rem;overflow:hidden}.nav-tabs{display:flex;gap:.5rem;flex-wrap:wrap;overflow-x:auto;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.nav-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:#6b7280;border-radius:8px;background:#f9fafb;border:1px solid #e5e7eb;min-width:fit-content}.nav-tab:hover{color:#1f2937;background:#f9fafb}.nav-tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.nav-tab.completed{background:#10b981;color:#fff;border-color:#10b981}.content-container{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1rem;box-shadow:0 4px 6px #0000001a}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.form-grid{display:grid;gap:1.5rem}.two-cols,.form-grid.two-cols{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.one-col{grid-template-columns:1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s ease;background:#fff;color:#1f2937}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#9ca3af}.resources-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.resource-card{padding:1rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;background:#f9fafb;border:1px solid #e5e7eb}.resource-title{margin-bottom:.5rem;font-weight:500;color:#374151;margin:0 0 1rem;font-size:.875rem}.resources-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.resources-grid.three-cols{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.tallas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:.5rem;margin-top:.5rem}.talla-group{display:flex;flex-direction:column;align-items:center;gap:.25rem}.talla-label{font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:.25rem;text-align:center}.talla-input,.cantidad-input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;text-align:center;font-size:.875rem;background:#fff;color:#1f2937}.talla-input{width:100%;padding:.5rem .25rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:6px;text-align:center;background:#fff;color:#1f2937;font-weight:500}.talla-input:focus,.cantidad-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.talla-input::placeholder,.cantidad-input::placeholder{color:#9ca3af}.cantidad-container{display:flex;justify-content:center;margin-top:.5rem}.cantidad-input{width:8rem;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background:#fff;color:#1f2937;font-weight:500;text-align:center}.cantidad-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.step-navigation{margin-top:2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.step-nav-left,.step-nav-right{display:flex;align-items:center;gap:1rem}.step-info-container{display:flex;align-items:center;gap:.5rem}.step-info{font-size:.875rem;color:#6b7280}.step-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease;font-size:.875rem}.step-button-prev{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.step-button-prev:hover:not(:disabled){background:#e5e7eb}.step-button-prev:hover{background:#e5e7eb;transform:translateY(-1px)}.step-button-prev:disabled{opacity:.5;cursor:not-allowed;transform:none}.step-button-next{background:#3b82f6;color:#fff}.step-button-next:hover:not(:disabled){background:#2563eb}.step-button-next:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.step-button-next:disabled{opacity:.5;cursor:not-allowed;transform:none}.step-button-submit{background:linear-gradient(135deg,#16a34a,#2563eb);color:#fff;font-weight:600;padding:1rem 2rem;box-shadow:0 4px 6px -1px #0000001a}.step-button-submit:hover:not(:disabled){background:#059669}.step-button-submit:hover{transform:translateY(-1px);box-shadow:0 6px 12px -1px #00000026;background:linear-gradient(135deg,#15803d,#1d4ed8)}.step-button:disabled{opacity:.5;cursor:not-allowed}.progress-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:1rem 1.5rem;margin-bottom:1.5rem}.progress-header{display:flex;justify-content:between;align-items:center;margin-bottom:1rem}.progress-title{font-size:.875rem;font-weight:500;color:#6b7280}.progress-counter{font-size:.875rem;font-weight:600;color:#3b82f6}.progress-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#16a34a);border-radius:3px;transition:width .3s ease}.current-step-info{color:#374151;margin-top:.75rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.current-step-name{font-weight:600;color:#1f2937}.info-container{margin-top:2rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.info-content{display:flex;align-items:flex-start;gap:1rem}.info-text{font-size:.875rem;color:#1e40af;flex:1}.info-title{font-weight:600;margin-bottom:.25rem;color:#1f2937;margin:0 0 .5rem}.info-list{margin:0;list-style:none;padding-left:1.25rem;color:#4b5563}.info-list li{margin-bottom:.25rem}.icon{width:1rem;height:1rem}.icon-lg{width:1.5rem;height:1.5rem}.icon-xl{width:2rem;height:2rem}.icon-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-blue{color:#3b82f6}.icon-orange{color:#f97316}.icon-gray{color:#6b7280}.icon-green{color:#10b981}.icon-purple{color:#8b5cf6}.icon-cyan{color:#06b6d4}.icon-red{color:#ef4444}.icon-amber{color:#f59e0b}.review-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:24px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.review-section-header{display:flex;align-items:center;gap:12px;padding:20px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.review-section-title{font-size:18px;font-weight:600;color:#111827;margin:0;flex-grow:1}.category-count{background:#ddd6fe;color:#7c3aed;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;padding:24px}.review-item{display:flex;flex-direction:column;gap:4px}.review-label{font-size:14px;font-weight:500;color:#6b7280}.review-value{font-size:16px;font-weight:600;color:#111827;padding:8px 12px;background:#f3f4f6;border-radius:8px;border-left:4px solid #d1d5db}.review-value.primary{background:#dbeafe;border-left-color:#3b82f6;color:#1e40af}.review-value.emergency{background:#fef2f2;border-left-color:#ef4444;color:#dc2626}.inventory-summary{padding:24px}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}.summary-stat{text-align:center;padding:20px;background:#f8fafc;border-radius:12px;border:2px solid #e2e8f0}.stat-number{display:block;font-size:32px;font-weight:700;color:#0f172a;margin-bottom:4px}.stat-label{font-size:14px;color:#64748b;font-weight:500}.resources-review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;padding:24px}.resource-review-card{background:#fefefe;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s ease}.resource-review-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.resource-review-header{padding:16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.resource-review-name{font-size:16px;font-weight:600;color:#111827;margin:0}.resource-review-details{padding:16px}.quantity-display{text-align:center}.quantity-number{display:block;font-size:28px;font-weight:700;color:#059669;margin-bottom:4px}.quantity-label{font-size:14px;color:#6b7280;font-weight:500}.sizes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:8px;margin-bottom:12px}.size-item{display:flex;flex-direction:column;align-items:center;padding:8px 4px;background:#f3f4f6;border-radius:6px;border:1px solid #d1d5db}.size-label{font-size:12px;font-weight:500;color:#6b7280;margin-bottom:2px}.size-quantity{font-size:16px;font-weight:700;color:#111827}.total-display{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#ecfdf5;border-radius:6px;border:1px solid #d1fae5}.total-label{font-size:14px;font-weight:500;color:#065f46}.total-number{font-size:16px;font-weight:700;color:#059669}.empty-state{background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;color:#6b7280}.empty-inventory-message{text-align:center;padding:40px 24px;color:#6b7280}.empty-inventory-message h3{font-size:18px;color:#374151;margin:16px 0 8px}.empty-inventory-message p{font-size:14px;margin:0}.review-notes{padding:20px 24px;background:#fffbeb;border:1px solid #fed7aa;border-radius:8px;margin:16px 24px}.notes-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.notes-header h4{font-size:16px;font-weight:600;color:#92400e;margin:0}.notes-list{margin:0;padding-left:0;list-style:none}.notes-list li{color:#92400e;font-size:14px;margin-bottom:6px;padding-left:4px}.notes-list li:last-child{margin-bottom:0}.final-step-content{padding:24px;color:#3867c4;border-radius:12px;box-shadow:0 1px 3px #0000001a}.observaciones-review{margin-top:12px;padding:12px;background-color:#f9fafb;border-radius:6px;border-left:3px solid #3b82f6}.observaciones-review-header{display:flex;align-items:center;gap:6px;margin-bottom:6px}.observaciones-review-label{font-size:13px;font-weight:500;color:#374151}.observaciones-review-text{font-size:14px;color:#4b5563;line-height:1.4;margin:0}.resource-content{display:flex;flex-direction:column;gap:12px}.observaciones-container{margin-top:8px}.observaciones-header{display:flex;align-items:center;gap:6px;margin-bottom:6px}.observaciones-label{font-size:14px;font-weight:500;color:#4b5563}.observaciones-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;resize:vertical;min-height:60px;transition:border-color .2s ease;background:#fff;color:#1f2937}.observaciones-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.observaciones-input::placeholder{color:#9ca3af}.icon-sm{width:16px;height:16px;color:#6b7280}@media (max-width: 768px){.review-grid,.resources-review-grid{grid-template-columns:1fr;padding:16px}.summary-stats{grid-template-columns:1fr}.sizes-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.container{padding:1rem .5rem}.header{padding:1rem}.header-title{font-size:1.5rem}.nav-tabs{overflow-x:auto}.nav-tab{white-space:nowrap}.form-grid.two-cols{grid-template-columns:1fr}.tallas-grid{grid-template-columns:repeat(3,1fr)}.resources-grid{grid-template-columns:1fr}.submit-button{padding:.75rem 1.5rem;font-size:.875rem}}
