.matchmaking-preview-section{padding:var(--space-12) var(--space-4);background:linear-gradient(135deg,#fdf2f8,#eef2ff);position:relative;overflow:hidden}.matchmaking-preview-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 25%,rgba(255,182,193,.18),transparent 45%),radial-gradient(circle at 75% 20%,rgba(147,197,253,.18),transparent 45%),radial-gradient(circle at 50% 60%,rgba(221,214,254,.25),transparent 45%);pointer-events:none}.matchmaking-preview-header{text-align:center;margin-bottom:var(--space-12);position:relative;z-index:1}.matchmaking-preview-title{font-size:var(--text-4xl);font-weight:700;color:var(--color-text-primary);margin-bottom:var(--space-4);background:linear-gradient(135deg,var(--color-primary) 0,var(--color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.matchmaking-preview-subtitle{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:720px;margin:0 auto;line-height:1.6}.matchmaking-progress{margin:var(--space-6) auto 0;max-width:420px;background:white;border:1px solid var(--color-border-subtle);border-radius:var(--radius-full);padding:var(--space-2) var(--space-4);display:flex;align-items:center;gap:var(--space-3);box-shadow:0 8px 30px rgba(0,0,0,.04)}.matchmaking-progress-bar{height:6px;background:linear-gradient(90deg,var(--color-primary),#7c3aed);border-radius:var(--radius-full);flex:1;transition:width .25s ease}.matchmaking-progress-label{font-size:var(--text-xs);color:var(--color-text-muted);white-space:nowrap}.matchmaking-preview-demo{max-width:720px;margin:0 auto var(--space-12);position:relative;z-index:1}.matchmaking-demo-container{position:relative;width:360px;max-width:100%;height:480px;margin:0 auto var(--space-6)}.matchmaking-demo-card{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(160deg,#ffffff,#f8fafc 55%,#fff5f7);border-radius:28px;box-shadow:0 22px 60px rgba(15,23,42,.12);padding:var(--space-5);display:flex;flex-direction:column;cursor:grab;user-select:none;overflow:hidden;border:1px solid rgba(226,232,240,.9)}.matchmaking-demo-card:active{cursor:grabbing}.matchmaking-demo-card-top{display:grid;grid-template-columns:1fr auto;gap:var(--space-3);align-items:start;margin-bottom:var(--space-4);position:relative}.matchmaking-demo-badge-row{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.matchmaking-demo-badge{background:#fef3c7;color:#b45309;padding:6px 12px;border-radius:999px;font-size:var(--text-xs);font-weight:800;text-transform:uppercase;letter-spacing:.3px}.matchmaking-demo-meta{font-size:var(--text-sm);color:var(--color-text-secondary);background:#eef2ff;padding:6px 10px;border-radius:999px;border:1px solid rgba(99,102,241,.2)}.matchmaking-demo-name{font-size:22px;font-weight:800;color:var(--color-text-primary);margin:var(--space-2) 0 var(--space-1);flex-shrink:0}.matchmaking-demo-headline{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0 0 var(--space-2)}.matchmaking-demo-location{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}.matchmaking-demo-score{text-align:right}.matchmaking-demo-score-value{font-size:26px;font-weight:800;color:#b45309}.matchmaking-demo-score-label{font-size:var(--text-xs);color:var(--color-text-muted)}.matchmaking-demo-flag{position:absolute;top:var(--space-3);right:var(--space-3);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);font-weight:700;font-size:var(--text-xs);box-shadow:0 10px 30px rgba(0,0,0,.08)}.matchmaking-demo-flag.shortlist{background:#0ea5e9;color:white}.matchmaking-demo-flag.skip{background:#f59e0b;color:#111827}.matchmaking-demo-card-content{flex:1;display:flex;flex-direction:column;gap:var(--space-3);overflow-y:auto;min-height:0;padding-right:var(--space-1)}.matchmaking-demo-bio{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.5;margin:0;flex-shrink:0}.matchmaking-demo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-4)}.matchmaking-demo-section{margin-bottom:0;flex-shrink:0}.matchmaking-demo-label{font-size:var(--text-xs);font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:var(--space-2)}.matchmaking-demo-tags{display:flex;flex-wrap:wrap;gap:8px}.matchmaking-demo-tag{padding:6px 10px;background:#f8fafc;color:var(--color-text-primary);border-radius:999px;font-size:var(--text-xs);font-weight:700;border:1px solid var(--color-border-subtle)}.matchmaking-demo-tag-skill{background:#eef2ff;color:#4338ca;border-color:rgba(67,56,202,.18)}.matchmaking-demo-tag-hobby{background:#ecfeff;color:#0e7490;border-color:rgba(14,116,144,.18)}.matchmaking-demo-meta-row{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.matchmaking-demo-pill{padding:var(--space-2) var(--space-3);background:#eff6ff;color:#1d4ed8;border-radius:var(--radius-full);font-weight:600;font-size:var(--text-xs);border:1px solid rgba(59,130,246,.3)}.matchmaking-demo-pill.secondary{background:#f5f3ff;color:#5b21b6;border-color:rgba(91,33,182,.25)}.matchmaking-demo-actions{display:flex;justify-content:center;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-2)}.matchmaking-demo-btn{min-width:110px;height:48px;border-radius:var(--radius-full);border:1px solid var(--color-border-subtle);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s ease;padding:0 var(--space-4);font-weight:700;font-size:var(--text-sm);box-shadow:0 8px 20px rgba(0,0,0,.05)}.matchmaking-demo-btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.matchmaking-demo-btn.primary{background:linear-gradient(90deg,var(--color-primary),#7c3aed);color:white;border:none}.matchmaking-demo-btn.subtle{background:#eef2ff;color:#4338ca;border-color:rgba(67,56,202,.2)}.matchmaking-demo-btn.outline{background:white;color:var(--color-text-secondary)}.matchmaking-demo-info{text-align:center;font-size:var(--text-sm);color:var(--color-text-muted);margin:0;line-height:1.6}.matchmaking-preview-cta{text-align:center;position:relative;z-index:1}@media (max-width:768px){.matchmaking-preview-section{padding:var(--space-8) var(--space-3)}.matchmaking-preview-header{margin-bottom:var(--space-6)}.matchmaking-preview-title{font-size:var(--text-2xl);line-height:1.3}.matchmaking-preview-subtitle{font-size:var(--text-sm);line-height:1.5}.matchmaking-progress{max-width:100%;padding:var(--space-2) var(--space-3)}.matchmaking-preview-demo{max-width:100%;margin-bottom:var(--space-6)}.matchmaking-demo-container{width:100%;height:auto;min-height:420px;position:relative}.matchmaking-demo-card{padding:var(--space-4);position:relative;border-radius:20px;height:auto;min-height:400px}.matchmaking-demo-card-next{display:none!important}.matchmaking-demo-card-top{grid-template-columns:1fr;gap:var(--space-2);margin-bottom:var(--space-3)}.matchmaking-demo-badge-row{flex-wrap:wrap;gap:var(--space-2)}.matchmaking-demo-badge{font-size:10px;padding:4px 10px}.matchmaking-demo-meta{font-size:11px;padding:4px 8px}.matchmaking-demo-name{font-size:18px;margin:var(--space-1) 0}.matchmaking-demo-headline{font-size:var(--text-xs);margin-bottom:var(--space-1)}.matchmaking-demo-location{font-size:var(--text-xs)}.matchmaking-demo-score{text-align:left;display:flex;align-items:center;gap:var(--space-2);margin-top:var(--space-2)}.matchmaking-demo-score-value{font-size:20px}.matchmaking-demo-score-label{font-size:10px}.matchmaking-demo-card-content{gap:var(--space-2)}.matchmaking-demo-bio{font-size:var(--text-xs);line-height:1.4}.matchmaking-demo-grid{grid-template-columns:1fr;gap:var(--space-2)}.matchmaking-demo-label{font-size:10px;margin-bottom:var(--space-1)}.matchmaking-demo-tags{gap:6px}.matchmaking-demo-tag{padding:4px 8px;font-size:10px}.matchmaking-demo-meta-row{gap:var(--space-2);flex-wrap:wrap}.matchmaking-demo-pill{padding:var(--space-1) var(--space-2);font-size:10px}.matchmaking-demo-actions{gap:var(--space-2);margin-bottom:0;flex-wrap:nowrap}.matchmaking-demo-btn{min-width:80px;height:40px;font-size:var(--text-xs);padding:0 var(--space-3)}.matchmaking-demo-flag{padding:var(--space-1) var(--space-2);font-size:10px;top:var(--space-2);right:var(--space-2)}.matchmaking-preview-cta{margin-top:var(--space-4)}.matchmaking-preview-cta .circles-btn-simple-primary{font-size:var(--text-sm)!important;padding:var(--space-3) var(--space-5)!important}}