:root{--bg: #ffffff;--bg-elev: #f5f5f7;--bg-deep: #ececf0;--surface: rgba(255, 255, 255, .78);--popover: #ffffff;--text: #0b0b0c;--text-2: #45464a;--text-3: #6e6e73;--text-4: #b4b4b8;--hairline: rgba(0, 0, 0, .08);--hairline-strong: rgba(0, 0, 0, .14);--fill: rgba(0, 0, 0, .05);--fill-strong: rgba(0, 0, 0, .09);--accent: #0a84ff;--accent-soft: rgba(10, 132, 255, .12);--link: #0066cc;--accent-text: var(--link);--button-primary: #0071e3;--button-primary-hover: #0068d1;--warn: #ff9f0a;--good: #30d158;--shadow-card: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .06);--shadow-popover: 0 0 0 .5px rgba(0, 0, 0, .08), 0 12px 32px rgba(0, 0, 0, .14), 0 2px 6px rgba(0, 0, 0, .06);--shadow-overlay: 0 30px 80px rgba(0, 0, 0, .18), 0 12px 30px rgba(0, 0, 0, .1);--radius: 18px;--radius-sm: 10px;--radius-lg: 28px;--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;--mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--max: 1120px;--gutter: 32px;--header-height: 60px;--desktop-bg: linear-gradient(135deg, #d6e4f5 0%, #f6c5cf 50%, #ffd9b3 100%);--text-1: var(--text);--surface-1: var(--bg);--surface-2: var(--bg-elev);--hairline-2: var(--hairline-strong);--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-5: 24px;--s-6: 32px;--s-7: 48px;--s-8: 72px;--s-9: 120px;--focus-ring: var(--accent);--z-sticky: 90;--z-nav: 100;--z-popover: 150;--z-overlay: 200}[data-theme=dark]{color-scheme:dark;--bg: #0a0a0b;--bg-elev: #141416;--bg-deep: #050506;--surface: rgba(28, 28, 30, .72);--popover: #1c1c1e;--text: #f5f5f7;--text-2: #c7c7cc;--text-3: #8e8e93;--text-4: #4a4a4f;--hairline: rgba(255, 255, 255, .09);--hairline-strong: rgba(255, 255, 255, .16);--fill: rgba(255, 255, 255, .07);--fill-strong: rgba(255, 255, 255, .12);--accent-soft: rgba(10, 132, 255, .2);--link: #409cff;--shadow-card: 0 1px 2px rgba(0, 0, 0, .4), 0 12px 30px rgba(0, 0, 0, .5);--shadow-popover: 0 0 0 .5px rgba(255, 255, 255, .1), 0 16px 40px rgba(0, 0, 0, .55), 0 2px 8px rgba(0, 0, 0, .35);--shadow-overlay: 0 40px 120px rgba(0, 0, 0, .6), 0 14px 40px rgba(0, 0, 0, .45);--desktop-bg: linear-gradient(140deg, #1a2638 0%, #3b1f3b 50%, #2a1d2e 100%)}@media(max-width:899px){:root{--header-height: 56px}}@media(max-width:768px){:root{--gutter: 20px}}@media(max-width:480px){:root{--gutter: 16px}}@media(prefers-reduced-motion:no-preference){@supports (interpolate-size: allow-keywords){:root{interpolate-size:allow-keywords}}}@media(prefers-contrast:more){:root{--text-2: #2a2a2e;--text-3: #4a4a4f;--hairline: rgba(0, 0, 0, .22);--hairline-strong: rgba(0, 0, 0, .32)}[data-theme=dark]{--text-2: #ededf0;--text-3: #c0c0c4;--hairline: rgba(255, 255, 255, .22);--hairline-strong: rgba(255, 255, 255, .34)}}*{box-sizing:border-box}html{color-scheme:light;scroll-padding-top:calc(var(--header-height) + 16px);-webkit-text-size-adjust:100%;text-size-adjust:100%}[data-theme=dark]{color-scheme:dark}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{min-height:100vh;margin:0;background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;letter-spacing:-.011em;overflow-x:clip}[data-animations-paused] .hero-stage *,[data-animations-paused] .replica-caret{animation-play-state:paused!important}a{color:inherit;text-decoration:none}button{font-family:inherit}img,svg,video{max-width:100%}img{height:auto}::selection{background:var(--accent-soft);color:var(--text)}.container{max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}input,textarea,select{font-size:16px}@media(min-width:768px){input,textarea,select{font-size:inherit}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;animation-delay:0ms!important;transition-duration:.001ms!important;transition-delay:0ms!important;scroll-behavior:auto!important}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:8px 16px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:600;line-height:1.2;letter-spacing:-.01em;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.btn svg{width:16px;height:16px;flex:none}.btn:active{transform:translateY(1px)}.btn-primary,.btn-primary:visited{background:var(--button-primary);color:#fff}.btn-primary:hover{background:var(--button-primary-hover)}.btn-ghost{background:transparent;border-color:var(--hairline-strong);color:var(--text)}.btn-ghost:hover{background:var(--fill)}.btn-lg{min-height:48px;padding:12px 22px;gap:10px;font-size:16px}.btn-lg svg{width:18px;height:18px}@media(max-width:480px){.btn-lg{padding:12px 18px;font-size:15px}}.icon-button{display:inline-grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:10px;background:transparent;color:var(--text-2);cursor:pointer;transition:background-color .15s ease,color .15s ease}@media(hover:hover){.icon-button:hover{background:var(--fill);color:var(--text)}}.icon-button svg{width:18px;height:18px}.icon-button-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.site-header{position:sticky;top:0;z-index:var(--z-nav);border-bottom:1px solid var(--hairline);background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.site-header-bar{display:flex;align-items:center;gap:20px;height:var(--header-height)}.brand{display:inline-flex;flex:none;align-items:center;gap:9px;color:var(--text);font-size:15px;font-weight:650;letter-spacing:-.02em}.brand-icon{display:block;width:28px;height:28px}.site-nav{display:flex;flex:1;align-items:center;justify-content:space-between;min-width:0}.site-nav-links{display:flex;align-items:center;gap:2px;margin:0;padding:0;list-style:none}.site-nav-link{display:inline-flex;align-items:center;gap:4px;padding:7px 11px;border:0;border-radius:8px;background:none;color:var(--text-2);font:inherit;font-size:14px;letter-spacing:-.01em;cursor:pointer;transition:background-color .15s ease,color .15s ease}@media(hover:hover){.site-nav-link:hover{background:var(--fill);color:var(--text)}}.site-nav-link[aria-current=page],.site-nav-link.is-current{color:var(--text);font-weight:600}.site-nav-tools{display:flex;align-items:center;gap:2px}.site-header-actions{display:flex;flex:none;align-items:center;gap:6px}.site-header-actions .download-button{min-height:32px;padding:6px 14px;font-size:13px}.site-header-actions .download-button svg{width:14px;height:14px}.menu-toggle{display:none}.guides-menu,.theme-menu{position:relative}.popover-menu{position:absolute;z-index:var(--z-popover);top:calc(100% + 8px);margin:0;padding:6px;border-radius:14px;background:var(--popover);box-shadow:var(--shadow-popover);list-style:none}.popover-menu[hidden]{display:none}@media(prefers-reduced-motion:no-preference){.popover-menu:not([hidden]){animation:popover-in .14s ease-out}@keyframes popover-in{0%{opacity:0;transform:translateY(-4px)}}}.popover-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:0;border-radius:9px;background:none;color:var(--text);font:inherit;font-size:14px;text-align:left;cursor:pointer}.popover-menu-item:focus-visible{background:var(--fill)}@media(hover:hover){.popover-menu-item:hover{background:var(--fill)}}.guides-menu-chevron{width:14px;height:14px;transition:transform .18s ease}.guides-menu-button[aria-expanded=true] .guides-menu-chevron{transform:rotate(180deg)}.guides-menu-list{left:0;width:330px}.guides-menu-item{flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px}.guides-menu-title{font-weight:600}.guides-menu-description{color:var(--text-3);font-size:13px;line-height:1.35}.guides-menu-item[aria-current=page] .guides-menu-title{color:var(--link)}.theme-menu-list{right:0;width:172px}.popover-menu-icon{width:18px;height:18px;color:var(--text-2)}.popover-menu-check{width:16px;height:16px;margin-left:auto;color:var(--link);visibility:hidden}[aria-checked=true]>.popover-menu-check{visibility:visible}.theme-menu-icon{display:none}html:not([data-theme-preference=light]):not([data-theme-preference=dark]) .theme-menu-icon-system,[data-theme-preference=light] .theme-menu-icon-light,[data-theme-preference=dark] .theme-menu-icon-dark{display:block}@media(max-width:899px){.site-header-bar{justify-content:space-between;gap:12px}.menu-toggle{display:inline-grid;width:44px;height:44px;margin-right:-8px;color:var(--text)}.menu-toggle svg{width:22px;height:22px}.menu-toggle-close,.menu-toggle[aria-expanded=true] .menu-toggle-open{display:none}.menu-toggle[aria-expanded=true] .menu-toggle-close{display:block}.site-header-actions .download-button{position:relative}.site-header-actions .download-button:after{content:"";position:absolute;inset:-6px -2px}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;max-height:calc(100dvh - var(--header-height));padding:4px var(--gutter) 20px;overflow-y:auto;overscroll-behavior:contain;border-bottom:1px solid var(--hairline);background:var(--bg);box-shadow:0 24px 40px #0000001f}.site-header[data-menu-open] .site-nav{display:flex}.site-header[data-menu-open]{background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none}.site-nav-links{flex-direction:column;align-items:stretch;gap:0}.site-nav-links>li{border-bottom:1px solid var(--hairline)}.site-nav-link{justify-content:space-between;width:100%;min-height:50px;padding:12px 0;border-radius:0;color:var(--text);font-size:17px}.guides-menu-chevron{width:18px;height:18px;color:var(--text-3)}.site-nav .guides-menu-list{position:static;width:auto;padding:0 0 10px;border-radius:0;background:none;box-shadow:none;animation:none}.guides-menu-item{padding:10px 12px}.guides-menu-title{font-weight:500;font-size:16px}.guides-menu-description{display:none}.site-nav-tools{gap:8px;padding-top:16px}.site-nav-tools .icon-button{display:inline-flex;gap:8px;width:auto;height:44px;padding:0 14px;background:var(--fill);color:var(--text);font-size:15px}.site-nav-tools .icon-button-label{position:static;width:auto;height:auto;clip:auto}.theme-menu-list{top:auto;bottom:calc(100% + 8px);left:0;right:auto}}@media(max-width:768px){body:has(.sticky-download-bar.is-visible) .site-header-actions .download-button{visibility:hidden}}@media(max-width:374px){.site-header-bar{gap:8px}.site-header-actions{gap:2px}.brand{font-size:14px;gap:7px}.site-header-actions .download-button{padding:6px 10px}.site-header-actions .download-button .download-icon,.site-header-actions .download-button.is-send .download-icon{display:none}}kbd,.kbd{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;margin:0 1px;padding:0 6px;border:1px solid var(--hairline-strong);border-bottom-width:1.5px;border-radius:6px;background:linear-gradient(to bottom,var(--bg) 0%,var(--bg-elev) 100%);box-shadow:0 1px 0 var(--hairline);color:var(--text);font:600 12px/1 var(--font);letter-spacing:0;text-align:center;vertical-align:.1em;white-space:nowrap}[data-theme=dark] kbd,[data-theme=dark] .kbd{background:linear-gradient(to bottom,#2c2c2e,#1f1f21);box-shadow:0 1px #00000080,inset 0 1px #ffffff0f}.kbd-combo{display:inline-flex;gap:3px;white-space:nowrap;vertical-align:.1em}.kbd-combo .kbd{margin:0;vertical-align:baseline}.kbd-alternatives{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px}.kbd-alternative{display:inline-flex;align-items:center;gap:6px}.kbd-or{color:var(--text-3);font-size:12px}.key-cap{position:relative;top:-1px;display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 9px;border:1px solid var(--hairline-strong);border-bottom-width:1.5px;border-radius:7px;background:linear-gradient(to bottom,var(--bg) 0%,var(--bg-elev) 100%);box-shadow:0 1px 0 0 var(--hairline-strong),0 2px 0 0 var(--hairline),inset 0 1px #ffffff80;color:var(--text);font:600 13px/1 var(--font);letter-spacing:0}[data-theme=dark] .key-cap{background:linear-gradient(to bottom,#2c2c2e,#1c1c1e);box-shadow:0 1px #0006,0 2px #0003,inset 0 1px #ffffff14}.site-footer{border-top:1px solid var(--hairline);background:var(--bg-elev);color:var(--text-2);font-size:14px}.site-footer-main{display:grid;grid-template-columns:minmax(200px,1fr) minmax(0,2.6fr);gap:48px;padding-top:56px;padding-bottom:44px}.site-footer-brand .brand-icon{width:32px;height:32px}.site-footer-mission{max-width:34ch;margin:14px 0 0;color:var(--text-3);line-height:1.5;text-wrap:pretty}.site-footer-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.site-footer-heading{margin:0 0 10px;color:var(--text);font-size:13px;font-weight:600;letter-spacing:-.005em}.site-footer-group ul{display:grid;gap:2px;margin:0;padding:0;list-style:none}.site-footer-group a{display:inline-block;padding:4px 0;color:var(--text-3);transition:color .15s ease}.site-footer-group a:hover,.site-footer-group a[aria-current=page]{color:var(--text)}.site-footer-legal p{margin:0;padding:18px 0 32px;border-top:1px solid var(--hairline);color:var(--text-3);font-size:13px}.site-footer-legal a{text-decoration:underline;text-decoration-color:var(--hairline-strong);text-underline-offset:3px}.site-footer-legal a:hover{color:var(--text)}@media(max-width:899px){.site-footer-main{grid-template-columns:1fr;gap:36px;padding-top:44px;padding-bottom:32px}.site-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.site-footer-group a{padding:6px 0}}.download-icon-send,.download-button.is-send .download-icon-mac{display:none}.download-button.is-send .download-icon-send{display:block}.download-icon-mac{margin-top:-.15em}.install-steps{position:fixed;z-index:var(--z-overlay);right:24px;bottom:24px;width:min(372px,calc(100vw - 32px));padding:18px 18px 16px 20px;border-radius:18px;background:var(--popover);box-shadow:var(--shadow-popover);color:var(--text);font-size:14px;line-height:1.45}.install-steps:focus{outline:none}.install-steps:focus-visible{box-shadow:var(--shadow-popover),0 0 0 2px var(--focus-ring)}.install-steps-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.install-steps-title{margin:2px 0 0;font-size:16px;font-weight:650;letter-spacing:-.02em}.install-steps-close{width:32px;height:32px;margin:-6px -6px 0 0}.install-steps-close svg{width:16px;height:16px}.install-steps-list{display:grid;gap:10px;margin:12px 0 0;padding:0;counter-reset:install-step;list-style:none}.install-steps-list li{position:relative;min-height:22px;padding-left:32px;color:var(--text-2);counter-increment:install-step}.install-steps-list li:before{content:counter(install-step);position:absolute;top:0;left:0;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--accent-soft);color:var(--link);font-size:12px;font-weight:700}.install-steps-retry{margin:14px 0 0;padding-top:12px;border-top:1px solid var(--hairline);color:var(--text-3);font-size:13px}.install-steps-retry a{color:var(--link);text-decoration:underline;text-underline-offset:2px}@media(max-width:480px){.install-steps{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));width:auto}}@media(max-width:640px){body:has(.analytics-consent) .install-steps{bottom:calc(72px + env(safe-area-inset-bottom))}body:has(.sticky-download-bar.is-visible) .install-steps{bottom:84px}body:has(.sticky-download-bar.is-visible):has(.analytics-consent) .install-steps{bottom:148px}}.send-sheet{width:min(420px,calc(100vw - 32px));max-width:none;max-height:calc(100dvh - 32px);padding:0;border:0;border-radius:22px;background:var(--popover);box-shadow:var(--shadow-overlay);color:var(--text)}.send-sheet::backdrop{background:#00000073}.send-sheet-body{position:relative;display:flex;flex-direction:column;align-items:center;padding:32px 24px 20px;text-align:center}.send-sheet-close{position:absolute;top:10px;right:10px;width:40px;height:40px}.send-sheet-icon{display:block;width:64px;height:64px}.send-sheet-title{margin:14px 0 6px;font-size:21px;font-weight:700;line-height:1.2;letter-spacing:-.025em}.send-sheet-text{max-width:32ch;margin:0;color:var(--text-2);font-size:15px;line-height:1.45}.send-sheet-actions{display:grid;gap:8px;width:100%;margin-top:22px}.send-sheet-action{min-height:48px;background:var(--fill);color:var(--text);font-size:16px}.send-sheet-action:hover{background:var(--fill-strong)}.send-sheet-actions>.send-sheet-action:first-child{background:var(--button-primary);color:#fff}.send-sheet-actions>.send-sheet-action:first-child:hover{background:var(--button-primary-hover)}.send-sheet-link{margin:14px 0 0;color:var(--text-3);font-size:13px;user-select:all}.send-sheet-status{min-height:1.45em;margin:2px 0 0;color:var(--text);font-size:14px;font-weight:500;line-height:1.45}.send-sheet-fallback{margin:4px 0 0;font-size:14px}.send-sheet-fallback a{display:inline-block;padding:8px;color:var(--link)}.send-sheet-fallback a:hover{text-decoration:underline}@media(max-width:640px){.send-sheet{width:100%;max-height:92dvh;margin:auto 0 0;border-radius:22px 22px 0 0}.send-sheet-body{padding-bottom:calc(16px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:no-preference){.install-steps{animation:panel-rise .22s ease-out}.send-sheet[open]{animation:panel-rise .24s cubic-bezier(.2,.8,.2,1)}.send-sheet[open]::backdrop{animation:backdrop-fade .2s ease-out}@keyframes panel-rise{0%{opacity:0;transform:translateY(16px)}}@keyframes backdrop-fade{0%{opacity:0}}}.analytics-consent{position:fixed;z-index:var(--z-sticky);left:20px;bottom:20px;width:min(340px,calc(100vw - 32px));padding:16px;border-radius:16px;background:var(--popover);box-shadow:var(--shadow-popover);color:var(--text-2);font:14px/1.45 var(--font);letter-spacing:-.01em;transition:bottom .24s ease-out}.analytics-consent__text{margin:0}.analytics-consent__text strong{display:block;margin-bottom:4px;color:var(--text);font-size:15px;font-weight:600}.analytics-consent__text a{color:var(--link);text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.analytics-consent__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.analytics-consent__actions button,.analytics-preferences-button{min-height:40px;padding:0 14px;border:0;border-radius:10px;background:var(--fill-strong);color:var(--text);font:600 14px/1 var(--font);cursor:pointer}.analytics-consent__actions button:hover,.analytics-preferences-button:hover{background:color-mix(in srgb,var(--text) 16%,transparent)}@media(max-width:640px){.analytics-consent{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:10px;width:auto;padding:8px 8px 8px 14px;border-radius:14px;font-size:13px;line-height:1.35}.analytics-consent__text{flex:1;min-width:0}.analytics-consent__text strong{display:inline;margin:0;font-size:inherit}.analytics-consent__detail{display:none}.analytics-consent__actions{display:flex;flex:none;gap:6px;margin:0}.analytics-consent__actions button{min-height:36px;padding:0 12px;font-size:13px}body:has(.sticky-download-bar.is-visible) .analytics-consent{bottom:84px}}@media(prefers-reduced-motion:no-preference){.analytics-consent{animation:consent-in .2s ease-out}@keyframes consent-in{0%{opacity:0;transform:translateY(8px)}}}:focus{outline:none}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}a:focus-visible{border-radius:4px}.btn:focus-visible{outline-offset:3px}.skip-link{position:absolute;z-index:1000;top:-100px;left:12px;padding:10px 16px;border-radius:8px;background:var(--text);color:var(--bg);font-size:14px;font-weight:600}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.article-site{background:var(--bg)}.article-main{min-height:70vh}.article-shell{width:min(100%,800px);margin:0 auto;padding:32px var(--gutter) 96px}.article-shell--wide{width:min(100%,1000px)}.breadcrumbs{margin-bottom:40px;color:var(--text-3);font-size:13px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.breadcrumbs li+li:before{content:"/";margin-right:6px;color:var(--text-4)}.breadcrumbs a:hover{color:var(--text);text-decoration:underline;text-underline-offset:3px}@media(pointer:coarse){.breadcrumbs a{position:relative}.breadcrumbs a:after{content:"";position:absolute;inset:-14px -8px}}.breadcrumbs [aria-current=page]{color:var(--text-2)}.article-hero{padding-bottom:36px;border-bottom:1px solid var(--hairline)}.article-eyebrow{margin:0 0 12px;color:var(--link);font-size:15px;font-weight:600;letter-spacing:-.01em}.article-hero h1{margin:0;font-size:clamp(34px,6vw,52px);line-height:1.06;letter-spacing:-.032em;text-wrap:balance}.article-lede{margin:20px 0 0;color:var(--text-2);font-size:clamp(18px,2.2vw,21px);line-height:1.5;letter-spacing:-.015em;text-wrap:pretty}.article-updated{margin:20px 0 0;color:var(--text-3);font-size:14px}.article-hero .article-actions{justify-content:flex-start;margin-top:28px}.article-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;color:var(--text-3);font-size:13px}.article-pill{padding:5px 10px;border:1px solid var(--hairline);border-radius:999px}.article-body{font-size:17px;line-height:1.7}.article-body>section{padding:40px 0;border-bottom:1px solid var(--hairline)}.article-body>section:last-of-type{border-bottom:0}.article-body h2{margin:0 0 14px;font-size:clamp(24px,3.4vw,30px);line-height:1.15;letter-spacing:-.03em;text-wrap:balance}.article-body h3{margin:28px 0 8px;font-size:19px;line-height:1.3;letter-spacing:-.015em}.article-body p{margin:0 0 16px;color:var(--text-2)}.article-body strong{color:var(--text);font-weight:600}.article-body ul,.article-body ol{margin:16px 0;padding-left:22px;color:var(--text-2)}.article-body li{margin:8px 0;padding-left:4px}.article-body li::marker{color:var(--text-3)}.article-body a:not(.btn),.article-hero a:not(.btn){color:var(--link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.article-body a:not(.btn):hover,.article-hero a:not(.btn):hover{text-decoration-thickness:2px}.article-body code,.article-hero code{padding:1px 5px;border-radius:5px;background:var(--fill);color:var(--text);font-family:var(--mono);font-size:.88em;overflow-wrap:anywhere}.path,.article-body .path{display:block;max-width:100%;margin:16px 0;padding:14px 16px;white-space:normal;overflow-wrap:anywhere;border:1px solid var(--hairline);border-radius:10px;background:var(--bg-elev);color:var(--text);font-family:var(--mono);font-size:14px;line-height:1.5}@media(max-width:768px){.article-shell{padding-top:24px;padding-bottom:72px}.breadcrumbs{margin-bottom:28px}.article-body{font-size:16px}.article-body>section{padding:32px 0}}.answer-card{margin:20px 0 24px;padding:20px 22px;border:1px solid var(--hairline);border-radius:16px;background:var(--bg-elev)}.answer-card>:last-child{margin-bottom:0}.answer-card p{color:var(--text)}.article-note{margin:20px 0;padding:16px 18px;border-radius:14px;background:var(--accent-soft);font-size:15px;line-height:1.6}.article-note>:last-child{margin-bottom:0}.article-note p{color:var(--text)}.article-note.neutral{background:var(--bg-elev)}.article-note.is-warning{background:color-mix(in srgb,var(--warn) 14%,transparent)}.article-body .steps{padding-left:0;counter-reset:article-step;list-style:none}.steps>li{position:relative;min-height:32px;margin:18px 0;padding-left:48px;counter-increment:article-step}.steps>li:before{content:counter(article-step);position:absolute;top:0;left:0;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--accent-soft);color:var(--link);font-size:15px;font-weight:700;line-height:1}.steps>li>strong:first-child{display:block;margin-bottom:2px}.data-table,.shortcut-table{width:100%;margin:24px 0;border-collapse:collapse;font-size:15px;line-height:1.5}.data-table th,.data-table td,.shortcut-table th,.shortcut-table td{padding:14px 12px;border-bottom:1px solid var(--hairline);color:var(--text-2);text-align:left;vertical-align:top}.data-table thead th,.shortcut-table thead th{border-bottom-color:var(--hairline-strong);color:var(--text);font-size:14px;font-weight:600}.data-table tbody th,.shortcut-table tbody th,.shortcut-table td:first-child{color:var(--text);font-weight:600}.data-table th:first-child,.data-table td:first-child{padding-left:0}@media(max-width:639px){.data-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.data-table,.data-table tbody,.data-table tr,.data-table th,.data-table td{display:block}.data-table tr{margin:0 0 12px;padding:14px 16px;border:1px solid var(--hairline);border-radius:14px;background:var(--bg-elev)}.data-table tbody th{padding:0 0 6px;border:0;font-size:16px}.data-table td{padding:8px 0 0;border:0}.data-table td[data-label]:before{content:attr(data-label);display:block;color:var(--text-3);font-size:12px;font-weight:600}}.article-figure{margin:28px 0}.article-figure img{display:block;width:100%;height:auto}.article-figure figcaption{margin-top:10px;color:var(--text-3);font-size:14px;line-height:1.5;text-align:center}.theme-shot-dark,[data-theme=dark] .theme-shot-light{display:none}[data-theme=dark] .theme-shot-dark{display:block}.article-body .related,.related{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin:20px 0 0;padding:0;list-style:none}.article-body .related li{margin:0;padding:0}.article-body .related a{display:flex;flex-direction:column;gap:4px;height:100%;padding:16px 18px;border:1px solid var(--hairline);border-radius:14px;color:var(--text);font-size:15px;font-weight:600;line-height:1.35;text-decoration:none;transition:border-color .15s ease,background-color .15s ease}.article-body .related a:hover{border-color:var(--hairline-strong);background:var(--bg-elev)}.related a span{color:var(--text-3);font-size:14px;font-weight:400}.article-cta{margin-top:48px;padding:36px 28px;border-radius:var(--radius-lg);background:var(--bg-elev);text-align:center}.article-cta h2{margin:0 0 8px;font-size:clamp(22px,3vw,28px)}.article-cta p{max-width:46ch;margin:0 auto 22px;color:var(--text-2)}.article-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}@media(max-width:480px){.answer-card,.article-cta{padding:20px 18px}.article-actions .btn{width:100%}}.not-found{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:72px var(--gutter) 96px;text-align:center}.not-found-icon{display:block;width:72px;height:72px;margin-bottom:28px}.not-found-keys{display:flex;gap:8px;margin:0 0 28px}.not-found-keys .key-cap{min-width:46px;height:46px;font-size:20px}.not-found h1{margin:0 0 14px;font-size:clamp(32px,5vw,48px);line-height:1.08;letter-spacing:-.03em;text-wrap:balance}.not-found-lede{max-width:480px;margin:0 0 36px;color:var(--text-2);font-size:17px;line-height:1.55;text-wrap:pretty}.not-found nav{width:min(100%,660px)}.not-found-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.not-found-links a{display:flex;flex-direction:column;gap:4px;height:100%;padding:18px 20px;border:1px solid var(--hairline);border-radius:var(--radius);background:var(--bg-elev);text-align:left;transition:border-color .15s,background-color .15s}.not-found-links a:hover{border-color:var(--hairline-strong);background:var(--bg)}.not-found-links strong{color:var(--text);font-size:15px;font-weight:600}.not-found-links a>span{color:var(--text-3);font-size:13px}.not-found-hint{margin:40px 0 0;color:var(--text-3);font-size:14px;line-height:1.8;text-wrap:balance}@media(max-width:640px){.not-found{padding-top:48px}.not-found-links{grid-template-columns:1fr}}.faq-topics{padding:32px 0 4px}.faq-topics ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.article-body .faq-topics li{margin:0;padding:0}.article-body .faq-topics a{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:5px 6px 5px 14px;border:1px solid var(--hairline-strong);border-radius:999px;color:var(--text);font-size:14px;font-weight:500;line-height:1.2;text-decoration:none;transition:background-color .15s ease}.faq-topics-count{min-width:24px;padding:3px 7px;border-radius:999px;background:var(--fill);color:var(--text-3);font-size:12px;font-weight:600;text-align:center}.article-body>.faq-group{padding:40px 0 44px}.faq-group h2{margin-bottom:20px}.faq-questions{display:flex;flex-direction:column;gap:8px}.faq-question{border:1px solid var(--hairline);border-radius:16px;background:var(--bg);transition:background-color .2s ease,border-color .2s ease}.faq-question[open]{border-color:var(--hairline-strong);background:var(--bg-elev)}.faq-question:target{border-color:var(--accent)}.faq-question summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:15px;color:var(--text);font-size:17px;font-weight:600;line-height:1.4;letter-spacing:-.015em;list-style:none;cursor:pointer}.faq-question summary::-webkit-details-marker{display:none}.faq-question-chevron{flex:none;width:18px;height:18px;color:var(--text-3);transition:transform .2s ease}.faq-question[open] .faq-question-chevron{transform:rotate(180deg)}.faq-answer{padding:0 20px 20px}.article-body .faq-answer p{max-width:64ch;margin:0;font-size:16px;line-height:1.65}.faq-answer code{overflow-wrap:anywhere}.article-body .faq-answer .faq-more{margin-top:12px;font-size:15px}.article-body .faq-more a{display:inline-flex;align-items:center;gap:6px;font-weight:500;text-decoration:none}.faq-more svg{width:15px;height:15px}@media(pointer:coarse){.article-body .faq-topics a{min-height:44px}.article-body .faq-more a{position:relative}.article-body .faq-more a:after{content:"";position:absolute;inset:-10px -8px}}@media(hover:hover){.article-body .faq-topics a:hover{background:var(--fill)}.faq-question:not([open]) summary:hover{background:var(--fill)}.article-body .faq-more a:hover{text-decoration:underline}}@media(prefers-reduced-motion:no-preference){.faq-question::details-content{block-size:0;overflow:clip;transition:block-size .24s ease-out,content-visibility .24s ease-out allow-discrete}.faq-question[open]::details-content{block-size:auto}}@media(max-width:640px){.faq-topics ul{flex-wrap:nowrap;margin:0 calc(-1 * var(--gutter));padding:0 var(--gutter) 4px;overflow-x:auto;scrollbar-width:none}.faq-topics ul::-webkit-scrollbar{display:none}.article-body .faq-topics a{white-space:nowrap}.faq-question summary{padding:14px 16px;font-size:16px}.faq-answer{padding:0 16px 16px}.article-body .faq-answer p{font-size:15px}}.shortcut-group+.shortcut-group{margin-top:40px}.article-body .shortcut-group h3{margin:0}.article-body .shortcut-reference{margin:12px 0 0}.shortcut-reference .shortcut-keys{width:172px}.shortcut-reference .shortcut-mouse{width:34%;font-size:14px}.shortcut-reference tbody th{font-weight:600}.shortcut-note{display:block;margin-top:4px;color:var(--text-3);font-size:14px;font-weight:400;line-height:1.5}.shortcut-reference .kbd-combo{vertical-align:baseline}.shortcut-reference--pointer tbody th{width:38%}.shortcut-reference--pointer .shortcut-mouse{width:auto;font-size:15px}.shortcut-group+.shortcut-group .shortcut-reference:not(.shortcut-reference--pointer) thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}@media(max-width:639px){.shortcut-reference tr{display:grid;grid-template-columns:minmax(0,1fr) fit-content(46%);column-gap:16px}.shortcut-reference tbody th{grid-area:1 / 1;width:auto}.shortcut-reference .shortcut-keys{grid-area:1 / 2;width:auto;padding-top:0}.shortcut-reference td.shortcut-keys[data-label]:before{display:none}.shortcut-reference .shortcut-mouse{grid-column:1 / -1;width:auto}.shortcut-reference td:empty{display:none}}.article-body .path+.path{margin-top:-8px}.release-card{margin-top:32px;padding:24px;border:1px solid var(--hairline);border-radius:22px;background:var(--bg-elev)}.release-card-app{display:flex;align-items:center;gap:16px}.release-card-icon{display:block;width:60px;height:60px}.release-card-name{margin:0;color:var(--text);font-size:19px;font-weight:650;letter-spacing:-.02em}.release-card-version{margin:2px 0 0;color:var(--text-3);font-size:14px}.release-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.release-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:24px 0 0;padding-top:20px;border-top:1px solid var(--hairline)}.release-facts>div{padding:0 16px;border-left:1px solid var(--hairline)}.release-facts>div:first-child{padding-left:0;border-left:0}.release-facts dt{color:var(--text-3);font-size:13px;font-weight:500}.release-facts dd{margin:4px 0 0;color:var(--text);font-size:15px;font-weight:500;line-height:1.4}@media(max-width:640px){.release-facts{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:18px}.release-facts>div:nth-child(odd){padding-left:0;border-left:0}}@media(max-width:480px){.release-card{padding:20px 18px}.release-card-actions .btn{width:100%}}.article-body .fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:32px 0 0;padding:0;list-style:none}.article-body .fact-grid li{display:flex;flex-direction:column;gap:4px;margin:0;padding:18px 20px 20px;border-radius:16px;background:var(--bg-elev);font-size:15px;line-height:1.5}.fact-icon{width:24px;height:24px;margin-bottom:8px;color:var(--accent)}.fact-grid strong{font-size:16px;letter-spacing:-.01em}@media(max-width:560px){.article-body .fact-grid{grid-template-columns:minmax(0,1fr);gap:8px}.article-body .fact-grid li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:2px 14px;padding:16px}.fact-icon{grid-row:span 2;margin:0}}.article-body .source-list{margin:20px 0 0;padding:0;border-top:1px solid var(--hairline);list-style:none}.article-body .source-list li{display:grid;grid-template-columns:minmax(0,15rem) minmax(0,1fr);gap:4px 20px;margin:0;padding:12px 0;border-bottom:1px solid var(--hairline);font-size:15px;line-height:1.5}.article-body .source-list a code{padding:0;background:none;color:inherit;font-size:14px}@media(pointer:coarse){.article-body .source-list a{position:relative}.article-body .source-list a:after{content:"";position:absolute;inset:-12px -8px}}@media(max-width:560px){.article-body .source-list li{grid-template-columns:minmax(0,1fr)}}.article-body .chip-list{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 20px;padding:0;list-style:none}.article-body .chip-list li{margin:0;padding:5px 12px;border:1px solid var(--hairline-strong);border-radius:999px;color:var(--text);font-size:14px;line-height:1.4}.hero-keys{display:flex;gap:8px;margin:2px 0 16px}.hero-keys .key-cap{top:0;min-width:48px;height:48px;border-radius:10px;font-size:20px}.verdict{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0 8px}.verdict-card{padding:20px 22px 18px;border:1px solid var(--hairline);border-radius:var(--radius);background:var(--bg-elev)}.article-body .verdict-card h3{margin:0 0 4px;font-size:18px;letter-spacing:-.02em}.article-body .verdict-card ul{margin:0;padding:0;list-style:none}.article-body .verdict-card li{position:relative;margin:10px 0 0;padding-left:26px;font-size:15px;line-height:1.5}.verdict-card li:before{content:"";position:absolute;top:.2em;left:0;width:17px;height:17px;background:var(--link);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / contain no-repeat}.table-region{margin:24px 0;overflow-x:auto;overscroll-behavior-x:contain}.table-region:focus-visible{border-radius:6px;outline-offset:6px}.table-region>.data-table{margin:0}@media(min-width:640px){.table-region{--breakout: min(960px, 100vw - 2 * var(--gutter));width:var(--breakout);margin-left:calc((100% - var(--breakout)) / 2)}}.compare-table{table-layout:fixed}.compare-table .col-topic{width:22%}.compare-table thead th{padding-top:0;font-size:15px;letter-spacing:-.01em;vertical-align:bottom}.compare-table .col-note{display:block;margin-top:2px;color:var(--text-3);font-size:13px;font-weight:400}.compare-table tbody th{font-size:15px}.article-body .compare-table tbody th a{color:var(--text);text-decoration-color:var(--hairline-strong)}.article-body .compare-table tbody th a:hover{text-decoration-color:currentColor}.compare-table td{overflow-wrap:anywhere}.compare-table .cell-lead{display:block;margin-bottom:2px}.article-body .compare-table .cite{color:var(--text-3);font-size:13px;white-space:nowrap}.article-body .compare-table .cite:hover{color:var(--link)}@media(max-width:639px){.table-region{overflow:visible}.compare-table tbody th{padding-bottom:2px}.compare-table td+td{margin-top:10px;border-top:1px solid var(--hairline)}.compare-table td[data-label]:before{margin-bottom:2px;font-size:13px}.article-body .compare-table .cite{white-space:normal}}.article-body .related--pairs{grid-template-columns:repeat(2,minmax(0,1fr));padding:0}@media(max-width:479px){.article-body .related--pairs{grid-template-columns:1fr}}.article-body .path-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px 0 8px;padding:0;list-style:none}.article-body .path-cards li{margin:0;padding:0}.article-body .path-cards a{display:flex;flex-direction:column;gap:6px;height:100%;padding:18px 18px 16px;border:1px solid var(--hairline);border-radius:var(--radius);background:var(--bg-elev);color:var(--text);text-decoration:none;transition:border-color .15s ease}.path-cards-os{color:var(--text-3);font-size:13px;font-weight:600;line-height:1.35}.path-cards-title{font-size:18px;font-weight:650;line-height:1.25;letter-spacing:-.02em}.path-cards-how{margin-top:auto;padding-top:6px;color:var(--text-2);font-size:14px;line-height:1.5}.path-cards-how .kbd{vertical-align:0}@supports (grid-template-rows: subgrid){.article-body .path-cards li,.article-body .path-cards a{display:grid;grid-row:span 3;grid-template-rows:subgrid;row-gap:6px}}@media(hover:hover){.article-body .path-cards a:hover{border-color:var(--hairline-strong)}}@media(max-width:759px){.article-body .path-cards{grid-template-columns:1fr}}.app-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 20px;margin:18px 0 22px;padding:14px 0;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.app-facts dt{color:var(--text-3);font-size:12px;font-weight:600;line-height:1.4}.app-facts dd{margin:2px 0 0;color:var(--text);font-size:15px;line-height:1.4}@media(max-width:639px){.app-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}.article-body .dated-list{margin:16px 0;padding:0;list-style:none}.article-body .dated-list li{display:grid;grid-template-columns:140px minmax(0,1fr);gap:16px;margin:0;padding:12px 0;border-top:1px solid var(--hairline)}.dated-list time{padding-top:2px;color:var(--text-3);font-size:14px;font-weight:600;font-variant-numeric:tabular-nums}@media(max-width:639px){.article-body .dated-list li{grid-template-columns:1fr;gap:2px}}.article-body .sources{margin:12px 0 0;padding-left:24px;color:var(--text-3);font-size:14px;line-height:1.55}.article-body .sources li{margin:6px 0;padding-left:2px}.guide-faq{margin-top:12px}.guide-faq details{border-bottom:1px solid var(--hairline)}.guide-faq details:first-child{border-top:1px solid var(--hairline)}.guide-faq summary{position:relative;display:flex;align-items:center;min-height:44px;padding:14px 36px 14px 0;color:var(--text);font-size:17px;font-weight:600;line-height:1.4;letter-spacing:-.015em;list-style:none;cursor:pointer}.guide-faq summary::-webkit-details-marker{display:none}.guide-faq summary:after{content:"";position:absolute;top:50%;right:6px;width:8px;height:8px;margin-top:-6px;border-right:1.75px solid var(--text-3);border-bottom:1.75px solid var(--text-3);transform:rotate(45deg)}.guide-faq details[open]>summary:after{margin-top:-2px;transform:rotate(-135deg)}.guide-faq summary:focus-visible{border-radius:6px}.guide-faq details>p{margin:0 0 16px}@media(prefers-reduced-motion:no-preference){.guide-faq summary:after{transition:transform .2s ease,margin-top .2s ease}}.article-figure--bleed{margin-inline:-48px}.article-figure--bleed figcaption{margin-top:-16px;padding-inline:48px}@media(max-width:959px){.article-figure--bleed{margin-inline:calc(var(--gutter) * -1)}.article-figure--bleed figcaption{padding-inline:var(--gutter)}}.article-cta .cta-meta{margin:16px auto 0;color:var(--text-3);font-size:13px}@media(max-width:639px){.verdict{grid-template-columns:1fr}}.article-body .feature-contents ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:40px 0 8px;padding:0;list-style:none}.article-body .feature-contents li{margin:0;padding:0}.article-body .feature-contents a{display:grid;grid-template-columns:22px 1fr;column-gap:12px;align-items:center;height:100%;padding:14px 16px;border:1px solid var(--hairline);border-radius:14px;color:var(--text);text-decoration:none;transition:border-color .15s ease,background-color .15s ease}@media(hover:hover){.article-body .feature-contents a:hover{border-color:var(--hairline-strong);background:var(--bg-elev)}}.feature-contents-icon{grid-row:span 2;width:22px;height:22px;color:var(--accent)}.feature-contents-title{font-size:15px;font-weight:600;line-height:1.3}.feature-contents-tagline{color:var(--text-3);font-size:13px;line-height:1.35}.article-body>.feature-section{padding:64px 0}.feature-section-header{max-width:680px}.article-body .feature-section-tagline{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:var(--link);font-size:15px;font-weight:600;letter-spacing:-.01em}.feature-section-icon{width:20px;height:20px;flex:none}.article-body .feature-section h2{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.1;letter-spacing:-.032em}.article-body .feature-section-summary{margin:14px 0 0;font-size:clamp(17px,2vw,19px);line-height:1.5;text-wrap:pretty}.feature-figures{max-width:800px;margin:20px auto 4px}.feature-figures--pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:none}.feature-figure{margin:0}.feature-figure img{display:block;width:100%;height:auto}.feature-figure figcaption{margin-top:-4px;color:var(--text-3);font-size:14px;line-height:1.5;text-align:center;text-wrap:balance}.article-body .feature-list,.article-body .feature-limits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px;margin:28px 0 0;padding:0;list-style:none}.article-body .feature-item,.article-body .feature-limits li{margin:0;padding:20px 0 22px;border-top:1px solid var(--hairline)}.article-body .feature-item h3,.article-body .feature-limits h3{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;margin:0 0 6px;color:var(--text);font-size:17px;line-height:1.35;letter-spacing:-.015em}.article-body .feature-item p,.article-body .feature-limits p{margin:0;font-size:15.5px;line-height:1.6}.feature-item .kbd-combo,.feature-limits .kbd-combo{vertical-align:.05em}.article-body a.feature-since{padding:2px 8px;border-radius:999px;background:var(--accent-soft);color:var(--link);font-size:12px;font-weight:600;letter-spacing:0;text-decoration:none;white-space:nowrap}.article-body a.feature-since:hover{text-decoration:underline}.article-body .feature-item .feature-where{display:inline-block;margin-top:10px;padding:2px 8px;border-radius:6px;background:var(--fill);color:var(--text-2);font-size:13px;font-weight:500;line-height:1.5}.article-body .feature-path{display:block;margin-top:10px;padding:8px 10px;border:1px solid var(--hairline);border-radius:8px;background:var(--bg-elev);font-size:12.5px;line-height:1.5}.article-body .feature-item .feature-link{margin-top:8px;font-size:15px}.article-body .feature-limits h3:before{content:"";flex:none;width:12px;height:2px;border-radius:1px;background:var(--text-3)}@media(max-width:859px){.article-body .feature-contents ul{grid-template-columns:repeat(2,minmax(0,1fr))}.article-body .feature-contents li:last-child{grid-column:1 / -1}}@media(max-width:719px){.article-body>.feature-section{padding:48px 0}.article-body .feature-list,.article-body .feature-limits{grid-template-columns:1fr}.feature-figures{margin-inline:-8px}.feature-figures--pair{grid-template-columns:1fr;gap:0}}@media(max-width:479px){.article-body .feature-contents ul{grid-template-columns:1fr;gap:0;margin-top:32px}.article-body .feature-contents a{padding:12px 2px;border:0;border-bottom:1px solid var(--hairline);border-radius:0}.article-body .feature-contents li:first-child a{border-top:1px solid var(--hairline)}}.changelog-page .article-actions{justify-content:flex-start}.article-body .changelog-summary{margin:0;color:var(--text-3);font-size:15px}.article-body .release-timeline{margin:24px 0 0;padding:0;list-style:none}.article-body .release{display:grid;grid-template-columns:148px minmax(0,1fr);gap:28px;margin:0;padding:32px 0;border-top:1px solid var(--hairline)}.article-body .release:first-child{border-top:0}.release-meta{display:flex;flex-direction:column;gap:4px;align-self:start;padding-top:3px}.release-meta time{color:var(--text);font-size:15px;font-weight:600;font-variant-numeric:tabular-nums}.release-kind{display:inline-flex;align-items:center;gap:7px;color:var(--text-3);font-size:13px}.release-kind:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--text-4)}.release--feature .release-kind:before,.release--unlisted .release-kind:before{background:var(--accent)}.release--improvement .release-kind:before{background:var(--good)}.article-body .release-body h2{display:flex;flex-direction:column;gap:6px;margin:0;color:var(--text);font-size:clamp(21px,2.6vw,24px);line-height:1.2;letter-spacing:-.025em}.release-version{display:inline-flex;align-items:center;gap:8px;color:var(--link);font-size:14px;font-weight:600;letter-spacing:0;font-variant-numeric:tabular-nums}.release-latest{padding:1px 8px;border:1px solid color-mix(in srgb,var(--accent) 40%,transparent);border-radius:999px;background:var(--bg);color:var(--link);font-size:12px;font-weight:600}.article-body .release-summary{margin:12px 0 0;color:var(--text-2);font-size:17px}.release-changes{margin-top:20px}.article-body .release-changes h3{display:flex;align-items:center;gap:8px;margin:0 0 4px;color:var(--text);font-size:14px;font-weight:600;letter-spacing:0}.article-body .release-changes ul{margin:0;padding-left:20px;list-style:disc;font-size:16px;line-height:1.6}.article-body .release-changes li{margin:6px 0}.release-changes .kbd-combo{vertical-align:.05em}.article-body .release-link{margin:18px 0 0;font-size:14px}.article-body .release.is-latest .release-body{padding:26px 28px 24px;border-radius:20px;background:var(--bg-elev)}.article-body .release.is-latest h2{font-size:clamp(24px,3.2vw,30px)}.article-body .release--maintenance{padding:18px 0}.release--maintenance .release-meta time{color:var(--text-2);font-weight:500}.article-body .maintenance-list{margin:0;padding:0;list-style:none;color:var(--text-3);font-size:15px;line-height:1.6}.article-body .maintenance-list li{margin:0 0 4px;padding:0}.article-body .maintenance-list li:last-child{margin-bottom:0}.article-body .maintenance-list .release-version{display:inline;margin-right:4px;color:var(--link);font-size:15px}.article-body .changelog-footnote{margin:8px 0 0;padding-top:24px;border-top:1px solid var(--hairline);color:var(--text-3);font-size:14px;line-height:1.6}@media(max-width:639px){.article-body .release{grid-template-columns:1fr;gap:12px;padding:28px 0}.release-meta{flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px 14px;padding-top:0}.article-body .release--maintenance{gap:8px}.article-body .release.is-latest .release-body{margin-inline:calc(var(--gutter) * -.5);padding:22px 18px 20px;border-radius:18px}}.guide-page .article-hero code{padding:1px 6px;border-radius:6px;background:var(--fill);color:var(--text);font-family:var(--mono);font-size:.85em;white-space:nowrap}.article-body .guide-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0;padding:0;list-style:none}.article-body .guide-options>li{display:flex;flex-direction:column;margin:0;padding:20px 18px 18px;border:1px solid var(--hairline);border-radius:18px;background:var(--bg-elev)}.article-body .guide-options p{margin:0;font-size:15px;line-height:1.5}.article-body .guide-options a{white-space:nowrap}.article-body .guide-options .guide-option-label{color:var(--text-3);font-size:13px;font-weight:600}.article-body .guide-options .guide-option-keys{display:flex;align-items:center;min-height:48px;margin:14px 0 12px}.article-body .guide-options .guide-option-path{color:var(--text);font-size:16px;font-weight:600;line-height:1.35}.article-body .guide-option-code{padding:6px 10px;border:1px solid var(--hairline-strong);border-radius:8px;background:var(--bg);font-size:15px;white-space:nowrap}.guide-keys{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px 6px}.guide-keys-combo{display:inline-flex;gap:3px;white-space:nowrap}.guide-keys .key-cap{top:0;min-width:28px;height:28px;padding:0 7px;font-size:12px}.guide-keys-then{color:var(--text-3);font-size:13px}.guide-table-breakout{--breakout: min(960px, 100vw - 2 * var(--gutter));width:var(--breakout);margin-left:calc((100% - var(--breakout)) / 2)}.guide-compare thead th{vertical-align:bottom}.guide-compare tbody th{width:17%}.guide-compare td{width:27.6%}.article-body .guide-table-note{color:var(--text-3);font-size:15px}.guide-figure{max-width:680px;margin-inline:auto}.guide-figure figcaption{margin-top:0}.article-body .guide-sources{font-size:15px;line-height:1.5}.article-body .guide-sources li{margin:10px 0;color:var(--text-3)}@media(max-width:767px){.article-body .guide-options{grid-template-columns:1fr}.article-body .guide-options .guide-option-keys{min-height:0;margin:12px 0 10px}}@media(max-width:639px){.guide-table-breakout{width:auto;margin-left:0}.guide-compare tbody th,.guide-compare td{width:auto}}
