:root{--bg:#fbfbfc;--surface:#ffffff;--surface-muted:#f1f5f9;--ink:#111827;--muted:#5b6472;--line:#d9dee7;--blue:#0878f7;--blue-dark:#075fc2;--green:#15803d;--amber:#b45309;--shadow:0 18px 50px rgba(15, 23, 42, 0.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:16px;line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}a:hover{color:var(--blue-dark)}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.skip-link{position:absolute;left:16px;top:-80px;z-index:20;padding:10px 12px;background:var(--ink);color:#fff;border-radius:6px}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);font-weight:700}.brand img{width:40px;height:40px;border-radius:8px}.site-nav,.footer-links{display:flex;align-items:center;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:.94rem;font-weight:650}.hero{overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#ffffff 0%,#f7f8fb 100%)}.hero-grid{min-height:min(720px,calc(100svh - 132px));display:grid;grid-template-columns:minmax(0,1fr)minmax(360px,.74fr);align-items:center;gap:clamp(36px,6vw,84px);padding:clamp(48px,7vh,76px)0 clamp(44px,7vh,72px)}.hero-copy{max-width:720px}.eyebrow{margin:0 0 14px;color:var(--blue-dark);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{max-width:10ch;margin:0;font-size:clamp(4.25rem,10vw,7.25rem);line-height:.92;letter-spacing:0}h2{max-width:760px;margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1.02;letter-spacing:0}h3{margin:0;font-size:1.1rem;line-height:1.25;letter-spacing:0}.hero-lede{max-width:620px;margin:28px 0 0;color:var(--muted);font-size:clamp(1.08rem,2vw,1.35rem);line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border:1px solid transparent;border-radius:8px;font-weight:750;line-height:1.2}.button-primary{background:var(--blue);color:#fff}.button-primary:hover{background:var(--blue-dark);color:#fff}.button-secondary{background:#fff;color:var(--ink);border-color:var(--line)}.button-secondary:hover{border-color:var(--blue);color:var(--blue-dark)}.badge-list{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 0;padding:0;list-style:none}.badge-list li{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.88rem;font-weight:650}.hero-logo-mobile{display:none;width:96px;height:96px;margin-bottom:22px;border-radius:8px;box-shadow:var(--shadow)}.product-shell{width:min(100%,440px);justify-self:end;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.product-topbar{display:flex;align-items:center;gap:16px;margin-bottom:22px}.product-topbar img{width:72px;height:72px;border-radius:8px}.product-name{margin:0;font-size:1.4rem;font-weight:800;line-height:1.1}.product-subtitle{margin:4px 0 0;color:var(--muted)}.status-line{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:54px;border-top:1px solid var(--line);color:var(--muted)}.status-line strong{color:var(--ink);text-align:right}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.mini-grid div{min-height:88px;padding:14px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface-muted)}.mini-grid strong,.mini-grid span{display:block}.mini-grid strong{font-size:1.65rem;line-height:1}.mini-grid span{margin-top:8px;color:var(--muted);font-size:.82rem}.section{padding:clamp(64px,9vw,112px)0}.section-platforms{padding-top:clamp(24px,4vw,48px);border-bottom:1px solid var(--line);background:#fff}.section-heading{display:grid;grid-template-columns:minmax(180px,.34fr)minmax(0,1fr);gap:28px;align-items:start;margin-bottom:36px}.platform-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.platform-item{min-height:112px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.platform-item strong,.platform-item span{display:block}.platform-item strong{font-size:1rem}.platform-item span{margin-top:8px;color:var(--muted);font-size:.92rem;line-height:1.45}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.feature-card{min-height:360px;display:flex;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.feature-card:nth-child(2){border-top-color:var(--green)}.feature-card:nth-child(3){border-top-color:var(--amber)}.feature-card p{min-height:76px;margin:14px 0 0;color:var(--muted)}.feature-card ul{display:grid;gap:8px;margin:22px 0 0;padding:0;list-style:none}.feature-card li{position:relative;padding-left:18px;color:#263142;font-size:.94rem}.feature-card li::before{position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:999px;background:var(--blue);content:""}.section-note{padding-top:0}.note-panel{padding:clamp(28px,5vw,44px);border:1px solid var(--line);border-radius:8px;background:#fff}.note-panel h2{max-width:none;font-size:clamp(1.8rem,4vw,2.8rem)}.note-panel p:last-child{max-width:720px;margin:18px 0 0;color:var(--muted);font-size:1.08rem}.page-shell{padding:clamp(52px,8vw,96px)0}.page-header{max-width:820px;margin-bottom:38px}.page-header h1{max-width:none;font-size:clamp(3rem,8vw,5.5rem)}.page-header p:last-child{max-width:700px;margin:20px 0 0;color:var(--muted);font-size:1.1rem}.prose{max-width:820px;color:#263142}.prose h1,.prose h2,.prose h3{max-width:none;margin:34px 0 12px;line-height:1.12}.prose h1{font-size:2.4rem}.prose h2{font-size:1.75rem}.prose h3{font-size:1.25rem}.prose p,.prose li{color:#263142}.prose a{color:var(--blue-dark);text-decoration:underline;text-underline-offset:3px}.prose ol,.prose ul{padding-left:1.35rem}.not-found{min-height:58vh}.not-found h1{max-width:none;font-size:clamp(3rem,8vw,5rem)}.not-found p{color:var(--muted)}.site-footer{border-top:1px solid var(--line);background:#fff}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:28px;padding:38px 0 28px}.footer-brand{margin:0;font-weight:800}.footer-text{margin:6px 0 0;color:var(--muted)}.footer-bottom{padding:18px 0 28px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.footer-bottom p{margin:0}@media(max-width:980px){.hero-grid{grid-template-columns:minmax(0,1fr);min-height:auto}.product-shell{justify-self:start}.platform-list,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading{grid-template-columns:1fr;gap:10px}}@media(max-width:720px){.container{width:min(100% - 28px,1120px)}.header-inner{min-height:66px;align-items:flex-start;flex-direction:column;justify-content:center;gap:10px;padding:12px 0}.site-nav{gap:14px}.hero-grid{padding:26px 0 28px}.hero-logo-mobile{display:block}h1{font-size:clamp(3.8rem,18vw,5.25rem)}.hero-lede{margin-top:18px;font-size:1.04rem}.hero-actions,.badge-list{margin-top:20px}.product-shell{display:none}.section{padding:54px 0}.platform-list,.feature-grid{grid-template-columns:1fr}.feature-card{min-height:0}.feature-card p{min-height:0}.footer-grid{grid-template-columns:1fr}}@media(max-width:430px){.button{width:100%}.brand span{font-size:.98rem}}