@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#fff;color:#000}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.results .container{padding-top:0}.hero{padding:4rem 0;text-align:center;transition:padding .3s ease}.hero.hero-compact{padding:4rem 0 0}.hero-logo{text-align:center;margin-bottom:3rem;cursor:pointer;transition:opacity .2s ease}.hero-logo:hover{opacity:.8}.hero-logo-image{height:120px;width:auto;object-fit:contain}.hero-compact .hero-logo{margin-bottom:2rem}.hero-compact .hero-logo-image{height:80px}.title{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#000;letter-spacing:-.02em}.subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#4b5563;max-width:700px;margin:0 auto 3rem;line-height:1.6;font-weight:500}.hero-demo{background:linear-gradient(135deg,#0ea5e9,#2563eb);border-radius:24px;padding:3rem 2rem;margin:0 auto;max-width:900px;box-shadow:0 20px 60px #0ea5e933;transition:all .3s ease}.hero-compact .hero-demo{padding:2rem;border-radius:24px 24px 0 0;box-shadow:none;margin-bottom:0}.search-form{max-width:700px;margin:0 auto}.search-label{display:flex;align-items:center;gap:.5rem;text-align:left;font-size:.9375rem;font-weight:700;color:#fffffff2;margin-bottom:.625rem;letter-spacing:-.01em}.search-label-icon{font-size:1.25rem;opacity:.95}.search-input-wrapper{position:relative;width:100%}.search-input{width:100%;padding:1.125rem 3.5rem 1.125rem 1.5rem;font-size:1.0625rem;font-weight:500;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:#fffffff2;color:#000;outline:none;transition:all .2s ease;font-family:Inter,sans-serif}.search-input:focus{border-color:#fff9;background:#fff}.search-input::placeholder{color:#6b7280;font-weight:500}.clear-button{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:#6b72801a;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s ease;font-size:.875rem}.clear-button:hover{background:#6b728033;color:#000}.search-helper-row{margin-top:.75rem;display:flex;justify-content:center}.google-play-notice{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#ffffffe6;margin:0}.google-play-icon{font-size:1rem;opacity:.9}.example-chip-container{margin-top:1rem;display:flex;justify-content:center}.example-chip{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);border-radius:24px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.example-chip:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-1px)}.example-chip-icon{width:24px;height:24px;border-radius:6px;object-fit:cover}.loading-indicator{text-align:center;padding:2rem;color:#fff}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-indicator p{font-size:1rem;font-weight:600}.app-preview{background:#fffffff2;border-radius:16px;padding:2rem;margin-top:1.5rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.app-preview-header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem}.app-preview-icon{width:80px;height:80px;border-radius:16px;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.app-preview-info{flex:1;text-align:left}.app-preview-name{font-size:1.5rem;font-weight:900;color:#000;margin-bottom:.5rem;letter-spacing:-.02em}.app-preview-developer{font-size:1rem;color:#6b7280;font-weight:600;margin-bottom:.75rem}.app-preview-categories{display:flex;flex-wrap:wrap;gap:.5rem}.preview-category-tag{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#374151;padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:700;border:1px solid #d1d5db}.stalk-button{width:100%;padding:1.125rem 2rem;font-size:1.0625rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif}.button-icon{font-size:1rem}.stalk-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0ea5e94d}.stalk-button:active{transform:translateY(0)}.features-section{padding:5rem 0;background:#fff}.features-section.alt-bg{background:#f9fafb}.section-header{text-align:center;max-width:900px;margin:0 auto 4rem}.section-icon{font-size:3.5rem;color:#0ea5e9;display:block;margin:0 auto 1.5rem}.section-heading{font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:1.5rem;color:#000;line-height:1.2;letter-spacing:-.02em}.section-description{font-size:clamp(1.125rem,2.5vw,1.375rem);color:#4b5563;line-height:1.6;font-weight:500}.platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;max-width:1000px;margin:2.5rem auto 0}.platform-card:last-child{grid-column:1 / -1;justify-self:center;width:calc((100% - 2 * 1.25rem) / 3)}.platform-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.75rem;transition:all .2s ease;position:relative}.platform-card:hover{transform:translateY(-4px);border-color:#0ea5e9;box-shadow:0 8px 24px #0ea5e926}.platform-card-coming-soon{opacity:.65}.platform-card-coming-soon:hover{opacity:.75;border-color:#d1d5db;box-shadow:0 4px 16px #00000014}.platform-card-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.375rem .625rem;border-radius:8px;box-shadow:0 2px 8px #3b82f640}.platform-card-header{display:flex;align-items:center;gap:.875rem;margin-bottom:.875rem}.platform-card-logo{width:32px;height:32px;object-fit:contain;flex-shrink:0}.platform-card-icon{font-size:1.75rem;color:#0ea5e9;flex-shrink:0}.platform-card-title{font-size:1rem;font-weight:800;color:#000;line-height:1.3;letter-spacing:-.01em;margin:0}.platform-card-description{font-size:.875rem;font-weight:500;color:#6b7280;line-height:1.5;margin:0}.platform-card-description strong{color:#0ea5e9;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:0 auto}.feature-item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem}.feature-icon{color:#10b981;font-size:1.75rem;flex-shrink:0}.feature-item p{color:#1f2937;font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.5;margin:0;font-weight:600}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;max-width:1000px;margin:0 auto}.step-card{text-align:center;padding:2.5rem 2rem}.step-number{width:70px;height:70px;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto 1.75rem}.step-card h3{font-size:clamp(1.375rem,3vw,1.75rem);font-weight:800;margin-bottom:1rem;color:#000;letter-spacing:-.01em}.step-card p{color:#4b5563;font-size:clamp(1rem,2vw,1.1875rem);line-height:1.6;font-weight:500}.results{padding:0 0 5rem;animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-wrapper{position:relative;max-width:900px;margin:0 auto}.result-card{background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 24px 24px;padding:3rem 3rem 0;box-shadow:0 10px 40px #00000014;transition:filter .3s ease;overflow:hidden}.blurred-text{filter:blur(6px);-webkit-user-select:none;user-select:none;transition:filter .3s ease;cursor:pointer}.blurred-text:hover{filter:blur(5px)}.blurred-image{filter:blur(10px);-webkit-user-select:none;user-select:none;cursor:pointer;transition:filter .3s ease}.blurred-image:hover{filter:blur(8px)}.ad-creative-card,.reddit-post-card{cursor:pointer}.app-header{display:flex;gap:2rem;padding:0 0 2.5rem;border-bottom:2px solid #f3f4f6;margin-bottom:2.5rem}.app-icon-wrapper{width:120px;height:120px;border-radius:24px;flex-shrink:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.app-icon-img{width:100%;height:100%;object-fit:cover}.app-info{flex:1}.app-name{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:900;margin-bottom:.75rem;color:#000;letter-spacing:-.02em}.app-developer{color:#6b7280;font-size:1.125rem;margin-bottom:1.25rem;font-weight:600}.app-categories{display:flex;flex-wrap:wrap;gap:.75rem}.category-tag{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#374151;padding:.5rem 1.125rem;border-radius:24px;font-size:.9375rem;font-weight:700;border:1px solid #d1d5db}.research-section{padding:0 0 2.5rem;border-bottom:2px solid #f3f4f6}.research-status{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#eff6ff;border:2px solid #3b82f6;border-radius:12px;margin-bottom:1.5rem}.status-spinner{width:20px;height:20px;border:3px solid #3b82f6;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.status-check{color:#10b981;font-size:1.25rem;flex-shrink:0;animation:checkPop .3s ease}@keyframes checkPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.status-content{display:flex;align-items:center;gap:1rem;flex:1}.status-text{font-size:1rem;font-weight:600;color:#1e40af;letter-spacing:-.01em;flex:1}.status-progress{font-size:.875rem;font-weight:700;color:#60a5fa;background:#60a5fa1a;padding:.25rem .75rem;border-radius:12px;white-space:nowrap}.research-status:has(.status-check){background:#f0fdf4;border-color:#10b981}.research-status:has(.status-check) .status-text{color:#166534}.news-feed{border-top:2px solid #f3f4f6;padding-top:1.5rem}.news-feed-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:1rem}.news-items{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.news-items::-webkit-scrollbar{width:6px}.news-items::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.news-items::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.news-items::-webkit-scrollbar-thumb:hover{background:#9ca3af}.news-item{display:flex;align-items:flex-start;gap:.75rem;animation:fadeInNews .4s ease}@keyframes fadeInNews{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.news-dot{width:8px;height:8px;background:#10b981;border-radius:50%;flex-shrink:0;margin-top:.375rem}.news-text{font-size:.9375rem;font-weight:500;color:#374151;line-height:1.5}.findings{margin-top:2.5rem;padding:0;animation:fadeInUp .5s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.findings-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;margin-bottom:2rem;color:#000;letter-spacing:-.01em}.findings-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-bottom:0;background:#f9fafb;border-radius:16px 16px 0 0;padding:.5rem;border:2px solid #e5e7eb;border-bottom:none}.findings-tab{background:transparent;border:none;border-radius:12px;padding:1.25rem .75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;position:relative}.findings-tab:hover{background:#0ea5e90d}.findings-tab.active{background:#fff;box-shadow:0 2px 8px #00000014}.findings-tab.active .tab-name{color:#000}.findings-tab.active .tab-count{font-weight:700}.tab-logo{width:32px;height:32px;object-fit:contain;flex-shrink:0;margin-bottom:.5rem;opacity:.5;transition:all .2s ease}.findings-tab.active .tab-logo{opacity:1}.findings-tab:nth-child(1).active .tab-count{color:#1877f2}.findings-tab:nth-child(2).active .tab-count{color:#000}.findings-tab:nth-child(3).active .tab-count{color:#000}.findings-tab:nth-child(4).active .tab-count{color:#ff4500}.findings-tab:nth-child(5).active .tab-count{color:#4285f4}.tab-name{font-size:.875rem;font-weight:700;color:#6b7280;transition:all .2s ease}.tab-count{font-size:.75rem;font-weight:600;color:#9ca3af;transition:all .2s ease}.coming-soon-badge{position:absolute;top:.5rem;right:.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;border-radius:6px;box-shadow:0 2px 4px #3b82f64d}.findings-tab-content{background:#fff;border:2px solid #e5e7eb;border-radius:0 0 16px 16px;padding:2rem}.tab-panel{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.waiting-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem}.waiting-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#0ea5e9;border-radius:50%;animation:spin .8s linear infinite}.waiting-message{font-size:1rem;font-weight:600;color:#6b7280;margin:0}.coming-soon-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem 2rem}.coming-soon-logo{width:64px;height:64px;object-fit:contain;opacity:.6}.no-results-message{color:#6b7280;font-size:1rem;font-weight:500;text-align:center;padding:0;margin:0}.finding-item{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.75rem 2rem;margin-bottom:1.25rem;transition:all .3s ease}.finding-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.finding-item.found{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#86efac}.finding-item.not-found{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fecaca}.finding-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.platform-icon{font-size:2rem}.platform-icon.facebook{color:#1877f2}.platform-icon.tiktok,.platform-icon.apple{color:#000}.platform-icon.reddit{color:#ff4500}.platform-icon.google{color:#4285f4}.platform-name{font-weight:800;font-size:clamp(1.125rem,2.5vw,1.375rem);flex:1;color:#000;letter-spacing:-.01em}.status-badge{padding:.5rem 1rem;border-radius:24px;font-size:.9375rem;font-weight:700;display:flex;align-items:center;gap:.375rem}.status-badge.success{background:#22c55e;color:#fff}.status-badge.not-found-badge{background:#ef4444;color:#fff}.finding-details{margin-left:2.25rem}.finding-details p{color:#4b5563;font-size:1rem;margin-bottom:1rem;font-weight:500;line-height:1.6}.finding-subtitle{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.accounts-detected{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:1.5rem}.count-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;padding:.375rem .875rem;border-radius:12px;font-size:.875rem;font-weight:700;line-height:1}.accounts-list,.keywords-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.account-tag,.keyword-tag{background:#dbeafe;color:#1e40af;padding:.5rem 1rem;border-radius:16px;font-size:.9375rem;font-weight:700;border:1px solid #93c5fd}.keyword-tag{background:#e0e7ff;color:#3730a3;border:1px solid #a5b4fc}.reddit-posts-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.reddit-post-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:transform .2s ease,box-shadow .2s ease}.reddit-post-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.reddit-post-title{font-size:1.125rem;font-weight:700;color:#000;margin-bottom:.5rem;line-height:1.4}.reddit-post-description{font-size:.9375rem;color:#4b5563;margin-bottom:.75rem;line-height:1.5}.reddit-post-link{font-size:.875rem;color:#ff4500;text-decoration:none;font-weight:600;display:inline-block}.reddit-post-link:hover{text-decoration:underline}.ad-creatives-list{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0;margin-top:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.ad-creatives-list::-webkit-scrollbar{height:8px}.ad-creatives-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.ad-creatives-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.ad-creatives-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ad-creative-card{flex-shrink:0;width:180px;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;background:#f3f4f6;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease}.ad-creative-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.ad-creative-image{width:100%;height:100%;object-fit:cover}.waitlist-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-top:2px solid #bae6fd;padding:3rem;margin:2.5rem -3rem 0;text-align:center;animation:fadeInUp .5s ease}.waitlist-title{font-size:2.25rem;font-weight:900;margin-bottom:1rem;color:#000;letter-spacing:-.02em}.waitlist-description{font-size:1.125rem;color:#4b5563;margin-bottom:2rem;line-height:1.6;font-weight:500}.waitlist-form{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto}.input-group{position:relative}.input-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.125rem}.waitlist-input{width:100%;padding:1.125rem 1.25rem 1.125rem 3.5rem;font-size:1.0625rem;font-weight:500;border:2px solid #e5e7eb;border-radius:12px;outline:none;transition:all .2s ease;font-family:Inter,sans-serif}.waitlist-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91a}.waitlist-submit{padding:1.125rem 2rem;font-size:1.0625rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif}.waitlist-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0ea5e94d}.success-message{text-align:center;padding:2rem 0}.success-icon{font-size:4rem;color:#22c55e;margin-bottom:1.5rem}.success-message h2{font-size:2rem;font-weight:900;margin-bottom:.75rem;color:#000;letter-spacing:-.01em}.success-message p{font-size:1.125rem;color:#4b5563;font-weight:500}.error-section{padding:2rem 0}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}.error-icon{font-size:1.5rem}.error-message p{color:#991b1b;font-weight:500}.footer{padding:3rem 0;text-align:center;border-top:1px solid #e5e7eb;margin-top:3rem}.footer p{color:#9ca3af;font-size:.875rem}.quiz-section{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:2px solid #e9d5ff;border-radius:16px;padding:2.5rem 2.5rem 1.25rem;margin-top:2rem;margin-bottom:1.25rem;animation:fadeInUp .5s ease}.quiz-title{font-size:1.5rem;font-weight:800;color:#000;margin-bottom:.5rem;text-align:center;letter-spacing:-.01em}.quiz-subtitle{font-size:.9375rem;color:#6b7280;text-align:center;margin-bottom:1.5rem;font-weight:500}.quiz-progress{margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem}.quiz-progress-bar{width:100%;height:8px;background:#a855f726;border-radius:10px;overflow:hidden}.quiz-progress-fill{height:100%;background:linear-gradient(135deg,#a855f7,#7c3aed);transition:width .4s ease;border-radius:10px}.quiz-progress-text{font-size:.875rem;font-weight:600;color:#7c3aed;text-align:center}.quiz-questions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.quiz-question{background:#fff;border:2px solid #e9d5ff;border-radius:12px;padding:1.5rem;transition:all .3s ease;animation:questionSlideIn .4s ease}@keyframes questionSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.quiz-question-active{border-color:#a855f7;box-shadow:0 4px 12px #a855f726}.question-text{font-size:1rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.5}.quiz-options{display:flex;flex-direction:column;gap:.75rem}.quiz-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fafafa;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.quiz-option:hover{background:#f3e8ff;border-color:#c084fc}.quiz-option:has(.quiz-checkbox:checked){background:#f3e8ff;border-color:#a855f7}.quiz-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#a855f7;flex-shrink:0}.quiz-option-text{font-size:.9375rem;font-weight:500;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.quiz-submit-button{width:100%;padding:1.125rem 2rem;font-size:1.0625rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#a855f7,#7c3aed);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.quiz-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #a855f74d}.quiz-submit-button:disabled{opacity:.5;cursor:not-allowed}.quiz-thank-you-inline{text-align:center;padding:2rem 1rem;animation:fadeInUp .5s ease}.quiz-check-icon{font-size:3rem;color:#22c55e;margin-bottom:1rem;animation:checkPop .3s ease}.quiz-thank-you-inline h3{font-size:1.5rem;font-weight:800;color:#000;margin-bottom:.5rem;letter-spacing:-.01em}.quiz-thank-you-inline p{font-size:1rem;color:#4b5563;font-weight:500}@media(max-width:768px){.hero{padding:3rem 0}.hero.hero-compact{padding:3rem 0 0}.hero-logo{margin-bottom:2rem}.hero-logo-image{height:80px}.hero-compact .hero-logo{margin-bottom:1.5rem}.hero-compact .hero-logo-image{height:60px}.hero-demo{padding:2rem 1.5rem;border-radius:20px}.hero-compact .hero-demo{padding:1.5rem;border-radius:20px 20px 0 0;margin-bottom:0}.app-preview{padding:1.5rem}.app-preview-header{flex-direction:column;text-align:center}.app-preview-icon{width:60px;height:60px}.app-preview-name{font-size:1.25rem}.app-preview-categories{justify-content:center}.features-section{padding:3rem 0}.section-emoji{font-size:2.5rem}.section-heading{font-size:1.75rem}.section-description{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-item{padding:.5rem}.steps-grid{grid-template-columns:1fr;gap:2rem}.results .container{padding:0;max-width:100%}.result-card{padding:1.5rem 1rem 0;border-radius:0;border-left:none;border-right:none}.waitlist-section{margin:2rem -1rem 0;padding:2rem 1rem}.app-header{flex-direction:column;align-items:center;text-align:center}.app-icon-wrapper{width:80px;height:80px}.app-name{font-size:1.5rem}.app-categories{justify-content:center}.finding-details{margin-left:0}.finding-header{flex-wrap:wrap}.waitlist-section{padding:2rem 1.5rem}.waitlist-title{font-size:1.75rem}.waitlist-description{font-size:1rem}.ad-creative-card{width:150px}.findings-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:.375rem;padding:.375rem}.findings-tab{padding:.875rem .5rem;min-width:0}.findings-tab:last-child{grid-column:1 / -1}.tab-logo{width:28px;height:28px}.tab-name{font-size:.75rem}.tab-count{font-size:.625rem;white-space:normal;overflow:hidden;text-overflow:ellipsis}.findings-tab-content{padding:1.5rem}.research-grid{grid-template-columns:1fr;gap:.5rem}.research-item{padding:.625rem .75rem;font-size:.8125rem}.research-check{font-size:.875rem}.platforms-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.platform-card{padding:1.5rem}.platform-card-logo{width:28px;height:28px}.platform-card-icon{font-size:1.5rem}.platform-card-title{font-size:.9375rem}.platform-card-description{font-size:.8125rem}.platform-card-badge{font-size:.5625rem;padding:.3125rem .5rem;top:.875rem;right:.875rem}.platform-card:last-child{width:100%}.google-play-notice{font-size:.8125rem}.google-play-icon{font-size:.9375rem}.search-label{font-size:.875rem;margin-bottom:.5rem}.search-label-icon{font-size:1.125rem}.waiting-content{padding:3rem 1.5rem}.waiting-spinner{width:40px;height:40px}.waiting-message{font-size:.9375rem}.quiz-section{padding:1.5rem 1.5rem .75rem;margin-bottom:.75rem}.quiz-title{font-size:1.25rem}.quiz-subtitle{font-size:.875rem;margin-bottom:1.25rem}.quiz-progress{margin-bottom:1.5rem}.quiz-progress-bar{height:6px}.quiz-progress-text{font-size:.8125rem}.quiz-questions{gap:1rem}.quiz-question{padding:1.25rem}.question-text{font-size:.9375rem}.quiz-option{padding:.75rem .875rem}.quiz-option-text{font-size:.875rem}.quiz-thank-you-inline{padding:1.5rem 1rem}.quiz-check-icon{font-size:2.5rem}.quiz-thank-you-inline h3{font-size:1.25rem}.quiz-thank-you-inline p{font-size:.9375rem}}
