:root{color-scheme:light;--bg: #f7f8fb;--surface: #ffffff;--surface-strong: #eef3f8;--text: #17202c;--muted: #5d6878;--line: #dbe2ec;--accent: #1f7a8c;--accent-dark: #155564;--gold: #e4a72f;--shadow: 0 18px 50px rgba(24, 38, 55, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scrollbar-gutter:stable}body{margin:0;background:var(--bg);color:var(--text)}a{color:var(--accent-dark);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.site-footer{width:min(1120px,calc(100% - 28px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:#f7f8fbd9;backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--line)}.header-inner{width:min(1120px,calc(100% - 28px));margin:0 auto;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--text);font-weight:800}.brand:hover{text-decoration:none}.brand img{display:block;width:48px;height:48px}.brand-name{display:flex;flex-direction:column;line-height:1.05;white-space:nowrap}.brand-name-main{font-size:1.7rem;font-weight:800;letter-spacing:-.01em;color:#0078d4}.brand-name-sub{font-size:.78rem;font-weight:700;color:var(--muted)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:38px;padding:0 9px;background:var(--surface);border:1px solid var(--line);border-radius:9px;cursor:pointer}.nav-toggle-bar{display:block;width:100%;height:2px;border-radius:999px;background:var(--text);transition:transform .16s ease,opacity .16s ease}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:7px;font-size:.9rem}nav a{position:relative;min-height:36px;display:inline-flex;align-items:center;border:1px solid transparent;border-radius:8px;padding:0 11px;color:#435064;font-weight:720;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}nav a:after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:2px;border-radius:999px;background:var(--accent);opacity:0;transform:scaleX(.5);transition:opacity .15s ease,transform .15s ease}nav a:hover,nav a.is-active{border-color:#cbd8e4;background:#ffffffc7;color:var(--accent-dark);text-decoration:none;transform:translateY(-1px)}nav a:hover:after,nav a.is-active:after{opacity:1;transform:scaleX(1)}nav a.is-external:not(.is-icon):before{content:"";width:7px;height:7px;margin-right:7px;border-radius:50%;background:var(--accent)}nav a.is-icon{width:38px;justify-content:center;padding:0}nav a.is-icon svg{width:18px;height:18px;fill:currentColor}.hero,.section,.page-header{width:min(1120px,calc(100% - 28px));margin:0 auto}.hero{min-height:auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:center;gap:30px;padding:30px 0 24px}.eyebrow{color:var(--accent-dark);font-weight:800;letter-spacing:0;text-transform:uppercase;font-size:.76rem}h1,h2,h3{letter-spacing:0;line-height:1.05;margin:0}h1{font-size:clamp(2.1rem,6vw,4.25rem);max-width:660px}h2{font-size:clamp(1.45rem,3.4vw,2.25rem)}h3{font-size:1.08rem}p{line-height:1.58}.lead{color:var(--muted);font-size:1.02rem;max-width:620px}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:20px}.release-meta{margin-top:14px;color:var(--muted);font-size:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border-radius:8px;border:1px solid var(--accent);background:var(--accent);color:#fff;font-weight:760;box-shadow:0 10px 24px #1f7a8c2e}.button.secondary{background:var(--surface);color:var(--accent-dark);box-shadow:none}.button:hover{text-decoration:none;transform:translateY(-1px)}.product-shot{border-radius:8px;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.product-shot img{display:block;width:100%}.section,.page-header{padding:44px 0}.hero+.section{padding-top:8px}.page-header{padding-bottom:18px}.page-header h1{font-size:clamp(1.9rem,5vw,3.2rem)}.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.feature-grid,.screenshot-grid,.faq-list{display:grid;gap:14px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.screenshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature,.screenshot,.callout,.faq-item,.release-panel{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 10px 28px #1826370f}.feature,.callout,.faq-item,.release-panel{padding:24px}.faq-item h2{font-size:1.12rem;line-height:1.25}.faq-item p{font-size:.95rem}.feature p,.faq-item p,.callout p{color:var(--muted);margin-bottom:0}.section-title{margin:0 0 18px;font-size:1.6rem}.feature-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.feature-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:11px;color:#0078d4;background:#0078d41a}.feature-icon svg{width:24px;height:24px;fill:currentColor}.feature-head h3{margin:0}.callout-title{display:flex;align-items:center;gap:10px}.callout-icon{display:inline-flex;flex-shrink:0;color:var(--gold)}.callout-icon svg{width:24px;height:24px;fill:currentColor}.screenshot{overflow:hidden}.screenshot img{display:block;aspect-ratio:16 / 10;width:100%;object-fit:cover;background:var(--surface-strong)}.screenshot h3{padding:16px 18px 18px}.compat-list{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.compat-list li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:start;padding-left:0;color:var(--muted)}.compat-list li:before{content:"";display:block;width:9px;height:9px;margin-top:.58em;border-radius:50%;background:var(--gold)}.release-panel :global(h2),.release-panel h2{font-size:1.65rem;margin-top:28px}.release-panel :global(h3),.release-panel h3{font-size:1.15rem;margin-top:22px}.release-panel :global(li),.release-panel li{line-height:1.65}.legacy-release-notes{padding-top:12px}.legacy-release-notes h2{font-size:1.55rem;margin-top:24px}.legacy-release-notes h2:first-child{margin-top:0}.legacy-release-notes h4{border-top:1px solid var(--line);font-size:1.08rem;margin-top:20px;padding-top:20px}.legacy-release-notes h4 small{color:var(--muted);display:block;font-size:.88rem;font-weight:500;margin-top:4px}.legacy-release-notes ul,.legacy-release-notes ol{margin-top:8px}.legacy-release-notes li{line-height:1.62}.legacy-release-notes hr{border:0;border-top:1px solid var(--line);margin:24px 0}.site-footer{border-top:1px solid var(--line);margin-top:30px;padding:24px 0 34px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;color:var(--muted)}.site-footer p{margin:6px 0 0}.footer-links{display:flex;flex-wrap:wrap;gap:14px}@media(max-width:820px){.header-inner{align-items:center;flex-direction:row;justify-content:space-between;padding:12px 0;gap:12px}.brand-name-main{font-size:1.5rem}.brand-name-sub{font-size:.72rem}.nav-toggle{display:flex}nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;flex-wrap:nowrap;gap:6px;margin:0;padding:10px 14px 14px;background:var(--surface);border-bottom:1px solid var(--line);box-shadow:var(--shadow);display:none}nav.is-open{display:flex}nav a{width:100%;min-height:42px;justify-content:flex-start;font-size:.95rem}.hero,.split,.screenshot-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:0;padding:16px 0 28px;gap:22px}.product-shot img{aspect-ratio:16 / 10;object-fit:cover}h1{font-size:clamp(2rem,11vw,3.4rem)}.section,.page-header{padding:28px 0}.page-header{padding-bottom:14px}.feature,.callout,.faq-item,.release-panel{padding:18px}.actions{align-items:stretch}.button{flex:1 1 150px}.site-footer{flex-direction:column}}@media(max-width:520px){.header-inner,.site-footer,.hero,.section,.page-header{width:min(100% - 20px,1120px)}.feature-grid{grid-template-columns:1fr}.page-header h1{font-size:clamp(1.7rem,8vw,2.35rem)}.lead{font-size:.96rem}.actions{flex-direction:column}.button{width:100%;flex-basis:auto}}
