.match-page{height:100dvh;min-height:620px;overflow:hidden;display:flex;flex-direction:column;background:radial-gradient(1200px 500px at 70% -10%,#263056,#1a1a2e 55%)}.match-page .match-header{min-height:68px;flex-shrink:0;position:relative;z-index:10;background:#fff;border-bottom:1px solid var(--gray-200);box-shadow:0 2px 8px #0000000f}.match-page .match-header-inner{width:min(100%,1200px);min-height:68px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.match-page .match-header-actions,.match-page .site-logo,.match-page .back-link,.match-page .assistant-status{display:flex;align-items:center}.match-page .site-logo{min-width:0}.match-page .match-header-actions{gap:16px;flex-shrink:0}.match-page .back-link{gap:7px;color:var(--gray-700);font-family:var(--font-heading);font-size:.78rem;font-weight:600;white-space:nowrap;transition:color .18s ease,transform .18s ease}.match-page .back-link:hover,.match-page .back-link:focus-visible{color:var(--green);transform:translate(-2px)}.match-page .header-divider{width:1px;height:30px;background:var(--gray-200)}.match-page .site-logo:focus-visible,.match-page .back-link:focus-visible,.match-page button:focus-visible,.match-page textarea:focus-visible,.match-page input:focus-visible{outline:3px solid rgba(79,188,133,.35);outline-offset:3px}.match-page .assistant-status{gap:7px;color:var(--gray-500);font-family:var(--font-heading);font-size:.74rem;font-weight:600}.match-page .status-dot{width:8px;height:8px;border-radius:999px;background:var(--green);box-shadow:0 0 0 4px #4fbc851f;transition:background .2s ease}.match-page .assistant-status.is-busy .status-dot{background:#f6c344;animation:status-pulse 1.2s ease-in-out infinite}.match-page .match-shell{width:min(100%,1160px);margin:0 auto;padding:clamp(32px,5vh,56px) 20px 28px;flex:1;min-height:0;display:grid;grid-template-columns:320px minmax(0,780px);gap:32px;align-items:stretch}.match-page .match-sidebar{min-width:0;align-self:flex-start}.match-page .match-intro{margin-bottom:24px;color:#fff}.match-page .match-kicker{width:fit-content;display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:6px 14px;border:1px solid rgba(79,188,133,.35);border-radius:999px;background:#4fbc851f;color:#7fdcb0;font-family:var(--font-heading);font-size:.76rem;font-weight:600}.match-page .match-intro h1{margin:0 0 9px;color:#fff;font-family:var(--font-heading);font-size:clamp(1.75rem,2.4vw,2.2rem);font-weight:800;line-height:1.08;letter-spacing:-.02em}.match-page .match-intro h1 span{background:linear-gradient(90deg,var(--green),var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}.match-page .match-intro>p{max-width:320px;color:#aab3c5;font-size:.94rem;line-height:1.6}.match-page .chat-column{min-width:0;min-height:0;height:100%;flex:1 1 0;display:flex;flex-direction:column;overflow:hidden;background:#f7f9fb;border:1px solid rgba(255,255,255,.2);border-radius:24px;box-shadow:0 18px 55px #04081647;transition:border-radius .36s ease}.match-page .match-body{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;padding:28px 18px 24px;display:flex;flex-direction:column;gap:16px;scrollbar-width:thin;scrollbar-color:#cdd5df transparent}.match-page .message-row{width:min(88%,680px);display:flex;align-items:flex-start;gap:10px;animation:message-in .28s ease-out both}.match-page .message-row.assistant{align-self:flex-start}.match-page .message-row.user{align-self:flex-end;flex-direction:row-reverse}.match-page .assistant-avatar{width:34px;height:34px;flex:0 0 34px;border-radius:11px;background:var(--dark);display:grid;place-items:center;box-shadow:0 3px 10px #1a1a2e26}.match-page .assistant-avatar svg{width:22px;height:22px}.match-page .msg{max-width:100%;padding:13px 16px;border-radius:16px;font-size:.94rem;line-height:1.58;white-space:pre-wrap;overflow-wrap:anywhere}.match-page .msg.bot{background:#fff;border:1px solid var(--gray-200);border-bottom-left-radius:5px;box-shadow:0 3px 14px #1f29370e;color:var(--gray-900)}.match-page .msg.me{background:linear-gradient(105deg,var(--green),#65d49c);color:#10241a;font-weight:600;border-bottom-right-radius:5px;box-shadow:0 4px 14px #4fbc8533}.match-page .msg.error{background:#fff4f4;border:1px solid #f3c1c1;color:#7a1f1f;border-bottom-left-radius:5px}.match-page .chips{display:flex;gap:10px;flex-wrap:wrap;align-self:flex-start;max-width:calc(100% - 44px);margin-left:44px;animation:message-in .28s ease-out both}.match-page .chip{min-height:40px;border:1.5px solid rgba(79,188,133,.72);color:#247e55;font-weight:600;font-size:.84rem;line-height:1.2;padding:9px 16px;border-radius:999px;background:#fff;cursor:pointer;font-family:var(--font-heading);box-shadow:0 2px 8px #1f29370a;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.match-page .chip:hover:not(:disabled){background:#eafbf2;border-color:var(--green);transform:translateY(-1px);box-shadow:0 6px 16px #4fbc8526}.match-page .chips.is-answered .chip{opacity:.42}.match-page .chips.is-answered .chip.is-selected{opacity:1;background:#e6f7ee;border-color:var(--green);color:#1f7a4d}.match-page .chip:disabled{cursor:default;transform:none}.match-page .reco-card,.match-page .report-card{align-self:flex-start;width:calc(100% - 44px);max-width:680px;margin-left:44px;background:#fff;border-radius:16px;padding:18px 20px;box-shadow:var(--shadow-card);animation:card-in .32s ease-out both}.match-page .reco-card{border:1px solid var(--gray-200)}.match-page .reco-card .reco-top{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:7px}.match-page .reco-card .reco-name{font-family:var(--font-heading);font-size:1rem;color:var(--dark);font-weight:700}.match-page .reco-badge{font-family:var(--font-heading);font-size:.65rem;font-weight:700;padding:4px 10px;border-radius:30px;white-space:nowrap}.match-page .reco-badge.tier-legal-exclusive{background:linear-gradient(93deg,#f6c344,#e8a820);color:#503c00}.match-page .reco-badge.tier-legal-first{background:#e6f7ee;color:#1f7a4d}.match-page .reco-badge.tier-legal-among-several{background:#e8edf3;color:#3d5266}.match-page .reco-badge.tier-generalist,.match-page .reco-badge.tier-unknown{background:#eee;color:#55585c}.match-page .reco-card .reco-meta{font-size:.8rem;color:var(--gray-500);margin-bottom:5px}.match-page .reco-card a{color:var(--blue);font-size:.85rem;font-weight:600}.match-page .reco-card a:hover{text-decoration:underline}.match-page .report-card{border:1.5px solid var(--green);box-shadow:0 12px 30px #4fbc851f}.match-page .report-card [hidden]{display:none!important}.match-page .report-card .report-title{font-family:var(--font-heading);font-size:1.08rem;font-weight:700;color:var(--dark);margin-bottom:5px}.match-page .report-card .report-blurb{font-size:.86rem;color:var(--gray-500);margin-bottom:15px}.match-page .report-card form{display:grid;grid-template-columns:1fr 1fr;gap:11px}.match-page .report-card label{font-size:.78rem;font-weight:600;color:var(--gray-900);display:flex;flex-direction:column;gap:5px}.match-page .report-card input{width:100%;border:1.5px solid var(--gray-200);border-radius:10px;padding:11px 12px;font-size:.88rem;font-family:var(--font-body);color:var(--gray-900);background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.match-page .report-card input:focus{border-color:var(--green);box-shadow:0 0 0 3px #4fbc851f}.match-page .report-card button[type=submit]{grid-column:1 / -1;margin-top:2px;color:#fff;background:var(--green);font-weight:700;font-family:var(--font-heading);border:none;border-radius:999px;padding:12px 18px;font-size:.88rem;cursor:pointer;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.match-page .report-card button[type=submit]:hover:not(:disabled){background:#3da872;transform:translateY(-1px);box-shadow:var(--shadow-green)}.match-page .report-card button:disabled{opacity:.6;cursor:default;transform:none}.match-page .report-card .report-reassurance{text-align:center;font-size:.73rem;color:var(--gray-500);margin-top:9px}.match-page .report-card .report-error{grid-column:1 / -1;font-size:.8rem;color:#9d2924;background:#fff4f4;border:1px solid #f3c1c1;border-radius:9px;padding:8px 10px}.match-page .report-privacy-link{color:var(--gray-500);text-decoration:underline;text-underline-offset:2px}.match-page .report-privacy-link:hover{color:var(--blue)}.match-page .report-progress{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px}.match-page .progress-orbit{width:54px;height:54px;margin-bottom:15px;border:2px solid rgba(79,188,133,.2);border-top-color:var(--green);border-radius:999px;position:relative;animation:progress-spin 1s linear infinite}.match-page .progress-orbit:after{content:"";width:9px;height:9px;border-radius:999px;background:var(--green);position:absolute;top:2px;right:5px;box-shadow:0 0 12px #4fbc8580}.match-page .report-progress.is-complete .progress-orbit{animation:success-pop .45s ease-out both;border:none;background:var(--green)}.match-page .report-progress.is-complete .progress-orbit:before{content:"";position:absolute;left:18px;top:12px;width:14px;height:24px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.match-page .report-progress.is-complete .progress-orbit:after{display:none}.match-page .progress-title{color:var(--dark);font-family:var(--font-heading);font-size:1rem;font-weight:700;margin-bottom:4px}.match-page .progress-stage{color:var(--gray-500);font-size:.84rem;min-height:1.4em;transition:opacity .18s ease}.match-page .typing-row{align-self:flex-start;display:flex;align-items:flex-start;gap:10px;animation:message-in .22s ease-out both}.match-page .typing{display:inline-flex;align-items:center;gap:4px;padding:13px 16px;background:#fff;border:1px solid var(--gray-200);border-radius:16px 16px 16px 5px;box-shadow:0 3px 14px #1f29370e}.match-page .typing-label{margin-right:6px;color:var(--gray-500);font-size:.76rem}.match-page .typing-dot{width:6px;height:6px;border-radius:50%;background:var(--gray-500);animation:typing-bounce 1.1s infinite ease-in-out}.match-page .typing-dot:nth-last-child(2){animation-delay:.15s}.match-page .typing-dot:nth-last-child(1){animation-delay:.3s}.match-page .composer-wrap{flex-shrink:0;padding:10px 18px 12px;background:linear-gradient(to top,#f7f9fb 78%,#f7f9fb00);transition:width .36s ease,margin .36s ease,padding .36s ease}.match-page .match-inputbar{width:100%;background:#fff;border:1.5px solid var(--gray-200);border-radius:22px;padding:8px 8px 8px 16px;display:flex;align-items:flex-end;gap:10px;box-shadow:0 8px 26px #1f293714;transition:border-color .18s ease,box-shadow .18s ease}.match-page .match-inputbar:focus-within{border-color:var(--green);box-shadow:0 8px 28px #4fbc8521}.match-page .match-inputbar textarea{flex:1;min-width:0;min-height:40px;max-height:116px;resize:none;overflow-y:auto;border:none;outline:none;padding:9px 0 7px;font-size:.94rem;line-height:1.45;font-family:var(--font-body);color:var(--gray-900);background:transparent}.match-page .match-inputbar textarea::placeholder{color:#939dac}.match-page .match-inputbar button{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;color:#fff;background:var(--green);border:none;border-radius:14px;cursor:pointer;transition:background .18s ease,transform .18s ease}.match-page .match-inputbar button:hover:not(:disabled){background:#3da872;transform:translateY(-1px)}.match-page .match-inputbar button:disabled,.match-page .match-inputbar textarea:disabled{opacity:.5;cursor:default}.match-page .match-footnote{text-align:center;font-size:.69rem;color:#8a94a3;margin-top:7px;min-height:1em}.match-page .sponsor-rail{width:100%;align-self:flex-start;margin-top:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.match-page .sponsor-label{margin-bottom:9px;color:#98a2b5;font-family:var(--font-heading);font-size:.62rem;font-weight:600;letter-spacing:.045em;text-align:left;text-transform:uppercase}.match-page .sponsor-carousel{position:relative;height:420px;overflow:hidden;border-radius:0;background:var(--dark)}.match-page .sponsor-slide{position:absolute;inset:0;overflow:hidden;display:flex;align-items:flex-end;opacity:0;transform:translate(9px);pointer-events:none;transition:opacity .42s ease,transform .42s ease}.match-page .sponsor-slide.is-active{opacity:1;transform:translate(0);pointer-events:auto;z-index:1}.match-page .sponsor-bg,.match-page .sponsor-overlay{position:absolute;inset:0;width:100%;height:100%}.match-page .sponsor-bg{object-fit:cover}.match-page .sponsor-overlay{background:linear-gradient(to bottom,#08142205 6%,#081422e6 72%)}.match-page .sponsor-slide--light .sponsor-overlay{background:linear-gradient(to bottom,#e8f7f00f 3%,#e8f7f0f5 72%)}.match-page .sponsor-content{position:relative;z-index:2;width:100%;padding:20px;color:#fff}.match-page .sponsor-slide--light .sponsor-content{color:var(--dark)}.match-page .sponsor-logo{width:184px;height:40px;object-fit:contain;object-position:left center;background:#fff;border-radius:7px;padding:5px 7px;margin-bottom:14px}.match-page .sponsor-kicker{margin-bottom:6px;color:#8ee0b8;font-family:var(--font-heading);font-size:.67rem;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.match-page .sponsor-slide--light .sponsor-kicker{color:#247e55}.match-page .sponsor-content h2{margin:0 0 8px;color:inherit;font-family:var(--font-heading);font-size:1.22rem;font-weight:700;line-height:1.22}.match-page .sponsor-content>p:last-child{color:#ffffffc2;font-size:.78rem;line-height:1.45}.match-page .sponsor-slide--light .sponsor-content>p:last-child{color:#526173}@keyframes message-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes card-in{0%{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}@keyframes status-pulse{0%,to{box-shadow:0 0 0 4px #f6c3441f}50%{box-shadow:0 0 0 7px #f6c3440a}}@keyframes progress-spin{to{transform:rotate(360deg)}}@keyframes success-pop{0%{transform:scale(.65);opacity:0}70%{transform:scale(1.08);opacity:1}to{transform:scale(1);opacity:1}}@media(max-width:1100px){.match-page .match-shell{width:min(100%,820px);display:flex;flex-direction:column;padding:32px 18px 18px}.match-page .match-sidebar{flex:0 0 auto}.match-page .chat-column{height:auto;flex:1 1 0}.match-page .sponsor-rail{display:none}}@media(max-width:640px){.match-page{min-height:520px}.match-page .match-header,.match-page .match-header-inner{min-height:62px}.match-page .match-header-inner{padding:0 12px;gap:10px}.match-page .match-header-actions{gap:10px}.match-page .site-logo .logo-mark{width:28px;height:28px}.match-page .site-logo .logo-wordmark{font-size:.78rem}.match-page .back-link span{display:none}.match-page .header-divider{height:26px}.match-page .assistant-status{font-size:.68rem}.match-page .match-shell{padding:20px 10px 0}.match-page .match-intro{margin:0 4px 16px}.match-page .match-kicker{margin-bottom:11px;padding:5px 11px;font-size:.68rem}.match-page .match-intro h1{margin-bottom:7px;font-size:1.58rem}.match-page .match-intro>p{font-size:.82rem;line-height:1.5}.match-page .chat-column{border-radius:18px 18px 0 0}.match-page .match-body{padding:18px 12px 20px;gap:14px}.match-page .message-row{width:96%;gap:8px}.match-page .assistant-avatar{width:30px;height:30px;flex-basis:30px;border-radius:9px}.match-page .msg{padding:12px 14px;font-size:.91rem}.match-page .chips,.match-page .reco-card,.match-page .report-card{width:100%;max-width:100%;margin-left:0}.match-page .chips{display:grid;grid-template-columns:1fr}.match-page .chip{width:100%;text-align:left;border-radius:12px}.match-page .report-card form{grid-template-columns:1fr}.match-page .composer-wrap{padding:8px 10px 10px}.match-page .match-inputbar{border-radius:18px;padding-left:13px}.match-page .match-footnote{font-size:.64rem}}@media(max-width:360px){.match-page .site-logo .logo-wordmark{display:none}}@media(prefers-reduced-motion:reduce){.match-page *,.match-page *:before,.match-page *:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
