@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap');
:root{color-scheme:dark;--bg:#000;--ink:#f4f4f1;--muted:#aaa9a5;--line:#2b2b2b;--orange:#ff6a2a;--orange-ink:#ff955f;--soft:#2e1c13;--surface:#111;--surface-raised:#1b1b1b;--section:#080808}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--orange);outline-offset:5px}button{color:inherit}p{line-height:1.65}h1,h2,h3,p{margin-top:0}.wrap{max-width:1200px;padding:0 36px;margin:0 auto}.header{position:sticky;top:0;z-index:30;background:#000000ef;backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:85px;display:flex;align-items:center;gap:40px}.wordmark{font-size:38px;font-weight:700;letter-spacing:-2.8px;line-height:1}.wordmark span{font-size:10px;letter-spacing:0;vertical-align:top;display:inline-block;margin:5px 0 0 5px}.navlinks{display:flex;gap:29px;margin-left:auto;font-size:14px;color:#cececa}.navlinks a:hover,.text-link:hover{color:var(--orange-ink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:16px 21px;border:1px solid var(--orange);border-radius:5px;background:var(--orange);color:#15100c;font-weight:600;font-size:14px;transition:background .2s,transform .2s}.button:hover{background:#f45d1c;transform:translateY(-1px)}.button span{font-size:19px;font-weight:400}.button.small{padding:10px 16px;gap:20px}.menu{display:none}.hero{padding-top:78px}.eyebrow{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:600;letter-spacing:1.7px;margin-bottom:26px}.orange-square{width:6px;height:6px;background:var(--orange);display:inline-block;flex-shrink:0}.hero>.eyebrow{justify-content:center}.hero h1{text-align:center;font-size:clamp(45px,5.6vw,72px);font-weight:500;letter-spacing:-3.8px;line-height:1.05;margin:0 auto 24px}.orange{color:var(--orange-ink)}h1 .orange{color:var(--orange)}.intro{max-width:586px;margin:0 auto 27px;text-align:center;color:var(--muted);font-size:17px;line-height:1.7}.hero-actions{display:flex;gap:30px;justify-content:center;align-items:center}.text-link{font-size:14px;font-weight:550;display:inline-flex;gap:17px;align-items:center}.micro{text-align:center;font-size:12px;color:var(--muted);margin:18px 0 51px;letter-spacing:.2px}.dashboard{border:1px solid var(--line);border-radius:9px;background:var(--surface);box-shadow:0 15px 45px -25px #0009;overflow:hidden;text-align:left;scroll-margin-top:110px}.dash-header{height:65px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px}.company{display:flex;gap:12px;align-items:center;font-size:13px;color:var(--muted)}.company strong{color:var(--ink);font-size:14px}.company-mark{display:flex;align-items:center;justify-content:center;color:white;background:#2b2b2b;width:28px;height:28px;border-radius:5px;font-size:13px;font-weight:600}.slash{color:#707070;margin:0 2px}.demo-label{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.demo-label .orange-square{width:5px;height:5px}.dash-toolbar{padding:15px 24px;display:flex;justify-content:space-between;align-items:center}.model-tabs{display:flex;gap:3px;border:1px solid var(--line);padding:3px;border-radius:5px;background:var(--surface-raised)}.model-tabs button{border:0;background:none;border-radius:3px;padding:7px 12px;font-size:13px;color:var(--muted);display:flex;align-items:center;gap:7px}.model-tabs button[aria-selected=true]{background:var(--surface);color:var(--ink);box-shadow:0 1px 3px #0002}.date-range{font-size:12px;color:var(--muted);display:flex;gap:17px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);padding:13px 0 26px;border-bottom:1px solid var(--line)}.metric{padding:0 24px;border-right:1px solid var(--line)}.metric:last-child{border:0}.metric>span{font-size:13px;color:var(--muted);display:block;margin-bottom:12px}.info{color:var(--muted);margin-left:4px}.metric>div{display:flex;align-items:center;gap:10px;white-space:nowrap}.metric strong{font-size:40px;font-weight:500;line-height:1.2;letter-spacing:-1.7px;font-variant-numeric:tabular-nums}.metric strong span{font-size:22px;letter-spacing:-.7px;color:var(--muted)}.gain{color:var(--orange-ink);background:var(--soft);font-size:11px;padding:4px 6px;border-radius:3px}.metric small{font-size:12px;color:var(--muted);display:block;margin-top:10px}.metric small b{font-weight:450}.chart-area{padding:23px 24px 13px}.chart-heading,.table-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.chart-heading h3,.table-heading h3{font-size:13px;font-weight:550;margin:0}.chart-heading>span,.table-heading>span{font-size:12px;color:var(--muted)}.chart-heading i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--orange);margin-right:5px}.chart svg{width:100%;display:block;overflow:visible}.grid path{stroke:var(--line);stroke-width:1;fill:none}.axis text,.annotation{font:12px 'DM Sans',Arial;fill:#aaa9a5}.annotation{fill:#c9c8c3;font-size:11px}.chart-note{font-size:11px;color:var(--muted);margin:8px 0 0;text-align:right}.buyer-table{border-top:1px solid var(--line);padding:22px 24px 12px}.table-heading{margin-bottom:14px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}th{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);font-weight:500;padding:11px 0;border-bottom:1px solid var(--line)}td{padding:14px 0;border-bottom:1px solid var(--line)}tr:last-child td{border-bottom:0}td:first-child{font-weight:500}td:nth-child(2){color:var(--muted)}td,th{padding-right:18px}td:last-child,th:last-child{padding-right:0}.platform-strip{display:flex;flex-direction:column;align-items:center;padding:35px 0 72px;gap:21px}.platform-strip>span{font-size:12px;color:var(--muted)}.platform-strip>div{display:flex;gap:39px;color:var(--muted)}.platform-strip b{font-size:17px;font-weight:500;letter-spacing:-.4px}.skip{position:absolute;left:20px;top:-100px}.skip:focus{top:15px;z-index:100;background:var(--surface);padding:15px}@media(min-width:1500px){.hero{padding-top:95px}}@media(max-width:850px){.nav{height:73px;gap:22px}.navlinks{gap:17px;font-size:12px}.nav .button{gap:10px;font-size:12px}.wrap{padding-left:24px;padding-right:24px}.hero{padding-top:60px}.metric{padding:0 15px}.metric strong{font-size:34px}.metric>div{gap:5px;flex-wrap:wrap}.gain{font-size:10px}.dash-header{padding:0 16px}.demo-label{font-size:10px}.company{font-size:12px}.model-tabs button{padding:6px 9px}.chart-area,.buyer-table{padding-left:18px;padding-right:18px}.hero h1{letter-spacing:-2.7px}}@media(max-width:620px){.wrap{padding-left:20px;padding-right:20px}.nav{height:69px;gap:18px}.wordmark{font-size:34px}.nav>.button{margin-left:auto;font-size:11px;padding:8px 11px;gap:8px}.navlinks{display:none;position:absolute;top:68px;left:0;right:0;background:var(--bg);padding:24px;box-shadow:0 10px 15px #0001}.navlinks.open{display:flex;flex-direction:column;font-size:16px}.menu{display:block;border:0;background:none;font-size:20px;padding:4px}.hero{padding-top:47px}.hero h1{font-size:44px;letter-spacing:-2.3px}.eyebrow{font-size:10px;letter-spacing:1.5px}.intro{font-size:15px;line-height:1.7}.hero-actions{gap:22px}.hero-actions .button{padding:13px 14px;font-size:12px;gap:15px}.text-link{font-size:12px;gap:7px}.micro{margin-bottom:36px}.dash-header{height:auto;flex-direction:column;align-items:flex-start;padding:17px;gap:12px}.demo-label{font-size:10px}.dash-toolbar{padding:12px}.model-tabs{width:100%;justify-content:space-between}.model-tabs button{font-size:11px;padding:7px 6px;gap:4px}.date-range{display:none}.metrics{grid-template-columns:1fr 1fr;padding:0}.metric{padding:17px;border-bottom:1px solid var(--line)}.metric:nth-child(2){border-right:0}.metric:last-child{border-bottom:1px solid var(--line)}.metric>span{font-size:11px}.metric strong{font-size:36px}.metric>div{gap:8px}.gain{font-size:10px}.metrics{border-bottom:0}.chart-area{padding:20px 13px 12px}.chart{overflow-x:auto}.chart svg{min-width:580px}.chart-note{font-size:10px;text-align:left}.buyer-table{padding:18px 13px 8px}table{min-width:740px}.table-heading>span{font-size:10px}.platform-strip{padding:29px 0 50px}.platform-strip>div{gap:18px;flex-wrap:wrap;justify-content:center}.platform-strip b{font-size:14px}.platform-strip>span{font-size:11px}.platform-strip>div{gap:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.section{padding-top:100px;padding-bottom:100px;border-top:1px solid var(--line)}h2{font-size:40px;font-weight:500;letter-spacing:-1.7px;line-height:1.15;margin-bottom:24px}.section .eyebrow{color:var(--muted);margin-bottom:25px}.section-intro{display:grid;grid-template-columns:1.35fr 1fr;gap:70px;align-items:start;margin-bottom:48px}.section-intro h2{margin-bottom:0}.section-intro p{font-size:15px;color:var(--muted);margin-bottom:16px}.section-intro p:last-child{margin-bottom:0}.shift{background:var(--section)}.stats{display:grid;grid-template-columns:repeat(3,1fr);margin:50px 0 30px}.stats article{padding:0 45px;border-right:1px solid var(--line)}.stats article:first-child{padding-left:0}.stats article:last-child{padding-right:0;border:0}.stat-index{font-size:10px;letter-spacing:1.1px;color:var(--muted)}.stats strong{font-size:65px;display:block;font-weight:450;letter-spacing:-3px;line-height:1.2;margin:18px 0 14px;font-variant-numeric:tabular-nums}.stats strong span{font-size:45px}.stats p{font-size:15px;max-width:245px;color:#cececa;line-height:1.55;min-height:72px;margin-bottom:22px}.stats a{font-size:12px;color:var(--muted)}.plain{padding:0;background:none;border:0}.shortlist-section .section-intro{grid-template-columns:1fr 1.1fr;align-items:center;margin:0;gap:90px}.section-copy{max-width:340px;margin-top:23px}.shortlist-switch{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:5px;margin:29px 0 8px}.shortlist-switch button{border:0;background:none;padding:10px 16px;font-size:12px;border-radius:3px;color:var(--muted)}.shortlist-switch button.selected{background:#303030;color:white}.shortlist-switch button[data-phase=after].selected{background:var(--orange);color:#111}.fine{font-size:11px!important;color:var(--muted)!important;line-height:1.6}.answer-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 15px 45px -35px #0009}.prompt{display:flex;gap:14px;padding:23px;background:var(--surface-raised);border-bottom:1px solid var(--line);border-radius:8px 8px 0 0}.prompt p{font-size:14px;color:var(--ink);line-height:1.55;margin:0!important}.prompt-avatar{border:1px solid var(--line);background:var(--surface);border-radius:4px;min-width:26px;height:26px;display:grid;place-items:center;color:var(--muted)}.answer{padding:24px}.answer-label{display:flex;align-items:center;gap:10px;font-size:25px;color:var(--muted);margin-bottom:15px}.answer-label span{font-size:10px;letter-spacing:1.2px}.answer>p{font-size:13px;color:var(--muted)}.answer ol{padding:0;list-style:none}.answer li{display:flex;gap:14px;align-items:start;padding:13px 0}.answer li>span{font-size:11px;color:var(--muted);padding-top:3px;font-variant-numeric:tabular-nums}.answer li strong{font-size:14px;font-weight:600}.answer li p{font-size:12px;color:var(--muted);margin:4px 0 0!important}.answer li.tracked-company{padding:13px 10px;background:var(--soft);border-radius:3px;margin-left:-10px;margin-right:-10px}.answer li.tracked-company strong{color:var(--orange-ink)}.absence{display:flex;gap:10px;align-items:center;border-top:1px solid var(--line);padding-top:18px;font-size:12px;color:var(--muted)}.absence.present{color:var(--orange-ink)}.competitor-note{font-size:10px;color:var(--muted);margin-top:14px}.method{background:var(--section)}.method .section-intro{grid-template-columns:1.45fr 1fr;gap:80px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:60px}.step-number{font-size:12px;color:var(--orange-ink);position:relative;margin-bottom:24px;display:flex;align-items:center;gap:14px}.step-number:after{content:'';height:1px;flex:1;background:var(--line)}.steps h3{font-size:23px;letter-spacing:-.6px;font-weight:500;margin-bottom:15px}.steps p{font-size:14px;color:var(--muted);min-height:70px;line-height:1.6;max-width:205px}.steps ul{padding:20px 0 0;margin:0;list-style:none;border-top:1px solid var(--line);font-size:12px;color:var(--muted);line-height:2}.method-note{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:48px;padding-top:25px;font-size:12px;color:var(--muted)}.method-note span:first-child{color:#cececa}.reports .section-intro{align-items:end}.report-disclaimer{margin:0 0 17px}.report-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:16px}.report{border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:25px;overflow:hidden}.report-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:28px}.report h3{font-size:14px;font-weight:550;margin:0}.report-top>span{font-size:10px;color:var(--muted)}.bars>div{display:grid;grid-template-columns:95px 1fr 33px;gap:15px;align-items:center;margin:20px 0;font-size:12px}.bars>div>div{height:9px}.bars i{display:block;height:100%;background:#505050;border-radius:1px}.bars>div:first-child i{background:var(--orange)}.bars>div:first-child b{color:var(--orange-ink)}.bars b{font-weight:500;text-align:right;font-variant-numeric:tabular-nums}.coverage{font-size:12px}.coverage td,.coverage th{padding:14px 9px 14px 0}.coverage td:nth-child(2){color:var(--orange-ink)}.coverage+ .fine{margin:16px 0 0}.citation td{font-size:11px;padding:14px 8px 14px 0}.citation th{font-size:9px}.pill{border:1px solid #63371f;color:var(--orange-ink)!important;background:var(--soft);padding:4px 7px;border-radius:3px}.gap-stat{font-size:20px;line-height:1.45;letter-spacing:-.4px;margin-bottom:25px}.gap-stat>span{color:var(--orange-ink);font-size:36px}.gap h4{font-size:10px;letter-spacing:1px;color:var(--muted);font-weight:500}.gap>p:not(.gap-stat){font-size:13px;line-height:1.6;color:var(--muted);max-width:315px}.gap .text-link{font-size:12px;margin-top:12px}.accuracy{grid-column:1/-1;display:flex;align-items:center;gap:35px;padding:25px}.accuracy>div:first-child{min-width:175px}.accuracy p{font-size:13px;margin:10px 0 0;color:var(--muted)}.accuracy b{color:var(--ink);font-size:21px;font-weight:500;margin-right:6px}.accuracy-tags{display:flex;gap:8px;flex-wrap:wrap;max-width:440px}.accuracy-tags span{border:1px solid var(--line);border-radius:3px;font-size:11px;padding:5px 8px;color:var(--muted)}.resolved{display:flex;gap:22px;white-space:nowrap;font-size:12px;margin-left:auto}.action-section{background:var(--section)}.action-section .section-intro{align-items:end}.queue{background:var(--surface);border:1px solid var(--line);border-radius:6px;overflow:hidden;padding:0 24px 8px}.queue-header{padding:24px 0 14px;display:flex;justify-content:space-between;align-items:center}.queue h3{font-size:14px;font-weight:500;margin:0}.queue h3 span{font-size:10px;color:var(--muted);background:var(--surface-raised);padding:4px 5px;margin-left:7px;border-radius:3px}.queue table{font-size:12px}.queue td{padding:21px 12px 21px 0}.queue td:first-child{width:49%}.issue-button{border:0;background:none;padding:0;display:flex;align-items:center;gap:11px;text-align:left;font-size:12px;font-weight:500}.issue-button:hover{color:var(--orange-ink)}.priority{color:var(--orange);font-size:18px}.priority.neutral{color:var(--muted)}.status{font-size:10px;background:var(--surface-raised);border:1px solid var(--line);padding:5px 7px;border-radius:3px;white-space:nowrap;color:var(--muted)}.status.progress{background:var(--soft);border-color:#63371f;color:var(--orange-ink)}.fix-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:55px}.fix-grid article{border-top:1px solid var(--line);padding-top:25px}.fix-grid article>span{color:var(--muted);font-size:11px}.fix-grid h3{font-size:18px;font-weight:500;margin:23px 0 12px;letter-spacing:-.4px}.fix-grid p{font-size:14px;color:var(--muted);max-width:300px}.closing{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:80px 0;background:var(--section);text-align:center}.closing .eyebrow{justify-content:center}.closing h2{font-size:54px;letter-spacing:-2.3px;line-height:1.08}.closing p{font-size:15px;color:var(--muted);margin:22px 0 27px}.closing-note{display:block;font-size:11px;margin-top:18px;color:var(--muted)}.footer{display:flex;gap:30px;align-items:center;padding-top:38px;padding-bottom:38px}.footer .wordmark{font-size:32px}.footer p{font-size:12px;color:var(--muted);margin:0}.footer>span{margin-left:auto;color:var(--muted);font-size:11px}.footer button{font-size:11px;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}dialog{position:fixed;background:var(--bg);color:var(--ink);border:1px solid var(--line);border-radius:9px;width:min(600px,calc(100% - 32px));padding:42px;max-height:85vh;box-shadow:0 25px 100px #0002}dialog::backdrop{background:#000000aa;backdrop-filter:blur(5px)}body:has(dialog[open]){overflow:hidden}.close{position:absolute;right:17px;top:12px;border:0;background:none;font-size:28px;color:var(--muted);line-height:1.2}.close:hover{color:var(--ink)}dialog h2{font-size:31px}dialog>p{color:var(--muted);font-size:14px}.source{border-top:1px solid var(--line);padding-top:22px;margin-top:25px}.source h3{font-size:15px}.source p{font-size:13px;color:var(--muted)}.source .text-link{font-size:12px}label{display:block;font-size:13px;margin:22px 0;color:#cececa}input,textarea{display:block;width:100%;padding:12px 13px;font-size:14px;background:var(--surface);border:1px solid var(--line);border-radius:4px;margin-top:8px;color:var(--ink)}textarea{resize:vertical}#action-content{font-size:14px;color:var(--muted)}#action-content h3{font-size:13px;color:var(--ink);margin-top:25px}#action-content ol{padding-left:20px;line-height:1.8}#action-content .action-meta{display:flex;gap:10px;margin:20px 0}#action-content .fine{margin:25px 0}
@media(max-width:850px){.section{padding-top:70px;padding-bottom:70px}h2{font-size:33px;letter-spacing:-1.2px}.section-intro,.method .section-intro{gap:35px}.shortlist-section .section-intro{gap:30px}.stats article{padding:0 25px}.stats strong{font-size:55px}.stats strong span{font-size:35px}.steps{gap:24px}.steps p{min-height:100px}.report-grid{grid-template-columns:1fr}.accuracy{flex-wrap:wrap}.resolved{margin-left:0}.report table{font-size:13px}.report th{font-size:10px}.citation td{font-size:13px}.queue table{min-width:950px}.fix-grid{gap:25px}.footer{gap:20px}}
@media(max-width:620px){.section{padding-top:55px;padding-bottom:55px}h2{font-size:31px;line-height:1.15;letter-spacing:-1px}.section-intro,.method .section-intro,.shortlist-section .section-intro{grid-template-columns:1fr;gap:23px;margin-bottom:30px}.section-intro p{font-size:14px}.section-intro h2 br{display:none}.stats{grid-template-columns:1fr;margin-top:35px;gap:28px}.stats article,.stats article:first-child,.stats article:last-child{padding:0 0 27px;border:0;border-bottom:1px solid var(--line)}.stats strong{font-size:58px;margin:10px 0}.stats p{min-height:0;max-width:310px;font-size:15px;margin-bottom:12px}.shortlist-section .section-intro{margin:0}.shortlist-section .section-copy{max-width:100%}.shortlist-switch{margin-top:20px}.answer-card{margin-top:13px}.steps{grid-template-columns:1fr 1fr;gap:35px 24px;margin-top:40px}.steps h3{font-size:22px}.steps p{font-size:13px;min-height:82px}.steps ul{font-size:11px}.method-note{gap:18px;flex-direction:column;font-size:11px}.report{padding:20px}.report table{min-width:470px}.report-top{margin-bottom:22px}.report-top>span{font-size:10px}.accuracy{gap:20px}.accuracy-tags{max-width:100%}.resolved{font-size:12px}.report-disclaimer{font-size:10px}.queue{padding:0 16px 8px}.queue-header .demo-label{font-size:10px}.fix-grid{grid-template-columns:1fr;gap:22px;margin-top:35px}.fix-grid article{padding-top:20px}.fix-grid h3{margin:15px 0 9px}.fix-grid p{max-width:100%}.closing{padding:60px 0}.closing h2{font-size:41px;letter-spacing:-1.7px}.footer{flex-wrap:wrap;gap:20px;padding-top:28px;padding-bottom:28px}.footer p{font-size:11px}.footer>span{margin-left:0;flex-basis:65%}dialog{padding:35px 24px}dialog h2{font-size:29px}.source p{font-size:13px}}
/* Keep wide report tables within their own horizontal scrolling surfaces. */
html{overflow-x:clip}.table-scroll,.chart{max-width:100%}.section-intro>*{min-width:0}
/* A fixed text area keeps the hero still while the AI names rotate. */
.animated-headline{position:relative;margin:0 auto 24px;max-width:900px}.animated-headline h1{margin-bottom:0}.headline-intro{display:block}.ai-rotation{display:inline-grid;vertical-align:top;line-height:1.14}.ai-name{grid-area:1/1;color:var(--orange);opacity:0;transform:translateY(.12em);transition:opacity 240ms ease,transform 300ms ease;pointer-events:none}.ai-name.active{opacity:1;transform:translateY(0)}.headline-period{color:var(--ink)}.rotation-toggle{position:absolute;right:0;bottom:8px;width:28px;height:28px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--muted);display:grid;place-items:center;font-size:11px;opacity:.65}.rotation-toggle:hover,.rotation-toggle:focus-visible{opacity:1}.rotation-toggle[hidden]{display:none}@media(max-width:620px){.headline-intro{font-size:clamp(27px,8.5vw,44px);letter-spacing:-1.5px}.ai-rotation{font-size:44px}.rotation-toggle{bottom:9px;right:2px;width:24px;height:24px;font-size:10px}}@media(prefers-reduced-motion:reduce){.ai-name{transition:none;transform:none}}

input::placeholder,textarea::placeholder{color:#90908b;opacity:1}input,textarea{caret-color:var(--orange)}.rotation-toggle{opacity:1}::selection{background:#743b20;color:#fff}

/* Official SVG artwork, with consistent optical size and monochrome rendering. */
.ai-logo-rotation{--logo-scale:1;display:grid;width:min(440px,100%);height:100px;margin:8px auto 0;line-height:1}
.ai-logo-rotation .ai-name{display:flex;align-items:center;justify-content:center;color:#fff;min-width:0}
.ai-logo-rotation img{display:block;width:auto;height:calc(var(--logo-height,64px)*var(--logo-scale));max-width:none;object-fit:contain;filter:brightness(0) invert(1)}
.ai-logo-rotation [data-logo=openai]{--logo-height:160px}
.ai-logo-rotation [data-logo=claude]{--logo-height:58px}
.ai-logo-rotation [data-logo=gemini]{--logo-height:64px}
.ai-logo-rotation [data-logo=perplexity]{--logo-height:64px}
.ai-logo-rotation [data-logo=grok]{--logo-height:66px}
@media(max-width:620px){.ai-logo-rotation{--logo-scale:.78;height:80px;margin-top:10px}.animated-headline .rotation-toggle{bottom:24px}}
/* Bring the headline and logo together; separate them from the supporting copy. */
.hero .animated-headline{margin-bottom:40px}
.hero .animated-headline h1{font-size:clamp(49px,6vw,78px);line-height:1.02}
.hero .ai-logo-rotation{margin-top:-4px;height:96px}
@media(max-width:620px){
  .hero .animated-headline{margin-bottom:30px}
  .hero .headline-intro{font-size:clamp(29px,9vw,47px);letter-spacing:-1.6px}
  .hero .ai-logo-rotation{margin-top:0;height:72px}
  .hero .animated-headline .rotation-toggle{bottom:20px}
}
.ai-logo-rotation{grid-template-rows:minmax(0,1fr)}
.ai-logo-rotation .ai-name{min-height:0}

/* One clear primary action in the hero. */
.hero-actions{margin-bottom:56px}
.hero-actions .button{min-width:240px;padding:18px 25px;font-size:16px;gap:62px}
@media(max-width:620px){.hero-actions{margin-bottom:40px}.hero-actions .button{min-width:240px;padding:17px 24px;font-size:16px;gap:62px}}

/* White website CTAs; product-demo controls retain their original styling. */
body button:not([data-model]):not([data-phase]):not([data-action]):not([data-report]):not([data-prompt-mode]):not([data-prompt-option]):not([data-feature-control]){background:#fff!important;color:#111!important;border-color:#fff!important}
body button:not([data-model]):not([data-phase]):not([data-action]):not([data-report]):not([data-prompt-mode]):not([data-prompt-option]):not([data-feature-control]):hover{background:#e9e9e9!important;color:#111!important;border-color:#e9e9e9!important}
.button{gap:0}
button.plain:not([data-action]){padding:8px 12px;border-radius:4px}
button.close{border-radius:4px;width:28px;height:28px}
button.menu{border-radius:4px}

.company-mark img,.tracked-brand img,.recommendation-logo{width:17px;height:44px;object-fit:contain;filter:brightness(0) invert(1);flex-shrink:0}
.company-mark{background:transparent}
.tracked-brand{display:flex;align-items:center;gap:7px;height:20px}
.tracked-brand img{width:12px;height:36px}
.answer li.tracked-company strong{display:flex;align-items:center;gap:7px}
.recommendation-logo{width:12px;height:26px}
.demo-affiliation{margin:0;padding:10px 24px;border-bottom:1px solid var(--line);font-size:11px;color:var(--muted)}
@media(max-width:620px){.demo-affiliation{padding:10px 17px;font-size:10px}}

/* A seamless, two-copy logo loop framed at both edges. */
.platform-strip{position:relative;gap:21px}
.platform-strip>.llm-marquee{display:block;width:100%;overflow:hidden;border-left:1px solid #444;border-right:1px solid #444;padding:12px 0;position:relative}
.llm-marquee::before,.llm-marquee::after{content:"";position:absolute;top:0;bottom:0;width:56px;z-index:1;pointer-events:none}
.llm-marquee::before{left:0;background:linear-gradient(to right,var(--bg),transparent)}
.llm-marquee::after{right:0;background:linear-gradient(to left,var(--bg),transparent)}
.llm-logo-track{display:flex;width:max-content;animation:llm-scroll 30s linear infinite;will-change:transform}
.llm-logo-group{display:flex;align-items:center;flex-shrink:0}
.llm-logo{display:flex;align-items:center;justify-content:center;width:240px;height:70px;flex-shrink:0}
.llm-logo img{display:block;object-fit:contain;width:auto;height:31px;max-width:185px;filter:brightness(0) invert(1)}
.llm-logo[data-brand=openai] img{height:83px;max-width:none}
.llm-logo[data-brand=grok] img{height:37px}
.llm-marquee.is-paused .llm-logo-track{animation-play-state:paused}
.platform-strip>.llm-scroll-toggle{font-size:11px;padding:4px 10px;margin-top:-10px}
@keyframes llm-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:620px){.llm-logo{width:180px;height:60px}.llm-logo img{height:26px;max-width:155px}.llm-logo[data-brand=openai] img{height:72px}.llm-logo[data-brand=grok] img{height:31px}.llm-marquee::before,.llm-marquee::after{width:25px}}
@media(prefers-reduced-motion:reduce){.llm-logo-track{animation:none;will-change:auto;width:100%}.llm-logo-group{width:100%;flex-wrap:wrap;justify-content:center}.llm-logo-group[aria-hidden=true]{display:none}.llm-logo{width:180px}.platform-strip>.llm-scroll-toggle{display:none}}

/* Match the optical logo size and anchor the strip to the next section divider. */
.platform-strip{padding:35px 0 0;gap:24px}
.platform-strip>.llm-marquee{border:0;border-top:1px solid var(--line);padding:18px 0;margin:0}
.llm-logo{height:64px}
.llm-logo img{height:32px;max-width:none}
.llm-logo[data-brand=openai] img{height:80px}
.llm-logo[data-brand=claude] img{height:31px}
.llm-logo[data-brand=gemini] img{height:33px}
.llm-logo[data-brand=perplexity] img{height:34px}
.llm-logo[data-brand=grok] img{height:39px}
@media(max-width:620px){.platform-strip{padding:29px 0 0;gap:20px}.platform-strip>.llm-marquee{padding:15px 0}.llm-logo{height:54px}.llm-logo img{height:27px}.llm-logo[data-brand=openai] img{height:67px}.llm-logo[data-brand=claude] img{height:26px}.llm-logo[data-brand=gemini] img{height:28px}.llm-logo[data-brand=perplexity] img{height:29px}.llm-logo[data-brand=grok] img{height:33px}}

/* Expand the comparison in place, keeping both controls available. */
.shortlist-section .section-intro{transition:grid-template-columns .35s ease,gap .35s ease}
.shortlist-copy{min-width:0;overflow:hidden;transition:opacity .2s ease}
.shortlist-section.expanded .section-intro{grid-template-columns:0fr 1fr;gap:0}
.shortlist-section.expanded .shortlist-copy{opacity:0;pointer-events:none;max-height:0}
.comparison-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 20px;border-bottom:1px solid var(--line)}
.comparison-toolbar>span{font-size:10px;letter-spacing:1px;color:var(--muted)}
.comparison-toolbar .shortlist-switch{margin:0;flex-shrink:0}
.comparison-toolbar .shortlist-switch button{padding:8px 11px}
.comparison-body{display:grid;grid-template-columns:1fr}
.comparison-body>.prompt{grid-column:1/-1;border-radius:0}
.expanded .comparison-body{grid-template-columns:1fr 1fr}
.prompt-comparison{padding:28px;border-left:1px solid var(--line)}
.prompt-comparison[hidden]{display:none}
.prompt-comparison .eyebrow{font-size:10px;margin-bottom:14px}
.prompt-comparison h3{font-size:22px;letter-spacing:-.5px;font-weight:500;margin-bottom:10px}
.prompt-comparison>p{font-size:13px;color:var(--muted)}
.comparison-total{display:flex;gap:30px;align-items:baseline;margin:18px 0;font-size:38px;font-variant-numeric:tabular-nums;letter-spacing:-1px}
.comparison-total>span{color:#999}.comparison-total>b{color:var(--orange);font-weight:500}
.comparison-total small{font-size:17px;letter-spacing:0}
.comparison-legend{display:flex;gap:20px;font-size:11px;color:var(--muted);margin-bottom:22px}
.comparison-legend i{display:inline-block;width:8px;height:8px;background:#777;margin-right:6px}
.comparison-legend>span:last-child i{background:var(--orange)}
.prompt-bar-row{margin-bottom:18px}.prompt-bar-row h4{font-size:12px;font-weight:500;margin:0 0 8px}
.prompt-bar{display:flex;align-items:center;gap:10px;height:18px;padding-right:38px;position:relative}
.prompt-bar i{height:6px;background:#777;display:block;border-radius:1px}
.prompt-bar.after i{background:var(--orange)}
.prompt-bar span{font-size:11px;white-space:nowrap;color:var(--muted)}
.prompt-comparison>.fine{margin:24px 0 0}
@media(max-width:620px){.comparison-toolbar{padding:14px;gap:8px;flex-wrap:wrap}.comparison-toolbar>span{font-size:9px}.shortlist-section.expanded .section-intro{grid-template-columns:1fr}.shortlist-section.expanded .shortlist-copy{display:none}.expanded .comparison-body{grid-template-columns:1fr}.prompt-comparison{border-left:0;border-top:1px solid var(--line);padding:24px}.comparison-total{font-size:34px}.shortlist-section .answer-card{margin-top:0}}

/* Selectable analytics demonstrations. */
.report-browser{display:grid;grid-template-columns:280px minmax(0,1fr);gap:48px;align-items:start}
.report-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}
.report-list button{display:flex;align-items:center;gap:16px;text-align:left;padding:23px 16px;border:0;border-bottom:1px solid var(--line);border-left:2px solid transparent;background:transparent;color:var(--muted);font-size:15px;line-height:1.4;cursor:pointer;transition:background .18s,color .18s}
.report-list button:hover{background:#111;color:var(--ink)}
.report-list button[aria-selected=true]{background:#15120f;border-left-color:var(--orange);color:var(--ink)}
.report-index{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}
.report-list button[aria-selected=true] .report-index{color:var(--orange-ink)}
.report-list button:focus-visible,.report-panel:focus-visible{outline:2px solid var(--orange);outline-offset:4px}
.report-panels{min-width:0;min-height:490px}
.report-panel[hidden]{display:none}
.report-explanation{margin:0 0 27px;max-width:620px}
.report-explanation h3{font-size:25px;line-height:1.25;letter-spacing:-.6px;font-weight:500;margin:0 0 12px}
.report-explanation p{font-size:16px;line-height:1.65;color:var(--muted);margin:0}
.report-panel .report{min-height:330px;padding:28px}
.report-panel .report h3{font-size:16px}
.report-panel .report-top>span{font-size:12px}
.report-panel .bars>div{margin:25px 0;font-size:14px}
.report-panel .report table{min-width:490px;font-size:13px}
.report-panel .report td{font-size:13px}
.report-panel .report th{font-size:11px}
.report-panel .accuracy{display:flex;flex-direction:column;align-items:flex-start;gap:28px}
.report-panel .accuracy-tags{max-width:none}
.report-panel .accuracy-tags span{font-size:13px;padding:8px 10px}
.report-panel .resolved{margin-left:0;font-size:14px}
.report-panel .gap>p:not(.gap-stat){max-width:490px;font-size:14px}
@media(max-width:850px){.report-browser{grid-template-columns:220px minmax(0,1fr);gap:24px}.report-list button{padding:20px 10px;gap:10px;font-size:14px}.report-panel .report{padding:22px}}
@media(max-width:620px){.report-browser{grid-template-columns:1fr;gap:28px}.report-list button{padding:15px 12px}.report-panels{min-height:0}.report-explanation h3{font-size:23px}.report-panel .report{min-height:300px;padding:20px}.report-panel .bars>div{grid-template-columns:88px 1fr 32px;gap:10px}}

/* Scroll-lit statement. */
.shift .scroll-quote{width:calc(100vw - 96px);max-width:none;margin-left:calc((100% - 100vw + 96px)/2);padding:30px 0 65px}
.scroll-quote h2{font-size:clamp(42px,6.5vw,110px);line-height:1.12;letter-spacing:-.045em;font-weight:500;margin:0;max-width:1500px}
.scroll-quote h2 span{color:#383838;transition:color .35s ease}
.scroll-quote h2 span.lit{color:var(--ink)}
.shift-context{max-width:620px;margin-left:auto;margin-bottom:48px;color:var(--muted);font-size:16px;line-height:1.65}
@media(max-width:620px){.shift .scroll-quote{width:100%;margin-left:0;padding:10px 0 35px}.scroll-quote h2{font-size:clamp(38px,9vw,56px)}.shift-context{margin-bottom:35px}}
@media(prefers-reduced-motion:reduce){.scroll-quote h2 span{color:var(--ink);transition:none}}

.stats strong .stat-value{font-size:inherit}

.scroll-quote h2{text-align:center;margin-left:auto;margin-right:auto}

.free-report-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}
.free-report-copy h2{font-size:clamp(40px,4.5vw,64px);line-height:1.08;letter-spacing:-.045em}
.free-report-copy>p{font-size:16px;color:var(--muted);max-width:420px;line-height:1.7}
#free-report-form{max-width:420px;margin-top:30px}
#free-report-form label{margin:20px 0 8px;font-size:14px}
#free-report-form input{margin:0;padding:15px 16px;font-size:16px}
#free-report-form .button{width:100%;margin-top:24px;padding:16px;font-size:15px}
.report-form-status{font-size:12px;color:var(--muted);line-height:1.5;margin:12px 0 0}
.score-dashboard{border:1px solid var(--line);border-radius:12px;background:linear-gradient(145deg,#171717,#0c0c0c);padding:28px;box-shadow:0 24px 70px #0006;min-width:0}
.score-dashboard-top{display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:14px}
.score-example{font-size:12px;color:var(--muted)}
.score-dial{max-width:400px;margin:38px auto 28px}
.score-dial svg{display:block;width:100%;overflow:visible}
.dial-track,.dial-fill{fill:none;stroke-width:15;stroke-linecap:round}
.dial-track{stroke:#303030}.dial-fill{stroke:var(--orange)}.dial-target{stroke:#f4f4f1;stroke-width:3}
.score-dial text{text-anchor:middle;fill:var(--ink);font-family:inherit}.score-dial .dial-number{font-size:62px;font-weight:500;letter-spacing:-3px}.score-dial .dial-caption{font-size:10px;letter-spacing:1.6px;fill:var(--muted)}.score-dial .dial-end{font-size:11px;fill:var(--muted)}
.score-summary{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);padding-top:26px;gap:24px}.score-summary>div+div{border-left:1px solid var(--line);padding-left:24px}.score-summary span{font-size:13px;color:var(--muted);display:block;margin-bottom:10px}.score-summary strong{font-size:32px;font-weight:500;white-space:nowrap}.score-summary small{font-size:13px;font-weight:400;color:var(--muted)}.score-gain{color:var(--orange-ink)}.score-baseline{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-top:28px;border-top:1px solid var(--line);padding-top:18px}
@media(max-width:850px){.free-report-layout{gap:40px}.score-dashboard{padding:22px}}
@media(max-width:620px){.free-report-layout{grid-template-columns:1fr;gap:38px}#free-report-form{max-width:none}.score-dashboard{padding:24px}.score-summary strong{font-size:28px}}

#free-report-form label.sr-only{margin:-1px}
#free-report-form input+label+input{margin-top:14px}

/* Positive dashboard outcomes. */
.dashboard .gain,.dashboard .metric .orange,.report .resolved .orange,.score-gain{color:#3dff90}
.dashboard .gain{background:#103322;border-color:#22623b}
.report .bars>div:first-child b,.report .coverage td:nth-child(2){color:#3dff90}
.report .bars>div:first-child i{background:#3dff90}
.dial-fill{stroke:#3dff90}

/* Platform navigation shared by the landing page and feature pages. */
.platform-nav{position:relative}.platform-nav summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px}.platform-nav summary::-webkit-details-marker{display:none}.platform-nav summary:after{content:'';width:5px;height:5px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);margin-top:-3px}.platform-nav[open] summary:after{transform:rotate(225deg);margin-top:3px}.platform-nav summary:focus-visible{outline:2px solid var(--orange);outline-offset:6px}.platform-dropdown{position:absolute;top:calc(100% + 25px);left:-22px;width:290px;background:#141414;border:1px solid #333;border-radius:7px;box-shadow:0 18px 50px #0008;padding:8px}.platform-dropdown a{display:block;font-size:14px;padding:14px;border-radius:4px;color:var(--ink)}.platform-dropdown a:hover{background:#222;color:var(--ink)}.platform-dropdown span{display:block;margin-top:5px;font-size:12px;color:var(--muted)}
@media(max-width:620px){.platform-dropdown{position:static;width:100%;margin-top:16px;box-shadow:none}.platform-nav summary{width:max-content}}

.platform-dropdown{max-height:calc(100dvh - 125px);overflow-y:auto}
@media(max-width:620px){.navlinks.open{max-height:calc(100dvh - 69px);overflow-y:auto}.platform-dropdown{max-height:none}}
/* Grouped Platform menu with forthcoming marketing products. */
.platform-mega{width:660px;left:50%;transform:translateX(-50%);padding:12px;background:#121212}
.platform-mega:before{content:'';position:absolute;left:0;right:0;top:-27px;height:27px}
.platform-overview{padding-bottom:10px;border-bottom:1px solid var(--line);margin-bottom:10px}
.platform-menu-columns{display:grid;grid-template-columns:1.15fr 1fr}
.platform-menu-group{padding:12px 8px 8px;min-width:0}
.platform-menu-group+ .platform-menu-group{border-left:1px solid var(--line);padding-left:18px}
.platform-menu-group h3{font-size:12px;font-weight:500;letter-spacing:.6px;margin:0 0 13px;padding:0 12px;color:#939393}
.platform-mega .platform-menu-item{display:flex;align-items:flex-start;gap:13px;padding:13px 12px;border-radius:5px;position:relative;font-size:14px;line-height:1.45}
.platform-item-icon{width:20px;height:20px;min-width:20px;margin-top:1px;color:#c1c1c1}
.platform-mega .platform-item-copy{margin:0;min-width:0;color:inherit}
.platform-item-copy strong{font-size:14px;font-weight:500;color:var(--ink)}
.platform-mega .platform-item-copy>span{font-size:12px;color:#8e8e8e;line-height:1.6;margin-top:4px}
.platform-mega .platform-unavailable{cursor:default;color:#666}
.platform-unavailable .platform-item-icon,.platform-unavailable .platform-item-copy strong{color:#676767}
.platform-mega .platform-unavailable .platform-item-copy>span{color:#555}
.platform-unavailable:focus-visible{outline:1px solid #777;outline-offset:-1px}
.platform-mega .coming-soon-tooltip{visibility:hidden;opacity:0;position:absolute;right:10px;bottom:-6px;z-index:2;margin:0;padding:5px 9px;border:1px solid #424242;border-radius:4px;background:#292929;color:#ddd;font-size:11px;line-height:1.4;pointer-events:none;transition:opacity .15s}
.platform-unavailable:hover .coming-soon-tooltip,.platform-unavailable:focus .coming-soon-tooltip{visibility:visible;opacity:1}
@media(min-width:621px) and (max-width:950px){.platform-mega{width:600px;left:0;transform:translateX(-40%)}}
@media(max-width:620px){.platform-mega{width:100%;left:auto;transform:none;padding:9px}.platform-menu-columns{grid-template-columns:1fr}.platform-menu-group{padding:12px 0}.platform-menu-group+.platform-menu-group{border-left:0;border-top:1px solid var(--line);padding:20px 0 8px}.platform-mega:before{display:none}.platform-menu-group h3{padding-left:12px}.platform-mega .platform-menu-item{padding:12px}.platform-mega .platform-unavailable{padding-bottom:32px}.platform-mega .coming-soon-tooltip{left:45px;right:auto;bottom:6px}}
@media(hover:none){.platform-mega .coming-soon-tooltip{visibility:visible;opacity:1}}

@media(hover:hover) and (pointer:fine){.platform-nav[open]:before{content:'';position:absolute;top:100%;height:27px;width:660px;left:50%;transform:translateX(-50%)}}
@media(min-width:621px){.platform-nav{position:static}.platform-mega{top:calc(100% - 1px);left:50%;transform:translateX(-50%);width:min(660px,calc(100vw - 48px))}.platform-nav[open]:before{top:calc(100% - 30px);height:31px;width:min(660px,calc(100vw - 48px))}}

/* Resources shares the Platform navigation treatment. */
.platform-mega.resources-mega{width:min(410px,calc(100vw - 48px));padding:12px}
.resources-mega .platform-menu-item+.platform-menu-item{margin-top:3px}
.resources-mega .platform-menu-item:first-child{border-bottom:1px solid #303030;border-radius:0;padding-bottom:18px;margin-bottom:8px}
@media(max-width:620px){.platform-mega.resources-mega{width:100%;padding:8px}.resources-mega .platform-item-copy>span{font-size:12px}}

@media(max-width:620px){.platform-mega .coming-soon-tooltip{visibility:visible;opacity:1}}

/* Legal documents form the second Resources column. */
.platform-mega.resources-with-legal{width:min(740px,calc(100vw - 48px));max-height:calc(100dvh - 108px);overflow-y:auto;padding:8px}
.resources-with-legal .platform-menu-columns{grid-template-columns:1fr 1.08fr}
.resources-with-legal .platform-menu-item:first-child{border:0;border-radius:5px;padding-bottom:13px;margin-bottom:0}
.resources-with-legal .legal-menu-item{padding-top:9px;padding-bottom:9px}
.resources-with-legal .legal-menu-item .platform-item-copy>span{margin-top:2px;color:#737373}
@media(max-width:620px){.platform-mega.resources-with-legal{width:100%;max-height:none;overflow:visible}.resources-with-legal .platform-menu-columns{grid-template-columns:1fr}.resources-with-legal .platform-menu-group+.platform-menu-group{margin-top:8px}.resources-with-legal .legal-menu-item{padding-top:11px;padding-bottom:11px}}

/* Final audit: contain wide data views and keep the shared navigation accessible. */
:root{--accent:#3dff90}
.table-scroll,.chart{position:relative;max-width:100%;min-width:0}
.table-scroll th{position:relative}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible,.platform-nav summary:focus-visible,.report-list button:focus-visible,.report-panel:focus-visible,.table-scroll:focus-visible,.chart:focus-visible{outline:2px solid #7befaa;outline-offset:4px}
.navlinks a:hover,.text-link:hover{color:#fff}
.navlinks>a[aria-current=page]{color:#fff}
.report-list button[aria-selected=true]{background:#111914;border-left-color:#3dff90}
.report-list button[aria-selected=true] .report-index{color:#8bdca7}
.chart-heading i{background:#3dff90}
input,textarea{caret-color:#fff}
::selection{background:#31503c;color:#fff}
.platform-menu-item[aria-current=page]{background:#222}
.platform-menu-group h3{font-size:13px}
.platform-mega .platform-item-copy>span{color:#a2a2a2}
.platform-mega .platform-unavailable .platform-item-copy>span{color:#777}
.platform-mega .coming-soon-tooltip{font-size:12px}
.menu{min-width:40px;min-height:40px}
.close{min-width:36px;min-height:36px}
.enquiry-help,#free-report-form .enquiry-help{font-size:13px;line-height:1.6;color:#999;margin:13px 0 0}
.report-form-status a,.fine a{color:#eee;text-decoration:underline;text-underline-offset:3px}
#free-report-form .report-form-status:not(:empty){font-size:14px;line-height:1.6;margin-top:16px}
.queue-header{display:flex;align-items:center;justify-content:space-between;gap:20px}
.detail-link{font-size:13px;color:#aaa;text-decoration:underline;text-underline-offset:4px}
.detail-link:hover{color:#fff}
.offer-paths{display:grid;grid-template-columns:1fr 1fr;gap:70px;max-width:920px;margin:48px auto 0;text-align:left}
.offer-paths article{border-top:1px solid #303030;padding-top:28px;display:flex;flex-direction:column;align-items:flex-start}
.offer-paths h3{font-size:27px;font-weight:500;letter-spacing:-.035em;margin:0 0 15px}
.closing .offer-paths p{font-size:16px;line-height:1.7;margin:0 0 26px;max-width:390px}
.offer-paths .button{margin-top:auto;font-size:14px;min-width:210px;gap:0}
.site-footer{display:grid;grid-template-columns:1fr auto;gap:30px 50px;align-items:start;padding-top:38px;padding-bottom:30px;border-top:1px solid #2b2b2b}
.footer-brand{display:flex;gap:28px;align-items:center}
.site-footer .wordmark{font-size:34px;line-height:1}
.site-footer p{font-size:13px;line-height:1.6;color:#999;margin:0}
.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px 22px;max-width:465px;padding-top:6px}
.footer-links a{font-size:13px;color:#aaa;line-height:1.7}
.footer-links a:hover{color:#fff}
.footer-copyright{grid-column:1/-1;font-size:12px;color:#888}
@media(max-width:760px){.site-footer{grid-template-columns:1fr;gap:28px}.footer-links{justify-content:flex-start;max-width:none;gap:15px 24px}.footer-links a{font-size:14px}.offer-paths{grid-template-columns:1fr;gap:37px;margin-top:32px}.offer-paths article{align-items:center;text-align:center}.queue-header{align-items:flex-start;flex-direction:column;gap:12px}.detail-link{font-size:14px}.site-footer p{font-size:13px}}
@media(max-width:620px){.model-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap}.model-tabs button{flex-shrink:0;min-height:40px}.report-list button{min-height:49px}.date-range{font-size:12px}.closing .offer-paths p{max-width:390px}.hero .intro{max-width:500px;font-size:16px}.hero .animated-headline{margin-bottom:28px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.nav .button.small{min-width:0;min-height:40px;padding:11px 18px;font-size:13px;border-radius:5px}
.inline-detail{display:block;margin-top:18px;font-size:14px}
/* Link CTAs use the same white treatment as button CTAs. */
a.button{background:#fff;border-color:#fff;color:#111}
a.button:hover{background:#e9e9e9;border-color:#e9e9e9;color:#111}

/* Homepage signal field: quiet motion behind the opening story. */
.hero{position:relative;isolation:isolate}
.hero-motion{position:absolute;inset:0 0 auto;height:650px;z-index:-1;overflow:hidden;contain:paint;pointer-events:none;mask-image:linear-gradient(transparent,#000 12%,#000 70%,transparent)}
.hero-motion-glow{position:absolute;inset:0;background:radial-gradient(ellipse at 12% 45%,#3dff9019,transparent 38%),radial-gradient(ellipse at 90% 60%,#3dff9012,transparent 35%);animation:hero-glow-drift 16s ease-in-out infinite alternate}
.hero-motion-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff07 1px,transparent 1px),linear-gradient(90deg,#ffffff07 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse at 50% 30%,transparent 20%,#000 75%);opacity:.7}
.hero-signal-field{position:absolute;width:100%;height:100%;inset:0;mask-image:radial-gradient(ellipse at 50% 30%,transparent 15%,#000 65%)}
.hero-signal-tracks{stroke:#ffffff16;stroke-width:1}
.hero-signal-pulses{stroke:#87e8aa;stroke-width:1.5;stroke-linecap:round;stroke-dasharray:36 700;opacity:.55}
.hero-signal-pulses path{animation:hero-signal-travel 12s linear infinite}
.hero-signal-pulses path:nth-child(2){animation-delay:-6s;animation-duration:15s}
.hero-signal-pulses path:nth-child(3){animation-delay:-3s;animation-duration:14s}
.hero-signal-pulses path:nth-child(4){animation-delay:-9s;animation-duration:17s}
.hero-signal-nodes{fill:#090f0b;stroke:#80c99a;stroke-width:1;opacity:.45}
@keyframes hero-glow-drift{to{transform:translateY(35px) scale(1.12);opacity:.65}}
@keyframes hero-signal-travel{to{stroke-dashoffset:-736}}
@media(max-width:620px){.hero-motion{height:620px}.hero-signal-field{opacity:.55}.hero-motion-grid{background-size:48px 48px;opacity:.5}}
@media(prefers-reduced-motion:reduce){.hero-motion-glow,.hero-signal-pulses path{animation:none}.hero-signal-pulses{display:none}}

.ai-logo-rotation [data-logo=chatgpt]{--logo-height:64px}

/* A direct introduction and report-first homepage CTA. */
.hero .hero-intro{max-width:610px;margin-bottom:14px}
.hero-intro strong{display:block;color:#e5e5e5;font-weight:500;margin-bottom:6px}
.hero-intro>span{display:block}
.hero-support{font-size:14px;line-height:1.7;text-align:center;color:#999;margin:0 auto 27px}
.hero-actions>.text-link{font-size:14px;color:#ccc;text-decoration:underline;text-underline-offset:5px;min-height:44px}
.hero-actions>.text-link:hover{color:#fff}
@media(max-width:620px){.hero .hero-actions{flex-direction:column;gap:10px}.hero-support{max-width:290px;font-size:13px;margin-bottom:23px}.hero .hero-intro{margin-bottom:13px}.hero-actions>.text-link{font-size:14px}}

/* Keep the homepage motion across the viewport, outside the content container. */
.home-page{isolation:isolate}
.home-page>.hero-motion{position:fixed;inset:0;width:100%;height:100vh;height:100dvh;z-index:-1;mask-image:none}
.home-page>.hero-motion .hero-signal-field{mask-image:radial-gradient(ellipse at 50% 35%,transparent 10%,#000 70%)}
