*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0b10;--bg2: #16121c;--bg3: #1f1929;--border: #2d2540;--border2: #3d3356;--text: #f0eaf8;--muted: #7e6e9a;--accent: #c94f8a;--accent2: #9b3fcf;--match: #3dba8a;--danger: #e05c4b;--r: 14px;--r-sm: 10px}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.55;-webkit-font-smoothing:antialiased}.screen{min-height:100vh;padding:20px 16px 60px}.screen.center{display:flex;align-items:center;justify-content:center}.card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);padding:32px 24px;width:100%;max-width:400px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.home-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);padding:40px 28px 36px;width:100%;max-width:400px;display:flex;flex-direction:column;gap:20px}.home-logo{display:flex;align-items:center;justify-content:center;gap:12px}.home-fire{font-size:2.4rem}.home-title{font-size:2rem;font-weight:800;letter-spacing:-.5px;background:linear-gradient(135deg,#e8609a,#b044d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-sub{color:var(--muted);font-size:.95rem;text-align:center;line-height:1.6}.home-actions{display:flex;flex-direction:column;gap:16px}.home-action-block{display:flex;flex-direction:column;gap:6px}.action-hint{color:var(--muted);font-size:.78rem;text-align:center}.mode-panel{display:flex;flex-direction:column;gap:12px}.btn{padding:14px 20px;border-radius:var(--r-sm);border:none;font-size:.95rem;font-weight:700;cursor:pointer;transition:opacity .15s,transform .1s;text-align:center;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-lg{padding:16px 20px;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#c94f8a,#9b3fcf);color:#fff}.btn-primary:hover:not(:disabled){opacity:.9}.btn-secondary{background:var(--bg3);color:var(--text);border:1px solid var(--border2)}.btn-secondary:hover:not(:disabled){border-color:var(--accent)}.btn-ghost{background:transparent;color:var(--muted);font-size:.85rem;padding:10px}.btn-ghost:hover{color:var(--text)}.btn-full{width:100%}.input{width:100%;background:var(--bg3);border:1px solid var(--border2);border-radius:var(--r-sm);color:var(--text);font-size:1.05rem;padding:14px 16px;outline:none;transition:border-color .15s}.input:focus{border-color:var(--accent)}.input::placeholder{color:var(--muted)}.error{color:var(--danger);font-size:.83rem;background:#e05c4b1a;border:1px solid rgba(224,92,75,.25);border-radius:var(--r-sm);padding:8px 12px;width:100%;text-align:center}h2{font-size:1.35rem;font-weight:700}.hint{color:var(--muted);font-size:.88rem}.hint.small{font-size:.78rem}.waiting-label{color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.code-display{font-size:2.2rem;font-weight:800;letter-spacing:.3em;color:var(--accent);background:var(--bg3);border:1px dashed var(--accent);border-radius:var(--r-sm);padding:14px 24px;font-family:Courier New,monospace}.waiting-dots{display:flex;gap:8px;justify-content:center}.waiting-dots span{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 1.2s ease-in-out infinite}.waiting-dots span:nth-child(2){animation-delay:.2s}.waiting-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.big-emoji{font-size:48px;line-height:1}.q-container{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.q-header{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);padding:20px;text-align:center}.q-intro{font-size:1rem;font-weight:600;color:var(--text);line-height:1.4}.q-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);padding:18px 16px;display:flex;flex-direction:column;gap:14px;transition:border-color .15s}.q-card:focus-within{border-color:var(--border2)}.q-text{font-size:1rem;line-height:1.5;display:flex;gap:10px;align-items:flex-start}.q-num{color:var(--accent);font-weight:700;font-size:.85rem;min-width:20px;padding-top:2px}.slider-wrap{display:flex;flex-direction:column;gap:8px}.slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:var(--bg3);outline:none;cursor:pointer}.slider::-webkit-slider-thumb{-webkit-appearance:none;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#c94f8a,#9b3fcf);cursor:pointer;box-shadow:0 0 0 4px #c94f8a33;transition:box-shadow .15s}.slider::-webkit-slider-thumb:active{box-shadow:0 0 0 7px #c94f8a4d}.slider-labels{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:var(--muted)}.slider-val{font-size:1.4rem;font-weight:800;background:linear-gradient(135deg,#c94f8a,#9b3fcf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;min-width:28px;text-align:center}.results-hero{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.compat-badge{color:#fff;font-size:.88rem;font-weight:700;padding:6px 14px;border-radius:20px}.match-list{list-style:none;display:flex;flex-direction:column;gap:10px}.match-item{background:var(--bg2);border:1px solid var(--border);border-left:3px solid var(--match);border-radius:var(--r-sm);padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.match-text{font-size:.88rem;flex:1;min-width:140px;line-height:1.4}.match-scores{display:flex;align-items:center;gap:5px;flex-shrink:0}.score-chip{background:var(--bg3);border:1px solid var(--border2);color:var(--match);font-weight:700;font-size:.9rem;padding:4px 10px;border-radius:6px}.score-sep{color:var(--muted);font-size:.8rem}.score-total{color:var(--text);font-weight:600;font-size:.85rem}.blur-teaser{position:relative}.blur-row{background:var(--bg3);border:1px dashed var(--border2);border-radius:var(--r-sm);color:var(--muted);font-size:.85rem;padding:12px;text-align:center;filter:blur(3px);-webkit-user-select:none;user-select:none}.no-match-note{text-align:center;color:var(--muted);font-size:.88rem;padding:12px;border:1px dashed var(--border);border-radius:var(--r-sm)}.paywall-card{max-width:380px}.paywall-features{background:var(--bg3);border:1px solid var(--border);border-radius:var(--r-sm);padding:16px;display:flex;flex-direction:column;gap:10px;text-align:left;width:100%}.pw-feat{font-size:.9rem}.price-tag{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,#c94f8a,#9b3fcf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-row{display:flex;align-items:center;justify-content:center;gap:14px;background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);padding:20px}.stat-box{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-box.accent .stat-n{background:linear-gradient(135deg,#c94f8a,#9b3fcf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-n{font-size:2rem;font-weight:800;line-height:1}.stat-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}.stat-op{font-size:1.3rem;color:var(--muted);padding-bottom:4px}.section-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);padding-left:4px}.email-capture{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);padding:20px;display:flex;flex-direction:column;gap:12px}.email-title{font-size:.95rem;font-weight:600;text-align:center}.email-success{text-align:center;color:var(--match);font-size:.9rem;padding:14px;border:1px solid var(--match);border-radius:var(--r-sm)}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
