.ap-match{position:relative;overflow:hidden}.ap-match__grid{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:clamp(40px,5vw,72px);gap:clamp(40px,5vw,72px);align-items:center}@media(max-width:960px){.ap-match__grid{grid-template-columns:1fr}}.ap-match__copy .ap-title{margin-bottom:0}.ap-match__points{display:grid;grid-gap:18px;gap:18px}.ap-match__point{display:flex;gap:16px;align-items:flex-start}.ap-match__point h4{margin:0 0 4px;font-size:16px;font-weight:700;color:var(--ap-ink);font-family:var(--ap-font-display)}.ap-match__point p{margin:0;font-size:14px;color:var(--ap-ink-soft);line-height:1.55}.ap-match__point-icon{flex-shrink:0;width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(0,58,155,.12),rgba(59,130,246,.06));color:var(--ap-primary);border:1px solid rgba(0,58,155,.12)}.ap-match__point-icon svg{width:18px;height:18px}.ap-match__point-icon--purple{background:linear-gradient(135deg,rgba(59,130,246,.14),rgba(14,165,233,.06));color:var(--ap-primary-3);border-color:rgba(59,130,246,.18)}.ap-match__point-icon--emerald{background:linear-gradient(135deg,rgba(16,185,129,.14),rgba(34,197,94,.06));color:var(--ap-emerald);border-color:rgba(16,185,129,.15)}.ap-match__panel,.ap-match__visual{position:relative}.ap-match__panel{background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius-lg);padding:22px;box-shadow:0 30px 70px rgba(15,23,42,.12)}.ap-match__panel:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(59,130,246,.4),rgba(29,78,216,.28) 50%,transparent);z-index:-1;opacity:.6;filter:blur(16px)}.ap-match__panel-head{display:flex;justify-content:space-between;align-items:center;padding:6px 10px 18px;border-bottom:1px solid var(--ap-line-soft);margin-bottom:14px}@media(max-width:520px){.ap-match__panel-head{flex-direction:column;align-items:flex-start;gap:4px}}.ap-match__panel-label{font-size:11px;font-weight:700;color:var(--ap-muted);letter-spacing:.08em;text-transform:uppercase}.ap-match__panel-count{font-size:12.5px;color:var(--ap-ink-soft);font-weight:500}.ap-match__list{display:grid;grid-gap:12px;gap:12px}.ap-match__row{display:flex;gap:16px;padding:16px;border-radius:14px;border:1px solid var(--ap-line-soft);background:linear-gradient(180deg,#ffffff,#fafbff);transition:transform .25s var(--ap-ease),box-shadow .25s var(--ap-ease),border-color .25s var(--ap-ease);animation:ap-fade-up .5s var(--ap-ease) backwards}.ap-match__row:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(15,23,42,.08);border-color:rgba(29,78,216,.2)}.ap-match__score-wrap{position:relative;flex-shrink:0}.ap-match__ring,.ap-match__score-wrap{width:44px;height:44px}.ap-match__score{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--ap-font-display);font-size:13.5px;font-weight:700;color:var(--ap-ink);letter-spacing:-.02em}.ap-match__info{flex:1 1;min-width:0}.ap-match__role{display:flex;gap:6px;align-items:center;flex-wrap:wrap;font-size:14.5px;color:var(--ap-ink);margin-bottom:2px}.ap-match__role strong{font-weight:700;color:var(--ap-ink)}.ap-match__meta,.ap-match__role span:nth-child(2){color:var(--ap-muted)}.ap-match__meta{font-size:12.5px;margin-bottom:8px}.ap-match__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.ap-match__tag{font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;background:rgba(0,58,155,.06);color:var(--ap-primary)}.ap-match__reason{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--ap-emerald);font-weight:500}.ap-match__reason svg{width:14px;height:14px;color:var(--ap-accent-2)}