.quiz-page{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.quiz-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:60px 0 40px;position:relative;overflow:hidden}.quiz-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.back-to-shop{display:inline-flex;align-items:center;gap:.5rem;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-to-shop:hover{background:#fff3;transform:translate(-4px)}.quiz-hero-content{text-align:center;position:relative;z-index:1}.quiz-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;color:#fff;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3)}.quiz-title{font-size:3rem;font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.2}.quiz-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:600px;margin:0 auto}.quiz-container{flex:1;padding:60px 0}.quiz-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #00000014;max-width:800px;margin:0 auto}.quiz-progress{margin-bottom:3rem}.progress-bar{height:8px;background:#e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:.75rem}.progress-fill{height:100%;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);transition:width .4s ease;border-radius:10px}.progress-text{display:block;text-align:center;font-size:.875rem;font-weight:600;color:#64748b}.quiz-question{text-align:center;margin-bottom:3rem}.quiz-question h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;line-height:1.3}.question-hint{font-size:.9375rem;color:#64748b;font-weight:500;margin:0}.quiz-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.quiz-option{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;text-align:left;font-size:1rem;font-weight:500;color:#334155}.quiz-option:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translate(4px)}.quiz-option.selected{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-color:var(--primary);color:#fff;box-shadow:0 4px 12px #667eea4d}.option-text{flex:1;font-size:1.0625rem}.quiz-navigation{display:flex;gap:1rem;justify-content:space-between}.quiz-nav-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.quiz-nav-btn.primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 12px #667eea4d}.quiz-nav-btn.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.quiz-nav-btn.secondary{background:#f8fafc;color:#64748b;border:2px solid #e2e8f0}.quiz-nav-btn.secondary:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.quiz-nav-btn:disabled{opacity:.5;cursor:not-allowed}.quiz-complete-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#10b981}.quiz-complete-screen h2{font-size:2rem;font-weight:700;margin:1.5rem 0 .75rem;color:#1e293b}.quiz-complete-screen p{font-size:1.125rem;color:#64748b;margin-bottom:2rem}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.quiz-results-page{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.results-hero{background:linear-gradient(135deg,#10b981,#059669);padding:60px 0 40px;position:relative}.results-hero-content{text-align:center}.results-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;color:#fff;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3)}.results-title{font-size:3rem;font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.2}.results-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:700px;margin:0 auto}.results-container{flex:1;padding:60px 0}.recommended-categories{text-align:center;margin-bottom:4rem}.recommended-categories h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.category-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:800px;margin:0 auto}.category-tag{display:inline-flex;align-items:center;gap:.375rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:.625rem 1.25rem;border-radius:50px;font-size:.9375rem;font-weight:600;box-shadow:0 2px 8px #667eea33}.product-selection-section{margin-bottom:3rem}.product-selection-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:2rem;flex-wrap:wrap}.product-selection-section .section-header h2{font-size:2rem;font-weight:700;color:#1e293b;margin:0}.product-selection-section .section-header p{font-size:1rem;color:#64748b;margin:.5rem 0 0}.create-board-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #10b9814d;white-space:nowrap}.create-board-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.create-board-btn:disabled{opacity:.5;cursor:not-allowed}.products-loading{text-align:center;padding:4rem 2rem}.products-loading p{font-size:1.125rem;color:#64748b;margin-top:1.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{position:relative;background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s;border:3px solid transparent;box-shadow:0 2px 8px #00000014}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-card.selected{border-color:#10b981;box-shadow:0 8px 24px #10b9814d}.selection-badge{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;box-shadow:0 2px 8px #10b98166}.product-image{width:100%;aspect-ratio:4/3;overflow:hidden;background:#f8fafc}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.25rem}.product-category{display:inline-block;font-size:.8125rem;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.product-name{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;line-height:1.3}.product-description{font-size:.875rem;color:#64748b;line-height:1.5;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:center;gap:.5rem}.price{font-size:1.25rem;font-weight:700;color:#1e293b}.price-original{font-size:1rem;color:#94a3b8;text-decoration:line-through}.price-discount{font-size:1.25rem;font-weight:700;color:#10b981}.no-products{text-align:center;padding:4rem 2rem}.no-products p{font-size:1.125rem;color:#64748b;margin-bottom:2rem}.retry-btn{padding:.875rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.results-actions{display:flex;gap:1rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}.action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.action-btn.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.action-btn.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.action-btn.primary:disabled{opacity:.5;cursor:not-allowed}.action-btn.secondary{background:#fff;color:#64748b;border:2px solid #e2e8f0}.action-btn.secondary:hover{background:#f8fafc;border-color:#cbd5e1}.action-btn.large{padding:1.25rem 2.5rem;font-size:1.125rem}@media(max-width:768px){.quiz-title,.results-title{font-size:2rem}.quiz-subtitle,.results-subtitle{font-size:1rem}.quiz-card{padding:2rem 1.5rem}.quiz-question h2{font-size:1.375rem}.quiz-navigation{flex-direction:column}.product-selection-section .section-header{flex-direction:column;align-items:flex-start}.create-board-btn{width:100%}.products-grid{grid-template-columns:1fr}.results-actions{flex-direction:column}.action-btn{width:100%}}
