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