:root{--bg:#fcfcfd;--text:#0f172a;--muted:#64748b;--muted2:#94a3b8;--border:#e2e8f0;--borderSoft:#f1f5f9;--card:#fff;--shadow:0 1px 2px #0f172a0f;--shadowStrong:0 20px 45px #6366f129;--indigo:#6366f1;--indigoDark:#312e81;--emerald:#10b981;--rose:#f43f5e;--slate900:#0f172a;--insight-blue:linear-gradient(135deg, #1e293b 0%, #334155 100%)}*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);text-wrap:pretty;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}a{color:inherit;text-decoration:none}button{font-family:inherit}.header{border-bottom:2px solid var(--borderSoft)}.titleRow{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.h1{letter-spacing:-.04em;text-transform:uppercase;margin:0;font-size:48px;font-style:italic;font-weight:900;line-height:1}.pill{background:var(--insight-blue);color:#fff;text-transform:uppercase;letter-spacing:.2em;border-radius:8px;padding:6px 12px;font-size:10px;font-weight:900}.subtitle{color:var(--muted);text-transform:uppercase;letter-spacing:-.01em;margin:1rem 0 0;font-size:14px;font-weight:900}input.btn.cc-secondary.cc-full{background:var(--insight-blue)}.card{background:var(--card);border:1px solid var(--borderSoft);box-shadow:var(--shadow);border-radius:32px}.card.padded{padding:20px}.card.paddedLg{padding:56px}.card.tight{padding:24px}.card.tight .bb-panel-title{margin-bottom:18px}.card.borderIndigo{border:2px solid var(--indigo)}.cardCopyright{border-top:1px solid var(--borderSoft);align-items:center;gap:12px;width:100%;padding-top:12px;display:flex}.card>.cardCopyright{margin-top:20px}.cardCopyright--a{justify-content:center}.cardCopyright--b,.cardCopyright--c,.cardCopyright--d,.cardCopyright--e{grid-template-columns:1fr 1fr 1fr;display:grid}.cardCopyright--b>:first-child,.cardCopyright--c>:first-child,.cardCopyright--d>:first-child,.cardCopyright--e>:first-child{justify-self:start}.cardCopyright--c>:nth-child(2),.cardCopyright--d>:nth-child(2){justify-self:center}.cardCopyright--b>:last-child,.cardCopyright--c>:last-child,.cardCopyright--d>:last-child,.cardCopyright--e>:last-child{text-align:right;justify-self:end}.cardCopyright--b>:last-child,.cardCopyright--e>:last-child{grid-column:3}.cardCopyright--a>img{opacity:.7;width:auto;max-height:14px;display:block}.cardCopyrightText{color:var(--muted2);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:700}.cardCopyrightLogos{align-items:center;gap:8px;display:inline-flex}.cardCopyrightLogo{opacity:.85;width:auto;height:18px;display:block}.cardCopyrightLogo--x{opacity:.55;height:10px}@media (width<=600px){.cardCopyright--b,.cardCopyright--c,.cardCopyright--d,.cardCopyright--e{text-align:center;flex-direction:column;gap:8px}}.roundedXL{border-radius:48px}.sectionEnter{animation:.45s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.grid{gap:24px;display:grid}.grid3{grid-template-columns:repeat(3,1fr)}.grid2{grid-template-columns:repeat(2,1fr)}.grid12{grid-template-columns:repeat(12,1fr)}.colSpan7{grid-column:span 7}.colSpan5{grid-column:span 5}.colSpan8{grid-column:span 8}.colSpan4{grid-column:span 4}.kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--muted2);font-size:12px;font-weight:900}.h2{letter-spacing:-.02em;margin:0 0 4px;font-size:24px;font-weight:900}.h2Sm{text-transform:uppercase;letter-spacing:-.02em;margin:0;font-size:18px;font-weight:900}.note{color:var(--muted2);margin:6px 0 0;font-size:14px;font-style:italic;font-weight:600;text-decoration:underline #6366f138}.note2{color:var(--muted2);margin:6px 0 0;font-size:14px;font-style:italic;font-weight:400;text-decoration:underline #6366f138}.metricCard{border:1px solid var(--borderSoft);box-shadow:var(--shadow);background:#fff;border-radius:32px;align-items:center;gap:18px;padding:28px;display:flex}.metricIcon{width:56px;height:56px;color:var(--indigo);background:#6366f114;border-radius:18px;justify-content:center;align-items:center;display:flex}.metricLabel{text-transform:uppercase;letter-spacing:.2em;color:var(--muted2);margin-bottom:4px;font-size:10px;font-weight:900}.metricValue{letter-spacing:-.04em;font-size:34px;font-weight:900;line-height:1}.metricDesc{text-transform:uppercase;color:var(--muted2);letter-spacing:-.01em;margin-top:6px;font-size:11px;font-weight:800}.insight{border:2px solid var(--slate900);border:2px solid var(--border);background:#f8fafc;border-radius:40px;flex-direction:column;justify-content:center;height:100%;padding:28px;display:flex;overflow:hidden}.insightTitle{text-transform:uppercase;letter-spacing:.3em;color:var(--muted2);align-items:center;gap:10px;margin-bottom:18px;font-size:10px;font-weight:900;display:flex}.insightHeading{text-transform:uppercase;letter-spacing:-.04em;color:var(--indigo);margin:0 0 18px;font-size:44px;font-weight:900;line-height:.9}.insightText{margin:0;font-size:14px;line-height:1.7}.figureChipRow{align-items:center;gap:24px;display:flex}.figureChip{background:var(--slate900);color:#fff;text-transform:uppercase;letter-spacing:.3em;border-radius:999px;align-items:center;gap:8px;padding:12px 18px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 10px 25px #0f172a1f}.rule{background:var(--border);flex:1;height:2px}.chartBox{height:320px}.chartBoxSm{height:260px}.chartBoxLg{height:360px}.chartCanvas{width:100%!important;height:100%!important}.progressRow{flex-direction:column;gap:10px;display:flex}.progressLabel{text-transform:uppercase;letter-spacing:.18em;color:var(--muted);font-size:11px;font-weight:900}.progressLine{align-items:center;gap:16px;display:flex}.barWrap{border:1px solid var(--border);background:#f1f5f9;border-radius:999px;flex:1;height:24px;overflow:hidden;box-shadow:inset 0 2px 10px #0f172a0d}.barFill{background:var(--indigo);color:#fff;border-radius:999px;justify-content:flex-end;align-items:center;height:100%;padding:0 12px;font-size:10px;font-weight:900;display:flex}.barTop{color:var(--text);border:1px solid var(--border);white-space:nowrap;text-overflow:ellipsis;background:#f8fafc;border-radius:12px;max-width:180px;padding:6px 10px;font-size:12px;font-weight:900;overflow:hidden}.missionTitle{text-transform:uppercase;letter-spacing:-.04em;margin:0 0 28px;font-size:56px;font-style:italic;font-weight:900;line-height:.85}.missionTitle .accent{color:var(--indigo)}.qBlock{border-left:4px solid var(--borderSoft);padding-left:48px;position:relative}.qMark{border:2px solid var(--indigo);width:32px;height:32px;color:var(--indigo);background:#fff;border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:flex;position:absolute;top:0;left:-18px}.qTitle{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:900}.qText{color:var(--muted);margin:8px 0 0;font-size:18px;font-style:italic;font-weight:800;line-height:1.35}.ctaRow{border-top:2px solid #f8fafc;margin-top:28px;padding-top:28px}.ctaBtn{cursor:pointer;background:var(--slate900);color:#fff;text-transform:uppercase;letter-spacing:.18em;box-shadow:var(--shadowStrong);border:0;border-radius:18px;align-items:center;gap:10px;padding:18px 22px;font-size:12px;font-weight:900;transition:transform .15s,background .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.ctaBtn:hover{background:var(--indigo);transform:translateY(-1px)scale(1.01)}}.ctaBtn:active{transform:scale(.98)}.footer{text-align:center;border-top:1px solid var(--borderSoft);color:#cbd5e1;text-transform:uppercase;letter-spacing:.4em;padding-top:48px;font-size:10px;font-weight:900}.section.cc-footer.is-report{background:var(--insight-blue)}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}#section-summary #metricGrid{margin-bottom:24px}.kicker svg,.figureChipRow{display:none}@media (width<=991px){.grid3{grid-template-columns:repeat(2,1fr)}.grid2,.grid12{grid-template-columns:1fr}.colSpan7,.colSpan5,.colSpan8,.colSpan4{grid-column:span 1}}@media (width<=767px){.titleRow{justify-content:center;gap:8px}a.navbtn.navBtn{width:fit-content}.grid3{grid-template-columns:1fr}.card{border-radius:24px}.card.padded{padding:24px}.card.paddedLg{padding:28px}.card.tight{padding:16px}.h1{font-size:36px}.h2{font-size:20px}.h2Sm{font-size:16px}.insightHeading{font-size:32px}.missionTitle{font-size:42px}.qTitle{font-size:18px}.qText{font-size:16px}}@media (width<=476px){.h1{font-size:30px}.h2{font-size:18px}.insightHeading{font-size:28px}.missionTitle{font-size:34px}.card.padded{padding:20px}.card.paddedLg{padding:22px}}@media (hover:hover) and (pointer:fine){.navBtn:hover{color:#334155;box-shadow:var(--shadow);background:#fff}}.navBtn.isActive{background:var(--insight-blue);color:#fff;box-shadow:var(--shadow)}#legendTip,#pickedBfTip{color:#fff;letter-spacing:.02em;pointer-events:none;white-space:nowrap;opacity:0;z-index:9999;background:#0f172a;border-radius:6px;flex-direction:column;align-items:center;gap:3px;padding:4px 9px;font-size:11px;font-weight:700;transition:opacity .15s;display:flex;position:fixed;transform:translate(-50%)}#pickedBfTip{white-space:normal;text-align:center;max-width:220px}#legendTip.visible,#pickedBfTip.visible{opacity:1}#legendTip:after,#pickedBfTip:after{content:"";border:4px solid #0000;border-top-color:#0f172a;border-bottom:none;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.bb-category{flex-direction:column;gap:18px;padding-top:8px;display:flex}.bb-category+.bb-category{border-top:1px dashed #0f172a1f;padding-top:32px}.bb-category-header{flex-direction:column;gap:6px;display:flex}.bb-category-title{letter-spacing:-.02em;color:var(--slate900,#0f172a);margin:0;font-size:26px;font-weight:900;line-height:1.1}.bb-panel-grid{align-items:start;gap:20px}.bb-panel{flex-direction:column;justify-content:space-between;display:flex}.methodologyCols{gap:40px;display:flex}.methodologyCol{flex-direction:column;flex:1;gap:12px;display:flex}@media (width<=768px){.methodologyCols{flex-direction:column;gap:12px}}.bb-panel-body{flex-direction:column;display:flex}.bb-panel-body>.cardCopyright{margin-top:20px}.grid.grid2.bb-panel-grid .card.padded.bb-panel{height:100%}.grid.grid2.bb-panel-grid>.card.padded.bb-panel:has(+.bb-insight-card){align-self:start;height:auto}.grid.grid2.bb-panel-grid>.card.padded.bb-panel:has(+.bb-insight-card)>.cardCopyright{margin-top:20px}#section-pulse .grid.grid2>.card.padded{flex-direction:column;height:100%;display:flex}.bb-panel-header{flex-direction:column;gap:4px;display:flex}.bb-panel-title{color:var(--slate900,#0f172a);letter-spacing:-.01em;margin:0;font-size:18px;font-weight:800}.bb-panel-sub{color:#64748b;margin:0 0 12px;font-size:14px;font-style:italic;line-height:1.4}.bb-panel-sub strong{color:#0f172a;font-style:normal}.summaryQuotes{flex-direction:column;gap:18px;margin-top:18px;display:flex}.summaryQuotes .card{flex-direction:column;display:flex}.summaryQuotes_companyLink{color:#64748b;text-underline-offset:2px;align-items:center;gap:6px;width:fit-content;margin-top:2px;font-size:12px;font-weight:700;display:inline-flex}.summaryQuotes_companyLink--bottom{margin-top:auto;padding-top:10px}.summaryQuotes_logo{vertical-align:middle;object-fit:contain;width:auto;height:14px;display:inline-block}.summaryQuotes_author-desc{color:#64748b;text-underline-offset:2px;width:fit-content;margin:0;font-size:14px;font-style:italic;font-weight:400;line-height:1.4;text-decoration:none}.summaryQuotes_companyLink--top img{display:none}.summaryQuotes_companyLink--bottom img{vertical-align:middle;object-fit:cover;width:auto;height:44px;display:inline-block}.summaryQuotes .pulse_logo,.summaryQuotes_pulse_logo_top,.summaryQuotes_pulse_logo_bottom{display:none}@media (width>=900px){.summaryQuotes{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.summaryQuotes .card{height:100%}}.ai-depth-section.stack{flex-direction:column;display:flex}.ai-depth-intro{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.ai-depth-title{color:#0f172a;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:clamp(17px,2.1vw,22px);font-weight:800;line-height:1.25}.ai-depth-note{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-style:normal;font-weight:400;line-height:1.45}.ai-depth-methods{flex-direction:column;gap:20px;width:100%;display:flex}.ai-depth-method-pair{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:20px;display:grid}.ai-depth-bars-card.card.padded,.ai-depth-legends-card.card.padded{box-sizing:border-box;border-radius:24px;margin:0;padding:24px 28px}.ai-depth-bars,.ai-depth-legends{flex-direction:column;gap:18px;min-width:0;display:flex}.ai-depth-row{border-bottom:1px solid #eef2f6;flex-direction:column;gap:12px;padding-bottom:16px;display:flex}.ai-depth-row:last-child{border-bottom:0;padding-bottom:0}.ai-depth-legend-row{border-bottom:1px solid #eef2f6;flex-direction:column;gap:10px;padding-bottom:16px;display:flex}.ai-depth-legend-row:last-child{border-bottom:0;padding-bottom:0}@media (width<=768px){.ai-depth-method-pair{grid-template-columns:1fr}.ai-depth-legends-card{display:none}}.ai-depth-card-head{justify-content:space-between;align-items:flex-start;gap:12px 16px;display:flex}.ai-depth-pct{color:#4f46e5;letter-spacing:-.03em;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:18px;font-weight:900;line-height:1.25}.ai-depth-row-heading{color:#0f172a;letter-spacing:.07em;text-transform:uppercase;margin:0;font-size:13px;font-weight:800;line-height:1.35}.ai-depth-bar-track{flex-shrink:0}.ai-depth-row-desc{color:#475569;margin:0;font-size:14px;font-style:normal;line-height:1.55}.ai-depth-row-desc--mobile-only{display:none}@media (width<=768px){.ai-depth-row-desc--mobile-only{display:block}}.ai-depth-legend-title{color:#0f172a;letter-spacing:.07em;text-transform:uppercase;margin:0;font-size:13px;font-weight:800;line-height:1.35}.ai-depth-legend-desc{color:#475569;margin:0;font-size:14px;line-height:1.55}.ai-depth-bar-track{background:#eef2f6;border-radius:999px;width:100%;height:12px;position:relative;overflow:hidden}.ai-depth-bar-fill{border-radius:inherit;min-width:0;height:100%;transition:width .55s cubic-bezier(.22,1,.36,1);display:block}.ai-depth-bar-fill--vendor{background:linear-gradient(90deg,#93c5fd 0%,#2563eb 100%)}.ai-depth-bar-fill--human{background:linear-gradient(90deg,#3b82f6 0%,#4338ca 100%)}.ai-depth-bar-fill--workflows{background:linear-gradient(90deg,#c4b5fd 0%,#7c3aed 92%,#9333ea 100%)}.ai-depth-bar-fill--custom{background:linear-gradient(90deg,#64748b 0% 100%)}.bb-donut-box{justify-content:center;align-items:center;width:100%;padding:6px 8px 0;display:flex}.bb-donut-box canvas{max-width:100%;margin:0 auto;display:block;width:100%!important;height:100%!important}.bb-eco-other-tools{color:#94a3b8;text-align:center;white-space:normal;padding:10px 12px 6px;font-size:11px;line-height:1.5}.bb-eco-other-label{color:#64748b;font-style:normal;font-weight:700}.bb-placeholder-box{background:#f8fafc;border:1px dashed #0f172a26;border-radius:16px;position:relative;overflow:hidden}.bb-placeholder-box canvas{opacity:0}.bb-placeholder{text-transform:uppercase;letter-spacing:.3em;color:#94a3b8;pointer-events:none;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:flex;position:absolute;inset:0}.bb-insight-card{background:var(--insight-blue);color:#f8fafc;border-radius:16px;flex-direction:column;gap:18px;min-height:360px;padding:28px;display:flex;box-shadow:0 4px 10px -2px #0f172a40}.bb-insight-card--placeholder{opacity:.92;background:linear-gradient(135deg,#1e293b 0%,#334155 100%)}.bb-insight-title{letter-spacing:-.01em;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:900;display:flex}.bb-insight-icon{background:#f8fafc14;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.bb-insight-icon svg{width:16px;height:16px}.bb-insight-blocks{flex-direction:column;gap:14px;display:flex}.bb-insight-block{border-left:3px solid #0000;padding-left:12px}.bb-insight-block.tone-emerald{border-left-color:#34d399}.bb-insight-block.tone-amber{border-left-color:#fbbf24}.bb-insight-block.tone-blue{border-left-color:#60a5fa}.bb-insight-block.tone-red{border-left-width:4px;border-left-color:#f87171}.bb-insight-heading{text-transform:uppercase;letter-spacing:.18em;margin:0 0 4px;font-size:14px;font-weight:900}.bb-insight-block.tone-emerald .bb-insight-heading{color:#34d399}.bb-insight-block.tone-amber .bb-insight-heading{color:#fbbf24}.bb-insight-block.tone-blue .bb-insight-heading{color:#60a5fa}.bb-insight-block.tone-red .bb-insight-heading{color:#f87171}.bb-insight-text{color:#e2e8f0;margin:0;font-size:14px;line-height:1.65}.bb-insight-text strong{color:#f8fafc}.frontierHero{background:var(--insight-blue);color:#e2e8f0;border-radius:28px}.frontierHero .bb-insight-title{margin-bottom:12px}.frontierHeroCol{color:#fff;border-right:1px solid #94a3b833;padding-right:12px}.frontierHeroKicker{color:#60a5fa;margin-bottom:10px}.frontierHeroTitle{color:#f8fafc;margin-bottom:12px}.frontierHeroText{color:#e2e8f0;font-size:16px;font-weight:400;line-height:1.7}.frontierHeroQuote{text-transform:none;color:#60a5fa;margin-bottom:10px;font-size:19px;text-decoration:none}.frontierHeroAuthor{text-transform:none;color:#fff;margin-bottom:14px;font-size:13px;text-decoration:none}.frontierLegend{padding:14px 20px}#wishlistMount{width:100%;max-width:900px;margin-inline:auto}#wishlistMount .card.padded.frontierLegend{display:none}.frontierLegendRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.frontierLegendItems{align-items:center;gap:20px;display:flex}.frontierLegendItem{align-items:center;gap:8px;display:flex}.frontierDot{border-radius:999px;width:10px;height:10px;display:inline-block}.frontierPillar{flex-direction:column;justify-content:space-between;gap:16px;display:flex}.frontierPillarBody{flex-direction:column;display:flex}.frontierRows{flex-direction:column;gap:12px;margin-top:14px;display:flex}.frontierPillar .progressRow{gap:2px}.frontierPillar .barWrap{height:8px}.frontierPillarIcon{color:#2563eb;background:#2563eb1a;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:12px;display:inline-flex}.frontierPillarIcon svg{width:18px;height:18px}.frontierPillarHeading{color:#0f172a;text-transform:none;margin-bottom:12px;font-size:24px;line-height:1.2}.frontierAdoptionFill{background:#10b981}.frontierBarFill{min-width:0;padding:0;transition:width 1.2s cubic-bezier(.34,1.56,.64,1)}.wishlistPollCard{border-radius:32px;flex-direction:column;gap:16px;display:flex}.wishlistPollHead{flex-direction:column;gap:10px;display:flex}.wishlistPollKickerRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.wishlistPollKicker{color:#94a3b8;align-items:center;gap:8px;display:inline-flex}.wishlistPollMeta{color:#94a3b8}.wishlistPollQuestion{letter-spacing:-.02em;color:#0f172a;font-size:22px;font-weight:900;line-height:1.15}.wishlistPollQuestion--long{letter-spacing:0;color:#334155;white-space:pre-line;font-size:14px;font-weight:400;line-height:1.55}.wishlistPollOption.isSelected{border-color:#6366f173;box-shadow:0 10px 22px #6366f124}.wishlistPollOptionDesc{margin-top:-2px;margin-bottom:8px}.wishlistPollSubmit{appearance:none;color:#fff;letter-spacing:.02em;cursor:pointer;background:#0f172a;border:1px solid #eef2f6;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:12px 14px;font-weight:900;display:inline-flex;box-shadow:0 10px 22px #0f172a24}.wishlistPollSubmitSpinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:999px;width:14px;height:14px;animation:.8s linear infinite wishlistSpin;display:none}.wishlistPollCard.isSubmitting .wishlistPollSubmitSpinner{display:inline-block}.wishlistPollCard.isSubmitting .wishlistPollSubmitText{opacity:.9}.wishlistPollCard.isVoted .wishlistPollSubmit{display:none}@keyframes wishlistSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wishlistPollSubmit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.wishlistPollCard:not(.isRevealed) .wishlistPollBarTrack,.wishlistPollCard:not(.isRevealed) .wishlistPollOptionVotes,.wishlistPollCard:not(.isRevealed) .wishlistPollOptionPct{display:none}.wishlistPollNote.note{color:#94a3b8;margin:0;font-size:12px}.wishlistPollNoteSpinner{vertical-align:-2px;border:2px solid #94a3b859;border-top-color:#94a3b8;border-radius:999px;width:12px;height:12px;margin-right:8px;animation:.8s linear infinite wishlistSpin;display:none}.wishlistPollCard.isSubmitting .wishlistPollNoteSpinner{display:inline-block}.wishlistPollOptions{flex-direction:column;gap:10px;display:flex}.wishlistPollOption{appearance:none;cursor:pointer;text-align:left;background:#fff;border:1px solid #eef2f6;border-radius:18px;padding:12px 14px;transition:transform .15s,border-color .15s,box-shadow .15s;box-shadow:0 1px 2px #0f172a0a}@media (hover:hover) and (pointer:fine){.wishlistPollOption:hover{border-color:#6366f140;transform:translateY(-1px);box-shadow:0 8px 18px #6366f11f}}.wishlistPollOption:active{transform:translateY(0)}.wishlistPollOption:disabled{cursor:not-allowed;opacity:.8;transform:none}.wishlistPollOptionTop{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.wishlistPollOptionLabelRow{align-items:center;gap:10px;min-width:0;display:inline-flex}.wishlistPollCheckbox{background:#fff;border:2px solid #cbd5e1;border-radius:6px;flex:none;width:18px;height:18px;position:relative}.wishlistPollCard.isVoted .wishlistPollCheckbox{display:none}.wishlistPollOption.isSelected .wishlistPollCheckbox{background:#6366f11f;border-color:#6366f1cc}.wishlistPollOption.isSelected .wishlistPollCheckbox:after{content:"";border:2px solid #6366f1;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.wishlistPollOptionVotes{letter-spacing:.02em;color:#94a3b8;text-transform:uppercase;margin-top:8px;margin-bottom:0;font-size:11px;font-weight:800}.wishlistPollOptionLabel{text-transform:uppercase;letter-spacing:.12em;color:#0f172a;font-size:12px;font-weight:900}.wishlistPollOptionPct{color:#0f172a;font-variant-numeric:tabular-nums;font-size:12px;font-weight:900}.wishlistPollBarTrack{background:#eef2f6;border-radius:999px;width:100%;height:10px;position:relative;overflow:hidden}.wishlistPollBarFill{border-radius:inherit;background:linear-gradient(90deg,#6366f159 0%,#6366f1 100%);width:0%;height:100%;transition:width .6s cubic-bezier(.22,1,.36,1);display:block}@media (hover:hover) and (pointer:fine){.wishlistPollCard.isDisabled .wishlistPollOption:hover{border-color:#eef2f6;transform:none;box-shadow:0 1px 2px #0f172a0a}}@media (width<=900px){.frontierHeroCol{border-right:0;padding-right:0}.frontierLegendItems{gap:12px}.frontierPillarHeading{font-size:21px}.bb-insight-card{min-height:0}.bb-category-title{font-size:22px}}.picked-stack{text-align:left}.picked-header{flex-direction:column;gap:24px;margin-bottom:0;display:flex}.picked-hero-grid{align-items:stretch;width:100%}.picked-drivers-bars-card{flex-direction:column;min-width:0;display:flex}.picked-podium-card-body{text-align:left;align-self:stretch;width:100%;margin-bottom:8px}.insightText.picked-intro{margin-top:4px}.picked-intro-highlight{color:#0f172a;text-underline-offset:3px;font-style:normal;font-weight:800;text-decoration:underline 3px #3b82f68c}.picked-podium-card{text-align:center;flex-direction:column;align-items:center;display:flex}.picked-podium-card .bb-panel-header{text-align:left;align-self:stretch}.picked-podium-bottom{flex-direction:column;gap:12px;width:100%;margin-top:auto;display:flex}.picked-podium-kicker{letter-spacing:.24em;text-transform:uppercase;color:#94a3b8;margin-bottom:0;font-size:10px;font-weight:800;display:block}.picked-podium{justify-content:center;align-items:flex-end;gap:1.25rem;width:100%;padding-top:28px;display:flex}.picked-podium-step{--podium-scale:0;--podium-lift:0px;width:min(100px,28vw);transform:translateY(var(--podium-lift)) scaleY(var(--podium-scale));transform-origin:bottom;border-radius:12px 12px 0 0;flex-direction:column;align-items:center;transition:transform .65s cubic-bezier(.22,1,.36,1);display:flex;position:relative}@media (hover:hover) and (pointer:fine){.picked-podium-step:hover{--podium-lift:-4px}}.picked-podium-step--first{background:linear-gradient(#10b981,#059669);order:2;height:160px;box-shadow:0 10px 15px -3px #10b98133}.picked-podium-step--second{background:linear-gradient(#334155,#1e293b);order:1;height:125px;box-shadow:0 4px 6px -1px #0000001a}.picked-podium-step--third{background:linear-gradient(#cbd5e1,#94a3b8);order:3;height:90px;box-shadow:0 4px 6px -1px #0000000d}.picked-podium-label{text-align:center;color:#1e293b;width:120px;max-width:36vw;font-size:13px;font-weight:700;position:absolute;top:-24px;left:50%;transform:translate(-50%)}.picked-podium-label--first{color:#047857}.picked-podium-label--second{color:#475569}.picked-podium-label--third{color:#64748b}.picked-podium-rank{color:#fff;opacity:.92;margin-top:4px;margin-bottom:8px;font-size:24px;font-weight:800}.picked-podium-pct{color:#fffffff2;letter-spacing:.02em;font-variant-numeric:tabular-nums;margin-top:auto;font-size:12px;font-weight:900;position:absolute;bottom:4px}.picked-rigor-rows{flex-direction:column;gap:20px;margin-top:8px;display:flex}.picked-rigor-meta{letter-spacing:.06em;text-transform:uppercase;color:#475569;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px;font-size:10px;font-weight:800;display:flex}.picked-rigor-track{background:#f1f5f9;border-radius:999px;width:100%;height:10px;overflow:hidden}.picked-rigor-fill{border-radius:inherit;min-width:0;height:100%;transition:width 1.05s cubic-bezier(.22,1,.36,1)}.picked-rigor-fill--1{background:#cbd5e1}.picked-rigor-fill--2{background:#93c5fd}.picked-rigor-fill--3{background:#3b82f6}.picked-rigor-fill--4{background:#2563eb}.picked-velocity{grid-template-columns:repeat(4,1fr);align-items:flex-end;gap:12px;height:160px;margin-top:8px;display:grid}.picked-velocity-panel{justify-content:space-between}.picked-velocity-col{flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.picked-velocity-pct{letter-spacing:-.02em;color:#0f172a;font-variant-numeric:tabular-nums;font-size:10px;font-weight:900;line-height:1}.picked-velocity-bar{border-radius:4px 4px 0 0;width:100%;min-height:2px;transition:height 1.05s cubic-bezier(.22,1,.36,1)}.picked-velocity-bar--t1{background:#dbeafe}.picked-velocity-bar--t2{background:#93c5fd}.picked-velocity-bar--t3{background:#2563eb}.picked-velocity-bar--t4{background:#0f172a}.picked-velocity-label{text-transform:uppercase;letter-spacing:.02em;color:#94a3b8;text-align:center;font-size:9px;font-weight:800;line-height:1.2}.picked-drivers-bars{flex-direction:column;gap:12px;display:flex}.picked-drivers-row{border-bottom:0;flex-direction:column;gap:8px;padding-bottom:8px;display:flex}.picked-drivers-row:last-child{border-bottom:0;padding-bottom:0}.picked-drivers-row-head{justify-content:space-between;align-items:flex-start;gap:12px 16px;display:flex}.picked-drivers-row-title{color:#0f172a;letter-spacing:.07em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800;line-height:1.35}.picked-drivers-pct{color:#4f46e5;letter-spacing:-.03em;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:16px;font-weight:900;line-height:1.25}.picked-drivers-bar-track{background:#eef2f6;border-radius:999px;width:100%;height:10px;position:relative;overflow:hidden}.picked-drivers-bar-fill{border-radius:inherit;min-width:0;height:100%;transition:width .55s cubic-bezier(.22,1,.36,1);display:block}.picked-drivers-bar-fill--lead{background:linear-gradient(90deg,#34d399 0%,#059669 100%)}.picked-drivers-bar-fill--base{background:linear-gradient(90deg,#93c5fd 0%,#2563eb 100%)}.picked-drivers-bar-fill--red{background:linear-gradient(90deg,#f87171 0%,#dc2626 100%)}.picked-bf-stack{flex-direction:column;gap:48px;display:flex}.picked-adoption-head{border-bottom:1px solid #f1f5f9;margin-bottom:12px;padding-bottom:16px}.picked-mini-charts{flex-direction:column;gap:16px;display:flex}.picked-mini-row{grid-template-columns:minmax(0,1fr) minmax(0,3fr);align-items:center;gap:14px;display:grid}.picked-mini-title{letter-spacing:.06em;text-transform:uppercase;color:#0f172a;margin:0 0 4px;font-size:12px;font-weight:900;line-height:1.25}.picked-mini-sub{letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;margin:0;font-size:10px;font-style:italic;font-weight:700;line-height:1.25}.picked-mini-canvas{height:150px}@media (width<=768px){.picked-mini-row{grid-template-columns:1fr;align-items:stretch}}.picked-bf-heading{color:#1e293b;margin:0 0 4px;font-size:18px;font-weight:800}.picked-bf-sub{letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;margin:0 0 12px;font-size:10px;font-style:italic;font-weight:700}.picked-bf-row{grid-template-columns:1fr 2px 1fr;align-items:center;gap:0;margin-top:12px;display:grid}.picked-bf-side{min-width:0}.picked-bf-barWrap{align-items:center;height:40px;display:flex;position:relative}.picked-bf-barWrap--left{justify-content:flex-end}.picked-bf-barWrap--right{justify-content:flex-start}.picked-bf-fill{min-width:0;height:40px;transition:width 1.05s cubic-bezier(.22,1,.36,1)}.picked-bf-fill--grey{background:#cbd5e1;border-radius:6px 0 0 6px}.picked-bf-fill--green{background:#10b981;border-radius:0 6px 6px 0}.picked-bf-center{background:#cbd5e1;align-self:stretch;width:2px;min-height:40px;margin:0 auto}.picked-bf-scale-row{grid-template-columns:1fr 2px 1fr;margin-top:6px;display:grid}.picked-bf-scale{color:#94a3b8;text-transform:uppercase;justify-content:space-between;padding:0 4px;font-size:8px;font-weight:800;display:flex}.picked-bf-legend{flex-wrap:wrap;justify-content:center;gap:16px 40px;margin-top:20px;font-size:11px;display:flex}.picked-bf-legend-item{align-items:baseline;gap:8px;display:flex}.picked-bf-legend-item--accent{border-left:1px solid #f1f5f9;padding-left:24px}.picked-bf-legend-name{text-transform:uppercase;color:#94a3b8;font-weight:800}.picked-bf-legend-item--accent .picked-bf-legend-name{color:#059669}.picked-bf-legend-desc{color:#94a3b8;font-style:italic}.picked-insight-aside{border-radius:24px}.picked-insight-aside .bb-insight-blocks{flex:1}.picked-insight-aside .picked-insight-footer{margin-top:auto;padding-top:12px}.picked-insight-tag{letter-spacing:.16em;text-transform:uppercase;color:#93c5fd;background:#3b82f626;border:1px solid #3b82f659;border-radius:8px;padding:6px 12px;font-size:9px;font-weight:800;display:inline-block}@media (width<=900px){.picked-bf-legend{flex-direction:column;align-items:flex-start}.picked-bf-legend-item--accent{border-left:0;padding-left:0}}