@import"https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@400;500;600;700&display=swap";.product-testify-section{--testify-primary: var(--color-foreground, #1a1a1a);--testify-secondary: var(--color-foreground-secondary, #333333);--testify-accent: var(--color-brand, #e63946);--testify-success: #10b981;--testify-warning: #f59e0b;--testify-bg: var(--color-background, #fafafa);--testify-card-bg: var(--color-background, #ffffff);--testify-text: var(--color-foreground, #1a1a1a);--testify-text-muted: color-mix(in srgb, var(--color-foreground, #1a1a1a) 60%, transparent);--testify-border: color-mix(in srgb, var(--color-foreground, #1a1a1a) 15%, transparent);--testify-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--testify-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--testify-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--testify-radius: 1rem;--testify-radius-lg: 1.5rem;position:relative;min-height:100vh;padding:1.5rem;background:var(--testify-section-bg, var(--testify-bg));font-family:Playpen Sans,system-ui,sans-serif;overflow:hidden}.testify-background{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.testify-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:float 20s ease-in-out infinite}.testify-orb--1{width:400px;height:400px;background:linear-gradient(135deg,var(--testify-accent),color-mix(in srgb,var(--testify-accent) 70%,white));top:-100px;right:-100px;animation-delay:0s}.testify-orb--2{width:300px;height:300px;background:linear-gradient(135deg,var(--testify-primary),color-mix(in srgb,var(--testify-primary) 50%,transparent));bottom:-50px;left:-50px;animation-delay:-7s}.testify-orb--3{width:250px;height:250px;background:linear-gradient(135deg,var(--testify-success),#34d399);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(-30px,-20px) scale(1.02)}}.testify-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.testify-header{display:flex;align-items:center;gap:1rem;text-align:center;flex-direction:column}.testify-header__icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--testify-accent),color-mix(in srgb,var(--testify-accent) 70%,white));display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px -4px color-mix(in srgb,var(--testify-accent) 50%,transparent);animation:pulse-glow 2s ease-in-out infinite}.testify-header__icon svg{width:32px;height:32px;color:#fff;stroke:#fff}@keyframes pulse-glow{0%,to{box-shadow:0 8px 20px -4px color-mix(in srgb,var(--testify-accent) 50%,transparent)}50%{box-shadow:0 8px 30px -4px color-mix(in srgb,var(--testify-accent) 70%,transparent)}}.testify-header__text h1{font-size:1.75rem;font-weight:700;color:var(--testify-text);margin:0;line-height:1.2;transition:opacity .3s ease}.testify-header__text p{font-size:1rem;color:var(--testify-text-muted);margin:.25rem 0 0;transition:opacity .3s ease}.testify-landing{width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0 1rem;animation:landingFadeIn .8s cubic-bezier(.22,1,.36,1) both}@keyframes landingFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.testify-landing--exiting{animation:landingFadeOut .4s ease forwards;pointer-events:none}@keyframes landingFadeOut{to{opacity:0;transform:translateY(-20px) scale(.97)}}.testify-landing[hidden]{display:none!important}.testify-landing:not([hidden])~.testify-sidebar,.testify-landing:not([hidden])~.card-stack,.testify-landing:not([hidden])~.empty-state,.testify-landing:not([hidden])~.mobile-liked-counter,.testify-landing:not([hidden])~.action-buttons,.testify-landing:not([hidden])~.card-info{display:none!important}.testify-bubbles{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:1.5rem 0}.testify-bubble{position:relative;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:0;background:transparent;border:none;cursor:pointer;width:150px;opacity:0;animation:bubbleEntry .7s cubic-bezier(.175,.885,.32,1.275) both;animation-delay:calc(var(--bubble-index, 0) * .15s + .3s);transition:transform .4s cubic-bezier(.22,1,.36,1);-webkit-tap-highlight-color:transparent}@keyframes bubbleEntry{0%{opacity:0;transform:scale(0) translateY(60px)}50%{opacity:1;transform:scale(1.08) translateY(-8px)}75%{transform:scale(.97) translateY(2px)}to{opacity:1;transform:scale(1) translateY(0)}}.testify-bubble:hover{transform:translateY(-10px) scale(1.03)}.testify-bubble:active{transform:translateY(-5px) scale(.97);transition-duration:.15s}.testify-bubble__ring{position:absolute;top:0;left:50%;transform:translate(-50%);width:130px;height:130px;border-radius:50%;background:linear-gradient(color-mix(in srgb,var(--testify-card-bg) 85%,transparent),color-mix(in srgb,var(--testify-card-bg) 75%,transparent)) padding-box,linear-gradient(135deg,var(--bubble-color-1),var(--bubble-color-2)) border-box;border:2.5px solid transparent;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .4s cubic-bezier(.22,1,.36,1);box-shadow:0 8px 32px color-mix(in srgb,var(--bubble-color-1) 12%,transparent),inset 0 1px color-mix(in srgb,white 20%,transparent)}.testify-bubble:hover .testify-bubble__ring{border-width:3px;box-shadow:0 12px 40px color-mix(in srgb,var(--bubble-color-1) 30%,transparent),0 0 60px color-mix(in srgb,var(--bubble-color-2) 15%,transparent),inset 0 1px color-mix(in srgb,white 30%,transparent);transform:translate(-50%) scale(1.04)}.testify-bubble__bg{position:absolute;top:0;left:50%;transform:translate(-50%);width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,var(--bubble-color-1),var(--bubble-color-2));opacity:.1;transition:all .4s ease;animation:bubbleBreathing 3.5s ease-in-out infinite;animation-delay:calc(var(--bubble-index, 0) * -1s);z-index:-1}@keyframes bubbleBreathing{0%,to{transform:translate(-50%) scale(1);opacity:.1}50%{transform:translate(-50%) scale(1.15);opacity:.22}}.testify-bubble:hover .testify-bubble__bg{opacity:.3;transform:translate(-50%) scale(1.25)}.testify-bubble__particles{position:absolute;top:0;left:50%;transform:translate(-50%);width:130px;height:130px;pointer-events:none}.testify-bubble__particles span{position:absolute;width:4px;height:4px;border-radius:50%;background:linear-gradient(135deg,var(--bubble-color-1),var(--bubble-color-2));opacity:0;transition:opacity .4s ease}.testify-bubble:hover .testify-bubble__particles span{opacity:.6;animation:particleOrbit 3s linear infinite}.testify-bubble__particles span:nth-child(1){animation-delay:0s}.testify-bubble__particles span:nth-child(2){animation-delay:-.5s}.testify-bubble__particles span:nth-child(3){animation-delay:-1s}.testify-bubble__particles span:nth-child(4){animation-delay:-1.5s}.testify-bubble__particles span:nth-child(5){animation-delay:-2s}.testify-bubble__particles span:nth-child(6){animation-delay:-2.5s}@keyframes particleOrbit{0%{transform:rotate(0) translate(70px) rotate(0) scale(.5);opacity:0}10%{opacity:.7}80%{opacity:.5}to{transform:rotate(360deg) translate(70px) rotate(-360deg) scale(1);opacity:0}}.testify-bubble__emoji{position:relative;z-index:2;font-size:3rem;line-height:1;display:flex;align-items:center;justify-content:center;width:130px;height:130px;animation:bubbleFloat 4s ease-in-out infinite;animation-delay:calc(var(--bubble-index, 0) * -1.3s);filter:drop-shadow(0 4px 12px color-mix(in srgb,var(--bubble-color-1) 25%,transparent));transition:filter .3s ease}@keyframes bubbleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.testify-bubble:hover .testify-bubble__emoji{filter:drop-shadow(0 6px 16px color-mix(in srgb,var(--bubble-color-1) 40%,transparent));animation-play-state:paused;transform:translateY(-4px)}.testify-bubble__label{font-size:1.05rem;font-weight:700;color:var(--testify-text);letter-spacing:-.01em;transition:color .3s ease}.testify-bubble:hover .testify-bubble__label{color:var(--testify-primary)}.testify-bubble__subtitle{font-size:.8rem;color:var(--testify-text-muted);font-weight:500;margin-top:-.25rem}.testify-bubble--selected{animation:bubbleSelect .5s cubic-bezier(.22,1,.36,1) forwards!important;z-index:10}@keyframes bubbleSelect{0%{transform:scale(1)}30%{transform:scale(1.15)}to{transform:scale(1.1);opacity:1}}.testify-bubble--selected .testify-bubble__ring{border-width:3px;box-shadow:0 0 40px color-mix(in srgb,var(--bubble-color-1) 50%,transparent),0 0 80px color-mix(in srgb,var(--bubble-color-2) 25%,transparent)}.testify-bubble--selected .testify-bubble__bg{opacity:.4;transform:translate(-50%) scale(1.3)}.testify-bubble--selected .testify-bubble__particles span{opacity:.8;animation:particleOrbit 2s linear infinite}.testify-bubble--dismissed{animation:bubbleDismiss .4s cubic-bezier(.55,.085,.68,.53) forwards!important;pointer-events:none}@keyframes bubbleDismiss{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5) translateY(20px)}}.testify-bubbles--floating{position:relative;min-height:300px;padding:0}.testify-bubble--floating{position:absolute;touch-action:none;will-change:left,top;cursor:grab}.testify-bubble--floating:hover{transform:scale(1.06)}.testify-bubble--floating:active{transform:scale(1.02);transition-duration:.1s}.testify-bubble--dragging{cursor:grabbing!important;z-index:20!important;transform:scale(1.1)!important;transition:transform .15s ease!important}.testify-bubble--dragging .testify-bubble__ring{border-width:3px;box-shadow:0 16px 48px color-mix(in srgb,var(--bubble-color-1) 35%,transparent),0 0 60px color-mix(in srgb,var(--bubble-color-2) 20%,transparent)}.testify-bubble--dragging .testify-bubble__bg{opacity:.35;transform:translate(-50%) scale(1.2)}.testify-bubble--dragging .testify-bubble__emoji{animation-play-state:paused}@media(min-width:768px){.testify-bubbles--floating{min-height:360px}}@media(min-width:1024px){.testify-bubbles--floating{min-height:420px}}.question-progress{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.question-progress__bar{width:100%;height:6px;background:var(--testify-border);border-radius:3px;overflow:hidden}.question-progress__fill{height:100%;background:linear-gradient(90deg,var(--testify-accent),color-mix(in srgb,var(--testify-accent) 70%,white));border-radius:3px;width:0%;transition:width .5s cubic-bezier(.4,0,.2,1)}.question-progress__text{font-size:.875rem;color:var(--testify-text-muted);font-weight:500}.progress-container{width:100%;max-width:400px;padding:1rem;background:var(--testify-card-bg);border-radius:var(--testify-radius);box-shadow:var(--testify-shadow)}.progress-labels{display:flex;justify-content:space-between;margin-bottom:.75rem;padding:0 .25rem}.progress-label{font-size:.75rem;font-weight:600;color:var(--testify-text-muted);transition:color .3s ease}.progress-label.reached{color:var(--testify-success)}.progress-bar{position:relative;height:8px;background:var(--testify-border);border-radius:4px;margin-bottom:.75rem}.progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--testify-success),#34d399);border-radius:4px;width:0%;transition:width .5s cubic-bezier(.4,0,.2,1)}.progress-milestone{position:absolute;top:50%;transform:translate(-50%,-50%)}.milestone-dot{width:20px;height:20px;border-radius:50%;background:var(--testify-border);border:3px solid var(--testify-card-bg);display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:var(--testify-shadow)}.milestone-dot svg{width:10px;height:10px;color:#fff;opacity:0;transition:opacity .3s ease}.progress-milestone.active .milestone-dot{background:var(--testify-warning);animation:pulse 1.5s ease-in-out infinite}.progress-milestone.reached .milestone-dot{background:var(--testify-success)}.progress-milestone.reached .milestone-dot svg{opacity:1}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.progress-text{text-align:center;font-size:.875rem;font-weight:500;color:var(--testify-text)}.testify-main{display:flex;justify-content:center;width:100%}.testify-center{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:400px;position:relative}.testify-sidebar{display:none}.testify-sidebar--left{position:absolute;left:-200px;top:0}.card-stack{position:relative;width:100%;aspect-ratio:3 / 4;max-height:480px;perspective:1000px}.swipe-card{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--testify-radius-lg);overflow:hidden;background:var(--testify-card-bg);box-shadow:var(--testify-shadow-xl);touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;transform-origin:center center;transition:transform .1s ease;--stack-index: 0;z-index:calc(10 - var(--stack-index));transform:translateY(calc(var(--stack-index) * 8px)) scale(calc(1 - var(--stack-index) * .03));opacity:calc(1 - var(--stack-index) * .15)}.swipe-card.active{cursor:grab;z-index:100;transform:translateY(0) scale(1);opacity:1}.swipe-card.dragging{cursor:grabbing;transition:none}.swipe-card__inner{height:100%;display:flex;flex-direction:column}.swipe-card__image-wrapper{position:relative;flex:1;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.swipe-card__image{width:100%;height:100%;object-fit:cover;pointer-events:none}.swipe-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--testify-text-muted)}.swipe-card__placeholder svg{width:64px;height:64px}.swipe-indicator{position:absolute;top:50%;transform:translateY(-50%);padding:.75rem 1.25rem;border-radius:.5rem;font-weight:700;font-size:1.25rem;display:flex;align-items:center;gap:.5rem;opacity:0;transition:opacity .15s ease;pointer-events:none;text-transform:uppercase;letter-spacing:.05em}.swipe-indicator svg{width:28px;height:28px}.swipe-indicator--like{right:1rem;background:#10b981f2;color:#fff;box-shadow:0 4px 20px #10b98166}.swipe-indicator--pass{left:1rem;background:#ef4444f2;color:#fff;box-shadow:0 4px 20px #ef444466}.swipe-card__content{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;background:var(--testify-card-bg)}.swipe-card__title{font-size:1.125rem;font-weight:600;color:var(--testify-text);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.swipe-card__price-row{display:flex;align-items:center;gap:.75rem}.swipe-card__price{font-size:1.25rem;font-weight:700;color:var(--testify-primary)}.swipe-card__compare-price{font-size:.9rem;color:var(--testify-text-muted);text-decoration:line-through}.swipe-card__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--testify-text-muted);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease;margin-top:.25rem}.swipe-card__link:hover{color:var(--testify-primary)}.swipe-card__link svg{width:16px;height:16px;transition:transform .2s ease}.swipe-card__link:hover svg{transform:translate(3px)}.swipe-card--question{cursor:default}.swipe-card--question .swipe-card__inner{height:100%}.question-card{position:relative;height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#f8fafc);padding:2rem 1.5rem}.question-card__badge{align-self:center;padding:.5rem 1rem;background:var(--testify-primary);color:var(--testify-bg);font-size:.75rem;font-weight:600;border-radius:2rem;text-transform:uppercase;letter-spacing:.05em}.question-card__content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:2rem;padding:2rem 0}.question-card__text{font-size:1.5rem;font-weight:600;color:var(--testify-text);margin:0;line-height:1.4;max-width:280px}.question-card__hint{display:flex;justify-content:space-between;width:100%;max-width:260px}.hint{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;opacity:.7}.hint svg{width:18px;height:18px}.hint--no{color:#ef4444}.hint--yes{color:var(--testify-success)}.swipe-card--question .swipe-indicator{top:auto;bottom:6rem}.swipe-card--question .swipe-indicator--like{right:1rem}.swipe-card--question .swipe-indicator--pass{left:1rem}.question-card--choices{cursor:default}.choice-options{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:300px}.choice-btn{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;background:#fff;border:2px solid var(--testify-border);border-radius:var(--testify-radius);cursor:pointer;transition:all .2s ease;text-align:left}.choice-btn:hover{border-color:var(--testify-primary);background:color-mix(in srgb,var(--testify-primary) 5%,var(--testify-bg));transform:translateY(-2px);box-shadow:var(--testify-shadow)}.choice-btn:active{transform:translateY(0)}.choice-btn.selected{border-color:var(--testify-success);background:color-mix(in srgb,var(--testify-success) 10%,white)}.choice-btn.selected .choice-btn__letter{background:var(--testify-success);color:#fff}.choice-btn__letter{width:32px;height:32px;border-radius:50%;background:var(--testify-border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:var(--testify-text);flex-shrink:0;transition:all .2s ease}.choice-btn:hover .choice-btn__letter{background:var(--testify-primary);color:var(--testify-bg)}.choice-btn__text{font-size:1rem;font-weight:500;color:var(--testify-text)}.transition-card{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2rem;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:var(--testify-radius-lg);box-shadow:var(--testify-shadow-xl);animation:fadeIn .5s ease;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.transition-card__icon{width:80px;height:80px;border-radius:50%;background:var(--testify-primary);display:flex;align-items:center;justify-content:center;animation:scaleIn .5s cubic-bezier(.175,.885,.32,1.275) .2s both;transition:all .5s ease}.transition-card__icon--pulse{animation:scaleIn .5s cubic-bezier(.175,.885,.32,1.275) .2s both,iconPulse 2s ease-in-out infinite}.transition-card__icon--check{background:linear-gradient(135deg,var(--testify-success),#34d399);animation:checkBounce .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 0 color-mix(in srgb,var(--testify-primary) 40%,transparent)}50%{transform:scale(1.05);box-shadow:0 0 0 15px transparent}}@keyframes checkBounce{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.transition-card__icon svg{width:40px;height:40px;color:#fff;stroke:#fff}.transition-card__title{font-size:1.5rem;font-weight:700;color:var(--testify-text);margin:0;animation:slideUp .5s ease .3s both;line-height:1.3}.transition-card__subtitle{font-size:1rem;color:var(--testify-text-muted);margin:0;animation:slideUp .5s ease .4s both;min-height:1.5em;transition:opacity .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.transition-card__progress{width:100%;max-width:200px;height:6px;background:var(--testify-border);border-radius:3px;overflow:hidden;margin-top:.5rem}.transition-card__progress-bar{height:100%;background:linear-gradient(90deg,var(--testify-primary),color-mix(in srgb,var(--testify-primary) 60%,var(--testify-bg)),var(--testify-success));background-size:200% 100%;border-radius:3px;animation:progressFill 4.5s ease-out forwards,progressShimmer 1.5s ease-in-out infinite}@keyframes progressFill{0%{width:0%}30%{width:35%}60%{width:70%}to{width:100%}}@keyframes progressShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.transition-card__loader{width:40px;height:40px;border:3px solid var(--testify-border);border-top-color:var(--testify-primary);border-radius:50%;animation:spin 1s linear infinite;margin-top:1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-indicator{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:var(--testify-card-bg);border-radius:var(--testify-radius-lg)}.loading-spinner{width:40px;height:40px;border:3px solid var(--testify-border);border-top-color:var(--testify-primary);border-radius:50%;animation:spin 1s linear infinite}.empty-state{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem;background:var(--testify-card-bg);border-radius:var(--testify-radius-lg);box-shadow:var(--testify-shadow-xl)}.empty-state__icon{width:80px;height:80px;border-radius:50%;background:var(--testify-primary);display:flex;align-items:center;justify-content:center}.empty-state__icon svg{width:40px;height:40px;color:#fff;stroke:#fff}.empty-state h3{font-size:1.25rem;font-weight:600;color:var(--testify-text);margin:0}.empty-state p{font-size:.9rem;color:var(--testify-text-muted);margin:0}.restart-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--testify-primary);color:#fff;border:none;border-radius:2rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.restart-btn:hover{background:var(--testify-secondary);transform:translateY(-2px);box-shadow:var(--testify-shadow)}.restart-btn svg{width:18px;height:18px}.mobile-liked-counter{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--testify-card-bg);border-radius:2rem;box-shadow:var(--testify-shadow)}.mobile-liked-counter svg{width:18px;height:18px;color:var(--testify-primary)}.mobile-liked-counter span{font-weight:600;font-size:.875rem;color:var(--testify-text);min-width:1.25rem;text-align:center}.mobile-liked-counter.has-items svg{animation:heartBeat .3s ease}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.action-buttons{display:flex;align-items:center;justify-content:center;gap:1rem}.action-btn{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:var(--testify-shadow)}.action-btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.action-btn svg{width:24px;height:24px}.action-btn--pass{background:#fff;color:#ef4444}.action-btn--pass:hover:not(:disabled){transform:scale(1.1);box-shadow:0 8px 20px #ef44444d;background:#fef2f2}.action-btn--like{width:64px;height:64px;background:var(--testify-primary);color:var(--testify-bg)}.action-btn--like:hover:not(:disabled){transform:scale(1.1);box-shadow:0 8px 20px color-mix(in srgb,var(--testify-primary) 40%,transparent)}.action-btn--like svg{width:28px;height:28px}.action-btn--rewind{width:48px;height:48px;background:#fff;color:var(--testify-text-muted)}.action-btn--rewind:hover:not(:disabled){transform:scale(1.1);color:var(--testify-warning)}.action-btn--rewind svg{width:20px;height:20px}.card-info{font-size:.875rem;color:var(--testify-text-muted)}.liked-stack{position:relative;width:160px;height:200px;display:flex;align-items:center;justify-content:center}.liked-stack__empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding:1.5rem;background:var(--testify-card-bg);border-radius:var(--testify-radius);box-shadow:var(--testify-shadow)}.liked-stack__empty svg{width:32px;height:32px;color:var(--testify-text-muted);opacity:.5}.liked-stack__empty span{font-size:.75rem;color:var(--testify-text-muted);line-height:1.4}.liked-stack__item{position:absolute;width:100px;height:130px;border-radius:var(--testify-radius);overflow:hidden;box-shadow:var(--testify-shadow);--stack-offset: 0;transform:translate(calc(var(--stack-offset) * -8px)) rotate(calc(var(--stack-offset) * -3deg));transition:transform .3s ease}.liked-stack__item img{width:100%;height:100%;object-fit:cover}.liked-stack__counter{position:absolute;bottom:-10px;right:10px;width:32px;height:32px;border-radius:50%;background:var(--testify-primary);color:var(--testify-bg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;box-shadow:var(--testify-shadow)}.milestone-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);padding:1rem 1.5rem;background:linear-gradient(135deg,var(--testify-success),#34d399);color:#fff;border-radius:2rem;font-weight:600;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 30px #10b98166;z-index:1000;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.milestone-toast.show{transform:translate(-50%) translateY(0)}.milestone-toast__icon{font-size:1.5rem}@media(min-width:768px){.product-testify-section{padding:2rem}.testify-header{flex-direction:row;text-align:left}.testify-header__text h1{font-size:2rem}.mobile-liked-counter{display:none}.testify-bubble{width:160px}.testify-bubble__ring,.testify-bubble__bg,.testify-bubble__particles{width:140px;height:140px}.testify-bubble__emoji{width:140px;height:140px;font-size:3.25rem}.testify-bubbles{gap:2.5rem}}@media(min-width:1024px){.testify-center{max-width:none;display:grid;grid-template-columns:200px minmax(320px,400px) 200px;gap:2rem;justify-content:center}.testify-landing{grid-column:1 / -1}.testify-sidebar{display:block}.testify-sidebar--left{position:static;display:flex;justify-content:flex-end;padding-top:0}.testify-sidebar--right{display:block}.card-stack,.empty-state,.action-buttons,.card-info,.mobile-liked-counter{grid-column:2}.testify-container{gap:2rem}.card-stack{max-height:520px}.question-card__text{font-size:1.75rem}.testify-bubble{width:170px}.testify-bubble__ring,.testify-bubble__bg,.testify-bubble__particles{width:150px;height:150px}.testify-bubble__emoji{width:150px;height:150px;font-size:3.5rem}.testify-bubble__label{font-size:1.1rem}.testify-bubbles{gap:3rem}}@media(max-width:767px){.card-stack{max-width:100%}.action-btn{width:50px;height:50px}.action-btn--like{width:58px;height:58px}.action-btn--rewind{width:42px;height:42px}.question-card{padding:1.5rem 1rem}.question-card__text{font-size:1.25rem}.choice-btn{padding:.875rem 1rem}.testify-bubble{width:120px}.testify-bubble__ring,.testify-bubble__bg,.testify-bubble__particles{width:100px;height:100px}.testify-bubble__emoji{width:100px;height:100px;font-size:2.25rem}.testify-bubble__label{font-size:.9rem}.testify-bubble__subtitle{font-size:.7rem}.testify-bubbles{gap:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/product-testify.css.map */
