:root{--bg: #000000;--surface: #0a0a0a;--elevated: #111111;--elevated-2: #171717;--elevated-3: #1c1c1c;--border-faint: rgba(255,255,255,.04);--border-subtle: rgba(255,255,255,.07);--border-default: rgba(255,255,255,.12);--border-strong: rgba(255,255,255,.2);--text-primary: #ededed;--text-secondary: #a0a0a0;--text-muted: #888888;--text-faint: #666666;--brand: #0A06E5;--brand-light: #58C7F7;--brand-green: #98EA65;--brand-red: #ff6b6b;--brand-glow: rgba(10,6,229,.15);--page-width: 1200px;--page-gutter: 24px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-pill: 100px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-snappy: cubic-bezier(.34, 1.56, .64, 1)}[data-theme=light]{--bg: #ffffff;--surface: #f7f7f9;--elevated: #efeff2;--elevated-2: #e6e6eb;--elevated-3: #dddde3;--border-faint: rgba(0,0,0,.04);--border-subtle: rgba(0,0,0,.07);--border-default: rgba(0,0,0,.12);--border-strong: rgba(0,0,0,.22);--text-primary: #111111;--text-secondary: #4a4a4a;--text-muted: #7a7a7a;--text-faint: #aaaaaa;--brand: #0A06E5;--brand-light: #2563eb;--brand-green: #16a34a;--brand-red: #dc2626;--brand-glow: rgba(10,6,229,.08)}[data-theme=light] .nav{background:#ffffffd9;border-bottom-color:#0000000f}[data-theme=light] .btn-primary{background:#0a06e5;color:#fff}[data-theme=light] .btn-primary:hover{background:#0905cc;box-shadow:0 4px 20px #0a06e540}[data-theme=light] .btn-brand{background:linear-gradient(135deg,#0a06e5,#3a35ff);color:#fff}[data-theme=light] .btn-secondary{box-shadow:inset 0 0 0 1px #00000026}[data-theme=light] .btn-secondary:hover{box-shadow:inset 0 0 0 1px #00000040;background:#00000005}[data-theme=light] .nav-link-badge{background:#16a34a1a;color:#16a34a}[data-theme=light] .mobile-menu{background:#fffffff7}[data-theme=light] .mobile-menu a{color:var(--text-secondary)}[data-theme=light] .mobile-menu a:hover{background:#0000000a;color:var(--text-primary)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s var(--ease-out);margin-right:4px}.theme-toggle:hover{color:var(--text-primary);background:#8080801a}.theme-toggle svg{width:18px;height:18px;transition:transform .3s var(--ease-out)}.theme-toggle:hover svg{transform:rotate(15deg)}.theme-toggle .icon-moon{display:block}.theme-toggle .icon-sun,[data-theme=light] .theme-toggle .icon-moon{display:none}[data-theme=light] .theme-toggle .icon-sun{display:block}html[data-theme] body,html[data-theme] .nav,html[data-theme] .mobile-menu,html[data-theme] .site-footer,html[data-theme] .btn-primary,html[data-theme] .btn-secondary,html[data-theme] .btn-brand{transition:background-color .3s ease,color .2s ease,border-color .3s ease,box-shadow .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch}body{font-family:DM Sans,-apple-system,sans-serif;background:var(--bg);color:var(--text-secondary);font-size:16px;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}h1,h2,h3,h4{font-family:Sora,sans-serif;color:var(--text-primary);letter-spacing:-.04em;line-height:1.08;font-weight:600}.mono{font-family:IBM Plex Mono,monospace}.container{width:100%;max-width:var(--page-width);margin:0 auto;padding:0 var(--page-gutter)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:DM Sans,sans-serif;font-weight:500;border:none;cursor:pointer;text-decoration:none;transition:all .2s var(--ease-out);white-space:nowrap}.btn-lg{height:48px;padding:0 28px;font-size:15px;border-radius:var(--radius-pill)}.btn-md{height:40px;padding:0 20px;font-size:14px;border-radius:var(--radius-pill)}.btn-sm{height:34px;padding:0 16px;font-size:13px;border-radius:var(--radius-pill)}.btn-primary{background:#0a06e5;color:#fff}.btn-primary:hover{background:#3a35ff;transform:translateY(-1px);box-shadow:0 4px 20px #0a06e54d}.btn-secondary{background:transparent;color:var(--text-primary);box-shadow:inset 0 0 0 1px var(--border-default)}.btn-secondary:hover{box-shadow:inset 0 0 0 1px var(--border-strong);background:#ffffff08}.btn-brand{background:linear-gradient(135deg,var(--brand),#3a35ff);color:#fff}.btn-brand:hover{transform:translateY(-1px);box-shadow:0 4px 24px #0a06e566}.btn-ghost{background:transparent;color:var(--text-secondary);padding:0;height:auto}.btn-ghost:hover{color:var(--text-primary)}.btn svg{width:16px;height:16px}.btn-icon-right{transition:transform .2s var(--ease-out)}.btn:hover .btn-icon-right{transform:translate(2px)}.announcement-bar{position:fixed;top:0;left:0;right:0;z-index:101;height:36px;display:flex;align-items:center;justify-content:center;background:var(--brand);font-family:DM Sans,-apple-system,sans-serif;font-size:13px;font-weight:500;color:#fff;letter-spacing:.01em;transition:transform .3s var(--ease-out),opacity .3s var(--ease-out)}.announcement-bar a{color:#fff;display:flex;align-items:center;gap:6px;text-decoration:none;transition:opacity .15s}.announcement-bar a:hover{opacity:.85}.announcement-bar .announcement-arrow{display:inline-block;font-size:14px;transition:transform .2s var(--ease-out)}.announcement-bar a:hover .announcement-arrow{transform:translate(2px)}.announcement-bar .announcement-dismiss{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff9;cursor:pointer;padding:4px;line-height:1;font-size:16px;transition:color .15s}.announcement-bar .announcement-dismiss:hover{color:#fff}.announcement-bar.is-hidden{transform:translateY(-100%);opacity:0;pointer-events:none}body.has-announcement .nav{top:36px}body.has-announcement .mobile-menu{top:92px}@media(max-width:768px){.announcement-bar{font-size:12px;height:32px}body.has-announcement .nav{top:32px}body.has-announcement .mobile-menu{top:88px}.announcement-bar .announcement-dismiss{right:10px}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:56px;display:flex;align-items:center;background:#000000b3;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--border-faint);transition:top .3s var(--ease-out)}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--page-width);margin:0 auto;padding:0 var(--page-gutter)}.nav-left{display:flex;align-items:center;gap:32px}.nav-logo{display:flex;align-items:center;gap:10px;font-family:Sora,sans-serif;font-size:12px;font-weight:400;color:var(--text-primary);letter-spacing:-.02em}.nav-logo-mark{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,var(--brand),var(--brand-light));display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff}.nav-divider{width:1px;height:20px;background:var(--border-default)}.nav-links{display:flex;align-items:center;gap:4px}.nav-link{font-size:13px;color:var(--text-muted);padding:10px 12px;min-height:44px;display:inline-flex;align-items:center;border-radius:var(--radius-sm);transition:color .2s var(--ease-out),background-color .2s var(--ease-out)}.nav-link:hover{color:var(--text-primary);background:#ffffff0a}.nav-link--active{color:var(--text-primary)}.nav-link-badge{font-family:IBM Plex Mono,monospace;font-size:9px;font-weight:600;padding:2px 6px;border-radius:var(--radius-pill);background:#98ea651f;color:var(--brand-green);text-transform:uppercase;letter-spacing:.04em;margin-left:4px}.nav-actions{display:flex;align-items:center;gap:8px}.nav-right-links{display:flex;align-items:center;gap:4px;margin-right:16px}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer}.nav-dropdown-chevron{transition:transform .2s var(--ease-out);opacity:.5}.nav-dropdown:hover .nav-dropdown-chevron,.nav-dropdown:focus-within .nav-dropdown-chevron{transform:rotate(180deg);opacity:1}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:var(--surface);border-radius:var(--radius-md);box-shadow:0 8px 32px #0000003d,inset 0 0 0 1px var(--border-subtle);padding:6px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s var(--ease-out),transform .2s var(--ease-out),visibility .2s;z-index:100}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:block;font-size:13px;color:var(--text-muted);padding:8px 12px;border-radius:var(--radius-sm);text-decoration:none;transition:color .15s,background .15s}.nav-dropdown-item:hover{color:var(--text-primary);background:#ffffff0f}[data-theme=light] .nav-dropdown-menu{background:#fff;box-shadow:0 8px 32px #0000001f,inset 0 0 0 1px #00000014}[data-theme=light] .nav-dropdown-item:hover{background:#0000000a}.nav-mobile-btn{display:none;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px}@media(max-width:900px){.nav-links,.nav-divider,.nav-right-links,.nav-actions button.btn-secondary{display:none}.nav-actions .btn{font-size:12px;padding:6px 12px}.nav-mobile-btn{display:block;margin-left:8px}}.mobile-menu{display:none;position:fixed;inset:56px 0 0;transition:top .3s var(--ease-out);background:#000000f2;backdrop-filter:blur(20px);z-index:99;padding:24px}.mobile-menu.is-open{display:flex;flex-direction:column;gap:4px}.mobile-menu a{display:block;padding:14px 16px;color:var(--text-secondary);font-size:16px;border-radius:var(--radius-md);transition:background .2s var(--ease-out)}.mobile-menu a:hover{background:#ffffff0d;color:var(--text-primary)}.section{position:relative;z-index:2}.section-label{font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.section-heading{font-size:clamp(28px,3.5vw,44px);margin-bottom:16px}.section-desc{font-size:16px;color:var(--text-secondary);max-width:480px;line-height:1.6}.site-footer{border-top:1px solid var(--border-subtle);padding:48px 0;z-index:2;position:relative}.badge-live-dot{width:6px;height:6px;border-radius:50%;background:#e53e3e;position:relative;flex-shrink:0}.badge-live-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:#e53e3e;animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:0;transform:translate(-50%,-50%) scale(2.8)}}[data-theme=dark] .research-hero-badge{color:#d0d0d0;box-shadow:inset 0 0 0 1px #ffffff24;background:#ffffff0a}[data-theme=light] .site-footer{transition:background-color .3s ease,color .2s ease,border-color .3s ease,box-shadow .3s ease}[data-theme=dark] .footer-desc{color:#999}[data-theme=dark] .footer-heading{color:#aaa}[data-theme=dark] .footer-link,[data-theme=dark] .footer-social-link{color:#999}[data-theme=dark] .footer-copy{color:#888}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px}.footer-brand{font-family:Sora,sans-serif;font-size:14px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:12px;display:flex;align-items:center;gap:8px}.footer-brand-mark{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,var(--brand),var(--brand-light));display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#fff}.nav-logo-img{height:26px;width:auto;object-fit:contain}.footer-brand-img{height:20px;width:auto;object-fit:contain}.footer-desc{font-size:13px;color:var(--text-faint);line-height:1.6}.footer-heading{font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-link{font-size:13px;color:var(--text-faint);transition:color .2s var(--ease-out)}.footer-link:hover{color:var(--text-primary)}.footer-social{display:flex;gap:12px}.footer-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);color:var(--text-faint);background:var(--elevated);box-shadow:inset 0 0 0 1px var(--border-subtle);transition:color .2s var(--ease-out),background .2s var(--ease-out),box-shadow .2s var(--ease-out)}.footer-social-link:hover{color:var(--text-primary);background:var(--elevated-2);box-shadow:inset 0 0 0 1px var(--border-default)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;border-top:1px solid var(--border-faint)}.footer-copy{font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--text-faint)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{flex-direction:column;gap:12px;align-items:flex-start}}.divider{width:100%;max-width:var(--page-width);margin:0 auto;height:1px;background:var(--border-subtle)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.js-ready .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.js-ready .reveal.is-visible{opacity:1;transform:translateY(0)}.js-ready .reveal-d1{transition-delay:.1s}.js-ready .reveal-d2{transition-delay:.2s}.js-ready .reveal-d3{transition-delay:.3s}@media(max-width:900px){html{overflow-x:hidden;-webkit-overflow-scrolling:touch}body{overflow-x:hidden}.btn,a,button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mobile-menu{padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));flex-direction:column;gap:2px;transition:opacity .3s var(--ease-out),transform .3s var(--ease-out);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu.is-open{display:flex;animation:mobileMenuIn .3s var(--ease-out) forwards}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-menu a{padding:16px;font-size:17px;font-weight:500;min-height:52px;display:flex;align-items:center;border-bottom:1px solid var(--border-faint)}.mobile-menu a:last-child{border-bottom:none;margin-top:8px;justify-content:center;background:#0a06e51a;border-radius:var(--radius-md);box-shadow:inset 0 0 0 1px #0a06e540}.nav-mobile-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:var(--radius-sm)}.nav-mobile-btn svg{width:22px;height:22px}.nav-mobile-btn.is-active svg path:nth-child(1){d:path("M6 6l12 12")}.nav-mobile-btn.is-active svg path:nth-child(2){opacity:0}.nav-mobile-btn.is-active svg path:nth-child(3){d:path("M6 18L18 6")}.nav-mobile-btn svg path{transition:all .25s var(--ease-out)}.section-heading{font-size:clamp(24px,6vw,44px)}.section-desc{font-size:15px}.site-footer{padding:36px 0;padding-bottom:calc(36px + env(safe-area-inset-bottom,0px))}.footer-grid{gap:28px;margin-bottom:28px}.footer-link{min-height:44px;display:flex;align-items:center}.footer-social-link{min-width:44px;min-height:44px}}@media(max-width:480px){:root{--page-gutter: 20px}.section-heading{font-size:clamp(22px,5.5vw,36px)}.site-footer{padding:28px 0}.footer-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.footer-grid>div:first-child{grid-column:span 2}.footer-desc{font-size:12px;margin-bottom:0}.footer-heading{margin-bottom:10px;font-size:10px}.footer-links{gap:6px}.footer-link{min-height:0;font-size:12px}.footer-social-link{min-width:36px;min-height:36px;width:36px;height:36px}.footer-bottom{flex-direction:column;gap:8px;align-items:center;text-align:center;padding-top:16px}}@media(max-width:375px){:root{--page-gutter: 16px}}@media(max-width:320px){:root{--page-gutter: 12px}.nav-logo span{font-size:10px}}.research-hero{padding:140px 0 80px;position:relative;overflow:hidden}.research-hero-content{text-align:center;position:relative;z-index:3}.research-hero h1{font-size:clamp(36px,5vw,60px);font-weight:700;letter-spacing:-.05em;line-height:1.05;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}.research-hero h1 .gradient-text{background:linear-gradient(135deg,var(--brand-light) 0%,#fff 50%,var(--brand-light) 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:researchShimmer 3s ease-in-out infinite}[data-theme=light] .research-hero h1 .gradient-text{background:linear-gradient(135deg,#0a06e5,#2563eb,#0a06e5);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes researchShimmer{0%,to{background-position:0% center}50%{background-position:200% center}}.research-hero-sub{font-size:17px;color:var(--text-secondary);max-width:560px;margin:0 auto 36px;line-height:1.6}.research-hero-glow{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:800px;height:600px;background:radial-gradient(ellipse,rgba(10,6,229,.08) 0%,transparent 70%);pointer-events:none;z-index:0}[data-theme=light] .research-hero-glow{background:radial-gradient(ellipse,rgba(10,6,229,.04) 0%,transparent 70%)}.featured-report{padding:80px 0}.featured-report-card{background:var(--surface);border-radius:var(--radius-xl);box-shadow:inset 0 0 0 1px var(--border-subtle),0 12px 48px #0000004d;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;position:relative}.featured-report-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--brand),var(--brand-light),var(--brand-green));z-index:1}[data-theme=light] .featured-report-card{box-shadow:0 1px 3px #0000000f,inset 0 0 0 1px #0000000f}.featured-report-content{padding:48px;display:flex;flex-direction:column;justify-content:center}.featured-report-badge{display:inline-flex;align-items:center;gap:6px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600;padding:4px 12px;border-radius:var(--radius-pill);background:#0a06e51f;color:var(--brand-light);text-transform:uppercase;letter-spacing:.04em;margin-bottom:20px;align-self:flex-start}[data-theme=light] .featured-report-badge{background:#0a06e514;color:#0a06e5}.featured-report-title{font-family:Sora,sans-serif;font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--text-primary);letter-spacing:-.03em;line-height:1.15;margin-bottom:12px}.featured-report-meta{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--text-faint);margin-bottom:20px}.featured-report-desc{font-size:15px;color:var(--text-secondary);line-height:1.65;margin-bottom:28px}.featured-report-tags{display:flex;gap:6px;margin-bottom:28px;flex-wrap:wrap}.featured-report-tag{font-family:IBM Plex Mono,monospace;font-size:10px;padding:3px 8px;border-radius:var(--radius-sm);background:var(--elevated);color:var(--text-muted);box-shadow:inset 0 0 0 1px var(--border-subtle)}.featured-report-findings{background:var(--elevated);border-radius:var(--radius-lg);padding:28px;box-shadow:inset 0 0 0 1px var(--border-subtle)}.featured-report-findings-label{font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:600;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.featured-report-finding{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-secondary);line-height:1.55;margin-bottom:10px}.featured-report-finding:last-child{margin-bottom:0}.featured-report-finding-num{color:var(--brand-light);font-weight:600;font-family:IBM Plex Mono,monospace;font-size:12px;flex-shrink:0;margin-top:1px}[data-theme=light] .featured-report-finding-num{color:#0a06e5}@media(max-width:900px){.featured-report-card{grid-template-columns:1fr}.featured-report-content{padding:32px 24px}.featured-report-findings{padding:20px}}.research-categories{padding:80px 0}.research-categories-header{text-align:center;margin-bottom:48px}.research-categories-header .section-desc{margin:0 auto}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-card{background:var(--surface);border-radius:var(--radius-lg);padding:32px 28px;box-shadow:inset 0 0 0 1px var(--border-subtle);transition:all .25s var(--ease-out);cursor:default}.category-card:hover{box-shadow:inset 0 0 0 1px var(--border-default),0 8px 32px #0003;transform:translateY(-2px)}[data-theme=light] .category-card{box-shadow:0 1px 3px #0000000a,inset 0 0 0 1px #0000000f}[data-theme=light] .category-card:hover{box-shadow:0 8px 30px #00000014,inset 0 0 0 1px #0000001a}.category-card-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:18px}.category-card-icon--briefings{background:#0a06e51f;box-shadow:inset 0 0 0 1px #0a06e540}.category-card-icon--deepdives{background:#58c7f71a;box-shadow:inset 0 0 0 1px #58c7f733}.category-card-icon--sectors{background:#98ea651a;box-shadow:inset 0 0 0 1px #98ea6533}.category-card-icon--alerts{background:#ff6b6b1a;box-shadow:inset 0 0 0 1px #ff6b6b33}[data-theme=light] .category-card-icon--briefings{background:#0a06e50f;box-shadow:inset 0 0 0 1px #0a06e51f}[data-theme=light] .category-card-icon--deepdives{background:#2563eb0f;box-shadow:inset 0 0 0 1px #2563eb1f}[data-theme=light] .category-card-icon--sectors{background:#16a34a0f;box-shadow:inset 0 0 0 1px #16a34a1f}[data-theme=light] .category-card-icon--alerts{background:#dc26260f;box-shadow:inset 0 0 0 1px #dc26261f}.category-card-title{font-family:Sora,sans-serif;font-size:17px;font-weight:600;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:8px}.category-card-desc{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:16px}.category-card-stat{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--text-faint)}.category-card-stat strong{color:var(--text-secondary);font-weight:600}@media(max-width:900px){.categories-grid{grid-template-columns:1fr 1fr}}@media(max-width:500px){.categories-grid{grid-template-columns:1fr}.category-card{padding:24px 20px}}.recent-publications{padding:80px 0;background:var(--surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.recent-publications-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px}.publications-table{width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:inset 0 0 0 1px var(--border-subtle)}.publications-table-header{display:grid;grid-template-columns:100px 3fr 1fr 1fr;gap:16px;padding:12px 20px;background:var(--elevated);font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:600;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border-subtle)}.publications-row{display:grid;grid-template-columns:100px 3fr 1fr 1fr;gap:16px;padding:16px 20px;background:var(--elevated);border-bottom:1px solid var(--border-faint);transition:background .2s var(--ease-out);align-items:center}.publications-row:last-child{border-bottom:none}.publications-row:hover{background:var(--elevated-2)}.publications-date{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--text-faint)}.publications-title-cell{display:flex;flex-direction:column;gap:4px}.publications-title{font-family:Sora,sans-serif;font-size:14px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;line-height:1.3}.publications-excerpt{font-size:13px;color:var(--text-muted);line-height:1.5}.publications-category{font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:600;padding:3px 8px;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.04em;justify-self:start}.publications-category--briefing{background:#0a06e51f;color:var(--brand-light)}.publications-category--deepdive{background:#58c7f71a;color:var(--brand-light)}.publications-category--sector{background:#98ea651a;color:var(--brand-green)}.publications-category--alert{background:#ff6b6b1a;color:var(--brand-red)}.publications-category--ceo-note{background:#98ea651a;color:var(--brand-green)}.publications-category--podcast{background:#58c7f71a;color:var(--brand-light)}[data-theme=light] .publications-category--briefing{background:#0a06e50f;color:#0a06e5}[data-theme=light] .publications-category--deepdive{background:#2563eb0f;color:#2563eb}[data-theme=light] .publications-category--sector{background:#16a34a0f;color:#16a34a}[data-theme=light] .publications-category--alert{background:#dc26260f;color:#dc2626}[data-theme=light] .publications-category--ceo-note{background:#16a34a0f;color:#16a34a}[data-theme=light] .publications-category--podcast{background:#2563eb0f;color:#2563eb}.publications-tags{display:flex;gap:4px;flex-wrap:wrap}.publications-tag{font-family:IBM Plex Mono,monospace;font-size:10px;padding:2px 6px;border-radius:var(--radius-sm);background:var(--elevated-2);color:var(--text-muted)}@media(max-width:900px){.publications-table-header{display:none}.publications-row{grid-template-columns:1fr;gap:8px;padding:16px}.publications-date{order:-1}.recent-publications-header{flex-direction:column;align-items:flex-start;gap:16px}}.iaas-section{padding:100px 0;background:var(--surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.iaas-header{text-align:center;margin-bottom:56px}.iaas-header .section-desc{margin:0 auto;max-width:600px}.iaas-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:40px}.iaas-card{background:#1c1c1c;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:36px 32px;transition:background .2s var(--ease-out),border-color .2s var(--ease-out);position:relative}.iaas-card:hover{background:#222;border-color:#ffffff38}[data-theme=dark] .iaas-card-desc{color:#ffffffb3}[data-theme=dark] .iaas-card-title{color:#fffffff2}.iaas-card-icon{width:36px;height:36px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.iaas-card-icon--research{background:#0a06e51f;box-shadow:inset 0 0 0 1px #0a06e540}.iaas-card-icon--intel{background:#58c7f71a;box-shadow:inset 0 0 0 1px #58c7f733}.iaas-card-icon--competitive{background:#98ea651a;box-shadow:inset 0 0 0 1px #98ea6533}.iaas-card-title{font-family:Sora,sans-serif;font-size:17px;font-weight:600;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:8px;line-height:1.3}.iaas-card-desc{font-size:14px;color:var(--text-muted);line-height:1.6}.iaas-card-list{margin-top:14px;display:flex;flex-direction:column;gap:6px}.iaas-card-list-item{font-size:13px;color:var(--text-secondary);display:flex;align-items:center;gap:8px}.iaas-card-list-item:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--text-faint);flex-shrink:0}.iaas-footer{text-align:center}[data-theme=light] .iaas-section{background:var(--surface);border-color:#0000000f}[data-theme=light] .iaas-card{background:#fff;border-color:#00000014;box-shadow:0 1px 3px #0000000f}[data-theme=light] .iaas-card:hover{background:#fff;border-color:#0000001f;box-shadow:0 8px 30px #0000001a}[data-theme=light] .iaas-card-icon--research{background:#0a06e50f;box-shadow:inset 0 0 0 1px #0a06e51f}[data-theme=light] .iaas-card-icon--intel{background:#2563eb0f;box-shadow:inset 0 0 0 1px #2563eb1f}[data-theme=light] .iaas-card-icon--competitive{background:#16a34a0f;box-shadow:inset 0 0 0 1px #16a34a1f}@media(max-width:900px){.iaas-grid{grid-template-columns:1fr}}.newsletter-cta{padding:100px 0;position:relative}.newsletter-cta-content{max-width:640px;margin:0 auto;text-align:center;position:relative;z-index:3}.newsletter-cta h2{font-size:clamp(28px,3.5vw,44px);margin-bottom:16px}.newsletter-cta-sub{font-size:16px;color:var(--text-secondary);margin-bottom:36px;line-height:1.6}.newsletter-cta-form{display:flex;gap:10px;max-width:480px;margin:0 auto 20px}.newsletter-cta-input{flex:1;height:48px;padding:0 20px;border-radius:var(--radius-pill);border:none;background:var(--elevated);box-shadow:inset 0 0 0 1px var(--border-subtle);color:var(--text-primary);font-family:DM Sans,sans-serif;font-size:14px;outline:none;transition:box-shadow .2s var(--ease-out)}.newsletter-cta-input::placeholder{color:var(--text-faint)}.newsletter-cta-input:focus{box-shadow:inset 0 0 0 1px var(--brand),0 0 0 3px #0a06e526}[data-theme=light] .newsletter-cta-input{background:var(--surface);box-shadow:inset 0 0 0 1px #0000001f}[data-theme=light] .newsletter-cta-input:focus{box-shadow:inset 0 0 0 1px #0a06e5,0 0 0 3px #0a06e51a}.newsletter-cta-note{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--text-faint)}.newsletter-cta-stats{display:flex;align-items:center;justify-content:center;gap:32px;margin-top:40px}.newsletter-cta-stat{text-align:center}.newsletter-cta-stat-number{font-family:IBM Plex Mono,monospace;font-size:22px;font-weight:600;color:var(--text-primary);letter-spacing:-.03em}.newsletter-cta-stat-label{font-size:12px;color:var(--text-muted);margin-top:2px}.newsletter-cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(10,6,229,.06) 0%,transparent 70%);pointer-events:none;z-index:1}[data-theme=light] .newsletter-cta-glow{background:radial-gradient(ellipse,rgba(10,6,229,.03) 0%,transparent 70%)}.newsletter-trust{margin-top:36px;text-align:center}.newsletter-trust-label{font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:500;color:var(--text-faint);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.newsletter-trust-logos{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.newsletter-trust-logo{font-family:Sora,sans-serif;font-size:13px;font-weight:600;color:var(--text-faint);letter-spacing:-.02em;white-space:nowrap;transition:color .2s var(--ease-out)}.newsletter-trust-logo:hover{color:var(--text-secondary)}@media(max-width:600px){.newsletter-cta-form{flex-direction:column}.newsletter-cta-form .btn{width:100%}.newsletter-trust-logos{gap:16px 20px}.newsletter-trust-logo{font-size:12px}}.report-showcase{padding:80px 0}.report-showcase-layout{display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:center}.report-showcase-cover{display:flex;justify-content:center}.report-cover-wrapper{width:280px;perspective:1200px;position:relative}.report-cover-img{width:100%;border-radius:4px 12px 12px 4px;transform:rotateY(-8deg) rotateX(3deg);box-shadow:-2px 0 #1c1c1c,-4px 1px #15152a,-6px 2px #111126,0 20px 60px #00000080,0 8px 24px #0006,inset 0 0 0 1px #ffffff0f;transition:transform .4s var(--ease-out),box-shadow .4s var(--ease-out)}[data-theme=light] .report-cover-img{box-shadow:-2px 0 #ddd,-4px 1px #ccc,-6px 2px #bbb,0 20px 60px #00000026,0 8px 24px #0000001a,inset 0 0 0 1px #0000000f}.report-cover-wrapper:hover .report-cover-img{transform:rotateY(-4deg) rotateX(1deg) translateY(-4px);box-shadow:-2px 0 #1c1c1c,-4px 1px #15152a,-6px 2px #111126,0 30px 80px #0009,0 12px 32px #00000080,inset 0 0 0 1px #ffffff14}.report-cover-wrapper:before{content:"";position:absolute;left:-2px;top:8px;bottom:8px;width:8px;background:linear-gradient(180deg,#58c7f733,#0a06e54d);border-radius:2px 0 0 2px;transform:rotateY(-8deg) rotateX(3deg) translateZ(-4px);opacity:.6}.report-cover-wrapper:after{content:"";position:absolute;inset:4px -4px -4px 4px;border-radius:4px 12px 12px 4px;background:var(--elevated);box-shadow:inset 0 0 0 1px var(--border-faint);z-index:-1;transform:rotateY(-8deg) rotateX(3deg)}.report-showcase-badge{display:inline-flex;align-items:center;gap:6px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600;padding:4px 12px;border-radius:var(--radius-pill);background:#98ea651a;color:var(--brand-green);text-transform:uppercase;letter-spacing:.04em;margin-bottom:16px}[data-theme=light] .report-showcase-badge{background:#16a34a14;color:#16a34a}.report-showcase-title{font-family:Sora,sans-serif;font-size:clamp(28px,3vw,36px);font-weight:700;color:var(--text-primary);letter-spacing:-.03em;line-height:1.1;margin-bottom:16px}.report-showcase-desc{font-size:15px;color:var(--text-secondary);line-height:1.65;margin-bottom:24px}.report-showcase-highlights{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.report-highlight{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-secondary)}.report-highlight svg{flex-shrink:0}.report-gate-form{max-width:440px;margin-bottom:20px}.report-gate-input-row{display:flex;gap:10px;margin-bottom:8px}.report-gate-input{flex:1;height:44px;padding:0 16px;border-radius:var(--radius-pill);border:none;background:var(--elevated);box-shadow:inset 0 0 0 1px var(--border-subtle);color:var(--text-primary);font-family:DM Sans,sans-serif;font-size:14px;outline:none;transition:box-shadow .2s var(--ease-out)}.report-gate-input::placeholder{color:var(--text-faint)}.report-gate-input:focus{box-shadow:inset 0 0 0 1px var(--brand),0 0 0 3px #0a06e526}.report-gate-input.input-error{box-shadow:inset 0 0 0 1px var(--brand-red),0 0 0 3px #ff6b6b26}[data-theme=light] .report-gate-input{background:var(--surface);box-shadow:inset 0 0 0 1px #0000001f}[data-theme=light] .report-gate-input:focus{box-shadow:inset 0 0 0 1px #0a06e5,0 0 0 3px #0a06e51a}[data-theme=light] .report-gate-input.input-error{box-shadow:inset 0 0 0 1px #dc2626,0 0 0 3px #dc26261a}.report-gate-error{display:none;font-family:DM Sans,sans-serif;font-size:13px;color:var(--brand-red);margin-bottom:8px;padding-left:4px}.report-gate-note{font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--text-faint)}.report-gate-success{text-align:center;padding:20px 0}.report-partners{margin-top:28px;padding-top:20px;border-top:1px solid var(--border-faint)}.report-partners-label{font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:500;color:var(--text-faint);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.report-partners-logos{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.report-partner-logo{height:18px;width:auto;object-fit:contain;opacity:.45;transition:opacity .2s var(--ease-out)}.report-partner-logo:hover{opacity:.7}.report-partner-logo--color{filter:invert(1) grayscale(1)}[data-theme=light] .report-partner-logo{filter:invert(1) grayscale(1);opacity:.35}[data-theme=light] .report-partner-logo:hover{opacity:.6}[data-theme=light] .report-partner-logo--color{filter:grayscale(1)}@media(max-width:900px){.report-showcase-layout{grid-template-columns:1fr;gap:36px}.report-showcase-cover{order:-1}.report-cover-wrapper{width:220px}.report-gate-input-row{flex-direction:column}.report-gate-btn{width:100%}}.report-library{padding:80px 0 100px}.report-library-header{text-align:center;margin-bottom:56px}.report-library-header .section-desc{margin-left:auto;margin-right:auto}.report-library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 32px;max-width:900px;margin:0 auto 56px}.report-library-item{position:relative;display:flex;flex-direction:column;align-items:center}.report-library-link{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;max-width:240px;perspective:800px}.report-library-cover-wrap{position:relative;width:100%;aspect-ratio:5 / 7;border-radius:4px 10px 10px 4px;overflow:hidden;z-index:1;box-shadow:0 8px 32px #00000059,0 2px 8px #0003,inset 0 0 0 1px #ffffff0d;transition:transform .45s var(--ease-out),box-shadow .45s var(--ease-out)}[data-theme=light] .report-library-cover-wrap{box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000f,inset 0 0 0 1px #0000000a}.report-library-link:hover .report-library-cover-wrap{transform:translateY(-8px) scale(1.03);box-shadow:0 20px 60px #00000073,0 8px 24px #0000004d,0 0 0 1px #ffffff14}[data-theme=light] .report-library-link:hover .report-library-cover-wrap{box-shadow:0 20px 60px #00000026,0 8px 24px #00000014,0 0 0 1px #0000000f}.report-library-cover{width:100%;height:100%;object-fit:cover;display:block}.report-library-link:before{content:"";position:absolute;inset:20% 5% 10%;background:radial-gradient(ellipse at center,rgba(10,6,229,.25) 0%,rgba(88,199,247,.08) 40%,transparent 70%);border-radius:50%;filter:blur(28px);opacity:0;transition:opacity .5s var(--ease-out);z-index:0;pointer-events:none}.report-library-link:hover:before{opacity:1}[data-theme=light] .report-library-link:before{background:radial-gradient(ellipse at center,rgba(10,6,229,.12) 0%,rgba(88,199,247,.04) 40%,transparent 70%)}.report-library-title{font-family:Sora,sans-serif;font-size:13px;font-weight:600;color:var(--text-secondary);text-align:center;margin-top:16px;letter-spacing:-.01em;line-height:1.35;transition:color .2s var(--ease-out);position:relative;z-index:1}.report-library-link:hover .report-library-title{color:var(--text-primary)}.report-library-year{font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:500;color:var(--text-faint);margin-top:4px;position:relative;z-index:1}.report-library-footer{text-align:center}@media(max-width:900px){.report-library-grid{grid-template-columns:repeat(3,1fr);gap:36px 20px;max-width:720px}}.report-library-toggle{display:none;text-align:center;margin-top:32px}.report-library-toggle .btn{gap:6px}.report-library-toggle svg{transition:transform .3s var(--ease-out)}@media(max-width:700px){.report-library-grid{grid-template-columns:repeat(2,1fr);gap:36px 20px;max-width:420px}.report-library-item:nth-child(n+4){display:none}.report-library-grid.is-expanded .report-library-item:nth-child(n+4){display:flex}.report-library-toggle{display:block}.report-library-grid.is-expanded+.report-library-toggle .toggle-show{display:none}.report-library-toggle .toggle-hide{display:none}.report-library-grid.is-expanded+.report-library-toggle .toggle-hide{display:inline}}@media(max-width:480px){.report-library{padding:56px 0 72px}.report-library-header{margin-bottom:40px}.report-library-grid{grid-template-columns:repeat(2,1fr);gap:28px 16px;max-width:360px}.report-library-title{font-size:11px;margin-top:10px}.report-library-year{font-size:10px}}.podcast-section{padding:100px 0}.podcast-inner{display:grid;grid-template-columns:1.3fr 1fr;gap:56px;align-items:center}.podcast-badge{display:inline-flex;align-items:center;gap:6px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600;padding:4px 12px;border-radius:var(--radius-pill);background:#0a06e51a;color:var(--brand-light);box-shadow:inset 0 0 0 1px #0a06e533;text-transform:uppercase;letter-spacing:.04em;margin-bottom:20px}[data-theme=light] .podcast-badge{background:#0a06e50f;color:#0a06e5;box-shadow:inset 0 0 0 1px #0a06e51f}.podcast-title{font-family:Sora,sans-serif;font-size:clamp(24px,2.8vw,32px);font-weight:700;color:var(--text-primary);letter-spacing:-.03em;line-height:1.2;margin-bottom:16px}.podcast-desc{font-size:15px;color:var(--text-secondary);line-height:1.65;margin-bottom:28px;max-width:520px}.podcast-guests-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:32px}.podcast-guest{display:flex;align-items:center;gap:10px}.podcast-guest img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--border-subtle);background:var(--elevated);flex-shrink:0}.podcast-guest-info{display:flex;flex-direction:column;min-width:0}.podcast-guest-name{font-family:Sora,sans-serif;font-size:12px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podcast-guest-role{font-family:IBM Plex Mono,monospace;font-size:10px;color:var(--text-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podcast-cta{display:inline-flex;gap:8px}.podcast-visual{display:flex;justify-content:center}.podcast-cover-wrap{width:320px;position:relative;perspective:800px}.podcast-cover-img{width:100%;height:auto;border-radius:var(--radius-lg);display:block;box-shadow:0 2px 8px #0003,0 12px 40px #0000004d,0 30px 80px #0a06e51a;transition:transform .4s var(--ease-out),box-shadow .4s var(--ease-out);transform-origin:center center}.podcast-cover-wrap:hover .podcast-cover-img{transform:rotateY(-5deg) rotateX(3deg) translateY(-6px) scale(1.03);box-shadow:0 4px 12px #00000040,0 20px 60px #00000059,0 40px 100px #0a06e52e}[data-theme=light] .podcast-cover-img{box-shadow:0 2px 8px #00000014,0 12px 40px #0000001a,0 30px 80px #0a06e50d}[data-theme=light] .podcast-cover-wrap:hover .podcast-cover-img{box-shadow:0 4px 12px #0000001a,0 20px 60px #0000001f,0 40px 100px #0a06e514}@media(max-width:900px){.podcast-section{padding:72px 0}.podcast-inner{grid-template-columns:1fr;gap:40px}.podcast-visual{order:-1}.podcast-cover-wrap{width:240px}.podcast-guests-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.podcast-guests-grid{grid-template-columns:1fr}.podcast-cover-wrap{width:200px}}.newsletter-cta-card{background:var(--surface);border-radius:var(--radius-xl);box-shadow:inset 0 0 0 1px var(--border-subtle),0 12px 48px #0003;padding:48px;position:relative;overflow:hidden}[data-theme=light] .newsletter-cta-card{box-shadow:0 1px 3px #0000000f,inset 0 0 0 1px #0000000f}.newsletter-cta-card-accent{position:absolute;top:0;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,var(--brand) 30%,var(--brand-light) 70%,transparent);border-radius:0 0 1px 1px}.newsletter-cta-stats-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:28px}.newsletter-cta-stat-pill{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-pill);background:var(--elevated);box-shadow:inset 0 0 0 1px var(--border-subtle)}[data-theme=light] .newsletter-cta-stat-pill{background:var(--surface);box-shadow:inset 0 0 0 1px #00000014}.newsletter-cta-stat-num{font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.newsletter-cta-stat-txt{font-family:DM Sans,sans-serif;font-size:12px;color:var(--text-muted);flex-wrap:wrap}.newsletter-stat-pill{display:inline-flex;align-items:center;gap:6px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:500;color:var(--text-muted);padding:4px 12px;border-radius:var(--radius-pill);box-shadow:inset 0 0 0 1px var(--border-subtle)}@media(max-width:600px){.newsletter-cta-card{padding:32px 20px}.newsletter-cta-stats-row{flex-direction:column;gap:6px}}@media(max-width:900px){.research-hero{padding:100px 0 56px}.research-hero h1 br{display:none}.research-hero-sub{font-size:15px}.featured-report{padding:56px 0}.featured-report-findings{padding:24px 20px}.research-categories,.recent-publications{padding:56px 0}.newsletter-cta{padding:72px 0}.publications-row{padding:16px;gap:10px}.publications-date{font-size:11px;margin-bottom:2px}.publications-title{font-size:14px}.publications-category,.publications-tags{margin-top:4px}.iaas-card{padding:28px 24px}}@media(max-width:480px){.research-hero h1{font-size:32px}.research-hero-sub{font-size:14px;max-width:100%;padding:0 4px}.featured-report-content{padding:24px 20px}.featured-report-title{font-size:22px}.featured-report-desc{font-size:14px}.featured-report-findings{padding:20px 16px}.featured-report-finding{font-size:12px}.category-card{padding:20px 16px;border-radius:var(--radius-md)}.category-card-title{font-size:15px}.category-card-desc{font-size:13px}.publications-row{padding:14px 16px}.publications-title{font-size:13px}.publications-excerpt{font-size:12px}.report-showcase-layout{gap:28px}.report-cover-wrapper{width:180px}.report-showcase-title{font-size:24px}.report-showcase-desc{font-size:14px}.report-gate-input{min-height:48px;font-size:16px}.report-highlight{font-size:12px}.podcast-guest img{width:36px;height:36px}.podcast-guest-name{font-size:11px}.podcast-guest-role{font-size:9px}.podcast-cover-wrap{width:180px}.podcast-title{font-size:22px}.podcast-desc{font-size:14px}.newsletter-cta h2{font-size:24px}.newsletter-cta-sub{font-size:14px}.newsletter-cta-input{min-height:48px;font-size:16px}.newsletter-cta-card{padding:24px 16px;border-radius:var(--radius-lg)}.newsletter-cta-stats-row{flex-wrap:wrap;gap:8px;justify-content:center}.newsletter-cta-stat-pill{padding:5px 10px}.newsletter-cta-stat-num{font-size:12px}.newsletter-cta-stat-txt{font-size:11px}.newsletter-cta-stats{gap:20px;flex-wrap:wrap}.newsletter-cta-stat-number{font-size:20px;overflow-wrap:break-word}.newsletter-trust-logos{gap:12px 16px}.newsletter-trust-logo{font-size:11px}.iaas-card{padding:24px 20px}.iaas-card-title{font-size:15px}.iaas-card-desc{font-size:13px}}@media(max-width:375px){.research-hero h1{font-size:28px}.featured-report-content{padding:20px 16px}.featured-report-title{font-size:20px}.featured-report-findings{padding:16px 14px}.report-cover-wrapper{width:160px}.report-showcase-title{font-size:22px}.podcast-cover-wrap{width:160px}.newsletter-cta-card{padding:20px 14px}.newsletter-cta h2{font-size:22px}.iaas-card{padding:20px 16px}}@media(max-width:320px){.research-hero h1{font-size:24px}.research-hero{padding:88px 0 40px}.featured-report-title{font-size:18px}.report-showcase-title{font-size:20px}.category-card{padding:16px 14px}.category-card-title{font-size:14px}.podcast-title,.newsletter-cta h2{font-size:20px}.iaas-card{padding:18px 14px}}.research-section{padding:80px 0}.research-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.research-content .section-desc{margin-bottom:32px}.feature-accordion{display:flex;flex-direction:column;gap:2px}.feature-accordion-item{border-radius:var(--radius-md);overflow:hidden;transition:background .2s var(--ease-out)}.feature-accordion-header{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;transition:all .2s var(--ease-out);border-radius:var(--radius-md)}.feature-accordion-header:hover{background:#ffffff08}.feature-accordion-icon{width:28px;height:28px;border-radius:var(--radius-sm);background:var(--elevated);box-shadow:inset 0 0 0 1px var(--border-subtle);display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;transition:all .2s var(--ease-out)}.feature-accordion-item.active .feature-accordion-icon{background:#0a06e526;box-shadow:inset 0 0 0 1px #0a06e54d}.feature-accordion-title{font-family:Sora,sans-serif;font-size:14px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.feature-accordion-arrow{margin-left:auto;width:16px;height:16px;color:var(--text-faint);transition:transform .3s var(--ease-out)}.feature-accordion-item.active .feature-accordion-arrow{transform:rotate(180deg);color:var(--text-secondary)}.feature-accordion-body{max-height:0;overflow:hidden;transition:max-height .4s var(--ease-out),opacity .3s var(--ease-out);opacity:0}.feature-accordion-item.active .feature-accordion-body{max-height:120px;opacity:1}.feature-accordion-text{padding:0 16px 16px 56px;font-size:13px;color:var(--text-muted);line-height:1.6}.research-preview{background:var(--surface);border-radius:var(--radius-lg);box-shadow:inset 0 0 0 1px var(--border-subtle),0 12px 48px #0006;overflow:hidden;position:relative}.research-preview-badge{font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:600;padding:3px 8px;border-radius:var(--radius-pill);background:#0a06e51f;color:var(--brand-light);text-transform:uppercase;letter-spacing:.04em}.research-preview-tag{display:inline-block;font-family:IBM Plex Mono,monospace;font-size:10px;padding:2px 6px;border-radius:var(--radius-sm);background:var(--elevated);color:var(--text-muted);margin-right:4px}[data-theme=light] .research-preview{box-shadow:0 1px 3px #0000000f,inset 0 0 0 1px #0000000f}[data-theme=light] .research-preview-badge{background:#0a06e514;color:#0a06e5}[data-theme=light] .research-preview-tag{background:#0000000a}[data-theme=light] .feature-accordion-header:hover{background:#00000005}html[data-theme] .research-preview{transition:background-color .3s ease,color .2s ease,border-color .3s ease,box-shadow .3s ease}@media(max-width:900px){.research-section{padding:56px 0}.research-layout{grid-template-columns:1fr;gap:40px}}@media(max-width:600px){.research-layout{gap:32px}.research-content .section-desc{margin-bottom:24px}.feature-accordion-header{min-height:48px;padding:12px 14px}.feature-accordion-text{padding:0 14px 14px 50px}}@media(max-width:480px){.research-section{padding:40px 0}.feature-accordion-text{padding:0 12px 12px 44px;font-size:12px}}.intake-backdrop{position:fixed;inset:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;opacity:0;visibility:hidden;transition:opacity .2s var(--ease-out),visibility .2s}.intake-backdrop.is-open{opacity:1;visibility:visible}.intake-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:90%;max-width:640px;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--surface);border-radius:var(--radius-xl);box-shadow:inset 0 0 0 1px var(--border-subtle),0 12px 48px #0000004d;padding:40px;z-index:10000;opacity:0;visibility:hidden;transition:opacity .25s var(--ease-out),transform .25s var(--ease-out),visibility .25s}.intake-modal.is-open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.intake-modal.is-closing{opacity:0;transform:translate(-50%,-50%) scale(.95);transition-duration:.15s;transition-timing-function:ease-in}[data-theme=light] .intake-modal{box-shadow:0 1px 3px #0000000f,inset 0 0 0 1px #0000000f}.intake-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--brand),var(--brand-light),var(--brand-green));border-radius:var(--radius-xl) var(--radius-xl) 0 0;z-index:1}.intake-close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color .15s,background .15s;z-index:2}.intake-close:hover{color:var(--text-primary);background:var(--elevated)}.intake-badge{display:inline-flex;align-items:center;gap:6px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600;padding:4px 12px;border-radius:var(--radius-pill);background:#0a06e51f;color:var(--brand-light);text-transform:uppercase;letter-spacing:.04em;margin-bottom:16px}[data-theme=light] .intake-badge{background:#0a06e514;color:#0a06e5}.intake-heading{font-family:Sora,sans-serif;font-size:24px;font-weight:700;color:var(--text-primary);letter-spacing:-.03em;line-height:1.15;margin-bottom:8px}.intake-subtitle{font-family:DM Sans,sans-serif;font-size:15px;color:var(--text-secondary);line-height:1.5;margin-bottom:28px}.intake-modal--wide{max-width:700px}.intake-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px}.intake-service-card{background:var(--elevated);border-radius:var(--radius-md);padding:16px 14px;box-shadow:inset 0 0 0 1px var(--border-subtle);cursor:pointer;transition:background .15s var(--ease-out),box-shadow .15s var(--ease-out);position:relative;user-select:none}.intake-service-card:hover{box-shadow:inset 0 0 0 1px var(--border-default)}.intake-service-card.is-selected{background:#0a06e514;box-shadow:inset 0 0 0 1.5px var(--brand-light)}[data-theme=light] .intake-service-card.is-selected{background:#0a06e50d;box-shadow:inset 0 0 0 1.5px #0a06e5}.intake-service-card-check{position:absolute;top:8px;right:8px;width:18px;height:18px;border-radius:50%;background:var(--brand);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:opacity .15s var(--ease-out),transform .15s var(--ease-out)}.intake-service-card.is-selected .intake-service-card-check{opacity:1;transform:scale(1)}.intake-service-icon{width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.intake-service-title{font-family:Sora,sans-serif;font-size:14px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;line-height:1.3;margin-bottom:4px}.intake-service-desc{font-family:DM Sans,sans-serif;font-size:12px;color:var(--text-muted);line-height:1.4}.intake-checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:28px}.intake-checkbox-col-label{font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:600;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.intake-checkbox-item{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 0;user-select:none}.intake-checkbox-box{width:18px;height:18px;border-radius:4px;background:var(--elevated);box-shadow:inset 0 0 0 1px var(--border-subtle);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s var(--ease-out),box-shadow .15s var(--ease-out)}.intake-checkbox-item.is-checked .intake-checkbox-box{background:var(--brand);box-shadow:inset 0 0 0 1px var(--brand)}.intake-checkbox-box svg{opacity:0;transition:opacity .15s var(--ease-out)}.intake-checkbox-item.is-checked .intake-checkbox-box svg{opacity:1}.intake-checkbox-label{font-family:DM Sans,sans-serif;font-size:14px;color:var(--text-secondary);line-height:1.4}.intake-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.intake-form-group{display:flex;flex-direction:column;gap:6px}.intake-form-group--full{grid-column:1 / -1}.intake-label{font-family:Sora,sans-serif;font-size:13px;font-weight:600;color:var(--text-secondary)}.intake-input{height:44px;padding:0 16px;border-radius:var(--radius-pill);border:none;background:var(--elevated);box-shadow:inset 0 0 0 1px var(--border-subtle);color:var(--text-primary);font-family:DM Sans,sans-serif;font-size:14px;outline:none;transition:box-shadow .2s var(--ease-out);max-width:100%}.intake-input::placeholder{color:var(--text-faint)}.intake-input:focus{box-shadow:inset 0 0 0 1px var(--brand),0 0 0 3px #0a06e526}.intake-input.has-error{box-shadow:inset 0 0 0 1px var(--brand-red),0 0 0 3px #ff6b6b26}[data-theme=light] .intake-input{background:var(--surface);box-shadow:inset 0 0 0 1px #0000001f}[data-theme=light] .intake-input:focus{box-shadow:inset 0 0 0 1px #0a06e5,0 0 0 3px #0a06e51a}[data-theme=light] .intake-input.has-error{box-shadow:inset 0 0 0 1px #dc2626,0 0 0 3px #dc26261a}.intake-select{height:44px;padding:0 36px 0 16px;border-radius:var(--radius-md);border:none;background:var(--elevated);box-shadow:inset 0 0 0 1px var(--border-subtle);color:var(--text-primary);font-family:DM Sans,sans-serif;font-size:14px;outline:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 16 16' fill='none' stroke='%23666' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px;cursor:pointer;transition:box-shadow .2s var(--ease-out);max-width:100%}.intake-select:focus{box-shadow:inset 0 0 0 1px var(--brand),0 0 0 3px #0a06e526}[data-theme=light] .intake-select{background-color:var(--surface);box-shadow:inset 0 0 0 1px #0000001f}[data-theme=light] .intake-select:focus{box-shadow:inset 0 0 0 1px #0a06e5,0 0 0 3px #0a06e51a}.intake-textarea{padding:12px 16px;border-radius:var(--radius-md);border:none;background:var(--elevated);box-shadow:inset 0 0 0 1px var(--border-subtle);color:var(--text-primary);font-family:DM Sans,sans-serif;font-size:14px;outline:none;resize:vertical;min-height:80px;transition:box-shadow .2s var(--ease-out);max-width:100%}.intake-textarea::placeholder{color:var(--text-faint)}.intake-textarea:focus{box-shadow:inset 0 0 0 1px var(--brand),0 0 0 3px #0a06e526}[data-theme=light] .intake-textarea{background:var(--surface);box-shadow:inset 0 0 0 1px #0000001f}[data-theme=light] .intake-textarea:focus{box-shadow:inset 0 0 0 1px #0a06e5,0 0 0 3px #0a06e51a}.intake-field-error{font-family:DM Sans,sans-serif;font-size:13px;color:var(--brand-red);display:none}.intake-submit-row{text-align:center}.intake-submit-btn{width:100%}.intake-trust-note{font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--text-faint);margin-top:12px;text-align:center}.intake-form-error{font-family:DM Sans,sans-serif;font-size:13px;color:var(--brand-red);text-align:center;margin-top:12px;display:none}.intake-success{display:none;text-align:center;padding:40px 0;animation:intakeFadeIn .3s var(--ease-out)}.intake-success.is-visible{display:block}.intake-success-heading{font-family:Sora,sans-serif;font-size:20px;font-weight:700;color:var(--text-primary);margin-top:16px;margin-bottom:8px}.intake-success-sub{font-family:DM Sans,sans-serif;font-size:14px;color:var(--text-muted);margin-bottom:24px}@keyframes intakeFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.intake-submit-btn.is-loading{opacity:.7;cursor:wait}body.intake-modal-open{overflow:hidden}@media(max-width:900px){.intake-modal{padding:32px 24px}.intake-services-grid{grid-template-columns:repeat(2,1fr)}.intake-form-grid{grid-template-columns:1fr}.intake-form-group--full{grid-column:1}}@media(max-width:600px){.intake-backdrop{backdrop-filter:none;-webkit-backdrop-filter:none;background:#000000bf}.intake-modal{width:calc(100% - 32px);padding:24px 20px;max-height:calc(100vh - 32px)}.intake-services-grid,.intake-checkbox-grid{grid-template-columns:1fr}.intake-heading{font-size:20px}.intake-modal.is-open .intake-close{position:sticky!important;top:0!important;right:auto!important;z-index:10002;width:44px!important;height:44px!important;margin-left:auto;margin-bottom:-44px;background:var(--surface)!important;box-shadow:inset 0 0 0 1px var(--border-subtle)}}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/images/fonts/vendor/a5d38fe99f9302756849.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/images/fonts/vendor/9fea608a947e67020c33.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/images/fonts/vendor/a5d38fe99f9302756849.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/images/fonts/vendor/9fea608a947e67020c33.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/images/fonts/vendor/a5d38fe99f9302756849.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/images/fonts/vendor/9fea608a947e67020c33.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/images/fonts/vendor/a5d38fe99f9302756849.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/images/fonts/vendor/9fea608a947e67020c33.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(/images/fonts/vendor/08e1ba85bcb55277782f.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(/images/fonts/vendor/811e11966d29f3a01fcb.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/images/fonts/vendor/08e1ba85bcb55277782f.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/images/fonts/vendor/811e11966d29f3a01fcb.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/images/fonts/vendor/08e1ba85bcb55277782f.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/images/fonts/vendor/811e11966d29f3a01fcb.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/images/fonts/vendor/08e1ba85bcb55277782f.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/images/fonts/vendor/811e11966d29f3a01fcb.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--join-ink: #111111;--join-ink-soft: #4a4a4a;--join-muted: #727272;--join-faint: #a4a4a4;--join-paper: #ffffff;--join-paper-alt: #f7f7f9;--join-paper-deep: #efeff2;--join-night: #070809;--join-night-soft: #111317;--join-line: rgba(17, 17, 17, .1);--join-line-dark: rgba(255, 255, 255, .12);--join-shadow: 0 30px 80px rgba(18, 24, 40, .12);--join-ease: cubic-bezier(.16, 1, .3, 1);--site-h1-size: clamp(48px, 5.4vw, 68px);--site-h1-size-mobile: clamp(38px, 10vw, 44px);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-xl: 34px}html{scroll-padding-top:96px;-webkit-text-size-adjust:100%}body{min-width:320px;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.55;text-rendering:optimizeLegibility}body::selection{background:#58c7f773}h1{font-family:DM Sans,sans-serif!important;font-weight:400!important;letter-spacing:-.05em!important;line-height:1.03!important}h2,h3{font-family:DM Sans,sans-serif!important;font-weight:400!important;letter-spacing:-.05em!important}h2{line-height:1.04!important}h3{line-height:1.1!important}h4{font-family:Sora,sans-serif;letter-spacing:-.035em;line-height:1.08}body :is(.idx-clean-hero,.terminal-page .hero,.research-hero,.podcast-hero,.work-hero,.events-hero,.pricing-page .pricing-hero,.vendors-page .vendors-hero,.careers-hero,.archive-hero,.mm-hero,.legal-content) h1{font-size:var(--site-h1-size)!important}@media(max-width:620px){body :is(.idx-clean-hero,.terminal-page .hero,.research-hero,.podcast-hero,.work-hero,.events-hero,.pricing-page .pricing-hero,.vendors-page .vendors-hero,.careers-hero,.archive-hero,.mm-hero,.legal-content) h1{font-size:var(--site-h1-size-mobile)!important}}.container{max-width:1248px;padding-inline:24px}.nav{min-height:72px;height:72px;background:#070809b8;border-bottom:1px solid transparent;backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);transition:top .3s var(--join-ease),background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.nav.is-scrolled:not(.is-past-hero){border-bottom-color:#ffffff1a;box-shadow:0 8px 32px #00000029}[data-theme=light] .nav:not(.is-past-hero){background:#070809b8;border-bottom-color:transparent}[data-theme=light] .nav.is-scrolled:not(.is-past-hero){border-bottom-color:#ffffff1a}[data-theme=light] .nav.is-past-hero,.nav.is-past-hero{background:#ffffffe0;border-bottom-color:#11111114;box-shadow:0 8px 32px #1111110a}[data-theme=dark] .nav.is-past-hero{background:#070809e0;border-bottom-color:#ffffff1a}.nav-inner{max-width:1248px}.nav-logo-img{width:auto;height:46px;object-fit:contain}.nav:not(.is-past-hero) .nav-logo,.nav:not(.is-past-hero) .nav-link--active{color:#fff}.nav:not(.is-past-hero) .nav-link,.nav:not(.is-past-hero) .theme-toggle,.nav:not(.is-past-hero) .nav-mobile-btn{color:#b6b8c0}.nav:not(.is-past-hero) .nav-link:hover,.nav:not(.is-past-hero) .theme-toggle:hover,.nav:not(.is-past-hero) .nav-mobile-btn:hover{color:#fff;background:#ffffff0f}.nav:not(.is-past-hero) .nav-divider{background:#ffffff24}.nav-link{font-size:14px;font-weight:600}.nav-dropdown-menu{border-radius:14px;padding:8px}body.has-announcement .mobile-menu{top:108px}.mobile-menu{top:72px}.announcement-bar{border-bottom:1px solid rgba(255,255,255,.09);background:#0b0b0d}.btn{position:relative;font-weight:700;transition:transform .2s var(--join-ease),box-shadow .2s ease,background-color .2s ease,color .2s ease}.btn-lg{min-height:52px;height:52px;padding-inline:24px}.btn-primary,.btn-brand{background:#111;color:#fff;box-shadow:0 1px #ffffff2e inset,0 12px 28px #11111129}.btn-primary:hover,.btn-brand:hover{background:#262626;transform:translateY(-2px);box-shadow:0 1px #fff3 inset,0 16px 36px #11111138}.btn-secondary{background:transparent;box-shadow:inset 0 0 0 1px #11111124}[data-theme=dark] .btn-secondary,.nav:not(.is-past-hero) .btn-secondary{box-shadow:inset 0 0 0 1px #ffffff2e}.nav-actions [onclick*=openIntakeModal],.nav-actions button.btn-secondary,:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) :is(.btn-primary,.btn-brand),:is(.idx-final-cta,.final-cta,.events-cta,.podcast-cta,.newsletter-cta,.vendors-free-cta,.mm-bottom-cta,.svc-midcta) :is(.btn-primary,.btn-brand){background:linear-gradient(180deg,#302cff,#0a06e5);color:#fff;box-shadow:0 1px #ffffff47 inset,0 10px 30px #0a06e561}.nav-actions [onclick*=openIntakeModal]:hover,.nav-actions button.btn-secondary:hover,:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) :is(.btn-primary,.btn-brand):hover,:is(.idx-final-cta,.final-cta,.events-cta,.podcast-cta,.newsletter-cta,.vendors-free-cta,.mm-bottom-cta,.svc-midcta) :is(.btn-primary,.btn-brand):hover{background:linear-gradient(180deg,#4541ff,#1712f0);transform:translateY(-2px);box-shadow:0 1px #ffffff52 inset,0 16px 36px #0a06e56b}.mobile-menu a.mobile-menu-book-call,[data-theme=light] .mobile-menu a.mobile-menu-book-call{margin-top:8px;justify-content:center;background:#fff;color:#111;border-bottom:0;box-shadow:inset 0 0 0 1px #1113}.mobile-menu a.mobile-menu-book-call:hover,[data-theme=light] .mobile-menu a.mobile-menu-book-call:hover{background:#f3f3f3;color:#111}.btn:focus-visible,.nav-link:focus-visible,.footer-link:focus-visible{outline:3px solid rgba(88,199,247,.7);outline-offset:3px}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero){position:relative;isolation:isolate;overflow:hidden;min-height:620px;padding-top:148px;padding-bottom:80px;background:radial-gradient(circle at 78% 30%,rgba(88,199,247,.16),transparent 24%),radial-gradient(circle at 90% 10%,rgba(10,6,229,.28),transparent 34%),linear-gradient(135deg,#070809,#10101b 60%,#0a06e5 150%);color:#fff}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero):before{content:"";position:absolute;inset:0;z-index:1;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,transparent,black 20%,black 65%,transparent 94%);-webkit-mask-image:linear-gradient(to bottom,transparent,black 20%,black 65%,transparent 94%);pointer-events:none}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero):after{content:"";position:absolute;inset:-8% 0;z-index:0;background-image:image-set(url(/images/hero-earth-nasa.avif) type("image/avif"),url(/images/hero-earth-nasa.jpg.webp) type("image/jpeg"));background-position:center 48%;background-size:cover;background-repeat:no-repeat;filter:saturate(.55) contrast(1.08);opacity:.3;mask-image:linear-gradient(to bottom,transparent 5%,black 17%,black 76%,transparent 94%);-webkit-mask-image:linear-gradient(to bottom,transparent 5%,black 17%,black 76%,transparent 94%);pointer-events:none}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero)>.container,:is(main,body)>.mm-hero>.container{position:relative;z-index:2}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) h1,:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) h2{color:#fff;font-size:clamp(3rem,5.2vw,4.65rem);font-weight:600;line-height:1.02;letter-spacing:-.055em}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) .gradient-text{background:none!important;color:#8f92a0!important;-webkit-text-fill-color:#8f92a0!important;animation:none}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) :is(.idx-hero-sub,.hero-sub,.pricing-hero-desc,.podcast-hero-sub,.research-hero-sub,.archive-hero-sub,.vendors-hero-desc,.careers-hero-sub,.events-hero-sub,.mm-subtitle){color:#a4a7b0;font-size:clamp(1.05rem,1.45vw,1.22rem);line-height:1.65}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) :is(.idx-hero-eyebrow,.hero-eyebrow,.podcast-hero-badge,.research-hero-badge,.vendors-hero-badge,.careers-hero-eyebrow,.mm-badge){display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border:0;border-radius:999px;background:#ffffff12;color:#bec0c7;box-shadow:inset 0 0 0 1px #ffffff21;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(12px)}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) :is(.idx-hero-stats,.hero-proof,.events-hero-stat-label,.vendors-hero-sub-text){color:#858892}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) :is(.events-hero-stat-value,.stat-value){color:#fff}.hero-terminal-preview,.vendors-hero-screenshot{overflow:hidden;border:0;border-radius:34px;background:#ffffff0b;box-shadow:inset 0 0 0 1px #ffffff1a,0 0 42px #0a06e529,0 28px 76px #00000057}[data-theme=light] :is(.hero-terminal-preview,.vendors-hero-screenshot){border-color:transparent;background:#ffffff0b;box-shadow:inset 0 0 0 1px #ffffff1a,0 0 42px #0a06e529,0 28px 76px #00000057}[data-theme=light] body{background:var(--join-paper);color:var(--join-ink-soft)}[data-theme=light] body:not(.editorial-page) main>section:not(.idx-hero):not(.hero):not(.pricing-hero):not(.podcast-hero):not(.research-hero):not(.archive-hero):not(.vendors-hero):not(.careers-hero):not(.events-hero):not(.mm-hero):not(.idx-final-cta):not(.final-cta):not(.events-cta):not(.podcast-cta):not(.newsletter-cta):not(.vendors-free-cta):not(.mm-bottom-cta):not(.svc-midcta){background-color:var(--join-paper)}.section-heading,.idx-platform-header h2,.idx-support-header h2,.idx-audience-left h2,.idx-diff-header h2,.pricing-section-header h2,.episodes-header h2,.research-section-header h2,.svc-section-header h2{font-weight:600;letter-spacing:-.045em}:is(.section-label,.svc-section-label,.mm-section-label,.events-year-label){font-family:DM Sans,sans-serif;font-size:12px;font-weight:700;letter-spacing:.13em}[data-theme=light] :is(.bento-card,.bento-ghost-card,.category-card,.episode-card,.event-card,.iaas-card,.idx-audience-card,.idx-diff-card,.idx-platform-card,.idx-support-card,.job-card,.newsletter-cta-card,.pricing-card,.svc-casestudy-card,.svc-pillar-card,.svc-service-card,.vendors-problem-card){border-color:transparent;border-radius:22px;background:#fff;box-shadow:inset 0 0 0 1px #11111114,0 18px 54px #1218280f}[data-theme=light] :is(.bento-card,.category-card,.episode-card,.event-card,.iaas-card,.idx-audience-card,.idx-diff-card,.idx-platform-card,.idx-support-card,.job-card,.pricing-card,.svc-casestudy-card,.svc-pillar-card,.svc-service-card,.vendors-problem-card):hover{border-color:transparent;transform:translateY(-4px);background:#fff;box-shadow:inset 0 0 0 1px #1111111f,0 24px 68px #1218281c}[data-theme=light] :is(.svc-testimonial-card,.testimonial-card,.guest-cta){overflow:hidden;border:0;border-radius:34px;background:var(--join-night);color:#fff;box-shadow:inset 0 0 0 1px #ffffff0f}[data-theme=light] :is(.svc-testimonial-card,.testimonial-card,.guest-cta) :is(h2,h3,strong){color:#fff}[data-theme=light] :is(.svc-testimonial-card,.testimonial-card,.guest-cta) :is(p,span){color:#a1a4ad}:is(.idx-final-cta,.final-cta,.events-cta,.podcast-cta,.newsletter-cta,.vendors-free-cta,.mm-bottom-cta,.svc-midcta){position:relative;overflow:hidden;padding-top:120px;padding-bottom:120px;background:linear-gradient(135deg,#070809,#10101b 58%,#0a06e5 145%);color:#fff}:is(.idx-final-cta,.final-cta,.events-cta,.podcast-cta,.newsletter-cta,.vendors-free-cta,.mm-bottom-cta,.svc-midcta):before,:is(.idx-final-cta,.final-cta,.events-cta,.podcast-cta,.newsletter-cta,.vendors-free-cta,.mm-bottom-cta,.svc-midcta):after{content:"";position:absolute;left:50%;top:-420px;width:720px;height:720px;border:1px solid rgba(88,199,247,.15);border-radius:50%;transform:translate(-50%);pointer-events:none}:is(.idx-final-cta,.final-cta,.events-cta,.podcast-cta,.newsletter-cta,.vendors-free-cta,.mm-bottom-cta,.svc-midcta):after{top:-540px;width:960px;height:960px}:is(.idx-final-cta,.final-cta,.events-cta,.podcast-cta,.newsletter-cta,.vendors-free-cta,.mm-bottom-cta,.svc-midcta) :is(h2,h3){color:#fff;font-weight:600;letter-spacing:-.055em}:is(.idx-final-cta,.final-cta,.events-cta,.podcast-cta,.newsletter-cta,.vendors-free-cta,.mm-bottom-cta,.svc-midcta) :is(p,.final-cta-sub,.idx-final-cta-sub){color:#a4a7b0}.site-footer{padding:58px 0 36px;border-top:1px solid #202228;background:var(--join-night);color:#777a83}.site-footer :is(.footer-brand,.footer-link:hover,.footer-social-link:hover){color:#fff}.site-footer :is(.footer-desc,.footer-link,.footer-copy,.footer-heading,.footer-social-link){color:#777a83}.site-footer .footer-social-link{background:#ffffff0e;box-shadow:inset 0 0 0 1px #ffffff1a}.site-footer .footer-brand-img{height:34px}.footer-bottom{border-top-color:#ffffff14}@media(max-width:900px){html{scroll-padding-top:84px}.nav{min-height:64px;height:64px}.nav-logo-img{height:40px}.announcement-bar{height:34px;padding-inline:12px 42px;font-size:10.5px;line-height:1.2}.announcement-bar a{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.has-announcement .nav{top:34px}.mobile-menu{top:64px}body.has-announcement .mobile-menu{top:98px}.nav-actions>a[href*="terminal.fiftyone.xyz"]{display:none}.theme-toggle{display:none}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero){min-height:auto;padding-top:128px;padding-bottom:68px}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) h1,:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) h2{font-size:clamp(2.65rem,8vw,3.6rem)}:is(.idx-final-cta,.final-cta,.events-cta,.podcast-cta,.newsletter-cta,.vendors-free-cta,.mm-bottom-cta,.svc-midcta){padding-top:88px;padding-bottom:88px}}@media(max-width:620px){.container{padding-inline:20px}.nav-actions .btn{min-height:42px;height:42px;padding-inline:15px;font-size:12px}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero){padding-top:106px;padding-bottom:50px}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero):before{background-size:48px 48px}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero):after{background-position:58% center;opacity:.2}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) h1,:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) h2{font-size:clamp(2.3rem,10.8vw,3rem);letter-spacing:-.045em}:is(main,body)>:is(.idx-hero,.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero) :is(.idx-hero-sub,.hero-sub,.pricing-hero-desc,.podcast-hero-sub,.research-hero-sub,.archive-hero-sub,.vendors-hero-desc,.careers-hero-sub,.events-hero-sub,.mm-subtitle){font-size:15.5px;line-height:1.55}.hero-terminal-preview,.vendors-hero-screenshot,[data-theme=light] :is(.svc-testimonial-card,.testimonial-card,.guest-cta){border-radius:22px}.site-footer{padding-top:44px}}@media(prefers-reduced-motion:reduce){.btn,.nav,.reveal,[class$=-card]{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}[data-theme=light] img.trust-logo{filter:saturate(.58) contrast(1.06)!important;mix-blend-mode:normal!important;opacity:.78!important}[data-theme=light] img.trust-logo:hover{filter:saturate(1) contrast(1)!important;opacity:1!important}html[data-theme] .idx-hero .hero-trust img.trust-logo{filter:grayscale(1) brightness(0) invert(1)!important;mix-blend-mode:normal!important;opacity:.74!important}html[data-theme] .idx-hero .hero-trust img.trust-logo:hover{filter:grayscale(1) brightness(0) invert(1)!important;opacity:1!important}:is(.fiftyone-person-grid,.podcast-guests-grid){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}:is(.fiftyone-person-card,.podcast-guest){display:flex;align-items:center;min-width:0;gap:12px;padding:12px;border-radius:16px;background:var(--surface);box-shadow:inset 0 0 0 1px var(--border-subtle)}:is(.fiftyone-person-card,.podcast-guest)>img{width:52px;height:52px;flex:0 0 52px;border:0;border-radius:13px;object-fit:cover;background:var(--elevated)}.fiftyone-person-card>div,.podcast-guest-info{display:flex;min-width:0;flex-direction:column}.fiftyone-person-card strong,.podcast-guest-name{overflow:hidden;color:var(--text-primary);font-family:Sora,sans-serif;font-size:12px;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.fiftyone-person-card span,.podcast-guest-role{overflow:hidden;margin-top:3px;color:var(--text-muted);font-family:IBM Plex Mono,monospace;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.idx-people-panel .fiftyone-person-card{background:#ffffff0e;box-shadow:inset 0 0 0 1px #ffffff1a}.idx-people-panel .fiftyone-person-card strong{color:#fff}.idx-people-panel .fiftyone-person-card span{color:#979aa5}:is(.fiftyone-founder-card,.svc-leadership-founder){display:grid;grid-template-columns:220px minmax(0,1fr);gap:0;width:100%;max-width:none;margin:28px 0 0;padding:0;overflow:hidden;border:0;border-radius:24px;background:#0a0b0e;color:#fff;box-shadow:inset 0 0 0 1px #ffffff17}:is(.fiftyone-founder-media,.svc-leadership-photo){width:100%;height:100%;min-height:245px;overflow:hidden;border-radius:0;box-shadow:none}:is(.fiftyone-founder-media,.svc-leadership-photo) img{width:100%;height:100%;object-fit:cover;object-position:center}:is(.fiftyone-founder-body,.svc-leadership-founder-info){padding:34px 38px}.fiftyone-founder-meta,.svc-leadership-founder-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.fiftyone-founder-meta span:first-child,.svc-leadership-name{color:#fff;font-family:Sora,sans-serif;font-size:14px;font-weight:600}.fiftyone-founder-meta span:last-child,.svc-leadership-title{color:#98ea65;font-family:IBM Plex Mono,monospace;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.fiftyone-founder-body h3{max-width:620px;margin-bottom:12px;color:#fff;font-size:clamp(24px,3vw,36px)}.fiftyone-founder-body p,html[data-theme] .svc-leadership-founder-info>p{max-width:720px;color:#a4a7b0;font-size:14px;line-height:1.7}.fiftyone-founder-body a{display:inline-flex;margin-top:22px;color:#fff;font-size:13px;font-weight:700}.svc-leadership-linkedin{color:#a4a7b0}@media(max-width:760px){:is(.fiftyone-person-grid,.podcast-guests-grid){grid-template-columns:repeat(2,minmax(0,1fr))}:is(.fiftyone-founder-card,.svc-leadership-founder){grid-template-columns:150px minmax(0,1fr)}:is(.fiftyone-founder-body,.svc-leadership-founder-info){padding:26px}}@media(max-width:520px){:is(.fiftyone-person-grid,.podcast-guests-grid){grid-template-columns:1fr}:is(.fiftyone-founder-card,.svc-leadership-founder){grid-template-columns:1fr}:is(.fiftyone-founder-media,.svc-leadership-photo){height:250px;min-height:250px}:is(.fiftyone-founder-body,.svc-leadership-founder-info){padding:24px}}html[data-theme=light] .btn-secondary,html[data-theme=light] .nav.is-past-hero .nav-actions .btn-secondary{background:#1111110b;color:#111;box-shadow:inset 0 0 0 1px #1111114d,0 1px 2px #1111110d}html[data-theme=light] .btn-secondary:hover,html[data-theme=light] .nav.is-past-hero .nav-actions .btn-secondary:hover{background:#11111117;color:#111;box-shadow:inset 0 0 0 1px #1111116b,0 7px 18px #11111114}html[data-theme=light] :is(.idx-hero-ctas,.hero-ctas,.podcast-hero-ctas,.research-hero-content) .btn-secondary,html[data-theme=light] .nav:not(.is-past-hero) .nav-actions .btn-secondary{background:#ffffff14;color:#fff;box-shadow:inset 0 0 0 1px #ffffff57,0 8px 22px #00000026}html[data-theme=light] :is(.idx-hero-ctas,.hero-ctas,.podcast-hero-ctas,.research-hero-content) .btn-secondary:hover,html[data-theme=light] .nav:not(.is-past-hero) .nav-actions .btn-secondary:hover{background:#ffffff29;color:#fff;box-shadow:inset 0 0 0 1px #ffffff80,0 12px 28px #0003}.reveal,.reveal-d1,.reveal-d2,.reveal-d3{opacity:1!important;transform:none!important;transition:none!important}.home-page .announcement-bar{display:none}.home-page.has-announcement .nav{top:0}.home-page.has-announcement .mobile-menu{top:72px}.nav .nav-actions button.nav-book-call,html[data-theme=light] .nav.is-past-hero .nav-actions button.nav-book-call,html[data-theme=light] .nav:not(.is-past-hero) .nav-actions button.nav-book-call{background:#fff;color:#111;box-shadow:inset 0 0 0 1px #1111112e,0 8px 22px #00000024}.nav .nav-actions button.nav-book-call:hover,html[data-theme=light] .nav.is-past-hero .nav-actions button.nav-book-call:hover,html[data-theme=light] .nav:not(.is-past-hero) .nav-actions button.nav-book-call:hover{background:#f3f3f3;color:#111;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #1111113d,0 12px 28px #0000002e}:is(main,body)>:is(.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero){background:radial-gradient(circle at 88% 16%,rgba(10,6,229,.12),transparent 32%),#090a0d}:is(main,body)>:is(.hero,.pricing-hero,.podcast-hero,.research-hero,.archive-hero,.vendors-hero,.careers-hero,.events-hero,.mm-hero):after{display:none}.nav:not(.is-past-hero) .nav-actions .btn-primary,.home-page .idx-hero-ctas .btn-primary,.idx-final-cta .btn-primary{background:#fff;color:#111;box-shadow:inset 0 0 0 1px #11111114}.nav:not(.is-past-hero) .nav-actions .btn-primary:hover,.home-page .idx-hero-ctas .btn-primary:hover,.idx-final-cta .btn-primary:hover{background:#f0f0f0;color:#111;box-shadow:inset 0 0 0 1px #1111111f}.nav.is-past-hero .nav-actions .btn-primary{background:#111;color:#fff;box-shadow:none}html[data-theme=dark] .nav .nav-actions .btn-primary{background:#fff;color:#111;box-shadow:inset 0 0 0 1px #ffffffeb}html[data-theme=dark] .nav .nav-actions .btn-primary:hover{background:#e9e9e9;color:#111}@media(max-width:900px){.nav-actions .btn{display:none!important}.home-page.has-announcement .mobile-menu{top:64px}.mobile-menu a:last-child{min-height:52px;margin-top:12px;padding:0 24px;justify-content:center;border-bottom:0;border-radius:999px;background:#fff;color:#111;box-shadow:inset 0 0 0 1px #11111114;font-weight:600}.mobile-menu a:last-child:hover{background:#f0f0f0;color:#111}html[data-theme=light] .mobile-menu a:last-child{background:#111;color:#fff;box-shadow:none}html[data-theme=light] .mobile-menu a:last-child:hover{background:#262626;color:#fff}}.nav-logo span,.nav-link,.nav-dropdown-item,.mobile-menu a{font-family:DM Sans,sans-serif;font-weight:500!important}.nav-actions .btn,.mobile-menu a.mobile-menu-book-call,.mobile-menu a:last-child{font-weight:600!important}.nav-inner{gap:18px}.nav-logo-img{width:38px;height:auto}.nav-logo span{font-size:12px;font-weight:650!important;letter-spacing:-.02em}.nav-links{gap:2px}.nav-link{padding-inline:10px;font-size:14px;font-weight:650!important}.nav-actions{margin-left:auto;gap:10px}.nav-right-links:empty{display:none}html[data-theme] body .nav .nav-actions a.btn.nav-reader-login{min-height:38px;padding-inline:18px;border:0;border-radius:999px;background:transparent!important;color:#ededed!important;box-shadow:inset 0 0 0 1px #ffffff57!important;font-size:13px;font-weight:600!important;line-height:1}html[data-theme] body .nav .nav-actions a.btn.nav-reader-login:hover{background:#ffffff17!important;color:#fff!important;box-shadow:inset 0 0 0 1px #ffffff94!important;transform:none}html[data-theme=light] body .nav.is-past-hero .nav-actions a.btn.nav-reader-login{color:#111!important;box-shadow:inset 0 0 0 1px #1111114d!important}html[data-theme=light] body .nav.is-past-hero .nav-actions a.btn.nav-reader-login:hover{background:#1111110f!important;box-shadow:inset 0 0 0 1px #11111180!important}.nav .site-menu-button{position:relative;z-index:250;display:inline-flex;width:44px;height:44px;flex:0 0 auto;align-items:center;justify-content:center;margin-left:0;border:0;border-radius:50%;background:transparent;color:currentColor;cursor:pointer}.nav .site-menu-button:hover{background:#7f7f7f1a}.nav .site-menu-button>span,.site-drawer-close>span{position:absolute;width:23px;height:1.5px;background:currentColor;transition:transform .22s ease}.nav .site-menu-button>span:nth-child(1){width:31px;transform:translateY(-6px)}.nav .site-menu-button>span:nth-child(2){width:25px}.nav .site-menu-button>span:nth-child(3){width:19px;transform:translateY(6px)}.nav .site-menu-button.is-active>span:nth-child(1){width:23px;transform:rotate(45deg)}.nav .site-menu-button.is-active>span:nth-child(2){opacity:0}.nav .site-menu-button.is-active>span:nth-child(3){width:23px;transform:rotate(-45deg)}.site-drawer-overlay{position:fixed;inset:0;z-index:218;display:block;width:100%;height:100%;padding:0;border:0;background:#08090c7a;opacity:0;pointer-events:none;transition:opacity .28s ease;backdrop-filter:blur(3px)}.site-drawer-overlay.is-visible{opacity:1;pointer-events:auto}.mobile-menu.site-drawer{position:fixed;inset:0 0 0 auto;z-index:220;display:flex;width:min(450px,100vw);height:100dvh;flex-direction:column;gap:0;padding:0 39px max(28px,env(safe-area-inset-bottom,0px));overflow-x:hidden;overflow-y:auto;border:0;background:#fffcf4;color:#111;box-shadow:-24px 0 64px #0b0c1029;opacity:1;pointer-events:none;transform:translate(102%);transition:transform .3s cubic-bezier(.22,1,.36,1);visibility:visible}.mobile-menu.site-drawer.is-open{display:flex;pointer-events:auto;transform:translate(0)}.mobile-menu.site-drawer[aria-hidden=true]{visibility:hidden}[data-theme=dark] .mobile-menu.site-drawer{background:#0b0c0f;color:#f7f6f0;box-shadow:-24px 0 64px #0000007a}.site-drawer-open{overflow:hidden}.site-drawer-head{display:flex;min-height:86px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(17,17,17,.18)}[data-theme=dark] .site-drawer-head{border-bottom-color:#ffffff2e}.site-drawer-brand{color:inherit;font-family:Sora,sans-serif;font-size:15px;font-weight:700;letter-spacing:-.03em}.site-drawer-close{position:relative;display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.site-drawer-close:hover{background:#7f7f7f1a}.site-drawer-close>span:first-child{transform:rotate(45deg)}.site-drawer-close>span:last-child{transform:rotate(-45deg)}.site-drawer-nav{display:flex;flex-direction:column;padding-top:31px}.mobile-menu.site-drawer a{display:flex;min-height:0;align-items:center;justify-content:space-between;padding:0;border:0;border-radius:0;background:transparent;color:inherit;box-shadow:none}.site-drawer-primary{display:grid;gap:13px;padding-bottom:29px}.mobile-menu.site-drawer .site-drawer-primary>a{font-family:Sora,sans-serif;font-size:22px;font-weight:700!important;line-height:1.35;letter-spacing:-.035em}.site-drawer-group{display:grid;gap:10px;padding:24px 0;border-top:1px solid rgba(17,17,17,.18)}[data-theme=dark] .site-drawer-group{border-top-color:#ffffff2e}.site-drawer-group>span{margin-bottom:3px;color:#6d6b64;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}[data-theme=dark] .site-drawer-group>span{color:#8d9098}.mobile-menu.site-drawer .site-drawer-group>a{font-size:16px;font-weight:500!important;line-height:1.5}.mobile-menu.site-drawer a[aria-current=page]:after{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#0a06e5;content:""}.mobile-menu.site-drawer a:hover,.mobile-menu.site-drawer a:focus-visible{background:transparent;color:#0a06e5;outline:0}[data-theme=dark] .mobile-menu.site-drawer a:hover,[data-theme=dark] .mobile-menu.site-drawer a:focus-visible{color:#7ea4ff}.site-drawer-footer{display:grid;gap:18px;margin-top:auto;padding-top:24px;border-top:1px solid rgba(17,17,17,.18)}[data-theme=dark] .site-drawer-footer{border-top-color:#ffffff2e}.mobile-menu.site-drawer a.site-drawer-subscribe{min-height:52px;justify-content:space-between;padding:0 20px;border-radius:999px;background:#111;color:#fff;font-size:14px;font-weight:700!important}.mobile-menu.site-drawer a.site-drawer-subscribe:hover{background:#282828;color:#fff}[data-theme=dark] .mobile-menu.site-drawer a.site-drawer-subscribe{background:#fff;color:#111}.site-drawer-footer>div{display:flex;gap:18px}.mobile-menu.site-drawer .site-drawer-footer>div a{color:#6d6b64;font-size:12px;font-weight:500!important}@media(max-width:1100px){.nav-links{display:none}}@media(min-width:1101px)and (max-width:1320px){.nav-inner{gap:10px;padding-inline:22px}.nav-left{gap:14px}.nav-logo span{display:none}.nav-link{padding-inline:5px;font-size:12px}.nav-actions{gap:7px}.nav-actions .theme-toggle{display:none}}@media(max-width:900px){.nav-actions .theme-toggle,.nav-actions .btn{display:inline-flex!important}}@media(max-width:650px){.mobile-menu.site-drawer{width:100vw;padding-inline:28px}.nav-actions .theme-toggle{display:none!important}.nav-actions .btn{min-height:38px;padding-inline:14px}.nav-divider{display:none}}@media(max-width:410px){.nav-logo span{display:none}.mobile-menu.site-drawer{padding-inline:22px}}@media(prefers-reduced-motion:reduce){.site-drawer-overlay,.mobile-menu.site-drawer,.nav .site-menu-button>span{transition:none}}body.has-announcement .mobile-menu.site-drawer,.home-page.has-announcement .mobile-menu.site-drawer{top:0}@media(max-width:900px){html[data-theme] .mobile-menu.site-drawer :is(.site-drawer-primary,.site-drawer-group)>a,html[data-theme] .mobile-menu.site-drawer .site-drawer-footer>div>a{min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:inherit;box-shadow:none}html[data-theme] .mobile-menu.site-drawer :is(.site-drawer-primary,.site-drawer-group)>a:hover,html[data-theme] .mobile-menu.site-drawer .site-drawer-footer>div>a:hover{background:transparent;color:#0a06e5}html[data-theme=dark] .mobile-menu.site-drawer :is(.site-drawer-primary,.site-drawer-group)>a:hover,html[data-theme=dark] .mobile-menu.site-drawer .site-drawer-footer>div>a:hover{color:#7ea4ff}html[data-theme] .mobile-menu.site-drawer a.site-drawer-subscribe{min-height:52px;margin:0;padding:0 20px;border-radius:999px;background:#111;color:#fff}html[data-theme=dark] .mobile-menu.site-drawer a.site-drawer-subscribe{background:#fff;color:#111}}@media(max-width:650px){.announcement-bar{height:44px;padding:0 48px 0 14px;box-sizing:border-box}.announcement-bar>a{min-width:0;max-width:100%}.announcement-bar .announcement-copy{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.announcement-bar .announcement-arrow{flex:0 0 auto}.announcement-bar .announcement-dismiss{top:0;right:0;display:grid;width:44px;height:44px;padding:0;place-items:center;transform:none}body.has-announcement .nav{top:44px}body.has-announcement .mobile-menu:not(.site-drawer){top:100px}.nav-logo,.nav .site-menu-button,.nav .nav-mobile-btn,.nav-actions .btn{min-height:44px!important}.nav-logo{min-width:44px;justify-content:center}html[data-theme] .mobile-menu.site-drawer :is(.site-drawer-primary,.site-drawer-group)>a,html[data-theme] .mobile-menu.site-drawer .site-drawer-footer>div>a{min-height:44px}html[data-theme] .mobile-menu.site-drawer .site-drawer-footer>div>a{padding-inline:4px}html[data-theme=dark] .mobile-menu.site-drawer a.site-drawer-subscribe,html[data-theme=dark] .mobile-menu.site-drawer a.site-drawer-subscribe:visited,html[data-theme=dark] .mobile-menu.site-drawer a.site-drawer-subscribe:hover,html[data-theme=dark] .mobile-menu.site-drawer a.site-drawer-subscribe:focus-visible{background:#fff!important;color:#111!important}.mobile-menu.site-drawer .site-drawer-head{position:sticky;top:0;z-index:3;background:#fffcf4}html[data-theme=dark] .mobile-menu.site-drawer .site-drawer-head{background:#0b0c0f}.site-footer :is(.footer-link,.footer-social-link){min-height:44px;align-items:center}}@media(max-width:360px){.announcement-bar .announcement-arrow{display:none}}.site-final-cta.section{position:relative;isolation:isolate;overflow:hidden;padding:112px 0 120px;background:linear-gradient(135deg,#070809,#10101b 58%,#0a06e5 145%)!important;color:#fff}.site-final-cta:before,.site-final-cta:after{content:"";position:absolute;top:-420px;left:50%;z-index:0;width:720px;height:720px;border:1px solid rgba(88,199,247,.15);border-radius:50%;transform:translate(-50%);pointer-events:none}.site-final-cta:after{top:-540px;width:960px;height:960px;border-color:#ffffff17}.site-final-cta .container{position:relative;z-index:2}.site-final-cta-panel,.site-final-cta .idx-final-cta-content,.site-final-cta .newsletter-cta-card,.site-final-cta .guest-cta-content{position:relative;z-index:2;width:100%;max-width:760px;margin:0 auto;padding:0;border:0;border-radius:0;background:transparent!important;color:#fff;box-shadow:none!important;text-align:center}.site-final-cta-eyebrow,.site-final-cta .section-label,.site-final-cta .section-kicker{display:inline-flex;align-items:center;min-height:28px;margin:0 auto 22px;padding:6px 12px;border-radius:999px;background:#98ea6514;color:#98ea65!important;box-shadow:inset 0 0 0 1px #98ea652e;font-family:DM Sans,sans-serif;font-size:10px;font-weight:700;letter-spacing:.13em;line-height:1;text-transform:uppercase}.site-final-cta h2{max-width:760px;margin:0 auto 18px;color:#fff!important;font-family:Sora,sans-serif;font-size:clamp(36px,4vw,48px);font-weight:600;line-height:1.04;letter-spacing:-.052em}.site-final-cta :is(.site-final-cta-sub,.idx-final-cta-sub,.newsletter-cta-sub,.guest-cta-sub){max-width:600px;margin:0 auto 34px;color:#a4a7b0!important;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.65}.site-final-cta-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.site-final-cta-actions .btn-primary{background:#fff!important;color:#111!important;box-shadow:inset 0 0 0 1px #11111114,0 14px 34px #0003!important}.site-final-cta-actions .btn-primary:hover{background:#f0f0f0!important;color:#111!important}.site-final-cta-form-wrap{width:100%;max-width:650px;margin:38px auto 0;text-align:left}.site-final-cta-form-label{display:block;margin:0 4px 9px;color:#eceef2;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700}.site-final-cta .site-final-cta-form{display:flex;align-items:center;gap:8px;width:100%;max-width:none;margin:0;padding:7px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #11111124,0 16px 40px #12182833}.site-final-cta .site-final-cta-form:focus-within{box-shadow:inset 0 0 0 2px #0a06e5,0 18px 46px #0a06e533}.site-final-cta .site-final-cta-form input[type=email]{min-width:0;flex:1;height:52px;padding:0 17px;border:0;border-radius:999px;outline:0;background:transparent!important;color:#111!important;box-shadow:none!important;font:500 16px/1.2 DM Sans,sans-serif}.site-final-cta .site-final-cta-form input[type=email]::placeholder{color:#8b8b8b}.site-final-cta .site-final-cta-form .btn{flex:0 0 auto;min-width:174px;height:52px;padding:0 22px;border-radius:999px;background:linear-gradient(180deg,#302cff,#0a06e5)!important;color:#fff!important;box-shadow:0 10px 24px #0a06e538,inset 0 1px #ffffff40!important;font-size:13px;font-weight:700}.site-final-cta .site-final-cta-form .btn:hover{background:linear-gradient(180deg,#2420f3,#0805c5)!important}.site-final-cta-form-note{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:9px 16px;margin:13px 4px 0;color:#777a83!important;font-family:DM Sans,sans-serif;font-size:12.5px;text-align:center}.site-final-cta-form-note strong{color:#fff}.site-final-cta .newsletter-cta-card-accent,.site-final-cta .newsletter-cta-stats-row,.site-final-cta .newsletter-trust,.site-final-cta>.newsletter-cta-glow,.site-final-cta>.guest-cta-glow{display:none}@media(max-width:640px){.site-final-cta.section{padding:82px 0 90px}.site-final-cta h2{font-size:clamp(32px,9vw,40px)}.site-final-cta :is(.site-final-cta-sub,.idx-final-cta-sub,.newsletter-cta-sub,.guest-cta-sub){margin-bottom:28px;font-size:15px}.site-final-cta-form-wrap{margin-top:28px}.site-final-cta .site-final-cta-form{flex-direction:column;align-items:stretch;gap:10px;padding:0;border-radius:0;background:transparent;box-shadow:none}.site-final-cta .site-final-cta-form:focus-within{box-shadow:none}.site-final-cta .site-final-cta-form input[type=email]{flex:0 0 auto;width:100%;height:54px;padding:0 20px;background:#fff!important;box-shadow:inset 0 0 0 1px #11111124,0 12px 30px #12182829!important;font-size:15px;text-align:left}.site-final-cta .site-final-cta-form input[type=email]:focus{box-shadow:inset 0 0 0 2px #0a06e5,0 14px 34px #0a06e52e!important}.site-final-cta .site-final-cta-form .btn{width:100%;min-width:0;height:54px;padding:0 20px;font-size:13px;white-space:nowrap}.site-final-cta-form-note{gap:6px 14px;margin:15px auto 0}.site-final-cta-actions .btn{width:auto}}@media(max-width:390px){.site-final-cta .site-final-cta-form .btn{min-width:0;padding:0 14px;font-size:12px}}[hidden]{display:none!important}.research-hero{min-height:540px!important;padding:140px 0 72px!important;display:flex;align-items:center;background:radial-gradient(circle at 78% 28%,rgba(10,6,229,.18),transparent 31%),radial-gradient(circle at 18% 72%,rgba(88,199,247,.06),transparent 30%),#090a0d!important}.research-hero:before{background-size:64px 64px!important;opacity:.76}.research-hero-glow{top:-260px;width:960px;height:700px;background:radial-gradient(ellipse,rgba(10,6,229,.12),transparent 68%)!important}.research-hero-content{max-width:920px;margin:0 auto}.research-hero .research-hero-badge{margin:0 auto 26px}.research-hero h1{max-width:900px;margin:0 auto 22px;font-size:clamp(3.35rem,5.4vw,4.75rem)!important}.research-hero-sub{max-width:650px;margin:0 auto 30px;font-size:clamp(1.05rem,1.35vw,1.18rem)!important;line-height:1.55!important}.research-hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.research-hero .btn-primary{background:#fff!important;color:#111!important;box-shadow:inset 0 0 0 1px #11111114,0 10px 30px #0003!important}.research-hero .btn-primary:hover{background:#f0f0f2!important;color:#111!important}.research-hero-proof{display:flex;align-items:center;justify-content:center;gap:9px;margin:20px 0 0;color:#7f828c;font-size:13px}.research-hero-proof strong{color:#c9cbd1;font-weight:600}.report-showcase{padding:88px 0}.report-showcase-layout{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:72px;padding:64px;border-radius:28px;background:#f4f4f6;box-shadow:inset 0 0 0 1px #11111112}.report-cover-wrapper{width:min(100%,310px)}.report-cover-img,.report-cover-wrapper:hover .report-cover-img{transform:none;border-radius:10px;box-shadow:0 1px 2px #11111114,0 24px 56px #1111112e!important}.report-cover-wrapper:before,.report-cover-wrapper:after{display:none}.report-showcase-content{max-width:650px}.report-showcase-badge{margin-bottom:18px;background:#0a06e512;color:#0a06e5;box-shadow:inset 0 0 0 1px #0a06e51f;font-family:DM Sans,sans-serif;font-weight:700;letter-spacing:.1em}.report-showcase-title{margin-bottom:14px;font-size:clamp(2rem,3.6vw,3rem);letter-spacing:-.05em}.report-showcase-desc{max-width:620px;margin-bottom:28px;font-size:17px;line-height:1.58}.report-showcase-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:28px;padding:20px 0;border-top:1px solid rgba(17,17,17,.09);border-bottom:1px solid rgba(17,17,17,.09)}.report-highlight{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;padding:0 18px;border-right:1px solid rgba(17,17,17,.09);color:#6f7077;font-size:12px;line-height:1.35}.report-highlight:first-child{padding-left:0}.report-highlight:last-child{padding-right:0;border-right:0}.report-highlight strong{color:#111;font-family:Sora,sans-serif;font-size:23px;font-weight:650;letter-spacing:-.04em}.report-gate-form{max-width:590px}.report-gate-input-row{padding:4px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #11111121}.report-gate-input{height:48px;padding:0 18px;background:transparent!important;box-shadow:none!important}.report-gate-btn{height:48px;background:#111!important;color:#fff!important;box-shadow:none!important}.report-gate-btn:hover{background:#292929!important}.report-gate-note{margin-top:10px;font-family:DM Sans,sans-serif;font-size:11px}.report-partners{margin-top:28px}.report-partners-logos a{display:inline-flex;align-items:center}.report-partner-logo--proof-of-talk{height:24px;opacity:.72}.report-partner-logo--proof-of-talk:hover{opacity:1}.report-library{padding:96px 0 104px}.report-library-header{margin-bottom:54px}.report-library-header .section-label{margin-bottom:12px}.report-library-header .section-heading{font-size:clamp(2.25rem,4vw,3.5rem)}.report-library-grid{max-width:960px;gap:44px 32px;margin-bottom:46px}.report-library-link{max-width:224px}.report-library-cover-wrap{border-radius:8px;box-shadow:0 1px 2px #11111112,0 16px 36px #1111111c!important}.report-library-link:hover .report-library-cover-wrap{transform:translateY(-5px);box-shadow:0 1px 2px #11111114,0 22px 48px #11111129!important}.report-library-title{margin-top:14px;color:#222229;font-size:13px}.report-library-toggle{display:none!important}.report-library-footer{margin-top:0}.iaas-section{padding:96px 0;background:#fff!important;border:0}.iaas-section>.container{width:calc(100% - 48px);max-width:1152px;padding:64px;border-radius:28px;background:#f4f4f6;box-shadow:inset 0 0 0 1px #11111112}.iaas-header{max-width:720px;margin:0 auto 42px}.iaas-header .section-kicker{display:inline-flex;margin-bottom:14px;color:#2563eb;font-size:14px;font-weight:700}.iaas-header .section-heading{margin-bottom:14px;font-size:clamp(2.25rem,4vw,3.25rem)}.iaas-header .section-desc{max-width:560px;font-size:17px;line-height:1.55}.iaas-grid{gap:10px;margin-bottom:32px}html[data-theme=light] .iaas-card{min-height:188px;padding:28px;border:0;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #11111112}html[data-theme=light] .iaas-card:hover{transform:none;box-shadow:inset 0 0 0 1px #1111111f}.iaas-card-title{font-size:16px}.iaas-card-desc{max-width:280px;line-height:1.55}.iaas-footer .btn-primary{background:#111!important;color:#fff!important;box-shadow:none!important}.iaas-footer .btn-primary:hover{background:#292929!important}.newsletter-cta.site-final-cta{padding-top:104px;padding-bottom:104px}html[data-theme=dark] .report-showcase-layout{background:#111216;box-shadow:inset 0 0 0 1px #ffffff14}html[data-theme=dark] .report-showcase-badge{background:#58c7f714;color:#58c7f7;box-shadow:inset 0 0 0 1px #58c7f72e}html[data-theme=dark] .report-showcase-highlights,html[data-theme=dark] .report-highlight{border-color:#ffffff1a}html[data-theme=dark] .report-highlight{color:#8c8f98}html[data-theme=dark] .report-highlight strong{color:#f2f2f4}html[data-theme=dark] .report-gate-input-row{background:#191a1f;box-shadow:inset 0 0 0 1px #ffffff21}html[data-theme=dark] .report-gate-btn,html[data-theme=dark] .iaas-footer .btn-primary{background:#fff!important;color:#111!important}html[data-theme=dark] .report-library-title{color:#dedee3}html[data-theme=dark] .iaas-section{background:#090a0d!important}html[data-theme=dark] .iaas-section>.container{background:#111216;box-shadow:inset 0 0 0 1px #ffffff14}html[data-theme=dark] .iaas-card{background:#18191e;border:0;box-shadow:inset 0 0 0 1px #ffffff14}@media(prefers-reduced-motion:reduce){.report-library-cover-wrap,.report-cover-img{transition:none!important}}@media(max-width:900px){.research-hero{min-height:500px!important;padding:124px 0 64px!important}.research-hero h1{font-size:clamp(2.7rem,9vw,3.8rem)!important}.report-showcase-layout{grid-template-columns:1fr;gap:44px;padding:48px}.report-cover-wrapper{width:min(100%,280px)}.report-showcase-content{max-width:none}.iaas-section>.container{padding:48px 32px}}@media(max-width:700px){.research-hero h1 br{display:none}.research-hero-actions{flex-direction:column}.research-hero-actions .btn{width:min(100%,310px)}.report-showcase{padding:64px 0}.report-showcase-layout{gap:34px;padding:34px 24px;border-radius:22px}.report-showcase-highlights{padding:16px 0}.report-highlight{padding:0 10px;font-size:10px}.report-highlight strong{font-size:19px}.report-gate-input-row{flex-direction:column;padding:4px;border-radius:20px}.report-gate-btn{width:100%}.report-library{padding:72px 0 80px}.report-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 18px;margin-bottom:40px}.report-library-item:nth-child(-n+4){display:flex!important}.report-library-item:nth-child(n+5){display:none!important}.iaas-section{padding:72px 0}.iaas-section>.container{width:calc(100% - 32px);padding:40px 20px;border-radius:22px}.iaas-header{margin-bottom:32px}.iaas-header .section-desc{font-size:15px}.iaas-grid{grid-template-columns:1fr}html[data-theme=light] .iaas-card{min-height:0;padding:24px}.newsletter-cta.site-final-cta{padding-top:84px;padding-bottom:84px}}@media(max-width:480px){.research-hero{min-height:480px!important;padding:112px 0 56px!important}.research-hero h1{font-size:2.55rem!important}.research-hero-sub{font-size:15px!important}.research-hero-proof{flex-wrap:wrap;font-size:12px}.report-cover-wrapper{width:min(100%,220px)}.report-showcase-title{font-size:2rem}.report-showcase-desc{font-size:15px}.report-library-header{margin-bottom:38px}.report-library-header .section-heading{font-size:2.35rem}.iaas-header .section-heading{font-size:2.1rem}.iaas-footer .btn{width:100%}}html{overflow-x:clip}.editorial-page,.reports-page{--editorial-paper: #ffffff;--editorial-panel: #f7f7f9;--editorial-ink: #111218;--editorial-muted: #656972;--editorial-rule: rgba(17, 18, 24, .17);--editorial-soft-rule: rgba(17, 18, 24, .09);--editorial-accent: #0a06e5;--editorial-green: #c9f45d;background:var(--editorial-paper);color:var(--editorial-ink)}[data-theme=dark] .editorial-page,[data-theme=dark] .reports-page{--editorial-paper: #090a0d;--editorial-panel: #101216;--editorial-ink: #f6f5ef;--editorial-muted: #a0a4ad;--editorial-rule: rgba(255, 255, 255, .2);--editorial-soft-rule: rgba(255, 255, 255, .1);--editorial-accent: #7ea4ff;--editorial-green: #b8eb54}html[data-theme=light] body.editorial-page[data-editorial-page=insights],html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief]{--editorial-paper: #fffcf4;--editorial-panel: #ffffff;--editorial-ink: #000000;--editorial-muted: #59574f;--editorial-rule: rgba(0, 0, 0, .22);--editorial-soft-rule: rgba(0, 0, 0, .1);--editorial-accent: #0a06e5;--editorial-green: #58c7f7;background:var(--editorial-paper)}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .nav{border-bottom-color:#00000038;background:#fffcf4f0}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .nav{border-bottom-color:#00000029;background:#fffcf4f0;box-shadow:0 8px 30px #11111109}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .nav:not(.is-past-hero) :is(.nav-logo,.nav-link,.nav-link--active,.theme-toggle,.nav-mobile-btn){color:#59574f}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .nav:not(.is-past-hero) :is(.nav-logo,.nav-link--active){color:#000}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .nav:not(.is-past-hero) .nav-link:hover{background:#0000000b;color:#000}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .nav:not(.is-past-hero) .nav-divider{background:#0000002e}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .nav .btn-primary{background:#000;color:#fff}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .nav .btn-primary{background:#000;color:#fff;box-shadow:none}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .nav .btn-primary:hover{background:#242424;color:#fff;box-shadow:none}html[data-theme=dark] body.editorial-page[data-editorial-page=weekly-brief] .nav:not(.is-past-hero) .nav-link--active{color:#fff}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .nav .btn-primary:hover{background:#242424;box-shadow:none}.editorial-main,.reports-main{min-height:100vh;background:var(--editorial-paper)}.editorial-container{width:min(100% - 48px,1200px);margin-inline:auto}.editorial-hero,.weekly-hero,.reports-hero{display:grid;min-height:500px;place-items:center;padding:150px 24px 90px;text-align:center;border-bottom:1px solid var(--editorial-rule)}.editorial-hero,.weekly-hero{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 78% 28%,rgba(10,6,229,.18),transparent 31%),radial-gradient(circle at 18% 72%,rgba(88,199,247,.06),transparent 30%),#090a0d}.editorial-hero:after,.weekly-hero:after{display:none}.editorial-hero-inner,.weekly-hero-inner,.reports-hero-inner{width:min(100%,800px)}.editorial-hero-inner,.weekly-hero-inner{position:relative;z-index:2}.editorial-hero-label{display:inline-flex;align-items:center;margin-bottom:26px;padding:9px 13px;border-radius:999px;background:#ffffff0e;color:#bec0c7;box-shadow:inset 0 0 0 1px #ffffff21;font:700 12px/1 DM Sans,sans-serif;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(12px)}.editorial-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:20px;color:var(--editorial-accent);font:700 11px/1 DM Sans,sans-serif;letter-spacing:.11em;text-transform:uppercase}.editorial-kicker:before,.editorial-kicker:after{width:22px;height:1px;background:currentColor;content:""}.weekly-section-label{display:inline-block;margin-bottom:18px;color:var(--editorial-accent)}.editorial-section-head .weekly-section-label{margin-bottom:10px}.editorial-hero h1,.weekly-hero h1,.reports-hero h1{max-width:820px;margin:0 auto;color:var(--editorial-ink);font-size:clamp(43px,5.8vw,72px);line-height:.98;letter-spacing:-.058em}.weekly-hero h1,.reports-hero h1{font-size:clamp(48px,6vw,72px)}.editorial-hero h1,.weekly-hero h1{color:#fff}.editorial-hero-copy,.weekly-hero-copy,.reports-hero-copy{max-width:670px;margin:25px auto 0;color:var(--editorial-muted);font-size:17px;line-height:1.65}.editorial-hero-copy,.weekly-hero-copy{color:#aeb1ba}.editorial-signup{display:grid;grid-template-columns:minmax(0,1fr) auto;width:min(100%,550px);min-height:58px;margin:36px auto 0;padding:5px;border:1px solid var(--editorial-rule);border-radius:999px;background:var(--editorial-panel)}.editorial-signup input{min-width:0;padding:0 18px;border:0;outline:0;background:transparent;color:var(--editorial-ink);font:400 14px/1.2 DM Sans,sans-serif}.editorial-signup input::placeholder{color:var(--editorial-muted)}.editorial-signup button{min-width:52px;min-height:46px;padding:0 18px;border:0;border-radius:999px;background:#111;color:#fff;cursor:pointer;font:700 14px/1 DM Sans,sans-serif}.editorial-signup button:hover{background:#2a2a2a}.editorial-hero .editorial-signup,.weekly-hero .editorial-signup{background:#fff;border-color:#fff3}.editorial-hero .editorial-signup input,.weekly-hero .editorial-signup input{color:#111218}.editorial-hero .editorial-signup-status,.weekly-hero .editorial-signup-status{color:#8f92a0}.editorial-signup-status{min-height:20px;margin-top:10px;color:var(--editorial-muted);font:500 11px/1.5 IBM Plex Mono,monospace}.editorial-section{padding:78px 0 88px;border-bottom:1px solid var(--editorial-rule)}.editorial-section--compact{padding-top:70px;padding-bottom:76px}.editorial-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px;padding-bottom:17px;border-bottom:1px solid var(--editorial-rule)}.editorial-section-head h2{color:var(--editorial-ink);font-size:clamp(30px,4vw,46px);line-height:1;letter-spacing:-.05em}.editorial-section-link,.editorial-load-more{display:inline-flex;align-items:center;gap:10px;border:0;background:none;color:var(--editorial-ink);cursor:pointer;font-size:14px;font-weight:650}.editorial-section-link span,.editorial-load-more span{font-size:24px;font-weight:400;transition:transform .18s ease}.editorial-section-link:hover span,.editorial-load-more:hover span{transform:translate(4px)}.editorial-arrow-icon{display:block;width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75;transition:transform .18s ease}.editorial-load-more:hover .editorial-arrow-icon{transform:translate(4px)}.editorial-grid,.reports-grid{display:grid;gap:38px 22px}.editorial-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.editorial-grid-shoutout{display:grid;grid-column:1 / -1;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:34px;align-items:center;margin:8px 0;padding:38px 42px;border-radius:18px;background:#0a06e5;color:#fff}.editorial-grid-shoutout>div>span{color:#ffffffb8;font:700 11px/1 DM Sans,sans-serif;letter-spacing:.1em;text-transform:uppercase}.editorial-grid-shoutout h3{margin:10px 0 7px;color:#fff;font-size:clamp(25px,3vw,36px);line-height:1.08;letter-spacing:-.045em}.editorial-grid-shoutout>div>p{color:#ffffffc7;font-size:14px;line-height:1.5}.editorial-grid-shoutout .editorial-signup{width:100%;margin:0;border-color:#11121847;background:#fff}.editorial-grid-shoutout>.editorial-signup-status{grid-column:2;margin:-25px 0 0;color:#ffffffc2}.reports-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editorial-card,.report-card{min-width:0}.editorial-card>a,.report-card>a{display:block;color:var(--editorial-ink)}.editorial-card-image,.report-card-cover{position:relative;overflow:hidden;background:var(--editorial-panel)}.editorial-card-image{aspect-ratio:16 / 10;margin-bottom:16px;border-radius:7px}.editorial-card-image img,.report-card-cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease-out)}.editorial-card:hover img,.report-card:hover img{transform:scale(1.025)}.editorial-card-fallback{display:grid;height:100%;place-items:center;background:radial-gradient(circle at 25% 25%,rgba(88,199,247,.75),transparent 30%),linear-gradient(135deg,#0a06e5,#090a0e 74%);color:#fff;font:700 54px/1 Sora,sans-serif}.editorial-card-meta,.report-card-meta,.weekly-item-date{color:var(--editorial-muted);font:500 10px/1.4 IBM Plex Mono,monospace;letter-spacing:.02em;text-transform:uppercase}.editorial-card h3,.report-card h2{margin-top:7px;color:var(--editorial-ink);font-size:20px;line-height:1.12;letter-spacing:-.035em}.editorial-card h3 span{background-image:linear-gradient(to right,#0a06e524 0% 100%);background-position:0 92%;background-repeat:no-repeat;background-size:0% .34em;transition:background-size .24s var(--ease-out)}.editorial-card:hover h3 span,.editorial-card:focus-within h3 span{background-size:100% .34em}.editorial-card p,.report-card p{display:-webkit-box;margin-top:8px;overflow:hidden;color:var(--editorial-muted);font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.editorial-load-wrap{display:flex;justify-content:center;margin-top:56px}.editorial-load-more{min-height:46px;padding:0 20px;border:1px solid var(--editorial-rule);border-radius:999px}.editorial-load-more[hidden]{display:none}.editorial-inline-reports{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.editorial-report-teaser{display:grid;grid-template-columns:128px minmax(0,1fr);gap:20px;min-height:190px;padding:20px;border:1px solid var(--editorial-soft-rule);background:var(--editorial-panel);color:var(--editorial-ink)}.editorial-report-teaser img{width:100%;height:100%;border-radius:6px;object-fit:cover}.editorial-report-teaser-copy{display:flex;flex-direction:column;justify-content:flex-end}.editorial-report-teaser-copy span{color:var(--editorial-accent);font:600 10px/1 IBM Plex Mono,monospace;text-transform:uppercase}.editorial-report-teaser h3{margin-top:10px;font-size:20px;line-height:1.12;letter-spacing:-.035em}.weekly-list{border-top:1px solid var(--editorial-rule)}.weekly-list-loading{display:grid}.weekly-list-loading span{display:block;height:68px;border-bottom:1px solid var(--editorial-soft-rule);background:linear-gradient(90deg,transparent 0%,rgba(127,132,144,.08) 45%,transparent 82%);background-size:220% 100%;animation:weekly-loading 1.2s ease-in-out infinite}@keyframes weekly-loading{to{background-position:-220% 0}}.weekly-item{display:grid;grid-template-columns:164px minmax(0,1fr) auto;align-items:center;gap:22px;min-height:64px;margin-inline:-12px;padding:10px 18px;border-bottom:1px solid var(--editorial-soft-rule);border-radius:10px;color:var(--editorial-ink);transition:background-color .18s ease,box-shadow .18s ease}.weekly-item:hover,.weekly-item:focus-visible{background:var(--editorial-panel);box-shadow:inset 0 0 0 1px var(--editorial-soft-rule);outline:0}.weekly-item h2,.weekly-item h3{color:var(--editorial-ink);font-size:17px;line-height:1.24;letter-spacing:-.025em}.weekly-item h2 span,.weekly-item h3 span{display:inline}.weekly-item-arrow{color:var(--editorial-muted);font-size:24px}.weekly-item:hover .weekly-item-arrow{color:var(--editorial-accent);transform:translate(4px)}.weekly-pagination{display:flex;justify-content:center;gap:8px;margin-top:42px}.weekly-pagination button{min-width:38px;height:38px;border:1px solid var(--editorial-rule);background:transparent;color:var(--editorial-ink);cursor:pointer;font-weight:650}.weekly-pagination button[aria-current=page],.weekly-pagination button:hover{border-color:var(--editorial-ink);background:var(--editorial-ink);color:#fff}.editorial-terminal-gateway{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:42px;padding:44px 46px;background:radial-gradient(circle at 88% 10%,rgba(88,199,247,.4),transparent 32%),linear-gradient(125deg,#0a06e5,#090a12 72%);color:#fff}.editorial-terminal-gateway span{color:var(--editorial-green);font:600 10px/1 IBM Plex Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.editorial-terminal-gateway h2{max-width:720px;margin-top:11px;color:#fff;font-size:clamp(28px,4vw,46px);line-height:1.02}.editorial-terminal-gateway p{max-width:690px;margin-top:12px;color:#ffffffad;line-height:1.55}.editorial-terminal-gateway a{display:inline-flex;min-height:50px;align-items:center;padding:0 22px;border-radius:999px;background:#fff;color:#0a06e5;font-size:14px;font-weight:700;white-space:nowrap}.editorial-terminal-gateway a:hover{background:var(--editorial-green);color:#111218}.reports-hero{min-height:470px}.reports-section{padding:78px 0 104px}.reports-grid{gap:48px 28px}.report-card-cover{aspect-ratio:4 / 5;margin-bottom:18px}.report-card-cover img{object-position:center top}.reports-services{padding:76px 0;border-top:1px solid var(--editorial-rule);background:var(--editorial-panel)}.reports-services-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:42px}.reports-services h2{max-width:720px;color:var(--editorial-ink);font-size:clamp(30px,4vw,48px);line-height:1.03}.reports-services p{max-width:650px;margin-top:12px;color:var(--editorial-muted);line-height:1.6}.reports-services a{display:inline-flex;min-height:48px;align-items:center;padding:0 20px;border-radius:999px;background:var(--editorial-ink);color:var(--editorial-panel);font-weight:700;white-space:nowrap}.editorial-capture{position:fixed;right:50%;bottom:22px;z-index:160;display:grid;grid-template-columns:auto minmax(220px,1fr) minmax(270px,470px);width:min(calc(100% - 40px),1080px);align-items:center;gap:22px;padding:17px 20px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#0a06e5;color:#fff;box-shadow:0 18px 54px #0a06e547;opacity:0;pointer-events:none;transform:translate(50%,24px);transition:opacity .22s ease,transform .22s var(--ease-out)}.editorial-capture.is-visible{opacity:1;pointer-events:auto;transform:translate(50%)}.editorial-capture-close{display:grid;width:34px;height:34px;place-items:center;border:0;background:transparent;color:#fff;cursor:pointer;font-size:27px;line-height:1}.editorial-capture-copy strong{display:block;font:700 15px/1.25 Sora,sans-serif}.editorial-capture-copy span{display:block;margin-top:3px;font-size:12px;line-height:1.35}.editorial-capture-form{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:46px;padding:4px;border:1px solid rgba(17,18,24,.4);border-radius:999px;background:#fff}.editorial-capture-form input{min-width:0;padding:0 15px;border:0;outline:0;background:transparent;color:#111218}.editorial-capture-form button{min-width:42px;border:0;border-radius:999px;background:#111218;color:#fff;cursor:pointer;font-size:20px}.editorial-capture-success{font-size:13px;font-weight:650}.editorial-empty{padding:80px 24px;text-align:center;color:var(--editorial-muted);border:1px dashed var(--editorial-rule)}.article-main{padding-top:102px}.article-page{width:min(100% - 48px,1200px);margin-inline:auto;padding-bottom:84px}.article-header{width:min(100%,992px);margin:0 auto 26px;padding-top:32px}.article-header-inner{width:min(100%,680px)}.article-back,.article-return{display:inline-flex;align-items:center;color:var(--editorial-muted);font:700 12px/1.4 DM Sans,sans-serif;letter-spacing:.02em}.article-back{margin-bottom:18px}.article-back:hover,.article-return:hover{color:var(--editorial-accent)}.article-eyebrow{display:flex;gap:9px;margin-bottom:9px;color:var(--editorial-muted);font:700 12px/1.4 DM Sans,sans-serif;letter-spacing:.045em;text-transform:uppercase}.article-header h1{margin:0;color:var(--editorial-ink);font-size:clamp(40px,4.8vw,58px);line-height:1.02;letter-spacing:-.058em;text-wrap:balance}.article-deck{max-width:680px;margin:11px 0 0;color:var(--editorial-muted);font-size:clamp(17px,1.7vw,20px);line-height:1.42}.article-header-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 20px;margin-top:14px;padding-top:13px;border-top:1px solid var(--editorial-rule)}.article-byline{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:0;color:var(--editorial-muted);font:600 13px/1.4 DM Sans,sans-serif}.article-byline>*+*:before{margin-right:18px;color:var(--editorial-rule);content:"\b7"}.article-share{display:flex;align-items:center;gap:7px;margin-top:0}.article-share>span{margin-right:3px;color:var(--editorial-muted);font:700 11px/1 DM Sans,sans-serif;letter-spacing:.08em;text-transform:uppercase}.article-share a{display:inline-flex;min-height:32px;align-items:center;justify-content:center;padding:0 12px;border:1px solid var(--editorial-rule);border-radius:999px;color:var(--editorial-ink);font:700 11px/1 DM Sans,sans-serif;transition:border-color .18s ease,background .18s ease}.article-share a:hover{border-color:var(--editorial-ink);background:var(--editorial-panel)}.article-hero-layout{width:min(100%,992px);margin:0 auto 38px}.article-hero-column{display:flex;width:min(100%,680px);justify-content:center}.article-hero-image{width:100%;overflow:hidden;margin:0;border-radius:8px;background:var(--editorial-panel);aspect-ratio:16 / 9}.article-hero-image--portrait{width:min(100%,400px);aspect-ratio:4 / 5}.article-hero-image--compact{width:min(100%,520px);aspect-ratio:1 / 1}.article-hero-image img{width:100%;height:100%;object-fit:cover}.article-content-layout{display:grid;width:min(100%,992px);margin-inline:auto;grid-template-columns:minmax(0,680px) 264px;gap:48px;align-items:start}.article-reading-column{min-width:0}.article-body{min-width:0;color:var(--editorial-ink);font-family:DM Sans,sans-serif;font-size:18px;line-height:1.68;letter-spacing:-.008em}.article-body>*:first-child{margin-top:0}.article-body>p:first-child{font-size:19px;line-height:1.66}.article-body p,.article-body ul,.article-body ol,.article-body blockquote,.article-body figure,.article-body table{margin:0 0 22px}.article-body h2,.article-body h3,.article-body h4{margin:56px 0 21px;color:var(--editorial-ink);letter-spacing:-.04em}.article-body h2{font-size:clamp(28px,3.5vw,38px);line-height:1.1}.article-body h3{font-size:23px;line-height:1.2}.article-body a{color:var(--editorial-accent);text-decoration:underline;text-decoration-color:color-mix(in srgb,currentColor 32%,transparent);text-decoration-thickness:1px;text-underline-offset:4px}.article-body a:hover{text-decoration-color:currentColor}.article-body .article-inline-subscribe{display:inline-flex;min-height:46px;align-items:center;justify-content:center;margin:8px 0 20px;padding:0 20px;border:0;border-radius:999px;background:#111218;color:#fff;cursor:pointer;font:700 14px/1 DM Sans,sans-serif;text-decoration:none;transition:background .18s ease}.article-body .article-inline-subscribe:hover{background:#2a2a2a;color:#fff;text-decoration:none}[data-theme=dark] .article-body .article-inline-subscribe{background:#fff;color:#111218;box-shadow:inset 0 0 0 1px #ffffffe6}[data-theme=dark] .article-body .article-inline-subscribe:hover{background:#e9e9e9;color:#111218}.article-body img{display:block;width:100%;max-width:100%;height:auto;margin:38px auto 42px;border-radius:8px}.article-body img.article-image--portrait{width:min(100%,400px)}.article-body img.article-image--compact{width:min(100%,520px)}.article-body img.article-image--landscape{width:100%}.article-body img.article-image--author{width:min(100%,180px)}.article-body figure{margin:38px 0 42px}.article-body figure img{margin-block:0}.article-body blockquote{margin:34px 0;padding:3px 0 3px 28px;border-left:2px solid var(--editorial-accent);color:var(--editorial-ink);font-size:20px;line-height:1.55}.article-body hr{height:1px;margin:36px 0;border:0;background:var(--editorial-rule)}.article-preview{position:relative;overflow:hidden;padding-bottom:54px}.article-preview:after{position:absolute;right:0;bottom:0;left:0;height:130px;background:linear-gradient(to bottom,transparent 0%,var(--editorial-paper) 88%);content:"";pointer-events:none}.article-body ul,.article-body ol{padding-left:1.25em}.article-body li{margin-bottom:11px;padding-left:4px}.article-body figure,.article-body table,.article-body div{max-width:100%}.article-body table{display:block;overflow-x:auto;border-collapse:collapse;font-size:15px;line-height:1.5}.article-body th,.article-body td{padding:12px 14px;border:1px solid var(--editorial-rule);text-align:left}.article-body figcaption{margin-top:9px;color:var(--editorial-muted);font-size:12px;line-height:1.5}.article-paywall>span,.article-subscribe>div>span,.article-related-heading>div>span,.article-author>div>span{color:var(--editorial-muted);font:700 11px/1 DM Sans,sans-serif;letter-spacing:.1em;text-transform:uppercase}.article-paywall{margin:42px 0 0;padding:36px;border:1px solid var(--editorial-rule);background:var(--editorial-panel);text-align:center}.article-paywall h2{margin:13px 0 8px;color:var(--editorial-ink);font-size:31px;letter-spacing:-.045em}.article-paywall>p{max-width:540px;margin:0 auto 25px;color:var(--editorial-muted);line-height:1.6}.article-paywall .editorial-signup{margin:20px auto 0;background:#fff}.article-paywall small,.article-subscribe small,.article-subscribe-rail small{display:block;margin-top:10px;color:var(--editorial-muted);font-size:10px;line-height:1.4}.article-author{display:flex;gap:18px;align-items:center;margin-top:44px;padding:22px 0;border-top:1px solid var(--editorial-rule);border-bottom:1px solid var(--editorial-rule)}.article-author-mark{display:grid;width:52px;height:52px;flex:0 0 auto;place-items:center;border-radius:50%;background:#111218;color:#fff;font:700 16px/1 Sora,sans-serif}.article-author strong{display:block;margin-top:6px;font-size:15px}.article-author p{margin:4px 0 0;color:var(--editorial-muted);font-size:13px;line-height:1.5}.article-subscribe{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:36px;padding:30px 32px;border:0;border-radius:16px;background:#0a06e5;color:#fff}.article-subscribe h2{margin:10px 0 6px;font-size:25px;line-height:1.15;letter-spacing:-.04em;color:#fff}.article-subscribe p{margin:0;color:#ffffffc7;font-size:14px;line-height:1.5}.article-subscribe .editorial-signup{width:310px;margin:0;background:#fff}.article-subscribe>div>span{color:#ffffffb8}.article-subscribe small{color:#ffffffb3}.article-subscribe .editorial-signup-status,.article-subscribe-rail .editorial-signup-status{min-height:0;margin:8px 0 0}.article-subscribe-rail{position:sticky;top:116px;padding:25px 24px 24px;border-top:2px solid var(--editorial-ink);background:var(--editorial-panel)}.article-subscribe-rail>span{color:var(--editorial-muted);font:700 11px/1 DM Sans,sans-serif;letter-spacing:.1em;text-transform:uppercase}.article-subscribe-rail h2{margin:14px 0 10px;font-size:22px;line-height:1.17;letter-spacing:-.04em}.article-subscribe-rail>p{margin:0;color:var(--editorial-muted);font-size:13px;line-height:1.55}.article-subscribe-rail .editorial-signup{width:100%;margin:22px 0 0;border:1px solid rgba(17,18,24,.28);background:#fff}.article-join-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:#111218;color:#fff;font:650 13px/1 DM Sans,sans-serif;text-decoration:none}.article-subscribe .article-join-cta{background:#fff;color:#0a06e5}.article-subscribe-rail .article-join-cta{width:100%;margin-top:18px}.article-signup-form input,.editorial-grid-shoutout .editorial-signup input{color:#111218;-webkit-text-fill-color:#111218}.article-signup-form input::placeholder,.editorial-grid-shoutout .editorial-signup input::placeholder{color:#656972;opacity:1}.article-signup-form button,.editorial-grid-shoutout .editorial-signup button{background:#111218;color:#fff}html[data-theme=light] .article-header h1{color:#111;-webkit-text-fill-color:#111111}html[data-theme=light] .article-subscribe{background:#f7f7f9;color:#111;box-shadow:inset 0 0 0 1px #1111111f}html[data-theme=light] .article-subscribe .article-join-cta{background:#111;color:#fff}html[data-theme=light] .article-subscribe h2{color:#111}html[data-theme=light] .article-subscribe p{color:#4a4a4a}html[data-theme=light] .article-subscribe>div>span,html[data-theme=light] .article-subscribe small{color:#7a7a7a}html[data-theme=light] .article-signup-form{border-color:#11111138;background:#fff}html[data-theme=light] .article-signup-form input{color:#111;-webkit-text-fill-color:#111111}html[data-theme=light] .article-signup-form input::placeholder{color:#6b6b6b;opacity:1}html[data-theme=light] .article-signup-form button{background:#111;color:#fff}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-hero{background:#fffcf4}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-hero-label{background:#58c7f7;color:#000;box-shadow:inset 0 0 0 1px #0000002e}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-hero h1{color:#000}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-hero-copy{color:#242424}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup{border-color:#000;background:#fff}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup-status{color:#59574f}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-card h3 span{background-image:linear-gradient(to right,#58c7f7 0% 100%)}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-grid-shoutout,html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway,html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-capture{border-color:#00000038;background:#58c7f7;color:#000;box-shadow:none}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-grid-shoutout>div>span,html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-grid-shoutout h3,html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-grid-shoutout>div>p,html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway span,html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway h2,html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway p,html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-capture-close{color:#000}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway a{background:#000;color:#fff}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway a:hover{background:#242424;color:#fff}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .site-footer{border-top-color:#00000038;background:#fffcf4}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero{background:#fffcf4}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .editorial-hero-label{background:#58c7f7;color:#000;box-shadow:inset 0 0 0 1px #0000002e}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero h1{color:#000}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero-copy{color:#242424}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero .editorial-signup{border-color:#000;background:#fff}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero .editorial-signup-status{color:#59574f}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] :is(.weekly-section-label,.weekly-item-arrow){color:#0a06e5}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .site-footer{border-top-color:#00000038;background:#fffcf4}.article-return{margin-top:30px}.article-related{margin-top:76px;padding-top:28px;border-top:1px solid var(--editorial-rule)}.article-related-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.article-related-heading h2{margin:10px 0 0;font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.05em}.article-related-heading>a{color:var(--editorial-ink);font:700 13px/1.4 DM Sans,sans-serif}.article-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.article-related-card a{display:block;color:var(--editorial-ink)}.article-related-image{overflow:hidden;margin-bottom:18px;background:var(--editorial-panel);border-radius:8px;aspect-ratio:16 / 10}.article-related-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.article-related-card:hover img{transform:scale(1.025)}.article-related-meta{display:flex;gap:8px;color:var(--editorial-muted);font:700 11px/1.4 DM Sans,sans-serif;letter-spacing:.035em;text-transform:uppercase}.article-related-meta time:before{margin-right:8px;content:"\b7"}.article-related-card h3{margin:10px 0 0;font-size:21px;line-height:1.22;letter-spacing:-.04em}.article-related-card h3 span{background-image:linear-gradient(var(--editorial-ink),var(--editorial-ink));background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;transition:background-size .26s ease}.article-related-card:hover h3 span{background-size:100% 1px}.article-footer{padding-top:24px;border-top:1px solid var(--editorial-rule)}.article-footer a{color:var(--editorial-ink);font:700 13px/1.4 DM Sans,sans-serif}@media(max-width:1100px){.article-header,.article-hero-layout{width:min(100%,680px)}.article-header-inner,.article-hero-column{width:100%}.article-content-layout{display:block;width:min(100%,680px)}.article-subscribe-rail{display:none}}@media(max-width:900px){.article-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-related-card:last-child{display:none}}@media(max-width:640px){.article-main{padding-top:92px}.article-page{width:min(100% - 30px,1200px)}.article-header{margin-bottom:24px;padding-top:24px}.article-header h1{font-size:clamp(38px,11vw,52px)}.article-byline{gap:8px 14px}.article-header-meta{align-items:flex-start;margin-top:12px;padding-top:12px}.article-hero-layout{margin-bottom:34px}.article-hero-image--portrait{width:min(82%,400px)}.article-body{font-size:17.5px;line-height:1.66}.article-body>p:first-child{font-size:19px}.article-subscribe{grid-template-columns:1fr;padding:28px 24px}.article-subscribe .editorial-signup{width:100%}.article-paywall{padding:32px 20px}.article-related{margin-top:62px}.article-related-heading{align-items:start}.article-related-grid{grid-template-columns:1fr;gap:36px}.article-related-card:last-child{display:block}}@media(max-width:1050px){.editorial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editorial-inline-reports{grid-template-columns:1fr}.editorial-report-teaser{min-height:170px}.editorial-capture{grid-template-columns:auto minmax(0,1fr)}.editorial-capture-form{grid-column:2}}@media(max-width:860px){.editorial-grid-shoutout{grid-template-columns:1fr;gap:24px}.editorial-grid-shoutout>.editorial-signup-status{grid-column:1;margin:-16px 0 0}.editorial-grid,.reports-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-terminal-gateway,.reports-services-inner{grid-template-columns:1fr}.editorial-terminal-gateway a,.reports-services a{justify-self:start}.weekly-item{grid-template-columns:118px minmax(0,1fr) auto}}@media(max-width:640px){.editorial-container{width:min(100% - 30px,1200px)}.editorial-hero,.weekly-hero,.reports-hero{min-height:auto;padding:126px 18px 70px}.editorial-hero h1,.weekly-hero h1,.reports-hero h1{font-size:43px}.editorial-hero-copy,.weekly-hero-copy,.reports-hero-copy{font-size:15px}.editorial-signup{grid-template-columns:1fr;padding:6px;border-radius:18px}.editorial-signup input{min-height:48px}.editorial-signup button{width:100%}.editorial-grid-shoutout{gap:20px;padding:28px 24px;border-radius:14px}.editorial-section{padding:64px 0 70px}.editorial-section-head{align-items:center}.editorial-section-head h2{font-size:32px}.editorial-grid,.reports-grid{grid-template-columns:1fr;gap:38px}.editorial-inline-reports{gap:14px}.editorial-report-teaser{grid-template-columns:105px minmax(0,1fr);min-height:160px;padding:14px}.weekly-item{grid-template-columns:1fr auto;gap:9px 16px;min-height:86px;padding:13px 4px}.weekly-item-date{grid-column:1 / -1}.weekly-item h2,.weekly-item h3{font-size:16px}.editorial-terminal-gateway{gap:26px;padding:34px 25px}.editorial-capture{right:12px;bottom:12px;left:12px;grid-template-columns:auto minmax(0,1fr);width:auto;gap:12px;padding:15px;border-radius:16px;transform:translateY(24px)}.editorial-capture.is-visible{transform:translateY(0)}.editorial-capture-form{grid-column:1 / -1}}@media(prefers-reduced-motion:reduce){.editorial-card-image img,.report-card-cover img,.editorial-capture{transition:none}}html[data-theme=light] body.editorial-page[data-editorial-page=insights],html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief]{--editorial-green: #58c7f7}html[data-theme=light] body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) .nav:not(.is-past-hero) :is(.nav-logo,.nav-link,.nav-link--active,.theme-toggle,.nav-mobile-btn){color:#111}html[data-theme=light] body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) .nav:not(.is-past-hero) .nav-divider{background:#0003}body.editorial-page[data-editorial-page=insights] .editorial-container{width:min(100% - 128px,1152px)}body.editorial-page[data-editorial-page=insights] .editorial-hero{min-height:586px;padding:124px 24px 66px}body.editorial-page[data-editorial-page=insights] .editorial-hero-inner{width:min(100%,688px)}body.editorial-page[data-editorial-page=insights] .editorial-hero-label{gap:9px;margin-bottom:21px;padding:0;border-radius:0;background:transparent;color:#0a06e5;box-shadow:none;font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.1em;backdrop-filter:none}body.editorial-page[data-editorial-page=insights] .editorial-hero-label:before,body.editorial-page[data-editorial-page=insights] .editorial-hero-label:after{width:22px;height:1px;background:currentColor;content:""}body.editorial-page[data-editorial-page=insights] .editorial-hero h1{max-width:688px;font-family:Sora,sans-serif!important;font-size:40px;font-weight:650!important;line-height:1!important;letter-spacing:-.04em!important}body.editorial-page[data-editorial-page=insights] .editorial-hero-copy{max-width:503px;margin-top:20px;font-size:17px;line-height:1.5}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup{width:min(100%,503px);margin-top:29px}body.editorial-page[data-editorial-page=insights] .editorial-section{padding:80px 0 86px}body.editorial-page[data-editorial-page=insights] .editorial-section--compact{padding-block:74px 80px}body.editorial-page[data-editorial-page=insights] .editorial-section-head{margin-bottom:30px;padding-bottom:15px}body.editorial-page[data-editorial-page=insights] .editorial-section-head h2{font-family:Sora,sans-serif!important;font-size:35px;font-weight:650!important;line-height:1!important;letter-spacing:-.04em!important}body.editorial-page[data-editorial-page=insights] .editorial-grid{gap:35px 23px}body.editorial-page[data-editorial-page=insights] .editorial-card-image{aspect-ratio:16 / 9;margin-bottom:14px;border-radius:6px}body.editorial-page[data-editorial-page=insights] .editorial-card-meta{font-size:11px;line-height:1.1}body.editorial-page[data-editorial-page=insights] .editorial-card h3{margin-top:8px;font-family:Sora,sans-serif!important;font-size:19px;font-weight:650!important;line-height:1.08!important;letter-spacing:-.035em!important}body.editorial-page[data-editorial-page=insights] .editorial-card p{margin-top:7px;font-size:13px;line-height:1.3;-webkit-line-clamp:1}body.editorial-page[data-editorial-page=insights] .editorial-grid-shoutout{min-height:178px;margin-block:4px;padding:31px 38px;border:1px solid rgba(0,0,0,.22);border-radius:14px;background:#58c7f7;color:#111}body.editorial-page[data-editorial-page=insights] .editorial-grid-shoutout>div>span,body.editorial-page[data-editorial-page=insights] .editorial-grid-shoutout h3,body.editorial-page[data-editorial-page=insights] .editorial-grid-shoutout>div>p{color:#111}body.editorial-page[data-editorial-page=insights] .editorial-grid-shoutout h3{font-family:Sora,sans-serif!important;font-size:29px;font-weight:650!important;line-height:1.08!important}body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway{gap:34px;padding:37px 40px;border:1px solid rgba(0,0,0,.22);border-radius:14px;background:#58c7f7;color:#111}body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway :is(span,h2,p){color:#111}body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway h2{font-family:Sora,sans-serif!important;font-size:32px;font-weight:650!important;line-height:1.05!important}body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway a{background:#111;color:#fff}.article-signup-form>.sr-only,.editorial-capture-form>.sr-only{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.article-signup-form>input[type=email],.editorial-capture-form>input[type=email]{grid-row:1;grid-column:1}.article-signup-form>button,.editorial-capture-form>button{grid-row:1;grid-column:2}html[data-theme=light] body.editorial-page[data-editorial-page=article]{--editorial-paper: #fffcf4;--editorial-panel: #ffffff;--editorial-ink: #111111;--editorial-muted: #59574f;--editorial-rule: rgba(17, 17, 17, .2);--editorial-soft-rule: rgba(17, 17, 17, .1);background:#fffcf4}html[data-theme=light] body.editorial-page[data-editorial-page=article] .nav{border-bottom-color:#0000002e;background:#fffcf4f5}html[data-theme=light] body.editorial-page[data-editorial-page=article] .nav:not(.is-past-hero) :is(.nav-logo,.nav-link,.nav-link--active,.theme-toggle,.nav-mobile-btn){color:#111}.article-main{padding-top:72px;overflow:hidden}.article-page{width:100%;padding-bottom:0}.article-lead-surface{position:relative;padding:28px 0 50px;background:var(--editorial-paper)}.article-header,.article-hero-layout{width:min(calc(100% - 48px),707px);margin-inline:auto}.article-header{position:relative;margin-bottom:0;padding-top:39px}.article-header-inner{width:min(100%,677px);margin-inline:auto}.article-back{position:absolute;top:0;left:max(0px,calc((707px - min(100%,1152px))/2));margin:0;font-size:12px}.article-eyebrow{margin-bottom:13px;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500;line-height:1.5;letter-spacing:.02em}.article-header h1{max-width:677px;color:var(--editorial-ink);font-family:Sora,sans-serif!important;font-size:40px!important;font-weight:650!important;line-height:1!important;letter-spacing:-.035em!important}.article-deck{max-width:677px;margin-top:13px;font-size:17px;line-height:1.5}.article-header-meta{min-height:43px;margin-top:14px;padding-top:11px}.article-byline{font-size:12px}.article-share{gap:6px}.article-share>span{margin-right:4px;font-size:10px}.article-share a{width:34px;min-height:34px;padding:0;border-radius:50%;font-size:11px}.article-hero-layout{margin-top:38px;margin-bottom:0}.article-hero-column{width:100%}.article-hero-image{aspect-ratio:3 / 2;border-radius:14px}.article-hero-image--portrait{width:min(100%,390px);margin-inline:auto;aspect-ratio:4 / 5}.article-hero-image--compact{width:min(100%,500px);margin-inline:auto;aspect-ratio:1 / 1}.article-reading-surface{width:100%;padding:59px 0 72px;background:#fff}[data-theme=dark] .article-reading-surface{background:#090a0d}.article-lead-surface--no-media{padding-bottom:20px}.article-lead-surface--no-media+.article-reading-surface{padding-top:30px}.article-content-layout{display:grid;width:min(calc(100% - 48px),1152px);grid-template-columns:minmax(0,1fr) minmax(0,677px) 217px;gap:28px;margin-inline:auto}.article-reading-column{grid-column:2}.article-subscribe-rail{grid-column:3;top:104px}.article-body,.article-body>p:first-child{font-size:17px;line-height:1.5;letter-spacing:-.004em}.article-body p,.article-body ul,.article-body ol,.article-body blockquote,.article-body figure,.article-body table{margin-bottom:15px}.article-body h2,.article-body h3,.article-body h4{font-family:Sora,sans-serif!important;font-weight:650!important;letter-spacing:-.035em!important}.article-body h2{margin:44px 0 16px;font-size:30px;line-height:1.08!important}.article-body h3{margin:36px 0 14px;font-size:22px;line-height:1.22!important}.article-body img{margin:36px auto 42px;border-radius:10px}.article-body img.article-image--portrait{width:min(100%,390px)}.article-body img.article-image--compact{width:min(100%,500px)}.article-body img.article-image--author{width:min(100%,112px)}.article-body figure{margin:36px 0 42px}.article-preview{padding-bottom:96px}.article-preview:after{bottom:-1px;height:210px;background:linear-gradient(to bottom,#fff0,#ffffff14 22%,#ffffff61 52%,#ffffffd1 78%,#fff)}[data-theme=dark] .article-preview:after{background:linear-gradient(to bottom,#090a0d00,#090a0d14 22%,#090a0d61 52%,#090a0dd1 78%,#090a0d)}.article-paywall{margin-top:36px;padding:34px 30px;border-radius:14px}.article-paywall h2{font-family:Sora,sans-serif!important;font-size:29px;font-weight:650!important;line-height:1.08!important}.article-paywall .editorial-signup{width:min(100%,550px);min-height:56px}.article-reader-login-form{width:min(100%,550px);margin:24px auto 0}.article-reader-login-row{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:58px;padding:5px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#fff}.article-reader-login-row input{min-width:0;padding:0 18px;border:0;outline:0;background:transparent;color:#111218;font:400 14px/1.2 DM Sans,sans-serif}.article-reader-login-row input::placeholder{color:#656972}.article-reader-login-row button{min-height:46px;padding:0 20px;border:0;border-radius:999px;background:#111;color:#fff;cursor:pointer;font:700 13px/1 DM Sans,sans-serif;white-space:nowrap}.article-reader-login-row button:hover{background:#2a2a2a}.article-reader-login-row button:disabled,.article-paywall .editorial-signup button:disabled{cursor:wait;opacity:.62}.article-reader-login-status{min-height:20px;margin:9px 0 0;color:var(--editorial-muted);font:500 11px/1.5 IBM Plex Mono,monospace}.article-reader-login-status.is-success{color:var(--editorial-ink)}.article-reader-login-status.is-error{color:#f77}.article-paywall-divider{display:flex;width:min(100%,550px);margin:21px auto 0;gap:13px;align-items:center;color:var(--editorial-muted);font:600 10px/1 IBM Plex Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.article-paywall-divider:before,.article-paywall-divider:after{height:1px;flex:1;background:var(--editorial-rule);content:""}.article-paywall-divider+.editorial-signup{margin-top:16px}.article-paywall-upgrade{display:inline-flex;min-height:46px;margin-top:16px;padding:0 21px;border:1px solid var(--editorial-ink);border-radius:999px;align-items:center;gap:12px;background:var(--editorial-ink);color:var(--editorial-bg);font:700 13px/1 DM Sans,sans-serif;text-decoration:none}.article-paywall-upgrade:hover{opacity:.82}.article-paywall--pro>small{display:block;margin-top:14px}.article-reader-status{display:flex;margin-top:18px;gap:12px;align-items:center;color:var(--editorial-muted);font-size:12px}.article-reader-status button{padding:0;border:0;background:transparent;color:var(--editorial-ink);cursor:pointer;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px}.article-author{gap:12px;margin-top:42px;padding:19px 0}.article-author>img{width:43px;height:43px;flex:0 0 auto;border-radius:50%;object-fit:cover}.article-author strong{margin-top:4px;font-size:14px}.article-return{margin-top:35px}.article-return-row{display:flex;margin-top:35px;padding-top:18px;border-top:1px solid var(--editorial-rule);align-items:center;justify-content:space-between;gap:18px}.article-return-row .article-return{margin-top:0}.article-reader-login-link{color:var(--editorial-ink);font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.article-reader-login-link:hover{opacity:.68}.article-subscribe{width:min(calc(100% - 48px),1152px);margin:64px auto 0;padding:39px 42px;border:1px solid rgba(0,0,0,.22);border-radius:16px;background:#58c7f7;color:#111}.article-subscribe :is(h2,p),.article-subscribe>div>span,.article-subscribe small{color:#111}.article-subscribe h2{font-family:Sora,sans-serif!important;font-size:27px;font-weight:650!important;line-height:1.1!important}.article-subscribe .editorial-signup{width:410px;border-color:#11111159;background:#fff}.article-subscribe .article-join-cta{background:#111;color:#fff}.article-related{width:min(calc(100% - 48px),1152px);margin:84px auto 0;padding:0 0 96px}.article-related-heading h2{font-family:Sora,sans-serif!important;font-size:35px;font-weight:650!important;line-height:1!important}.article-related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:23px}.article-related-image{border-radius:8px}.article-related-card h3{font-family:Sora,sans-serif!important;font-size:19px;font-weight:650!important;line-height:1.15!important}.editorial-capture{border-color:#00000047;background:#58c7f7;color:#111;box-shadow:0 18px 54px #082d3d33}.editorial-capture-close,.editorial-capture-copy :is(strong,span){color:#111}@media(max-width:1149px){.article-content-layout{display:block;width:min(calc(100% - 48px),677px)}.article-reading-spacer,.article-subscribe-rail{display:none}}@media(max-width:1050px){body.editorial-page[data-editorial-page=insights] .editorial-container{width:min(100% - 48px,1152px)}.article-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-related-card:last-child{display:block}}@media(max-width:650px){body.editorial-page[data-editorial-page=insights] .editorial-container{width:min(100% - 30px,1152px)}body.editorial-page[data-editorial-page=insights] .editorial-hero{min-height:510px;padding:111px 20px 57px}body.editorial-page[data-editorial-page=insights] .editorial-hero h1{font-size:33px;line-height:1.03!important}body.editorial-page[data-editorial-page=insights] .editorial-hero-copy{font-size:15px;line-height:1.55}body.editorial-page[data-editorial-page=insights] .editorial-grid-shoutout,body.editorial-page[data-editorial-page=insights] .editorial-terminal-gateway{padding:27px 23px}.article-main{padding-top:64px}.article-lead-surface{padding:17px 0 34px}.article-header{width:100%;padding-top:35px}.article-header-inner{width:calc(100% - 40px)}.article-back{position:absolute;left:20px;top:0}.article-eyebrow{font-size:10px}.article-header h1{font-size:33px!important;line-height:1!important}.article-deck{font-size:15px}.article-header-meta{align-items:center}.article-hero-layout{width:100vw;margin-top:29px}.article-hero-image{border-radius:0}.article-hero-image--portrait{width:min(82vw,320px);border-radius:12px}.article-hero-image--compact{width:min(calc(100% - 40px),480px);border-radius:12px}.article-reading-surface{padding:38px 0 54px}.article-lead-surface--no-media{padding-bottom:16px}.article-lead-surface--no-media+.article-reading-surface{padding-top:26px}.article-content-layout{width:calc(100% - 40px)}.article-body,.article-body>p:first-child{font-size:17px;line-height:1.5}.article-body p,.article-body ul,.article-body ol,.article-body blockquote,.article-body figure,.article-body table{margin-bottom:12px}.article-body h2{margin-top:39px;font-size:27px}.article-body h3{margin-top:31px;font-size:21px}.article-paywall{padding:29px 20px}.article-paywall h2{font-size:26px}.article-reader-login-row input{padding-inline:14px}.article-reader-login-row button{padding-inline:15px;font-size:12px}.article-subscribe{width:calc(100% - 30px);margin-top:50px;padding:28px 23px}.article-subscribe .editorial-signup{width:100%}.article-related{width:calc(100% - 30px);margin-top:66px;padding-bottom:72px}.article-related-grid{grid-template-columns:1fr;gap:34px}.article-related-heading h2{font-size:31px}.editorial-capture{border-radius:14px}}html[data-theme=light] body.editorial-page[data-editorial-page=insights] .editorial-hero-label{background:transparent;color:#0a06e5;box-shadow:none}body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero{min-height:560px;padding:124px 24px 66px}body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero-inner{width:min(100%,688px)}body.editorial-page[data-editorial-page=weekly-brief] .editorial-hero-label{gap:9px;margin-bottom:21px;padding:0;border-radius:0;background:transparent;color:#0a06e5;box-shadow:none;font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.1em;backdrop-filter:none}body.editorial-page[data-editorial-page=weekly-brief] .editorial-hero-label:before,body.editorial-page[data-editorial-page=weekly-brief] .editorial-hero-label:after{width:22px;height:1px;background:currentColor;content:""}body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero h1{max-width:688px;font-family:Sora,sans-serif!important;font-size:40px;font-weight:650!important;line-height:1!important;letter-spacing:-.04em!important}body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero-copy{max-width:503px;margin-top:20px;font-size:17px;line-height:1.5}body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero .editorial-signup{width:min(100%,503px);margin-top:29px}html[data-theme=light] body.editorial-page[data-editorial-page=weekly-brief] .editorial-hero-label{background:transparent;color:#0a06e5;box-shadow:none}html[data-theme=dark] body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) .editorial-hero-label{background:transparent;color:#58c7f7;box-shadow:none}html[data-theme=light] body.editorial-page[data-editorial-page=article] .article-subscribe{border-color:#00000038;background:#58c7f7;color:#111;box-shadow:none}html[data-theme=light] body.editorial-page[data-editorial-page=article] .article-subscribe :is(h2,p,small),html[data-theme=light] body.editorial-page[data-editorial-page=article] .article-subscribe>div>span{color:#111}@media(max-width:650px){body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero{min-height:490px;padding:111px 20px 57px}body.editorial-page[data-editorial-page=weekly-brief] .weekly-hero h1{font-size:33px;line-height:1.03!important}}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero){position:relative;isolation:isolate;display:flex;min-height:612px!important;padding:140px 24px 72px!important;align-items:center;overflow:hidden;background:radial-gradient(circle at 78% 28%,rgba(10,6,229,.18),transparent 31%),radial-gradient(circle at 18% 72%,rgba(88,199,247,.06),transparent 30%),#090a0d!important;color:#fff;text-align:center}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero):before,body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero):after{display:block;position:absolute;content:"";pointer-events:none}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero):before{inset:0;z-index:1;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;opacity:.76;mask-image:linear-gradient(to bottom,transparent,black 20%,black 65%,transparent 94%);-webkit-mask-image:linear-gradient(to bottom,transparent,black 20%,black 65%,transparent 94%)}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero):after{inset:-8% 0;z-index:0;background-image:image-set(url(/images/hero-earth-nasa.avif) type("image/avif"),url(/images/hero-earth-nasa.jpg.webp) type("image/jpeg"));background-position:center 48%;background-size:cover;background-repeat:no-repeat;filter:saturate(.55) contrast(1.08);opacity:.3;mask-image:linear-gradient(to bottom,transparent 5%,black 17%,black 76%,transparent 94%);-webkit-mask-image:linear-gradient(to bottom,transparent 5%,black 17%,black 76%,transparent 94%)}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero-inner,.weekly-hero-inner){position:relative;z-index:2;width:100%;max-width:920px;margin:0 auto}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) .editorial-hero-label,html[data-theme=light] body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) .editorial-hero-label,html[data-theme=dark] body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) .editorial-hero-label{display:inline-flex;width:auto;min-height:0;margin:0 auto 26px;padding:9px 13px;border:0;border-radius:999px;background:#ffffff12;color:#bec0c7;box-shadow:inset 0 0 0 1px #ffffff21;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700;line-height:1.5;letter-spacing:.08em;backdrop-filter:blur(12px)}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) .editorial-hero-label:before,body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) .editorial-hero-label:after{display:none}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) h1{max-width:900px;margin:0 auto 22px;color:#fff!important;font-family:DM Sans,sans-serif!important;font-size:clamp(3.35rem,5.3125vw,4.75rem)!important;font-weight:400!important;line-height:1.03!important;letter-spacing:-.055em!important}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero-copy,.weekly-hero-copy){max-width:650px;margin:0 auto 30px;color:#a4a7b0!important;font-family:DM Sans,sans-serif;font-size:clamp(1.05rem,1.35vw,1.18rem);font-weight:400;line-height:1.55}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) .editorial-signup{width:min(100%,550px);margin:0 auto}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) .editorial-signup-status{min-height:0;margin:20px 0 0;color:#7f828c!important;font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;line-height:1.45;letter-spacing:0}html[data-theme=light] body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) .nav:not(.is-past-hero){border-bottom-color:#ffffff14;background:#070809b8;box-shadow:none}html[data-theme=light] body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) .nav:not(.is-past-hero) :is(.nav-logo,.nav-link,.nav-theme-btn,.nav-mobile-btn,.nav-menu-btn){color:#d7d8de}html[data-theme=light] body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) .nav:not(.is-past-hero) .nav-divider{background:#ffffff2e}@media(max-width:900px){body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero){min-height:500px!important;padding:124px 20px 64px!important}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) h1{font-size:clamp(2.7rem,9vw,3.8rem)!important}}@media(max-width:480px){body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero){min-height:592px!important;padding:112px 20px 56px!important}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) h1{font-size:2.4375rem!important}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero-copy,.weekly-hero-copy){font-size:15px}body.editorial-page:is([data-editorial-page=insights],[data-editorial-page=weekly-brief]) :is(.editorial-hero,.weekly-hero) .editorial-signup-status{font-size:12px}}html body.editorial-page[data-editorial-page=insights]{--editorial-paper: #000000;--editorial-panel: #0a0a0a;--editorial-ink: #ededed;--editorial-muted: #9b9b9b;--editorial-rule: rgba(255, 255, 255, .2);--editorial-soft-rule: rgba(255, 255, 255, .11);--editorial-accent: #58c7f7;min-height:100%;background:#000!important;color:#ededed;font-family:DM Sans,sans-serif}body.editorial-page[data-editorial-page=insights] :is(.editorial-main,.editorial-section,.insights-paths,.insights-manifesto,.site-footer){background:#000!important;color:#ededed}body.editorial-page[data-editorial-page=insights] .editorial-container{width:min(100% - 80px,1360px);max-width:1360px}html body.editorial-page[data-editorial-page=insights] .nav{height:76px;border-bottom:1px solid rgba(255,255,255,.1)!important;background:#000!important;box-shadow:none!important;backdrop-filter:none}body.editorial-page[data-editorial-page=insights] .nav-inner{width:min(100% - 64px,1360px);max-width:1360px}body.editorial-page[data-editorial-page=insights] .nav-logo{min-width:44px;color:#fff!important}body.editorial-page[data-editorial-page=insights] .nav-logo-img{width:40px;height:auto}body.editorial-page[data-editorial-page=insights] .nav-logo>span,body.editorial-page[data-editorial-page=insights] .nav-divider,body.editorial-page[data-editorial-page=insights] :is(.theme-toggle,.nav-theme-btn){display:none!important}body.editorial-page[data-editorial-page=insights] .nav :is(.nav-link,.nav-menu-btn,.nav-mobile-btn){color:#ededed!important;font-family:DM Sans,sans-serif}body.editorial-page[data-editorial-page=insights] .nav-link{padding:10px 12px;font-size:14px;font-weight:500!important}body.editorial-page[data-editorial-page=insights] .site-drawer-primary>a,body.editorial-page[data-editorial-page=insights] .site-drawer-subscribe{font-weight:600!important}body.editorial-page[data-editorial-page=insights] .site-drawer-group>a,body.editorial-page[data-editorial-page=insights] .site-drawer-footer>div a{font-weight:500!important}body.editorial-page[data-editorial-page=insights] .nav-link:hover,body.editorial-page[data-editorial-page=insights] .nav-link--active{background:transparent!important;color:#fff!important}body.editorial-page[data-editorial-page=insights] .nav .btn-primary{min-height:42px;padding:0 22px;border:0;background:#fff!important;color:#000!important;box-shadow:none!important;font-weight:600}body.editorial-page[data-editorial-page=insights] .nav .btn-primary:hover{background:#dedede!important;color:#000!important}body.editorial-page[data-editorial-page=insights] :is(.mobile-menu.site-drawer,.site-drawer){border-left-color:#ffffff24!important;background:#000!important;color:#ededed!important}body.editorial-page[data-editorial-page=insights] :is(.mobile-menu.site-drawer,.site-drawer) a{color:#ededed!important}body.editorial-page[data-editorial-page=insights] .site-drawer-overlay{background:#000000c2!important}body.editorial-page[data-editorial-page=insights] .editorial-hero{display:flex;min-height:530px!important;padding:154px 40px 32px!important;align-items:flex-start;background:#000!important;color:#ededed;text-align:left}body.editorial-page[data-editorial-page=insights] .editorial-hero:before,body.editorial-page[data-editorial-page=insights] .editorial-hero:after{display:none!important}body.editorial-page[data-editorial-page=insights] .editorial-hero-inner{width:min(100%,1360px);max-width:1360px;margin:0 auto;text-align:left}body.editorial-page[data-editorial-page=insights] .editorial-hero h1{max-width:610px;margin:0 0 26px;color:#ededed!important;font-family:Sora,sans-serif!important;font-size:clamp(3.375rem,5.25vw,4.75rem)!important;font-weight:500!important;line-height:1!important;letter-spacing:-.055em!important;text-wrap:balance}body.editorial-page[data-editorial-page=insights] .editorial-hero-copy{max-width:540px;margin:0 0 12px;color:#a0a0a0!important;font-family:DM Sans,sans-serif;font-size:17px;font-weight:400;line-height:1.55}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup{grid-template-columns:minmax(0,1fr) auto;width:min(100%,344px);min-height:48px;margin:0;padding:4px;border:1px solid rgba(255,255,255,.28);background:transparent;box-shadow:none}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup input[type=email]{min-width:0;padding:0 13px;color:#ededed;font-size:13px}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup input::placeholder{color:#9b9b9b}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup button,body.editorial-page[data-editorial-page=insights] .insights-path-signup button{display:grid;width:38px;min-width:38px;height:38px;min-height:38px;padding:0;place-items:center;border:0;border-radius:50%;background:#fff;color:#000;box-shadow:none}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-arrow-icon{width:19px;height:19px}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup-status{margin:12px 0 0;color:#7f7f7f!important;font-family:DM Sans,sans-serif;font-size:12px}body.editorial-page[data-editorial-page=insights] .editorial-section{padding:0 0 32px}body.editorial-page[data-editorial-page=insights] .insights-latest-head{position:relative;min-height:82px;margin:0;padding:17px 0 14px;align-items:flex-end;border-top:1px solid rgba(255,255,255,.28);border-bottom:0}body.editorial-page[data-editorial-page=insights] .insights-latest-head:before{position:absolute;top:-2px;left:0;width:54px;height:3px;background:#0a06e5;content:""}body.editorial-page[data-editorial-page=insights] .insights-latest-head h2{color:#ededed!important;font-family:Sora,sans-serif!important;font-size:clamp(2.4rem,3.4vw,3.25rem);font-weight:500!important;line-height:1;letter-spacing:-.045em!important}body.editorial-page[data-editorial-page=insights] .insights-wire{display:block}body.editorial-page[data-editorial-page=insights] .insights-feature{border-bottom:1px solid rgba(255,255,255,.22)}body.editorial-page[data-editorial-page=insights] .insights-feature>a{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(300px,1fr);gap:clamp(32px,4.2vw,58px);padding:0 0 14px;color:inherit;text-decoration:none}body.editorial-page[data-editorial-page=insights] .insights-feature-media{min-height:0;aspect-ratio:16 / 9;overflow:hidden;background:#0a0a0a}body.editorial-page[data-editorial-page=insights] .insights-feature-media>img{width:100%;height:100%;min-height:0;aspect-ratio:16 / 9;object-fit:cover}body.editorial-page[data-editorial-page=insights] .insights-feature-copy{display:flex;min-width:0;padding:6px 0 0;flex-direction:column;align-items:flex-start}body.editorial-page[data-editorial-page=insights] .insights-feature-meta{display:flex;gap:14px;align-items:center;color:#888;font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}body.editorial-page[data-editorial-page=insights] .insights-feature-meta>span:first-child{color:#58c7f7}body.editorial-page[data-editorial-page=insights] .insights-feature h3{max-width:580px;margin:24px 0 20px;color:#ededed!important;font-family:Sora,sans-serif!important;font-size:clamp(1.85rem,2.65vw,2.75rem);font-weight:500!important;line-height:1.06;letter-spacing:-.045em!important}body.editorial-page[data-editorial-page=insights] .insights-feature p{display:-webkit-box;max-width:500px;margin:0;overflow:hidden;color:#a0a0a0;font-size:15px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}body.editorial-page[data-editorial-page=insights] .insights-feature-arrow{display:grid;width:40px;height:40px;margin-top:auto;place-items:center;color:#ededed;transform:translate(-6px);transition:transform .18s ease}body.editorial-page[data-editorial-page=insights] .insights-feature a:hover h3,body.editorial-page[data-editorial-page=insights] .insights-wire-row a:hover h3{color:#fff!important}body.editorial-page[data-editorial-page=insights] :is(.insights-feature,.insights-wire-row) a:hover :is(.insights-feature-arrow,.insights-wire-arrow){transform:translate(2px)}body.editorial-page[data-editorial-page=insights] .insights-wire-row{border-bottom:1px solid rgba(255,255,255,.2)}body.editorial-page[data-editorial-page=insights] .insights-wire-row>a{display:grid;min-height:86px;grid-template-columns:130px minmax(210px,.85fr) minmax(260px,1.15fr) 108px 36px;gap:clamp(20px,2.5vw,40px);align-items:center;color:inherit;text-decoration:none}body.editorial-page[data-editorial-page=insights] .insights-wire-meta{display:flex;gap:4px;flex-direction:column;color:#888;font-size:11px;font-weight:500;letter-spacing:.035em;text-transform:uppercase}body.editorial-page[data-editorial-page=insights] .insights-wire-meta span{color:#58c7f7}body.editorial-page[data-editorial-page=insights] .insights-wire-row h3{margin:0;color:#ededed!important;font-family:Sora,sans-serif!important;font-size:clamp(1.3rem,1.65vw,1.75rem);font-weight:500!important;line-height:1.16;letter-spacing:-.035em!important}body.editorial-page[data-editorial-page=insights] .insights-wire-row p{display:-webkit-box;margin:0;overflow:hidden;color:#9a9a9a;font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}body.editorial-page[data-editorial-page=insights] .insights-wire-thumb{width:108px;height:66px;overflow:hidden;background:#0a0a0a}body.editorial-page[data-editorial-page=insights] .insights-wire-thumb>img{width:100%;height:100%;object-fit:cover}body.editorial-page[data-editorial-page=insights] .insights-wire-fallback{display:grid;width:100%;height:100%;place-items:center;background:#0a0a0a}body.editorial-page[data-editorial-page=insights] .insights-wire-fallback img{width:42px;height:auto}body.editorial-page[data-editorial-page=insights] .insights-wire-arrow{display:grid;width:36px;height:44px;place-items:center;color:#ededed;transition:transform .18s ease}body.editorial-page[data-editorial-page=insights] .editorial-load-wrap{display:none}body.editorial-page[data-editorial-page=insights] .editorial-load-more{display:inline-flex;min-height:44px;padding:0 18px;gap:10px;align-items:center;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:transparent;color:#ededed;box-shadow:none;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600}body.editorial-page[data-editorial-page=insights] .editorial-load-more:hover{border-color:#fff9;background:#0a0a0a;color:#fff;transform:none}body.editorial-page[data-editorial-page=insights] .insights-paths{padding:0}body.editorial-page[data-editorial-page=insights] .insights-paths-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25)}body.editorial-page[data-editorial-page=insights] .insights-path{display:flex;min-width:0;min-height:220px;padding:18px 20px;flex-direction:column}body.editorial-page[data-editorial-page=insights] .insights-path+.insights-path{border-left:1px solid rgba(255,255,255,.2)}body.editorial-page[data-editorial-page=insights] .insights-path>span{color:#58c7f7;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}body.editorial-page[data-editorial-page=insights] .insights-path h2{margin:10px 0 6px;color:#ededed!important;font-family:Sora,sans-serif!important;font-size:clamp(1.4375rem,1.8vw,1.8rem);font-weight:500!important;line-height:1.1;letter-spacing:-.045em!important}body.editorial-page[data-editorial-page=insights] .insights-path>p{max-width:340px;margin:0 0 10px;color:#999;font-size:13px;line-height:1.45}body.editorial-page[data-editorial-page=insights] .insights-path>a{display:inline-flex;margin-top:auto;gap:10px;align-items:center;align-self:flex-start;color:#ededed;font-size:14px;font-weight:600;text-decoration:none}body.editorial-page[data-editorial-page=insights] .insights-path>a:hover{color:#58c7f7}body.editorial-page[data-editorial-page=insights] .insights-path-signup{display:grid;width:min(100%,340px);min-height:48px;margin-top:auto;padding:4px;grid-template-columns:minmax(0,1fr) auto;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:transparent}body.editorial-page[data-editorial-page=insights] .insights-path-signup input[type=email]{min-width:0;padding:0 12px;border:0;outline:0;background:transparent;color:#ededed;font-family:DM Sans,sans-serif;font-size:12px}body.editorial-page[data-editorial-page=insights] .insights-path-signup input::placeholder{color:#858585}body.editorial-page[data-editorial-page=insights] .insights-path .editorial-signup-status{min-height:0;margin:8px 0 0;color:#858585;font-size:11px}body.editorial-page[data-editorial-page=insights] .insights-manifesto{padding:0}body.editorial-page[data-editorial-page=insights] .insights-manifesto .editorial-container{display:flex;min-height:110px;padding:24px 0;gap:40px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.24)}body.editorial-page[data-editorial-page=insights] .insights-manifesto p{max-width:720px;margin:0;color:#ededed;font-family:Sora,sans-serif;font-size:clamp(1.75rem,2.4vw,2.5rem);font-weight:500;line-height:1.12;letter-spacing:-.045em}body.editorial-page[data-editorial-page=insights] .insights-manifesto a{display:inline-flex;min-width:156px;min-height:50px;padding:0 18px;gap:20px;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#ededed;font-size:13px;font-weight:600;text-decoration:none}body.editorial-page[data-editorial-page=insights] .insights-footer{padding:0!important;border-top:0!important}body.editorial-page[data-editorial-page=insights] .insights-footer .editorial-container{display:grid;min-height:90px;padding:18px 0;grid-template-columns:auto 1fr auto;gap:40px;align-items:center}body.editorial-page[data-editorial-page=insights] .insights-footer-logo img{width:42px;height:auto}body.editorial-page[data-editorial-page=insights] .insights-footer-links{display:flex;gap:30px;justify-content:center}body.editorial-page[data-editorial-page=insights] .insights-footer :is(a,span){color:#8c8c8c;font-size:12px;text-decoration:none}body.editorial-page[data-editorial-page=insights] .insights-footer a:hover{color:#fff}body.editorial-page[data-editorial-page=insights] .editorial-capture{border-color:#fff3!important;background:#0a0a0a!important;color:#ededed!important;box-shadow:0 20px 60px #00000080!important}body.editorial-page[data-editorial-page=insights] .editorial-capture :is(strong,span,button){color:#ededed}@media(max-width:1100px){body.editorial-page[data-editorial-page=insights] .insights-wire-row>a{grid-template-columns:122px minmax(175px,.9fr) minmax(190px,1.1fr) 96px 30px;gap:clamp(16px,2vw,24px)}body.editorial-page[data-editorial-page=insights] .insights-feature>a{grid-template-columns:minmax(0,1.22fr) minmax(290px,1fr)}body.editorial-page[data-editorial-page=insights] .insights-path{padding-inline:26px}}@media(min-width:761px){body.editorial-page[data-editorial-page=insights] .nav-links{display:flex!important}}@media(max-width:760px){body.editorial-page[data-editorial-page=insights] .editorial-container,body.editorial-page[data-editorial-page=insights] .nav-inner{width:min(100% - 40px,1360px)}body.editorial-page[data-editorial-page=insights] .nav{height:64px}body.editorial-page[data-editorial-page=insights] .nav-logo-img{width:38px}body.editorial-page[data-editorial-page=insights] .editorial-hero{min-height:540px!important;padding:132px 20px 60px!important}body.editorial-page[data-editorial-page=insights] .editorial-hero h1{max-width:580px;font-size:clamp(2.8rem,12vw,4rem)!important}body.editorial-page[data-editorial-page=insights] .editorial-hero-copy{max-width:480px;font-size:15px}body.editorial-page[data-editorial-page=insights] .editorial-section{padding:0 0 70px}body.editorial-page[data-editorial-page=insights] .insights-latest-head{min-height:100px}body.editorial-page[data-editorial-page=insights] .insights-latest-head h2{font-size:2.35rem}body.editorial-page[data-editorial-page=insights] .insights-latest-head [data-editorial-total]{display:none}body.editorial-page[data-editorial-page=insights] .insights-feature>a{grid-template-columns:1fr;gap:24px;padding-bottom:32px}body.editorial-page[data-editorial-page=insights] .insights-feature-media,body.editorial-page[data-editorial-page=insights] .insights-feature-media>img{min-height:0;max-height:none;aspect-ratio:16 / 10}body.editorial-page[data-editorial-page=insights] .insights-feature-copy{padding:0}body.editorial-page[data-editorial-page=insights] .insights-feature h3{margin:16px 0 14px;font-size:clamp(2rem,9vw,2.75rem)}body.editorial-page[data-editorial-page=insights] .insights-feature-arrow{margin-top:18px}body.editorial-page[data-editorial-page=insights] .insights-wire-row>a{min-height:142px;padding:20px 0;grid-template-columns:minmax(0,1fr) 88px 28px;gap:16px}body.editorial-page[data-editorial-page=insights] .insights-wire-row p{display:none}body.editorial-page[data-editorial-page=insights] .insights-wire-meta{grid-column:1 / 2;grid-row:1}body.editorial-page[data-editorial-page=insights] .insights-wire-row h3{grid-column:1 / 2;grid-row:2;font-size:1.35rem}body.editorial-page[data-editorial-page=insights] .insights-wire-thumb{width:88px;height:64px;grid-column:2 / 3;grid-row:1 / 3}body.editorial-page[data-editorial-page=insights] .insights-wire-arrow{width:28px;grid-column:3 / 4;grid-row:1 / 3}body.editorial-page[data-editorial-page=insights] .insights-paths,body.editorial-page[data-editorial-page=insights] .insights-manifesto,body.editorial-page[data-editorial-page=insights] .insights-footer{padding-inline:0!important}body.editorial-page[data-editorial-page=insights] .insights-paths-grid{grid-template-columns:1fr}body.editorial-page[data-editorial-page=insights] .insights-path{min-height:0;padding:36px 0}body.editorial-page[data-editorial-page=insights] .insights-path+.insights-path{border-top:1px solid rgba(255,255,255,.2);border-left:0}body.editorial-page[data-editorial-page=insights] .insights-path h2{font-size:2rem}body.editorial-page[data-editorial-page=insights] .insights-path>a,body.editorial-page[data-editorial-page=insights] .insights-path-signup{margin-top:8px}body.editorial-page[data-editorial-page=insights] .insights-manifesto .editorial-container{min-height:0;padding:52px 0;flex-direction:column;align-items:flex-start}body.editorial-page[data-editorial-page=insights] .insights-manifesto p{font-size:2.1rem}body.editorial-page[data-editorial-page=insights] .insights-footer .editorial-container{min-height:0;padding:30px 0;grid-template-columns:1fr auto;gap:28px}body.editorial-page[data-editorial-page=insights] .insights-footer-links{grid-column:1 / -1;grid-row:1;flex-wrap:wrap;gap:16px 24px;justify-content:flex-start}body.editorial-page[data-editorial-page=insights] .insights-footer-logo{grid-row:2}body.editorial-page[data-editorial-page=insights] .insights-footer>span{grid-row:2}}@media(max-width:430px){body.editorial-page[data-editorial-page=insights] .editorial-hero{min-height:570px!important;padding-top:122px!important}body.editorial-page[data-editorial-page=insights] .editorial-hero h1{font-size:2.75rem!important}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup{width:100%}body.editorial-page[data-editorial-page=insights] .insights-feature-meta{gap:9px;flex-wrap:wrap}body.editorial-page[data-editorial-page=insights] .insights-wire-row>a{grid-template-columns:minmax(0,1fr) 72px 24px;gap:12px}body.editorial-page[data-editorial-page=insights] .insights-wire-thumb{width:72px;height:58px}}html[data-theme] body.editorial-page[data-editorial-page=insights]{--editorial-paper: #000000;--editorial-panel: #0a0a0a;--editorial-ink: #ededed;--editorial-muted: #969696;--editorial-rule: rgba(255, 255, 255, .2);--editorial-soft-rule: rgba(255, 255, 255, .1);--editorial-accent: #58c7f7;background:#000!important;color:#ededed;font-family:DM Sans,sans-serif}body.editorial-page[data-editorial-page=insights] :is(.editorial-main,.site-footer){background:#000!important}body.editorial-page[data-editorial-page=insights] :is(.editorial-container,.nav-inner){width:min(100% - 48px,1200px);max-width:none;padding-inline:0}body.editorial-page[data-editorial-page=insights] .nav,html[data-theme=light] body.editorial-page[data-editorial-page=insights] .nav{height:64px;border-bottom:1px solid rgba(255,255,255,.12)!important;background:#000000f0!important;box-shadow:none!important}body.editorial-page[data-editorial-page=insights] .nav :is(.nav-logo,.nav-link,.nav-link--active,.nav-mobile-btn){color:#ededed!important}body.editorial-page[data-editorial-page=insights] .theme-toggle{display:none!important}body.editorial-page[data-editorial-page=insights] .editorial-hero{display:block;min-height:0!important;padding:144px 0 84px!important;border-bottom:1px solid rgba(255,255,255,.16)!important;background:#000!important;text-align:left}body.editorial-page[data-editorial-page=insights] .editorial-hero-inner{width:min(100% - 48px,1200px);max-width:none;margin-inline:auto}body.editorial-page[data-editorial-page=insights] .editorial-hero-label{display:inline-flex;margin:0 0 22px;padding:0;gap:10px;align-items:center;border-radius:0;background:transparent!important;color:#58c7f7!important;box-shadow:none!important;font:600 12px/1 DM Sans,sans-serif;letter-spacing:.08em;text-transform:uppercase}body.editorial-page[data-editorial-page=insights] .editorial-hero-label:before{width:28px;height:2px;background:currentColor;content:""}body.editorial-page[data-editorial-page=insights] .editorial-hero-label:after{display:none}body.editorial-page[data-editorial-page=insights] .editorial-hero h1{max-width:720px;margin:0;color:#ededed!important;font-family:Sora,sans-serif!important;font-size:clamp(52px,6vw,78px)!important;font-weight:600!important;line-height:.98!important;letter-spacing:-.055em!important}body.editorial-page[data-editorial-page=insights] .editorial-hero-copy{max-width:560px;margin:24px 0 0;color:#a0a0a0!important;font-size:18px;font-weight:400;line-height:1.5;text-wrap:pretty}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup{width:min(100%,480px);min-height:52px;margin:30px 0 0;padding:4px;border-color:#ffffff52;background:#000}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup input[type=email]{color:#ededed;font-size:14px}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup button{width:42px;min-width:42px;height:42px;min-height:42px}body.editorial-page[data-editorial-page=insights] .editorial-hero .editorial-signup-status{margin:11px 0 0;color:#777!important;font-family:DM Sans,sans-serif;font-size:12px;font-weight:400}body.editorial-page[data-editorial-page=insights] .editorial-section{padding:72px 0 104px;border-bottom:0}body.editorial-page[data-editorial-page=insights] .insights-latest-head{min-height:0;margin:0 0 34px;padding:0 0 18px;align-items:baseline;border-top:0;border-bottom:1px solid rgba(255,255,255,.22)}body.editorial-page[data-editorial-page=insights] .insights-latest-head:before{display:none}body.editorial-page[data-editorial-page=insights] .insights-latest-head h2{color:#ededed!important;font-family:Sora,sans-serif!important;font-size:36px;font-weight:600!important;line-height:1!important;letter-spacing:-.045em!important}body.editorial-page[data-editorial-page=insights] .insights-latest-head [data-editorial-total]{color:#777;font-size:12px;font-weight:500}body.editorial-page[data-editorial-page=insights] .editorial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 24px}body.editorial-page[data-editorial-page=insights] .editorial-card>a{display:block;color:#ededed;text-decoration:none}body.editorial-page[data-editorial-page=insights] .editorial-card-image{aspect-ratio:16 / 9;margin:0 0 15px;overflow:hidden;border-radius:6px;background:#0a0a0a}body.editorial-page[data-editorial-page=insights] .editorial-card-image img{display:block;width:100%;height:100%;object-fit:cover}body.editorial-page[data-editorial-page=insights] .editorial-card-meta{display:flex;gap:7px;align-items:center;color:#787878;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;line-height:1.2;letter-spacing:.035em;text-transform:uppercase}body.editorial-page[data-editorial-page=insights] .editorial-card h3{margin:9px 0 0;color:#ededed!important;font-family:Sora,sans-serif!important;font-size:20px;font-weight:600!important;line-height:1.12!important;letter-spacing:-.035em!important}body.editorial-page[data-editorial-page=insights] .editorial-card h3 span{background-image:linear-gradient(to right,#58c7f7,#58c7f7);background-position:0 100%;background-size:0 1px}body.editorial-page[data-editorial-page=insights] .editorial-card p{display:-webkit-box;margin:8px 0 0;overflow:hidden;color:#929292;font-size:14px;font-weight:400;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}body.editorial-page[data-editorial-page=insights] .editorial-load-wrap{display:flex;margin-top:58px}body.editorial-page[data-editorial-page=insights] .editorial-load-more{min-height:44px;padding:0 18px;border-color:#ffffff4d;color:#ededed}body.editorial-page[data-editorial-page=insights] .editorial-load-more[hidden]{display:none!important}body.editorial-page[data-editorial-page=insights] .insights-footer{border-top:1px solid rgba(255,255,255,.16)!important}@media(max-width:900px){body.editorial-page[data-editorial-page=insights] .editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){body.editorial-page[data-editorial-page=insights] :is(.editorial-container,.nav-inner),body.editorial-page[data-editorial-page=insights] .editorial-hero-inner{width:min(100% - 40px,1200px)}body.editorial-page[data-editorial-page=insights] .editorial-hero{padding:112px 0 62px!important}body.editorial-page[data-editorial-page=insights] .editorial-hero h1{font-size:48px!important}body.editorial-page[data-editorial-page=insights] .editorial-hero-copy{max-width:330px;font-size:16px}body.editorial-page[data-editorial-page=insights] .editorial-section{padding:58px 0 80px}body.editorial-page[data-editorial-page=insights] .insights-latest-head{margin-bottom:26px}body.editorial-page[data-editorial-page=insights] .insights-latest-head h2{font-size:32px}body.editorial-page[data-editorial-page=insights] .insights-latest-head [data-editorial-total]{display:none}body.editorial-page[data-editorial-page=insights] .editorial-grid{grid-template-columns:1fr;gap:38px}body.editorial-page[data-editorial-page=insights] .editorial-card h3{font-size:22px}}.article-paywall-upgrade,.article-paywall-upgrade:visited,.article-paywall-upgrade:hover,.article-paywall-upgrade:focus-visible{border-color:#fff!important;background:#fff!important;color:#111!important;-webkit-text-fill-color:#111111}body.editorial-page[data-editorial-page=insights] .mobile-menu.site-drawer a.site-drawer-subscribe,body.editorial-page[data-editorial-page=insights] .mobile-menu.site-drawer a.site-drawer-subscribe:visited,body.editorial-page[data-editorial-page=insights] .mobile-menu.site-drawer a.site-drawer-subscribe:hover,body.editorial-page[data-editorial-page=insights] .mobile-menu.site-drawer a.site-drawer-subscribe:focus-visible{background:#fff!important;color:#111!important;-webkit-text-fill-color:#111111}.article-share a,.editorial-capture-close{width:44px!important;min-height:44px!important}@media(max-width:650px){body.editorial-page[data-editorial-page=article] .nav,html[data-theme=light] body.editorial-page[data-editorial-page=article] .nav{border-bottom-color:#ffffff24!important;background:#000000f5!important}body.editorial-page[data-editorial-page=article] .nav :is(.nav-logo,.nav-link,.nav-mobile-btn,.site-menu-button){color:#ededed!important}body.editorial-page[data-editorial-page=article] .nav .btn-primary{background:#fff!important;color:#111!important;-webkit-text-fill-color:#111111}.article-preview{padding-bottom:52px}.article-preview:after{height:132px}.article-paywall{margin-top:14px}.editorial-capture{right:8px;bottom:8px;left:8px;width:auto;gap:8px 10px;padding:10px 12px;border-radius:14px}.editorial-capture-close{grid-row:1;grid-column:1}.editorial-capture-copy{grid-row:1;grid-column:2;padding-right:4px}.editorial-capture-copy span{display:none}.editorial-capture-form{grid-row:2;grid-column:1 / -1}}@media(max-width:420px){body.editorial-page[data-editorial-page=weekly-brief] .editorial-section-head{align-items:flex-start;flex-direction:column;gap:10px}body.editorial-page[data-editorial-page=weekly-brief] .editorial-section-link{min-height:24px;font-size:12px;white-space:nowrap}}.report-library-item:nth-child(-n+6){display:flex!important}.report-library-item:nth-child(n+7){display:none!important}.report-library-grid.is-expanded .report-library-item:nth-child(n+7){display:flex!important}.report-library-toggle{display:block!important;margin-top:0;text-align:center}.report-library-toggle .toggle-hide{display:none}.report-library-grid.is-expanded+.report-library-toggle .toggle-show{display:none}.report-library-grid.is-expanded+.report-library-toggle .toggle-hide{display:inline}.report-library-grid.is-expanded+.report-library-toggle svg{transform:rotate(180deg)}.research-ideas.section{padding:0;background:#fff;box-shadow:none}.research-ideas>.container{padding-top:92px;padding-bottom:104px;border-top:1px solid rgba(17,17,17,.1)}.research-ideas-header{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:end;gap:72px;max-width:none;margin-bottom:34px}.research-ideas-heading{max-width:720px}.research-ideas-kicker{display:block;margin-bottom:13px;color:#0a06e5;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.research-ideas-header h2{max-width:680px;margin:0;color:#111;font-family:Sora,sans-serif;font-size:clamp(2.3rem,4vw,3.35rem);font-weight:600;line-height:1.04;letter-spacing:-.045em;text-wrap:balance}.research-ideas-intro{max-width:410px;padding-bottom:4px}.research-ideas-intro p{margin:0;color:#55565d;font-size:15px;line-height:1.55}.research-ideas-intro a{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#111;font-size:13px;font-weight:600}.research-ideas-intro a span{transition:transform .2s ease}.research-ideas-intro a:hover span{transform:translate(3px)}.research-ideas-grid{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(320px,.58fr);gap:16px}.research-idea-lead{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);min-height:440px;overflow:hidden;border-radius:26px;background:#0b0c10;color:#fff;box-shadow:inset 0 0 0 1px #ffffff12;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s ease}.research-idea-lead:hover{transform:translateY(-3px);box-shadow:inset 0 0 0 1px #ffffff1f,0 22px 52px #12182829}.research-idea-visual{position:relative;isolation:isolate;overflow:hidden;min-height:440px;padding:34px;background:radial-gradient(circle at 68% 32%,rgba(88,199,247,.3),transparent 28%),linear-gradient(145deg,#0a06e5,#101322 62%,#070809)}.research-idea-visual:before,.research-idea-visual:after{content:"";position:absolute;z-index:-1;border:1px solid rgba(255,255,255,.14);border-radius:50%}.research-idea-visual:before{right:-90px;bottom:-170px;width:450px;height:450px}.research-idea-visual:after{right:18px;bottom:-92px;width:280px;height:280px}.research-idea-visual-meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.research-idea-visual-meta span{color:#c0c2ca;font-family:IBM Plex Mono,monospace;font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.research-idea-visual strong{position:absolute;bottom:74px;left:34px;color:#fff;font-family:Sora,sans-serif;font-size:clamp(4.5rem,8vw,7.5rem);font-weight:600;line-height:.86;letter-spacing:-.075em}.research-idea-visual-meta em{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#98ea651a;color:#b7f58f;box-shadow:inset 0 0 0 1px #98ea653d;font-family:IBM Plex Mono,monospace;font-size:10px;font-style:normal;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.research-idea-body{display:flex;flex-direction:column;justify-content:flex-end;padding:40px 36px}.research-idea-body time,.research-idea-meta{color:#898c95;font-family:IBM Plex Mono,monospace;font-size:9px;letter-spacing:.05em;text-transform:uppercase}.research-idea-body h3{margin:12px 0 14px;color:#fff;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.06;letter-spacing:-.05em;text-wrap:balance}.research-idea-body p{color:#a7aab3;font-size:14px;line-height:1.65}.research-idea-link{display:block;margin-top:24px;color:inherit;font-size:12px;font-weight:700}.research-idea-list{display:grid;grid-template-rows:1fr 1fr;gap:16px}.research-idea-list>a{display:flex;flex-direction:column;min-height:212px;padding:28px;border-radius:20px;background:#fff;color:#111;box-shadow:inset 0 0 0 1px #11111112;transition:transform .24s cubic-bezier(.16,1,.3,1),box-shadow .24s ease}.research-idea-list>a:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #1111111f,0 16px 38px #12182814}.research-idea-meta{display:flex;justify-content:space-between;gap:18px}.research-idea-meta span{color:#2563eb;font-weight:700}.research-idea-list h3{margin:18px 0 10px;color:#111;font-size:21px;line-height:1.16;letter-spacing:-.04em;text-wrap:balance}.research-idea-list p{color:#5f6067;font-size:13px;line-height:1.55}.research-idea-list .research-idea-link{margin-top:auto;padding-top:18px}html[data-theme=dark] .research-ideas.section{background:#090a0d;box-shadow:none}html[data-theme=dark] .research-ideas>.container{border-top-color:#ffffff1f}html[data-theme=dark] .research-ideas-kicker{color:#58c7f7}html[data-theme=dark] .research-ideas-header h2,html[data-theme=dark] .research-ideas-intro a{color:#f2f2f4}html[data-theme=dark] .research-ideas-intro p{color:#a5a8b0}html[data-theme=dark] .research-idea-list>a{background:#15161b;color:#f2f2f4;box-shadow:inset 0 0 0 1px #ffffff14}html[data-theme=dark] .research-idea-list h3{color:#f2f2f4}html[data-theme=dark] .research-idea-list p{color:#a5a8b0}@media(max-width:960px){.research-ideas-header{grid-template-columns:1fr;align-items:start;gap:22px}.research-ideas-grid{grid-template-columns:1fr}.research-idea-list{grid-template-columns:1fr 1fr;grid-template-rows:auto}}@media(max-width:720px){.research-ideas>.container{padding-top:72px;padding-bottom:78px}.research-ideas-header{margin-bottom:28px}.research-idea-lead{grid-template-columns:1fr}.research-idea-visual{min-height:300px}.research-idea-body{padding:30px 26px}.research-idea-list{grid-template-columns:1fr}}@media(max-width:480px){.research-ideas-header h2{font-size:2.25rem}.research-idea-visual{min-height:260px;padding:24px}.research-idea-visual strong{bottom:66px;left:24px;font-size:4.4rem}.research-idea-list>a{min-height:0;padding:24px}}.reports-page{--research-yellow: #e8ff35;--research-line: rgba(255, 255, 255, .15);background:#030303!important;color:#f5f5f2}.reports-page main{background:#030303!important}.reports-page main>section{background-color:#030303!important}.reports-page .research-hero{position:relative;min-height:0!important;padding:170px 0 46px!important;border-bottom:1px solid var(--research-line);background:#030303}.reports-page .research-hero:before,.reports-page .research-hero:after{display:none!important}.reports-page .research-hero-glow{display:none}.reports-page .research-hero-content{max-width:760px;margin-inline:0!important;text-align:left}.reports-page .research-hero-badge{margin-bottom:18px;padding:0;border:0;background:none;color:#7ea4ff;font:600 11px/1 IBM Plex Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.reports-page .research-hero h1{margin:0;color:#f7f7f4;font-size:clamp(52px,6.6vw,82px);line-height:.94;letter-spacing:-.065em}.reports-page .research-hero-sub{max-width:680px;margin:18px 0 0;color:#9b9da4;font-size:18px}.reports-page .research-hero-actions{display:none}.reports-page .research-hero-actions .btn{min-height:43px;padding:0 18px;border-radius:999px;font-size:12px}.reports-page .research-hero-actions .btn-primary{border-color:#fff;background:#fff;color:#050505}.reports-page .research-hero-actions .btn-primary:hover{border-color:var(--research-yellow);background:var(--research-yellow)}.reports-page .research-hero-proof{display:none}.reports-page>main>.divider{display:none}.reports-page .report-showcase{padding:54px 0 68px;border-bottom:1px solid var(--research-line);background:#030303!important}.reports-page .report-showcase:before{display:block;width:min(100% - 48px,var(--page-width));margin:0 auto 24px;color:#f2f2ef;content:"FLAGSHIP REPORT";font:600 11px/1 IBM Plex Mono,monospace;letter-spacing:.12em}.reports-page .report-showcase-layout{display:grid;grid-template-columns:minmax(310px,.78fr) minmax(0,1.22fr);gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.2);background:#090a0d}.reports-page .report-showcase-cover{padding:0;background:#0d0e12}.reports-page .report-cover-wrapper{width:100%;height:100%;min-height:540px;border:0;border-radius:0;background:#08090c;box-shadow:none}.reports-page .report-cover-img{width:100%;height:100%;object-fit:cover;object-position:center top}.reports-page .report-showcase-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,72px);border-left:1px solid var(--research-line)}.reports-page .report-showcase-badge{align-self:flex-start;border:0;border-radius:0;background:none;color:#7ea4ff;font:600 10px/1 IBM Plex Mono,monospace;letter-spacing:.11em;text-transform:uppercase}.reports-page .report-showcase-title{max-width:600px;margin-top:18px;color:#fff;font-size:clamp(42px,5.4vw,70px);line-height:.98;letter-spacing:-.06em}.reports-page .report-showcase-desc{max-width:620px;margin-top:20px;color:#a7a9b0;font-size:16px;line-height:1.6}.reports-page .report-showcase-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:30px 0;border-top:1px solid var(--research-line);border-bottom:1px solid var(--research-line)}.reports-page .report-highlight{padding:17px 14px 17px 0;border-right:1px solid var(--research-line)}.reports-page .report-highlight:last-child{border-right:0;padding-left:15px}.reports-page .report-highlight strong{color:#fff;font-size:21px}.reports-page .report-highlight span{color:#777a83;font:500 9px/1.3 IBM Plex Mono,monospace;text-transform:uppercase}.reports-page .report-gate-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.reports-page .report-gate-input,.reports-page .report-gate-btn{min-height:48px;border-radius:0}.reports-page .report-gate-input{border-color:#ffffff3b;background:#030303;color:#fff}.reports-page .report-gate-btn{border-color:#fff;background:#fff;color:#050505}.reports-page .report-gate-btn:hover{border-color:var(--research-yellow);background:var(--research-yellow);color:#050505}.reports-page .report-gate-note,.reports-page .report-partners-label{color:#777a83}.reports-page .report-library{padding:72px 0 100px;background:#030303!important}.reports-page .report-library-header{margin-bottom:34px;text-align:left}.reports-page .report-library-header .section-label{color:#7ea4ff}.reports-page .report-library-header .section-heading{margin-top:13px;color:#f7f7f4;font-size:clamp(34px,4.2vw,54px);letter-spacing:-.055em}.reports-page .report-library-header .section-desc{margin-top:9px;color:#9699a1}.reports-page .report-library-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:44px 20px}.reports-page .report-library-item{display:block}.reports-page .report-library-cover-wrap{aspect-ratio:.72 / 1;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:0;background:#0c0d11}.reports-page .report-library-cover{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}.reports-page .report-library-link:hover .report-library-cover{filter:brightness(1.08);transform:scale(1.018)}.reports-page .report-library-title{display:inline;margin-top:14px;color:#f3f3f0;font:600 16px/1.3 Sora,sans-serif;background-image:linear-gradient(var(--research-yellow),var(--research-yellow));background-position:0 100%;background-repeat:no-repeat;background-size:0 100%;transition:background-size .18s ease,color .18s ease}.reports-page .report-library-link:hover .report-library-title{background-size:100% 100%;color:#050505}.reports-page .report-library-year{margin-top:8px;color:#777a83;font:500 10px/1 IBM Plex Mono,monospace}.reports-page .report-library-toggle{margin-top:50px}.reports-page .report-library-toggle .btn{border-color:#ffffff73;border-radius:999px;color:#fff}@media(max-width:900px){.reports-page .report-showcase-layout{grid-template-columns:.8fr 1.2fr}.reports-page .report-cover-wrapper{min-height:500px}.reports-page .report-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.reports-page .research-hero{padding:102px 0 34px!important}.reports-page .report-showcase-layout{grid-template-columns:1fr}.reports-page .report-cover-wrapper{min-height:0;aspect-ratio:.82 / 1}.reports-page .report-showcase-content{padding:30px 24px 34px;border-top:1px solid var(--research-line);border-left:0}.reports-page .report-showcase-title{font-size:42px}.reports-page .report-showcase-highlights{grid-template-columns:1fr}.reports-page .report-highlight,.reports-page .report-highlight:last-child{padding:12px 0;border-right:0;border-bottom:1px solid var(--research-line)}.reports-page .report-highlight:last-child{border-bottom:0}.reports-page .report-gate-input-row{grid-template-columns:1fr}.reports-page .report-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}html[data-theme=light] body.reports-page,html[data-theme=light] body.reports-page main,html[data-theme=light] body.reports-page main>section,html[data-theme=light] body.reports-page .research-hero,html[data-theme=light] body.reports-page .report-library{--research-line: #e7e7e7;background:#fff!important;color:#111}html[data-theme=light] body.reports-page .nav{background:#fffffffa!important;border-bottom:1px solid #eeeeee!important;box-shadow:none!important}html[data-theme=light] body.reports-page .nav :is(.nav-logo,.nav-link,.nav-link--active){color:#111!important}html[data-theme=light] body.reports-page .nav-logo span{display:inline!important}html[data-theme=light] body.reports-page .theme-toggle{display:none!important}html[data-theme=light] body.reports-page .nav .nav-actions a.btn.nav-reader-login{border:1px solid #111!important;background:#fff!important;color:#111!important;box-shadow:none!important;-webkit-text-fill-color:#111!important}html[data-theme=light] body.reports-page #research-page-title,html[data-theme=light] body.reports-page .report-library-header .section-label,html[data-theme=light] body.reports-page .report-library-header .section-heading,html[data-theme=light] body.reports-page .report-library-title{color:#111!important}html[data-theme=light] body.reports-page .research-hero-sub{color:#626773}html[data-theme=light] body.reports-page .report-library-item:nth-child(2) .report-library-cover-wrap{border-color:#111;box-shadow:none}html[data-theme=light] body.reports-page .report-library-cover-wrap{border-color:#e2e2e2;background:#f3f3f3}html[data-theme=light] body.reports-page .report-library-year{color:#777}html[data-theme=light] body.reports-page .report-showcase{background:#0a0a0a!important}html[data-theme=light] body.reports-page .site-footer{background:#fff!important;color:#111}.reports-page .research-shelf{order:3;padding:54px 0 70px;border-bottom:1px solid var(--research-line)}.reports-page .research-shelf--top{order:4}.reports-page .research-shelf .report-library-item:nth-child(2){order:0}.reports-page .research-shelf .report-library-item:nth-child(2) .report-library-cover-wrap{border-color:#e2e2e2;box-shadow:none}.reports-page .research-shelf .report-library-item:nth-child(2) .report-library-link:before{display:none}.reports-page .report-showcase{order:5}.reports-page .report-library-title,.reports-page .report-library-year{display:none}.reports-page .report-library-toggle{display:none!important}html[data-theme=light] body.reports-page .research-shelf{background:#fff!important}html[data-theme=light] body.reports-page .nav-inner,html[data-theme=light] body.editorial-page[data-editorial-page=insights] .nav-inner{max-width:none;padding-inline:22px}@media(max-width:460px){.reports-page .report-library-grid{grid-template-columns:1fr}}.reports-page .announcement-bar{display:none!important}.reports-page.has-announcement .nav,.reports-page .nav{top:0!important}.reports-page main{display:flex;flex-direction:column}.reports-page .research-hero{order:1;padding:112px 0 46px!important;border-bottom:0;background:#030303!important;background-image:none!important}.reports-page .research-hero-content{max-width:760px}.reports-page .research-hero-badge{display:none!important}#research-page-title{font-size:32px!important;font-weight:700!important;line-height:1!important;letter-spacing:-.045em!important}.reports-page .research-hero-sub{margin-top:14px;font-size:18px}.reports-page .report-library{order:2;padding:17px 0 78px;border-bottom:1px solid var(--research-line)}.reports-page .report-library-header{margin-bottom:30px}.reports-page .report-library-header .section-label{color:#f7f7f4;font-size:20px;font-style:italic;font-weight:700;letter-spacing:-.035em;text-transform:uppercase}.reports-page .report-library-header .section-heading{margin-top:6px;color:#d5d6da;font-size:15px!important;font-weight:400!important;letter-spacing:-.01em}.reports-page .report-library-grid{display:flex;gap:18px;width:calc(100vw - max(24px,(100vw - 1248px) / 2));max-width:none!important;margin-inline:0!important;overflow-x:auto;padding:0 26px 18px 0;justify-content:flex-start!important;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.reports-page .report-library-item{flex:0 0 276px;width:276px!important;max-width:none!important;scroll-snap-align:start}.reports-page .report-library-item:nth-child(2){order:-1}.reports-page .report-library-item:nth-child(2) .report-library-cover-wrap{border-color:#11111147;box-shadow:0 0 0 1px #1111111f}.reports-page .report-library-link{position:relative;display:block;width:100%;max-width:none!important}.reports-page .report-library-cover-wrap{width:100%!important;max-width:none!important;margin:0!important;aspect-ratio:.72 / 1}.reports-page .report-library-title{display:block;margin-top:13px;font-size:16px}.reports-page .report-library-toggle{margin-top:26px;text-align:left}.reports-page .report-showcase{order:3;padding:68px 0 82px}.reports-page .report-showcase:before{content:"FLAGSHIP REPORT \2014  MONEY MOVEMENT 2.0"}.reports-page main>:not(.research-hero,.report-library,.report-showcase){order:10}@media(max-width:700px){.reports-page .research-hero{padding:88px 0 34px!important}.reports-page .report-library{padding-top:12px}.reports-page .report-library-grid{width:calc(100vw - 24px)}.reports-page .report-library-item{flex-basis:min(76vw,286px)}}html[data-theme=light] body.reports-page .nav{height:64px;min-height:64px}html[data-theme=light] body.reports-page .report-library-header{position:relative;padding-right:124px}.research-shelf-controls{position:absolute;right:0;bottom:0;display:flex;gap:8px}.research-shelf-controls button{min-width:68px;min-height:34px;border:1px solid #111;border-radius:999px;background:#fff;color:#111;cursor:pointer;font:600 11px/1 DM Sans,sans-serif}.research-shelf-controls button:hover:not(:disabled),.research-shelf-controls button:focus-visible{background:#efff45;outline:2px solid #111;outline-offset:2px}.research-shelf-controls button:disabled{cursor:not-allowed;opacity:.32}.research-shelf-control{display:inline-grid;width:42px;min-width:42px!important;height:42px;min-height:42px!important;padding:0;place-items:center;border-radius:50%!important}.research-shelf-control svg{width:16px;height:16px}.research-shelf-control[data-report-shelf-prev] svg{transform:rotate(180deg)}@media(min-width:701px){.reports-page .report-library:not(.research-shelf) .report-library-header{padding-right:0}.reports-page .report-library:not(.research-shelf) .research-shelf-controls{top:284px;right:-4px;bottom:auto;z-index:3}.reports-page .report-library:not(.research-shelf) .research-shelf-control[data-report-shelf-prev]:disabled{display:none}}.reports-page .report-library-grid{gap:20px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.reports-page .report-library-grid::-webkit-scrollbar{display:none}.reports-page .report-library-item{flex-basis:273px;width:273px!important}.reports-page .report-library-title,.reports-page .report-library-year{display:none!important}.reports-page .report-library-link:focus-visible{display:block;outline:2px solid #111;outline-offset:4px}.reports-page .research-latest{order:5;padding:72px 0 86px;border-bottom:1px solid var(--research-line);background:#fff!important}.reports-page .report-showcase{order:6}.research-latest-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px}.research-latest-head,.research-discovery-rail>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:22px;padding-bottom:12px;border-bottom:1px solid #e1e1e1}.research-latest-head h2,.research-discovery-rail h2{margin:0;color:#111;font-size:20px;letter-spacing:-.035em}.research-latest-head a{color:#6f7480;font-size:11px;text-decoration:none}.research-latest-head a:hover,.research-latest-head a:focus-visible{color:#111;text-decoration:underline;text-underline-offset:3px}.research-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 32px}.research-latest-card a{display:block;color:#111;text-decoration:none}.research-latest-card a:focus-visible{outline:2px solid #111;outline-offset:4px}.research-latest-image{position:relative;aspect-ratio:1.58 / 1;overflow:hidden;background:#f3f3f3}.research-latest-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .18s ease}.research-latest-card:hover .research-latest-image img{transform:scale(1.018)}.research-latest-image span{position:absolute;top:12px;left:12px;padding:5px 8px;background:#fffffff2;color:#111;font-size:10px;font-weight:600;line-height:1}.research-latest-card h3{display:inline;margin:13px 0 0;color:#111;font-size:18px;line-height:1.24;letter-spacing:-.035em;background-image:linear-gradient(#efff45,#efff45);background-position:0 100%;background-repeat:no-repeat;background-size:0 100%;transition:background-size .18s ease}.research-latest-card:hover h3,.research-latest-card:focus-within h3{background-size:100% 100%}.research-latest-card p{min-height:57px;margin:9px 0 0;color:#626773;font-size:13px;line-height:1.48}.research-latest-card small{display:block;margin-top:10px;color:#6f7480;font:500 10px/1.35 IBM Plex Mono,monospace}.research-discovery-rail{display:flex;min-width:0;flex-direction:column;gap:28px;padding-left:24px;border-left:1px solid #e1e1e1}.research-discovery-rail>div:first-child{display:block}.research-discovery-rail h2{margin-bottom:16px}.research-discovery-topics{display:flex;flex-wrap:wrap;gap:11px 14px;margin:0}.research-discovery-topics a{color:#244edb;font:500 12px/1.25 IBM Plex Mono,monospace;text-decoration:none}.research-discovery-topics a:hover,.research-discovery-topics a:focus-visible{background:#efff45;color:#111;outline:none}.research-terminal-promo{display:flex;min-height:192px;flex-direction:column;justify-content:flex-end;padding:22px;background:#0a0a0a;color:#fff;text-decoration:none}.research-terminal-promo>span{color:#9aa7ff;font:600 10px/1 IBM Plex Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.research-terminal-promo strong{max-width:195px;margin-top:12px;font:600 22px/1.08 Sora,sans-serif;letter-spacing:-.045em}.research-terminal-promo small{margin-top:20px;color:#d7d8dc;font-size:12px}.research-terminal-promo:hover,.research-terminal-promo:focus-visible{background:#111;outline:2px solid #111;outline-offset:3px}@media(max-width:1020px){.research-latest-layout{grid-template-columns:minmax(0,1fr) 250px;gap:30px}.research-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.reports-page .research-latest{padding:52px 0 60px}.research-latest-layout{grid-template-columns:1fr}.research-latest-grid{grid-template-columns:1fr;gap:30px}.research-latest-card p{min-height:0}.research-discovery-rail{padding-top:30px;padding-left:0;border-top:1px solid #e1e1e1;border-left:0}}@media(min-width:901px)and (max-width:1100px){html[data-theme=light] body.reports-page .nav-links{display:none!important}html[data-theme=light] body.reports-page .nav-mobile-btn{display:inline-flex!important;width:44px;min-height:44px}}@media(prefers-reduced-motion:reduce){.reports-page .report-library-grid{scroll-behavior:auto}.research-latest-image img,.research-latest-card h3,.reports-page .report-library-cover{transition:none}}.report-gate-success-title{margin:0;color:#fff;font-family:Sora,sans-serif;font-size:18px;font-weight:600}.report-gate-success-copy{margin:6px 0 16px;color:#b4b6bd;font-size:13px}.report-gate-success-link{display:inline-flex;width:fit-content;min-height:42px;align-items:center;padding:0 16px;background:#fff;color:#111;font-size:13px;font-weight:700;text-decoration:none}.report-gate-success-link:hover,.report-gate-success-link:focus-visible{background:#efff45;color:#111;outline:2px solid #efff45;outline-offset:3px}@media(min-width:901px){html[data-theme=light] body.reports-page .nav-mobile-btn{display:none!important}html[data-theme=light] body.reports-page .nav-inner{padding-inline:40px 48px}}@media(max-width:700px){html[data-theme=light] body.reports-page .nav{height:64px;min-height:64px}html[data-theme=light] body.reports-page .report-library-header{padding-right:0;padding-bottom:46px}.research-shelf-controls{right:auto;bottom:0;left:0}.research-shelf-controls button{min-height:44px}.reports-page .report-library-item{flex-basis:min(76vw,286px);width:min(76vw,286px)!important}}
