.weeky-test-app{--primary:#ff7a15;--primary-dark:#ff7a15;--bg:#f5f7fa;--card-bg:#ffffff;--text:#2e2e2f;--text-light:#636e72;--border:#e0e0e0;--shadow:0 4px 24px rgba(0, 0, 0, 0.08);--radius:16px;--transition:0.3s cubic-bezier(0.4, 0, 0.2, 1)}.weeky-test-app,.weeky-test-app *{margin:0;padding:0;box-sizing:border-box}.weeky-test-app{width:100%;max-width:100%;height:100%;max-height:100%;margin-left:0;margin-right:0;font-family:'Montserrat','Segoe UI',system-ui,-apple-system,sans-serif;background:#fff0;color:var(--text);min-height:0;display:flex;align-items:center;justify-content:center;overflow:visible;padding:20px}.weeky-test-app .container{width:100%;max-height:100%;min-height:0;display:flex;flex-direction:column}.weeky-test-app .progress-bar{display:flex;flex:0 0 auto;gap:6px;margin-bottom:20px;justify-content:center}.weeky-test-app .progress-dot{width:10px;height:10px;border-radius:50%;background:#f4d8c4;transition:var(--transition)}.weeky-test-app .progress-dot.active{background:var(--primary);box-shadow:0 0 0 6px rgb(255 189 138 / .2);transform:scale(1.3)}.weeky-test-app .progress-dot.done{background:#ff7a15}.weeky-test-app .card{background:var(--card-bg);border-radius:var(--radius);padding:36px 28px 28px;box-shadow:var(--shadow);transition:var(--transition);animation:fadeIn 0.4s ease;flex:1 1 auto;min-height:0;overflow:visible}@keyframes fadeIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.weeky-test-app .step-title{font-size:1.5rem;font-weight:700;margin-bottom:6px;text-align:center}.weeky-test-app .step-title+.options-group{margin-top:14px}.weeky-test-app .step-subtitle{font-size:.9rem;color:var(--text-light);text-align:center;margin-bottom:24px}.weeky-test-app .emoji-icon{font-size:2.8rem;text-align:center;margin-bottom:8px}.weeky-test-app .step-logo{display:block;width:90%;height:auto;margin:0 auto 16px}.weeky-test-app .options-group{display:flex;flex-direction:column;gap:8px}.weeky-test-app .option-label{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px solid var(--border);border-radius:12px;cursor:pointer;transition:var(--transition);font-size:1rem;font-weight:500;user-select:none}.weeky-test-app .option-label:hover{border-color:#ff7a15;background:#fff7f1}.weeky-test-app .option-label.selected{border-color:var(--primary);background:#fff7f1;box-shadow:0 0 0 4px rgb(76 175 80 / .08)}.weeky-test-app .option-label input{display:none}.weeky-test-app .custom-radio,.weeky-test-app .custom-checkbox{width:22px;height:22px;border:2px solid #b0bec5;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.weeky-test-app .custom-checkbox{border-radius:6px}.weeky-test-app .option-label.selected .custom-radio,.weeky-test-app .option-label.selected .custom-checkbox{border-color:var(--primary);background:var(--primary)}.weeky-test-app .option-label.selected .custom-radio::after{content:'';width:8px;height:8px;background:#fff;border-radius:50%}.weeky-test-app .option-label.selected .custom-checkbox::after{content:'✓';color:#fff;font-size:13px;font-weight:700;line-height:1}.weeky-test-app .sub-options{margin-left:34px;margin-top:4px;margin-bottom:8px;display:flex;flex-wrap:wrap;gap:8px;overflow:hidden;max-height:0;transition:max-height 0.4s ease,margin 0.4s ease,opacity 0.3s ease;opacity:0}.weeky-test-app .sub-options.visible{max-height:120px;opacity:1;margin-top:10px;margin-bottom:16px}.weeky-test-app .sub-option{padding:8px 14px;border:2px solid var(--border);border-radius:20px;cursor:pointer;font-size:.85rem;font-weight:500;transition:var(--transition);user-select:none}.weeky-test-app .sub-option:hover{border-color:#ff7a15;background:#fff7f1}.weeky-test-app .sub-option.selected{border-color:var(--primary);background:#fff7f1;color:#ff7a15;font-weight:600}.weeky-test-app .buttons-row{display:flex;gap:12px;margin-top:28px;justify-content:space-between}.weeky-test-app .btn{padding:13px 24px;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);font-family:inherit}.weeky-test-app .btn-back{background:#fff0;color:var(--text-light);border:2px solid var(--border)}.weeky-test-app .btn-back:hover{background:#f5f5f5}.weeky-test-app .btn-next{background:var(--primary);color:#fff;flex:1;box-shadow:0 4px 16px rgb(255 122 21 / .3)}.weeky-test-app .btn-next:hover{background:var(--primary-dark);box-shadow:0 6px 20px rgb(255 122 21 / .4);transform:translateY(-1px)}.weeky-test-app .btn-next:disabled{background:#bdbdbd;cursor:not-allowed;box-shadow:none;transform:none}.weeky-test-app .result-header{text-align:center;margin-bottom:24px}.weeky-test-app .result-header .emoji-icon{font-size:3rem}.weeky-test-app .product-list{display:flex;flex-direction:column;gap:10px}.weeky-test-app .product-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#f8faf9;border-radius:12px;animation:slideIn 0.3s ease forwards;opacity:0}.product-item:nth-child(1){animation-delay:0.05s}.product-item:nth-child(2){animation-delay:0.1s}.product-item:nth-child(3){animation-delay:0.15s}.product-item:nth-child(4){animation-delay:0.2s}.product-item:nth-child(5){animation-delay:0.25s}.product-item:nth-child(6){animation-delay:0.3s}.product-item:nth-child(7){animation-delay:0.35s}.product-item:nth-child(8){animation-delay:0.4s}.product-item:nth-child(9){animation-delay:0.45s}.product-item:nth-child(10){animation-delay:0.5s}@keyframes slideIn{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.weeky-test-app .product-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.product-icon.batido{background:#fff3e0}.product-icon.aloe{background:#fffcf7}.product-icon.te{background:#fce4ec}.product-icon.fibra{background:#fff8e1}.product-icon.thermox{background:#fbe9e7}.product-icon.multivitaminico{background:#e3f2fd}.product-icon.colageno{background:#f3e5f5}.product-icon.drenaxcess{background:#e0f7fa}.product-icon.omega{background:#e8eaf6}.product-icon.curcuma{background:#fff9c4}.product-icon.proteina{background:#efebe9}.product-icon.creatina{background:#fce4ec}.weeky-test-app .product-name{font-weight:600;font-size:1rem}.weeky-test-app .product-qty{font-size:.85rem;color:var(--text-light);margin-left:auto}.weeky-test-app .btn-restart{background:var(--primary);color:#fff;width:100%;margin-top:24px;box-shadow:0 4px 16px rgb(255 122 21 / .3)}.weeky-test-app .btn-restart:hover{background:var(--primary-dark);box-shadow:0 6px 20px rgb(255 122 21 / .4);transform:translateY(-1px)}.weeky-test-app .warnings{background:#fff3cd;border-radius:10px;padding:12px 16px;margin-top:16px;font-size:.85rem;color:#856404;display:none}.weeky-test-app .warnings.visible{display:block}@media (max-width:480px){.weeky-test-app .card{padding:24px 16px 20px}.weeky-test-app .step-title{font-size:1.3rem}.weeky-test-app .option-label{padding:12px 14px;font-size:.95rem}.weeky-test-app .btn{padding:12px 18px;font-size:.9rem}}@media (max-width:768px){.weeky-test-app .container{width:90%!important;max-width:90%!important}.weeky-test-app .result-container{width:100%!important}}@media (min-width:769px){.weeky-test-app .card.result-expanded{max-width:900px!important}}.weeky-test-app .result-container{display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto}.weeky-test-app .result-title{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:8px;color:var(--text)}.weeky-test-app .result-subtitle{font-size:1rem;color:var(--text-light);text-align:center;margin-bottom:28px}.weeky-test-app .pack-recommended{width:100%;background:#FFF3E0;border:2px solid #FFB74D;border-radius:var(--radius);padding:0;margin-bottom:28px;box-shadow:0 4px 24px rgb(255 152 0 / .12);display:flex;overflow:hidden}.weeky-test-app .pack-image-container{width:50%;display:flex;align-items:center;justify-content:center;background:#FFF3E0;padding:20px}.weeky-test-app .pack-image-container img{width:100%;height:100%;object-fit:contain;object-position:center center;border-radius:12px;aspect-ratio:1 / 1}.weeky-test-app .pack-info-container{width:50%;padding:28px 24px;display:flex;flex-direction:column;justify-content:center}.weeky-test-app .pack-recommended-label{font-size:.8rem;text-transform:uppercase;letter-spacing:1.5px;color:#E65100;font-weight:600;margin-bottom:6px}.weeky-test-app .pack-recommended-name{font-size:1.4rem;font-weight:700;color:#2e2e2f;margin-bottom:10px;line-height:1.2}.weeky-test-app .pack-recommended-desc{font-size:.9rem;color:#6D4C41;line-height:1.4;margin-bottom:14px}.weeky-test-app .pack-beneficios{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.weeky-test-app .pack-add-button{margin-top:16px;width:100%;align-self:stretch;border-radius:1rem;border:none;background-color:#ff7a15;color:#fff;font-size:.85rem;padding:.5rem 1.2rem;cursor:pointer;font-weight:600;transition:0.3s ease-out}.weeky-test-app .pack-add-button:hover{box-shadow:0 4px 18px 0 rgb(254 169 0 / .25);transform:translateY(-1px)}.weeky-test-app .pack-beneficios li{font-size:.85rem;color:#5D4037;display:flex;align-items:center;gap:8px}.weeky-test-app .pack-beneficios li::before{content:'✓';color:#2e7d32;font-size:.9rem;flex-shrink:0}@media (max-width:768px){.weeky-test-app .pack-recommended{flex-direction:column}.weeky-test-app .pack-image-container{width:100%;height:auto;padding:0;border-radius:16px 16px 0 0}.weeky-test-app .pack-image-container img{width:100%;height:auto;object-fit:contain;border-radius:0 0 0 0}.weeky-test-app .pack-info-container{width:100%;padding:20px 16px 24px}}.weeky-test-app .productos-sueltos-title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:16px;text-align:center;width:100%}.weeky-test-app .productos-sueltos-grid{display:flex;flex-wrap:wrap;gap:34px 16px;justify-content:center;width:100%;padding-bottom:18px}.weeky-test-app .card-producto{width:400px;min-height:200px;height:auto;border-radius:16px;background-color:#FFF3E0;position:relative;border:2px solid #FFB74D;transition:0.5s ease-out;overflow:visible;display:flex;box-shadow:0 4px 20px rgb(255 152 0 / .1)}.weeky-test-app .card-details{width:50%;display:flex;flex-direction:column;justify-content:center;text-align:left;padding:16px;gap:4px}.weeky-test-app .card-producto .text-title{font-size:1rem;font-weight:700;margin:0;color:#2e2e2f}.weeky-test-app .card-producto .text-body{color:#6D4C41;font-size:.78rem;margin:0;line-height:1.3}.weeky-test-app .card-beneficios{margin-top:2px;gap:4px}.weeky-test-app .card-beneficios li{font-size:.7rem;line-height:1.2}.weeky-test-app .card-image-container{width:50%;background:#FFF3E0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px 0 0 14px}.weeky-test-app .card-image-container img{width:100%;height:100%;object-fit:contain;object-position:center center}.weeky-test-app .card-button{transform:translateX(-50%);width:60%;border-radius:1rem;border:none;background-color:#ff7a15;color:#fff;font-size:.85rem;padding:.5rem 1rem;position:absolute;left:50%;bottom:-18px;opacity:1;transition:0.3s ease-out;cursor:pointer;font-weight:600;z-index:2}.weeky-test-app .card-producto:hover{border-color:#ff7a15;box-shadow:0 4px 18px 0 rgb(254 169 0 / .25)}.weeky-test-app .card-producto:hover .card-button{opacity:1}.weeky-test-app .result-warnings{width:100%;background:#fff3cd;border-radius:10px;padding:12px 16px;margin-top:24px;font-size:.85rem;color:#856404}.weeky-test-app .btn-restart{background:var(--primary);color:#fff;width:100%;margin-top:24px;box-shadow:0 4px 16px rgb(255 122 21 / .3)}.weeky-test-app .btn-restart:hover{background:var(--primary-dark);box-shadow:0 6px 20px rgb(255 122 21 / .4);transform:translateY(-1px)}@media (max-width:768px){.weeky-test-app .pack-recommended,.weeky-test-app .result-warnings,.weeky-test-app .btn-restart{width:100%}.weeky-test-app .card-producto{width:100%;min-height:180px;height:auto}.weeky-test-app .card-producto .text-title{font-size:.95rem}.weeky-test-app .card-producto .text-body{font-size:.72rem}}@media (max-width:400px){.weeky-test-app .card-producto{flex-direction:column;align-items:stretch;overflow:visible;padding-bottom:22px}.weeky-test-app .card-image-container{width:100%;border-radius:16px 16px 0 0;padding:0}.weeky-test-app .card-image-container img{width:100%;height:auto;object-fit:contain;border-radius:16px 16px 0 0}.weeky-test-app .card-details{width:100%;padding:18px 16px 24px}}.weeky-test-app .text-input{width:100%;padding:14px 16px;border:2px solid var(--border);border-radius:12px;box-sizing:border-box;min-height:50px;font-size:1rem;line-height:1.2;font-family:inherit;transition:var(--transition);outline:none;background:#fff}.weeky-test-app select.text-input{height:50px;padding-top:0;padding-bottom:0;line-height:50px;color:var(--text)}.weeky-test-app select.text-input:invalid{color:#b0bec5}.weeky-test-app select.text-input option{color:var(--text)}.weeky-test-app .text-input:focus{border-color:#ff7a15;box-shadow:0 0 0 4px rgb(254 169 0 / .08)}.weeky-test-app .text-input.is-filled{border-color:#ff7a15}.weeky-test-app .text-input.is-invalid{border-color:#d93025;box-shadow:0 0 0 4px rgb(217 48 37 / .08)}.weeky-test-app .field-error-message{margin-top:-8px;color:#d93025;font-size:.78rem;line-height:1.25}.weeky-test-app .text-input::placeholder{color:#b0bec5}.weeky-test-app .genero-options-container{display:flex;flex-direction:row;gap:8px;width:100%}.weeky-test-app .genero-option{flex:1;justify-content:center}.weeky-test-app .genero-option{padding:14px 16px;border:2px solid var(--border);border-radius:12px;cursor:pointer;font-size:1rem;font-weight:500;transition:var(--transition);user-select:none;display:flex;align-items:center;gap:12px;width:100%}.weeky-test-app .genero-option:hover{border-color:#ff7a15;background:#fff7f1}.weeky-test-app .genero-option.selected{border-color:#ff7a15;background:#fff7f1;color:#E65100;font-weight:600}.weeky-test-app .genero-radio{width:20px;height:20px;border-radius:50%;border:2px solid #b0bec5;flex-shrink:0;display:flex;align-items:center;justify-content:center}.weeky-test-app .genero-option.selected .genero-radio{border-color:#ff7a15;background:#ff7a15}.weeky-test-app .genero-option.selected .genero-radio::after{content:'';width:8px;height:8px;background:#fff;border-radius:50%}