:root{color-scheme:light;--mf-shell-max: 1800px;--mf-color-bg: #eef3f8;--mf-color-bg-soft: #f7fafc;--mf-color-page: #f3f6f8;--mf-color-surface: #ffffff;--mf-color-surface-raised: #f8fafc;--mf-color-surface-strong: #edf6f4;--mf-color-control: #f1f6f7;--mf-color-text: #0f172a;--mf-color-text-muted: #526173;--mf-color-text-subtle: #718096;--mf-color-border: #d6e0ea;--mf-color-border-strong: #a8bacb;--mf-color-ai: #0f766e;--mf-color-ai-strong: #0b5f59;--mf-color-ai-soft: #ccfbf1;--mf-color-action: #0f766e;--mf-color-action-strong: #0b5f59;--mf-color-action-soft: #ccfbf1;--mf-color-physics: #0e7490;--mf-color-physics-soft: #dcf7ff;--mf-color-solver: #f6b23f;--mf-color-solver-strong: #a45b00;--mf-color-solver-soft: #fff3d8;--mf-color-field: #5965d8;--mf-color-field-soft: #eceeff;--mf-color-profit: #16803d;--mf-color-profit-soft: #dcfce7;--mf-color-loss: #c92a3f;--mf-color-loss-soft: #ffe4e9;--mf-color-focus: rgba(15, 118, 110, .24);--mf-grid-line: rgba(17, 24, 39, .035);--mf-radius-sm: 4px;--mf-radius-md: 6px;--mf-radius-lg: 8px;--mf-shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--mf-shadow-md: 0 10px 28px rgba(15, 23, 42, .08);--mf-shadow-lg: 0 24px 60px rgba(15, 23, 42, .16);--mf-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--mf-color-bg);font-size:16px}html,body,#root{min-height:100%;width:100%;margin:0}body{color:var(--mf-color-text);background:linear-gradient(135deg,#2dd4bf14,#f8fafc00 32%,#f6b23f14),linear-gradient(90deg,var(--mf-grid-line) 1px,transparent 1px),linear-gradient(180deg,var(--mf-grid-line) 1px,transparent 1px),var(--mf-color-page);background-size:auto,32px 32px,32px 32px,auto;font-family:var(--mf-font-sans);line-height:1.5;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{letter-spacing:0}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--mf-color-text);line-height:1.1;letter-spacing:0}p{color:var(--mf-color-text-muted)}::selection{color:#fff;background:var(--mf-color-action)}:focus-visible{outline:none;box-shadow:0 0 0 3px var(--mf-color-focus)}.app-shell{min-height:100vh}main{width:min(var(--mf-shell-max),calc(100vw - 2rem));margin:0 auto;padding:clamp(.85rem,1.4vw,1.2rem) 0 1.5rem}section{scroll-margin-top:6.8rem}.header{--mf-header-shell-width: min(var(--mf-shell-max), calc(100vw - 2rem) );--mf-header-control-height: 2.75rem;--mf-header-inner-height: calc(var(--mf-header-control-height) - .36rem);--mf-header-gap: .75rem;position:sticky;top:0;z-index:120;color:var(--mf-color-text);background:#ffffffe0;border-bottom:1px solid var(--mf-color-border);box-shadow:0 10px 30px #0f172a0f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.header-top-content{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-areas:"brand nav links";align-items:center;gap:var(--mf-header-gap);width:var(--mf-header-shell-width);min-height:calc(var(--mf-header-control-height) + 1.1rem);margin:0 auto;padding:.55rem 0}.brand-link{grid-area:brand;display:flex;align-items:center;justify-self:start;gap:.5rem;height:var(--mf-header-control-height);min-width:0;padding:.2rem .45rem .2rem .25rem;border-radius:var(--mf-radius-lg);color:var(--mf-color-text);transition:background-color .16s ease,box-shadow .16s ease}.brand-link:hover{background:#ffffffd1;box-shadow:var(--mf-shadow-sm)}.brand-mark{flex:0 0 calc(var(--mf-header-control-height) - .88rem);width:calc(var(--mf-header-control-height) - .88rem);height:calc(var(--mf-header-control-height) - .88rem);object-fit:contain}.brand-name{max-width:8.6rem;font-size:.96rem;font-weight:850;line-height:1.05}.main-nav{grid-area:nav;justify-self:center;min-width:min(30rem,42vw)}.nav-list{display:flex;align-items:center;gap:.2rem;width:100%;height:var(--mf-header-control-height);margin:0;padding:.18rem;list-style:none;background:#edf6f4c2;border:1px solid rgba(15,118,110,.16);border-radius:var(--mf-radius-lg)}.nav-link{flex:1 1 0;height:100%}.nav-link a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:var(--mf-header-inner-height);padding:0 .7rem;border:1px solid transparent;border-radius:var(--mf-radius-md);color:var(--mf-color-text-muted);font-size:.9rem;font-weight:750;line-height:1;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.nav-link a:hover{color:var(--mf-color-text);background:#fff;border-color:#0f766e2e}.header-actions{grid-area:links;display:flex;align-items:center;justify-self:end;gap:.32rem}.header-product-link,.primary-link,.secondary-link{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;min-height:2.5rem;border-radius:var(--mf-radius-lg);font-weight:850;line-height:1;white-space:nowrap}.header-product-link{min-height:var(--mf-header-control-height);padding:0 .66rem;border:1px solid var(--mf-color-border);color:var(--mf-color-text-muted);background:#ffffff9e;font-size:.86rem}.header-product-link:hover,.secondary-link:hover{color:var(--mf-color-text);border-color:#0f766e42;background:var(--mf-color-surface);box-shadow:var(--mf-shadow-sm)}.primary-link{padding:0 .92rem;color:#fff;background:var(--mf-color-action);border:1px solid var(--mf-color-action);box-shadow:var(--mf-shadow-sm)}.primary-link:hover{background:var(--mf-color-action-strong);border-color:var(--mf-color-action-strong)}.secondary-link{padding:0 .88rem;color:var(--mf-color-text);background:#ffffffc2;border:1px solid var(--mf-color-border)}.hero-section{display:grid;grid-template-columns:minmax(24rem,.75fr) minmax(34rem,1.25fr);gap:clamp(1rem,2vw,1.35rem);align-items:stretch;min-height:min(38rem,calc(100vh - 6rem));padding:clamp(.75rem,1.4vw,1.1rem) 0 .85rem}.hero-copy,.hero-visual,.switcher-shell,.product-band,.platform-section,.launch-section,.footer{border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-lg);background:#ffffffd6;box-shadow:var(--mf-shadow-sm)}.hero-copy{display:flex;flex-direction:column;justify-content:center;min-height:clamp(25rem,42vw,31rem);padding:clamp(1rem,1.8vw,1.65rem)}.section-kicker{margin:0 0 .35rem;color:var(--mf-color-ai-strong);font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.hero-copy h1{max-width:12.5ch;margin-bottom:.85rem;font-size:clamp(2.4rem,5vw,4.95rem);letter-spacing:0;line-height:.98}.hero-lede{max-width:42rem;margin-bottom:1.1rem;font-size:clamp(1rem,1.4vw,1.18rem)}.hero-actions,.hero-proof-row{display:flex;flex-wrap:wrap;gap:.55rem}.hero-proof-row{margin-top:.8rem}.hero-proof-row span,.metric-strip span,.workflow-strip span{display:inline-flex;align-items:center;gap:.34rem;min-height:1.8rem;padding:0 .55rem;border:1px solid rgba(15,118,110,.14);border-radius:999px;background:#edf6f4bf;color:var(--mf-color-text-muted);font-size:.72rem;font-weight:850}.hero-visual{display:flex;min-height:0;padding:.58rem}.media-asset{display:flex;flex-direction:column;min-height:100%;margin:0;overflow:hidden;border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-lg);background:linear-gradient(135deg,#0f766e1a,#ffffff80 42%,#f6b23f1f),var(--mf-color-surface-raised)}.media-asset-toolbar{display:flex;align-items:center;gap:.28rem;min-height:2.4rem;padding:0 .7rem;border-bottom:1px solid var(--mf-color-border);background:#ffffff94}.media-window-dot{width:.48rem;height:.48rem;border-radius:999px;background:var(--mf-color-border-strong)}.media-window-dot:first-child{background:var(--mf-color-loss)}.media-window-dot:nth-child(2){background:var(--mf-color-solver)}.media-window-dot:nth-child(3){background:var(--mf-color-profit)}.media-file-name{min-width:0;margin-left:.35rem;overflow:hidden;color:var(--mf-color-text-subtle);font-size:.72rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.media-preview-frame{position:relative;display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-height:16rem;overflow:hidden;background:linear-gradient(90deg,rgba(17,24,39,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(17,24,39,.035) 1px,transparent 1px),#ffffff8a;background-size:26px 26px,26px 26px,auto}.media-preview-image{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover}.media-asset--hero-gif{width:100%;min-height:0}.media-asset--hero-gif .media-preview-frame{flex:1 1 auto;min-height:0;aspect-ratio:auto;background:linear-gradient(180deg,#fff,#f8fbfc);background-size:auto}.media-asset--hero-gif .media-preview-image{background:#fff;object-fit:contain}.section-heading{max-width:58rem;margin-bottom:.85rem;padding-top:.7rem}.section-heading h2,.product-band h2,.platform-section h2,.launch-section h2{margin-bottom:.55rem;font-size:clamp(1.65rem,3vw,2.55rem)}.product-switcher,.platform-section,.launch-section,.footer{margin-top:.85rem}.switcher-shell{padding:.58rem}.segmented-control{display:flex;gap:.24rem;min-height:3.1rem;margin-bottom:.58rem;padding:.2rem;border:1px solid rgba(15,118,110,.14);border-radius:var(--mf-radius-lg);background:#edf6f4c2}.segmented-control button{flex:1 1 0;min-width:0;border:1px solid transparent;border-radius:var(--mf-radius-md);background:transparent;color:var(--mf-color-text-muted);cursor:pointer;font-weight:850}.segmented-control button small{display:block;margin-top:.1rem;color:var(--mf-color-text-subtle);font-size:.7rem;font-weight:750}.segmented-control button:hover,.segmented-control button.is-active{color:var(--mf-color-ai-strong);background:#fff;border-color:#0f766e2e;box-shadow:var(--mf-shadow-sm)}.product-panel,.product-band{display:grid;grid-template-columns:minmax(0,.92fr) minmax(26rem,1.08fr);gap:.85rem;align-items:stretch;padding:.78rem}.product-panel{border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-lg);background:linear-gradient(180deg,#fffffff5,#f8fafce0)}.product-panel--physics .capability-icon{color:var(--mf-color-physics);background:var(--mf-color-physics-soft);border-color:#0e749038}.product-panel-copy,.product-band-copy{min-width:0;padding:clamp(.8rem,1.6vw,1.25rem)}.product-panel h3{margin-bottom:.4rem;font-size:clamp(1.7rem,3vw,2.65rem)}.product-tagline{color:var(--mf-color-text);font-size:1.06rem;font-weight:760}.metric-strip{display:flex;flex-wrap:wrap;gap:.4rem;margin:.95rem 0}.capability-list{display:grid;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none}.capability-list li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.5rem;align-items:start;color:var(--mf-color-text-muted)}.capability-list strong{display:block;color:var(--mf-color-text)}.capability-icon,.product-card-icon,.platform-icon,.launch-card-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid rgba(15,118,110,.18);border-radius:var(--mf-radius-lg);color:var(--mf-color-action);background:var(--mf-color-action-soft)}.product-panel-visual,.product-band-media{display:flex;flex-direction:column;gap:.58rem;min-height:100%}.workflow-strip{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.product-band{margin-top:.85rem}.product-band--reverse{grid-template-columns:minmax(26rem,1.08fr) minmax(0,.92fr)}.product-band--reverse .product-band-copy{grid-column:2;grid-row:1}.product-band--reverse .product-band-media{grid-column:1;grid-row:1}.product-card-grid,.platform-grid,.launch-grid{display:grid;gap:.65rem}.product-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:1rem 0}.product-card,.platform-item,.launch-card{border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-lg);background:#ffffffc7;box-shadow:var(--mf-shadow-sm)}.product-card{padding:.75rem}.product-card h3,.platform-item h3{margin:.55rem 0 .3rem;font-size:1rem}.product-card p,.platform-item p,.launch-card p{margin-bottom:0;font-size:.9rem}.platform-section,.launch-section{padding:clamp(1rem,2vw,1.35rem)}.platform-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.platform-item{padding:.9rem}.workflow-strip{margin-top:.75rem;padding:.58rem;border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-lg);background:#f1f6f7d1}.launch-section{display:grid;grid-template-columns:minmax(0,.62fr) minmax(28rem,1fr);gap:.85rem;align-items:stretch}.launch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.launch-card{display:grid;gap:.45rem;align-content:start;padding:1rem;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.launch-card:hover{transform:translateY(-2px);border-color:#0f766e47;box-shadow:var(--mf-shadow-md)}.launch-card strong{color:var(--mf-color-text);font-size:1.15rem}.launch-card-action{display:inline-flex;align-items:center;gap:.4rem;margin-top:.35rem;color:var(--mf-color-action);font-weight:850}.footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.85rem;padding:.85rem 1rem}.footer div,.footer-network{display:inline-flex;align-items:center;gap:.45rem;color:var(--mf-color-text);font-weight:850}.footer img{width:2rem;height:2rem}.footer p{margin:0;text-align:center}@media(max-width:1180px){.product-panel,.product-band,.product-band--reverse,.launch-section{grid-template-columns:1fr}.product-band--reverse .product-band-copy,.product-band--reverse .product-band-media{grid-column:auto;grid-row:auto}.platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1060px){.hero-section{grid-template-columns:1fr;min-height:0}}@media(max-width:980px){main{width:calc(100vw - 1rem)}.header{--mf-header-shell-width: calc(100vw - 1rem) ;--mf-header-control-height: 2.625rem;--mf-header-gap: .45rem}.header-top-content{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand links" "nav nav";row-gap:.45rem}.main-nav{min-width:0;width:100%}.brand-name{max-width:5rem;font-size:.84rem}.brand-mark{flex-basis:calc(var(--mf-header-control-height) - .78rem);width:calc(var(--mf-header-control-height) - .78rem);height:calc(var(--mf-header-control-height) - .78rem)}.header-actions{gap:.2rem}.header-product-link{padding:0 .42rem;font-size:.78rem}}@media(max-width:360px){.brand-mark{flex-basis:1.68rem;width:1.68rem;height:1.68rem}}@media(max-width:720px){section{scroll-margin-top:8.8rem}.hero-copy,.hero-visual{min-height:auto}.hero-copy h1{max-width:none}.product-card-grid,.platform-grid,.launch-grid{grid-template-columns:1fr}.segmented-control{flex-direction:column}.workflow-strip{align-items:flex-start;flex-direction:column}.workflow-strip>svg{transform:rotate(90deg);margin-left:.8rem}.footer{align-items:flex-start;flex-direction:column}.footer p{text-align:left}}
