/* Product template: inherits the homepage v6 tokens, navigation, buttons and footer. */
.pv6-context { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; }
.pv6-context span { border:1px solid var(--line); padding:8px 16px; border-radius:100px; color:var(--mute); font-size:13px; }
.pv6-context span::before { content:''; display:inline-block; width:5px; height:5px; border-radius:50%; background:var(--blue); margin:0 8px 2px 0; }
.pv6-overview__art { margin:-12px -12px 24px; aspect-ratio:4/3; overflow:hidden; border-radius:16px; }
.pv6-overview__art img { width:100%; height:100%; object-fit:cover; mix-blend-mode:darken; }
.pv6-mini { height:156px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:15px; color:var(--blue); margin-bottom:30px; }
.pv6-mini__tags { display:flex; justify-content:center; gap:7px; font-size:10px; color:var(--mute); }
.pv6-mini__tags span { padding:5px 10px; border:1px solid var(--line); border-radius:6px; background:white; }
.pv6-mini__bars { width:78%; height:90px; display:flex; align-items:flex-end; gap:12px; border-bottom:1px solid var(--line); }
.pv6-mini__bars i { flex:1; height:48%; border-radius:5px 5px 0 0; background:var(--ink-2); }
.pv6-mini__bars i:nth-child(2) { height:70%; }.pv6-mini__bars i:nth-child(3) { height:58%; }.pv6-mini__bars i:nth-child(4) { height:82%; }.pv6-mini__bars i:nth-child(5) { height:100%; background:var(--blue); }
.pv6-mini__dial { width:105px; height:105px; display:grid; place-items:center; border:10px solid #dceee6; border-right-color:#23966e; border-top-color:#23966e; border-radius:50%; }
.pv6-mini__dial span { font-size:12px; color:#238264; font-weight:600; }
.pv6-mini__calendar { display:grid; grid-template-columns:repeat(7,1fr); gap:7px; width:220px; padding:16px; background:var(--panel); border-radius:14px; transform:rotate(-5deg); }
.pv6-mini__calendar i { aspect-ratio:1; background:white; border:1px solid #e7ebf2; border-radius:5px; }
.pv6-mini__calendar i:nth-child(n+9):nth-child(-n+13) { background:#a7bfff; border-color:#a7bfff; }.pv6-mini__calendar i:nth-child(13) { background:var(--blue); }
.pv6-mini--progress > svg { width:90%; height:110px; }
.pv6-mini__memory { width:205px; display:grid; gap:8px; transform:rotate(-4deg); }
.pv6-mini__memory span { padding:9px 16px; background:var(--panel); border:1px solid var(--line); border-radius:8px; color:var(--mute); font-size:12px; box-shadow:0 4px 10px #17244b06; }
.pv6-mini__memory span:nth-child(2) { margin-left:14px; color:var(--blue); }.pv6-mini__memory span:nth-child(3) { margin-left:28px; }
.pv6-mini__access { display:flex; gap:12px; align-items:center; font-size:11px; color:var(--mute); }
.pv6-mini__access b { width:70px; height:82px; border-radius:22px; background:var(--panel-2); display:grid; place-items:center; color:var(--blue); }.pv6-mini__access svg { width:32px; }
.pv6-related__icon { display:grid; place-items:center; width:46px; height:46px; border-radius:13px; background:#fff; color:var(--blue); margin-bottom:28px; }.pv6-related__icon svg { width:24px; height:24px; }
.pv6-analysis { padding:32px; background:var(--panel); border-radius:var(--r-lg); }
.pv6-analysis__head { display:flex; align-items:center; gap:10px; font-size:14px; }.pv6-analysis__head img { flex:none; }.pv6-analysis__head > span { margin-left:auto; font-size:11px; color:var(--mute); }
.pv6-analysis__question { margin:32px 0 24px auto; max-width:570px; padding:18px 22px; border-radius:18px 18px 4px 18px; background:#fff; border:1px solid var(--line); box-shadow:var(--shadow-1); font-size:18px; font-weight:500; }
.pv6-analysis__answer { display:grid; grid-template-columns:1fr 1fr; gap:36px; padding:30px; border-radius:18px; background:#fff; box-shadow:var(--shadow-1); align-items:center; }
.pv6-analysis__answer .eyebrow { font-size:10px; letter-spacing:.08em; }.pv6-analysis__answer h3 { font-size:26px; margin:16px 0; }.pv6-analysis__answer p { color:var(--mute); font-size:15px; line-height:1.65; }
.pv6-analysis__sources { display:flex; flex-wrap:wrap; gap:7px; margin-top:24px; }.pv6-analysis__sources span { border:1px solid var(--line); border-radius:5px; padding:5px 8px; font-size:10px; color:var(--mute); }
.pv6-analysis__chart { margin:0; min-width:0; }.pv6-analysis__chart figcaption { font-weight:600; font-size:15px; margin-bottom:30px; }.pv6-analysis__chart figcaption span { display:block; font-size:11px; color:var(--mute); font-weight:400; margin-top:5px; }
.pv6-data-bar { margin-top:22px; }.pv6-data-bar > div { display:flex; justify-content:space-between; gap:12px; font-size:13px; margin-bottom:9px; }.pv6-data-bar b { font-weight:500; }.pv6-data-bar > div > span { flex:none; font-variant-numeric:tabular-nums; }
.pv6-data-bar i { display:block; height:18px; background:var(--panel-2); border-radius:5px; overflow:hidden; }.pv6-data-bar i::after { content:''; display:block; width:var(--value); height:100%; background:var(--blue); border-radius:5px; }.pv6-data-bar--cost i::after { background:var(--ink-2); }
.pv6-analysis__chart > p { margin-top:28px; font-size:12px; }.pv6-analysis__chart strong { color:var(--ink); font-size:27px; display:block; }
.pv6-analysis .pv6-analysis__note { font-size:10px; color:var(--mute); margin-top:20px; }
.pv6-command-mobile { display:none; }
@media(max-width:700px){
 .pv6-analysis { padding:20px; }.pv6-analysis__head { font-size:12px; gap:8px; }.pv6-analysis__head > span { font-size:9px; }
 .pv6-analysis__question { font-size:16px; padding:16px; margin-top:26px; }
 .pv6-analysis__answer { grid-template-columns:1fr; padding:20px; gap:30px; }.pv6-analysis__answer h3 { font-size:23px; }.pv6-analysis__answer p { font-size:14px; }
 .pv6-analysis__chart figcaption { margin-bottom:22px; }.pv6-analysis__sources { margin-top:18px; }.pv6-data-bar > div { font-size:12px; }
 .pv6-desktop-screen { display:none; }.pv6-command-mobile { display:block; padding:24px; background:var(--panel); border-radius:var(--r-lg); }
 .pv6-command-mobile__period,.pv6-command-mobile__unit { font-size:10px; color:var(--mute); margin-top:12px; }
 .pv6-command-mobile__total { margin-top:26px; }.pv6-command-mobile__total > span,.pv6-command-mobile__metrics span { display:block; font-size:12px; color:var(--mute); margin-bottom:6px; }.pv6-command-mobile__total > b { font-size:27px; letter-spacing:-.03em; }
 .pv6-command-mobile__metrics { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:20px 0 30px; }.pv6-command-mobile__metrics b { font-size:16px; }.pv6-command-mobile h3 { font-size:19px; }
 .pv6-command-mobile .pv6-data-bar > div { font-size:11px; }.pv6-command-mobile .pv6-data-bar i { height:9px; }
}
.product-v6 { overflow-x: clip; }
.product-v6 main section[id] { scroll-margin-top: 98px; }
.pv6-hero { padding: 72px 0 0; }
.pv6-hero__copy { max-width: 980px; text-align: center; }
.pv6-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 30px; font-size: 13px; color: var(--mute); }
.pv6-breadcrumb a:hover { color: var(--ink); }
.pv6-breadcrumb > span:last-child { color: var(--ink); }
.pv6-hero__sub { max-width: 690px; margin: 26px auto 0; font-size: 20px; color: var(--mute); line-height: 1.6; }
.pv6-hero__visual { margin-top: 60px; }
.pv6-figure { margin: 0; min-width: 0; }
.pv6-screen { overflow: hidden; -webkit-mask-image:linear-gradient(#000 66%,rgba(0,0,0,.8) 81%,transparent 99%); mask-image:linear-gradient(#000 66%,rgba(0,0,0,.8) 81%,transparent 99%); }
.pv6-screen img { width: 100%; height: auto; }
.pv6-figure figcaption { margin-top: -12px; padding-top: 16px; text-align: center; color: var(--mute); font-size: 12px; }
.pv6-overview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding-top: 60px; }
.pv6-overview__card { position: relative; padding: 28px 30px 40px; border-radius: var(--r-lg); background: var(--panel); transition: background .2s,transform .25s var(--ease); }
.pv6-overview__card:hover { background: var(--panel-2); transform: translateY(-3px); }
.pv6-overview__card h2 { font-size: 25px; line-height: 1.2; margin-top: 24px; letter-spacing: -.025em; }
.pv6-overview__card p { font-size: 15px; line-height: 1.6; color: var(--mute); margin-top: 12px; max-width: 280px; }
.pv6-arrow { position:absolute; right:24px; top:23px; font-size:21px; }
.pv6-section-head { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:start; margin-bottom:36px; }
.pv6-section-head .eyebrow { margin-bottom:18px; }
.pv6-section-head h2 { font-size:clamp(32px,3.7vw,46px); }
.pv6-section-head > p, .pv6-detail__copy > p { font-size:17px; color:var(--mute); line-height:1.65; }
.pv6-detail__copy > p + p { margin-top:16px; }
.pv6-checks { display:grid; grid-template-columns:1fr 1fr; gap:14px 20px; margin-top:25px; }
.pv6-checks li { display:flex; align-items:flex-start; gap:9px; font-size:13px; line-height:1.5; }
.pv6-checks svg { width:18px; height:18px; flex:none; margin-top:1px; color:var(--ink); fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.pv6-detail { padding-bottom:40px; }
.pv6-questions { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:28px; }
.pv6-questions p { display:flex; align-items:flex-start; gap:12px; padding:20px; border-radius:var(--r-md); background:var(--panel); font-size:14px; }
.pv6-questions span { color:var(--blue); font-size:19px; line-height:1.2; }
.pv6-planning { margin-top:60px; background:var(--panel); }
.pv6-planning .pv6-section-head > p { max-width:380px; margin-top:34px; }
.pv6-capabilities { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.pv6-capability { padding:30px; background:#fff; border-radius:var(--r-lg); }
.pv6-capability__number { font-size:12px; font-weight:500; color:var(--mute); }
.pv6-capability h3 { margin-top:25px; font-size:23px; line-height:1.2; }
.pv6-capability p { margin-top:12px; font-size:15px; color:var(--mute); line-height:1.6; }
.pv6-related { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.pv6-related__card { display:flex; flex-direction:column; padding:30px; border-radius:var(--r-lg); background:var(--panel); transition:transform .25s var(--ease); }
.pv6-related__card:hover { transform:translateY(-3px); }
.pv6-related__card h3 { font-size:23px; }
.pv6-related__card p { color:var(--mute); font-size:15px; margin:14px 0 26px; }
.pv6-related__card > .link { margin-top:auto; }
.pv6-faq { padding-top:0; }
.pv6-faq .section__head .eyebrow { margin-bottom:18px; }
.pv6-faq h2 { font-size:clamp(32px,3.7vw,46px); }
.pv6-cta { display:flex; align-items:center; justify-content:space-between; gap:48px; padding:64px; border-radius:var(--r-xl); background:var(--ink); color:#fff; }
.product-v6 .pv6-cta .eyebrow { color:#aab7ca; }
.pv6-cta h2 { max-width:690px; margin-top:20px; color:#fff; font-size:clamp(34px,4vw,50px); }
.pv6-cta__sub { margin-top:20px; color:#b8c3d5; font-size:17px; max-width:570px; }
.pv6-cta .btn { flex:none; }
.pv6-overview__card[aria-current], .menu a[aria-current] { background:var(--blue-soft); }
/* A short entrance once per page visit; content remains visible without JavaScript. */
@media(prefers-reduced-motion:no-preference){
 .has-entered .pv6-overview__art img { animation:pv6-art .85s var(--ease) both; }
 .pv6-mini.is-active .pv6-mini__bars i { animation:pv6-bar .7s var(--ease) both; transform-origin:bottom; }
 .pv6-mini.is-active .pv6-mini__bars i:nth-child(2n) { animation-delay:.12s; }
 .pv6-mini.is-active .pv6-mini__trend { stroke-dasharray:320; animation:pv6-line 1s var(--ease) both; }
 @keyframes pv6-art { from { transform:translateY(14px) scale(.94); } to { transform:translateY(0) scale(1); } }
 @keyframes pv6-bar { from { transform:scaleY(.15); } to { transform:scaleY(1); } }
 @keyframes pv6-line { from { stroke-dashoffset:320; } to { stroke-dashoffset:0; } }
 [data-enter].has-entered { animation:pv6-enter .5s var(--ease) both; }
 [data-enter].has-entered:nth-child(3n+2) { animation-delay:.07s; }
 [data-enter].has-entered:nth-child(3n) { animation-delay:.14s; }
 @keyframes pv6-enter { from { opacity:.3; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }
}
@media(max-width:900px){
 .pv6-section-head { gap:28px; grid-template-columns:1fr; }
 .pv6-section-head h2 { max-width:650px; }
 .pv6-detail__copy { max-width:730px; }
 .pv6-capabilities { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .pv6-overview__card { padding:24px 22px 30px; }
 .pv6-overview__card h2 { font-size:21px; }
 .pv6-overview__card .eyebrow { font-size:10px; }
 .pv6-planning .pv6-section-head > p { margin-top:0; }
 .pv6-cta { padding:44px; flex-direction:column; align-items:flex-start; gap:28px; }
}
@media(max-width:600px){
 .pv6-hero { padding-top:42px; }
 .pv6-breadcrumb { font-size:12px; margin-bottom:24px; }
 .pv6-hero__sub { font-size:17px; margin-top:22px; }
 .pv6-hero__visual { margin-top:38px; }
 .pv6-figure figcaption { font-size:10px; margin-top:-8px; padding-top:8px; }
 .pv6-overview { grid-template-columns:1fr; gap:10px; padding-top:32px; }
 .pv6-overview__card { padding:24px; }
 .pv6-overview__card h2 { font-size:25px; margin-top:14px; }
 .pv6-overview__card p { max-width:none; font-size:15px; }
 .product-v6 .section { padding-top:64px; padding-bottom:24px; }
 .pv6-section-head { gap:20px; margin-bottom:26px; }
 .pv6-section-head h2 { font-size:33px; }
 .pv6-detail__copy > p { font-size:16px; }
 .pv6-checks { grid-template-columns:1fr; gap:12px; }
 .pv6-questions,.pv6-capabilities,.pv6-related { grid-template-columns:1fr; gap:12px; }
 .pv6-questions p { padding:18px; }
 .pv6-planning { margin-top:36px; }
 .product-v6 .pv6-planning { padding-bottom:56px; }
 .pv6-capability { padding:26px; }
 .pv6-capability h3 { margin-top:16px; }
 .pv6-cta { padding:36px 26px; }
 .pv6-cta h2 { font-size:34px; }
 .pv6-cta__sub { font-size:16px; }
 .pv6-cta .btn { width:100%; }
 .product-v6 .section--tight { padding-top:40px; padding-bottom:56px; }
}

/* Real interface presentation, using the homepage surfaces and accents. */
.pv6-hero { padding-top:48px; }
.pv6-hero__visual { max-width:1400px; margin-top:48px; }
.pv6-hero__visual .pv6-figure { filter:drop-shadow(0 16px 22px #18233818); }
.pv6-hero__visual .pv6-screen { border-radius:18px 18px 0 0; }
.pv6-screen-expand { display:block; width:fit-content; margin:14px auto 0; font-size:12px; color:var(--ink); border-bottom:1px solid #9ba4b5; padding-bottom:3px; }

@media(max-width:700px){
 .pv6-hero__visual .pv6-screen { height:430px; border-radius:14px 14px 0 0; mask-image:linear-gradient(#000 76%,transparent 100%); -webkit-mask-image:linear-gradient(#000 76%,transparent 100%); }
 .pv6-hero__visual .pv6-screen img { width:1440px; max-width:none; height:auto; margin-left:-210px; margin-top:-54px; }
 .pv6-hero__visual .pv6-figure figcaption { padding:0 16px; font-size:11px; line-height:1.5; }
 .pv6-mini { margin:0 0 26px; }
}

.pv6-capability { min-width:0; }
.pv6-mini__calendar,.pv6-mini__memory { max-width:100%; }
.pv6-mini__calendar i:nth-child(13):nth-child(-n+13) { background:#ffb821; border-color:#ffdb75; }
.pv6-mini__invoice { width:220px; max-width:100%; padding:14px; background:#fff; color:var(--ink); border:1px solid var(--line); box-shadow:var(--shadow-1); border-radius:9px; transform:rotate(-3deg); }
.pv6-mini__invoice > b { display:block; font-size:9px; letter-spacing:.04em; margin-bottom:9px; }.pv6-mini__invoice > span { display:flex; justify-content:space-between; padding:5px 0; border-top:1px solid #c5ccd7; font-size:10px; }.pv6-mini__invoice i { font-style:normal; color:#07804f; }.pv6-mini__invoice em { display:block; font-style:normal; font-size:9px; font-weight:600; color:#075d40; margin-top:9px; }
.pv6-mini__audience { width:220px; max-width:100%; display:grid; gap:10px; color:var(--ink); font-size:11px; }.pv6-mini__audience > b { font-size:12px; margin-bottom:2px; }.pv6-mini__audience > span { display:flex; align-items:center; justify-content:space-between; background:var(--panel); padding:10px 13px; border:1px solid var(--line); border-radius:7px; }.pv6-mini__audience i { font-style:normal; color:var(--blue); }.pv6-mini__audience em { font-style:normal; color:var(--mute); font-size:9px; }
@media(prefers-reduced-motion:no-preference){
 .pv6-mini.is-active .pv6-mini__tags span { animation:pv6-part .45s var(--ease) both; }
 .pv6-mini.is-active .pv6-mini__tags span:nth-child(2) { animation-delay:.15s; }.pv6-mini.is-active .pv6-mini__tags span:nth-child(3) { animation-delay:.3s; }
 .pv6-mini.is-active .pv6-mini__bars i { animation-duration:1.05s; animation-delay:.4s; }.pv6-mini.is-active .pv6-mini__bars i:nth-child(2) { animation-delay:.55s; }.pv6-mini.is-active .pv6-mini__bars i:nth-child(3) { animation-delay:.7s; }.pv6-mini.is-active .pv6-mini__bars i:nth-child(4) { animation-delay:.85s; }.pv6-mini.is-active .pv6-mini__bars i:nth-child(5) { animation-delay:1s; }
 .pv6-mini.is-active .pv6-mini__trend { animation-duration:1.8s; animation-delay:.2s; }
 .pv6-mini__invoice { position:relative; overflow:hidden; }
 .pv6-mini.is-active .pv6-mini__invoice::after { content:''; position:absolute; left:0; right:0; height:2px; background:#0073ff; box-shadow:0 0 12px 4px #1578ff55; animation:pv6-scan 1.4s .15s ease-in-out both; }
 .pv6-mini.is-active .pv6-mini__invoice > span,.pv6-mini.is-active .pv6-mini__audience > span,.pv6-mini.is-active .pv6-mini__memory > span { animation:pv6-part .65s var(--ease) both; }
 .pv6-mini.is-active .pv6-mini__invoice > span:nth-of-type(1),.pv6-mini.is-active .pv6-mini__audience > span:nth-of-type(1),.pv6-mini.is-active .pv6-mini__memory > span:nth-of-type(1) { animation-delay:.3s; }
 .pv6-mini.is-active .pv6-mini__invoice > span:nth-of-type(2),.pv6-mini.is-active .pv6-mini__audience > span:nth-of-type(2),.pv6-mini.is-active .pv6-mini__memory > span:nth-of-type(2) { animation-delay:.65s; }
 .pv6-mini.is-active .pv6-mini__invoice > span:nth-of-type(3),.pv6-mini.is-active .pv6-mini__memory > span:nth-of-type(3) { animation-delay:1s; }
 .pv6-mini.is-active .pv6-mini__invoice em,.pv6-mini.is-active .pv6-mini__audience em { animation:pv6-part .45s 1.5s var(--ease) both; }
 .pv6-mini.is-active .pv6-mini__access b { animation:pv6-lock 1.2s var(--ease) both; }
 .pv6-mini.is-active .pv6-mini__access span { animation:pv6-part .65s .65s var(--ease) both; }
 @keyframes pv6-part { from { opacity:0; translate:0 9px; } to { opacity:1; translate:0 0; } }
 @keyframes pv6-scan { 0% { top:15%;opacity:0; } 15% { opacity:1; } 85% { opacity:1; } 100% { top:90%;opacity:0; } }
 @keyframes pv6-lock { 0% { opacity:.2; scale:.65; rotate:-12deg; } 70% { opacity:1; scale:1.06; rotate:2deg; } 100% { opacity:1; scale:1; rotate:0deg; } }
}

/* Two connected questions, revealed once inside a stable scrollable conversation. */
.pv6-chat { background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); box-shadow:var(--shadow-1); overflow:hidden; }
.pv6-chat__head { display:flex; align-items:center; min-height:68px; padding:16px 30px; border-bottom:1px solid var(--line); }
.pv6-chat__head > div,.pv6-chat__author { display:flex; align-items:center; gap:10px; font-size:14px; }
.pv6-chat__head img,.pv6-chat__author img { flex:none; }
.pv6-chat__viewport { height:clamp(360px,66svh,540px); overflow-y:auto; overflow-anchor:none; scrollbar-width:thin; scrollbar-color:#c8ccd2 transparent; scrollbar-gutter:stable; }
.pv6-chat__viewport:focus-visible { outline:2px solid var(--blue); outline-offset:-3px; }
.pv6-chat__thread { max-width:1000px; margin:auto; padding:32px 40px 36px; }
.pv6-chat__exchange + .pv6-chat__exchange { margin-top:40px; }
.pv6-chat__question { width:fit-content; max-width:88%; margin-left:auto; padding:15px 20px; background:var(--panel); border-radius:18px 18px 4px 18px; font-size:16px; line-height:1.5; }
.pv6-chat__author { margin-top:28px; min-height:22px; font-size:12px; }
.pv6-chat__answer { max-width:750px; margin:16px 0 22px; font-size:17px; line-height:1.7; }
.pv6-chat__answer p + p { margin-top:12px; color:var(--ink-2); }
.pv6-chat__period { margin:0 0 12px; color:var(--mute); font-size:11px; }
.pv6-chat__table { border:1px solid var(--line); border-radius:12px; overflow:hidden; }
.pv6-chat__table table { width:100%; border-collapse:collapse; font-size:13px; }
.pv6-chat__table th,.pv6-chat__table td { padding:13px 16px; vertical-align:middle; text-align:right; line-height:1.5; border-bottom:1px solid var(--line); font-variant-numeric:tabular-nums; }
.pv6-chat__table th { background:var(--panel); font-weight:500; }
.pv6-chat__table th:first-child,.pv6-chat__table td:first-child { text-align:left; }
.pv6-chat__table tbody tr:last-child td { border-bottom:0; }
.pv6-chat__takeaway { padding:24px 28px; border-left:3px solid var(--blue); background:var(--panel); border-radius:0 12px 12px 0; }
.pv6-chat__takeaway strong,.pv6-chat__takeaway span,.pv6-chat__takeaway small { display:block; }
.pv6-chat__takeaway strong { font-size:36px; font-weight:600; line-height:1.2; letter-spacing:-.045em; font-variant-numeric:tabular-nums; }
.pv6-chat__takeaway span { margin-top:5px; font-size:16px; }
.pv6-chat__takeaway small { margin-top:12px; font-size:11px; color:var(--mute); }
.pv6-chat__thinking { display:none; gap:4px; margin-left:3px; }
.pv6-chat__thinking i { width:4px; height:4px; background:var(--mute); border-radius:50%; }
.pv6-chat .is-thinking .pv6-chat__thinking { display:flex; }
.pv6-chat [hidden] { display:none!important; }
@media(prefers-reduced-motion:no-preference){
 .pv6-chat .is-revealed { animation:pv6-message .45s var(--ease) both; }
 .pv6-chat .is-thinking .pv6-chat__thinking i { animation:pv6-thinking .45s ease-in-out infinite alternate; }
 .pv6-chat .is-thinking .pv6-chat__thinking i:nth-child(2) { animation-delay:.12s; }
 .pv6-chat .is-thinking .pv6-chat__thinking i:nth-child(3) { animation-delay:.24s; }
 @keyframes pv6-message { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
 @keyframes pv6-thinking { from { opacity:.25; transform:translateY(1px); } to { opacity:1; transform:translateY(-1px); } }
}
@media(max-width:600px){
 .pv6-chat__head { padding:14px 18px; min-height:60px; }
 .pv6-chat__thread { padding:24px 18px 28px; }
 .pv6-chat__question { max-width:94%; padding:13px 16px; font-size:14px; }
 .pv6-chat__exchange + .pv6-chat__exchange { margin-top:32px; }
 .pv6-chat__author { margin-top:24px; }
 .pv6-chat__answer { font-size:15px; margin:14px 0 18px; line-height:1.65; }
 .pv6-chat__period { font-size:10px; }
 .pv6-chat__table table { font-size:11px; }
 .pv6-chat__table th,.pv6-chat__table td { padding:11px 9px; }
 .pv6-chat__takeaway { padding:20px; }
 .pv6-chat__takeaway strong { font-size:30px; }
 .pv6-chat__takeaway span { font-size:14px; }
}
