:root{--bg:#0a0b0d;--surface-05:rgba(255,255,255,0.05);--surface-08:rgba(255,255,255,0.08);--border:rgba(255,255,255,0.1);--border-strong:rgba(255,255,255,0.16);--text:#ffffff;--text-80:rgba(255,255,255,0.8);--text-70:rgba(255,255,255,0.7);--text-64:rgba(251,255,255,0.64);--radius:8px;--radius-sm:6px;--header-h:70px;--sidebar-w:230px;--right-w:40px;--maxw:1440px;--pad:24px}*{box-sizing:border-box}body,html{padding:0;margin:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans),system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;font-feature-settings:"ss01";min-height:100dvh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::selection{background:rgba(255,255,255,.18)}.shell{display:flex;flex-direction:column;min-height:100dvh}.container{width:100%;max-width:var(--maxw);margin:0 auto;display:flex;gap:25px;align-items:flex-start;padding:0 var(--pad);flex:1 0}.main{flex:1 0;min-width:0;padding:50px 25px}.placeholder-right{width:var(--right-w);flex-shrink:0}.header{position:-webkit-sticky;position:sticky;top:0;z-index:40;height:var(--header-h);padding:0 var(--pad);background:rgba(10,11,13,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);box-shadow:0 1px 0 rgba(251,255,255,.08)}.header,.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.header-inner{width:100%;max-width:var(--maxw);margin:0 auto}.logo{display:inline-flex;align-items:center;color:var(--text)}.logo-img{height:26px;width:auto;display:block}.search-trigger{display:inline-flex;align-items:center;gap:8px;width:252px;max-width:40vw;padding:10px 12px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-05);color:var(--text-80);font-size:14px;transition:border-color .15s ease,background .15s ease}.search-trigger:hover{border-color:var(--border-strong);background:var(--surface-08)}.search-trigger .kbd{margin-left:auto}.kbd{font-family:var(--font-sans),sans-serif;font-size:11px;color:var(--text-70);border:1px solid var(--border);border-radius:5px;padding:1px 6px;background:rgba(255,255,255,.04);white-space:nowrap}.menu-toggle{display:none;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-05);color:var(--text)}.sidebar{width:var(--sidebar-w);flex-shrink:0;padding:35px 0;gap:14px;position:-webkit-sticky;position:sticky;top:var(--header-h);align-self:flex-start;max-height:calc(100dvh - var(--header-h));overflow-y:auto}.nav-group,.sidebar{display:flex;flex-direction:column}.nav-row{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 20px;border-radius:var(--radius);color:var(--text);background:transparent;border:none;text-align:left;transition:background .15s ease;font-size:16px}.nav-row:hover{background:var(--surface-05)}.nav-row.active:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:2px;border-radius:2px;background:#fff}.nav-row-label{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display),sans-serif;font-weight:400;line-height:20px;color:var(--text-70)}.nav-row.active .nav-row-label{color:#fff;font-weight:500}.caret,.nav-row-label svg{flex-shrink:0}.caret{color:var(--text-70);opacity:.5;transition:transform .2s ease}.caret.open{transform:rotate(90deg)}.nav-children{display:flex;flex-direction:column;padding:8px 0 8px 20px}.nav-child{display:flex;align-items:center;padding:12px 20px;font-size:14px;line-height:20px;color:var(--text-64);border-left:1px solid var(--border);border-radius:0 var(--radius-sm) var(--radius-sm) 0;transition:color .15s ease,border-color .15s ease,background .15s ease}.nav-child:hover{color:var(--text);background:var(--surface-05)}.nav-child.active{color:#fff;font-weight:500;border-left:2px solid #fff;margin-left:-1px}.page-hero{display:flex;flex-direction:column;gap:15px;align-items:center;text-align:center;width:100%;margin-bottom:35px}.page-hero.left{align-items:flex-start;text-align:left}.page-title{font-family:var(--font-display),sans-serif;font-size:30px;font-weight:700;letter-spacing:-.9px;line-height:40px;margin:0}.page-subtitle{font-size:16px;line-height:26px;color:var(--text);margin:0;max-width:760px}.page-hero.left .page-subtitle{color:var(--text-80)}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px;width:100%;padding:0 0 35px}.cards-grid.two{grid-template-columns:repeat(2,1fr)}.topic-card{display:flex;flex-direction:column;gap:8px;padding:25px 20px;border:1px solid var(--border);border-radius:var(--radius);background:transparent;transition:border-color .15s ease,background .15s ease,transform .15s ease}.topic-card:hover{border-color:var(--border-strong);background:var(--surface-05);transform:translateY(-2px)}.topic-card .card-icon{color:var(--text)}.topic-card .card-title{font-weight:500;font-size:16px;line-height:20px}.topic-card .card-desc{font-size:14px;line-height:20px;color:var(--text-80)}.article{gap:35px;width:100%;max-width:820px}.article,.article-body{display:flex;flex-direction:column}.article-body{gap:22px}.article-body h2{font-family:var(--font-display),sans-serif;font-size:22px;font-weight:500;letter-spacing:-.25px;line-height:27.5px;margin:12px 0 0}.article-body p{font-size:16px;line-height:26px;color:var(--text);margin:0}.article-body strong{font-weight:700}.article-body ol,.article-body ul{margin:0;padding-left:24px;display:flex;flex-direction:column;gap:6px}.article-body li{font-size:16px;line-height:24px}.callout{display:flex;margin:0;border-left:2px solid var(--text);padding:10px 0 10px 15px}.callout p{color:var(--text)}.code-block{margin:0;padding:16px 18px;border:1px solid var(--border);border-radius:var(--radius);background:rgba(255,255,255,.03);overflow-x:auto}.code-block code{font-family:var(--font-mono,ui-monospace,"SFMono-Regular",Menlo,monospace);font-size:13.5px;line-height:22px;color:var(--text-80);white-space:pre}.separator{height:1px;width:100%;background:var(--border);border:0}.updated{font-size:14px;line-height:20px;color:var(--text-70);margin:0}.prevnext{display:flex;gap:25px;width:100%}.prevnext-link{flex:1 0;min-width:0;display:flex;align-items:center;gap:16px;padding:17px;border:1px solid var(--border);border-radius:4px;transition:border-color .15s ease,background .15s ease}.prevnext-link:hover{border-color:var(--border-strong);background:var(--surface-05)}.prevnext-link.next{justify-content:flex-end;text-align:right}.prevnext-meta{display:flex;flex-direction:column;min-width:0}.prevnext-link.next .prevnext-meta{align-items:flex-end}.prevnext-eyebrow{font-size:12px;line-height:16px;color:var(--text-80)}.prevnext-title{font-size:16px;line-height:24px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prevnext-link svg{color:var(--text-80);flex-shrink:0}.faq-cards{display:flex;flex-direction:column;gap:24px;width:100%;max-width:1100px;margin:0 auto;padding-top:10px}.faq-card{border:1px solid var(--border);border-radius:12px;background:transparent;transition:border-color .15s ease,background .15s ease}.faq-card.open,.faq-card:hover{border-color:var(--border-strong)}.faq-card-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:26px 30px;background:transparent;border:none;color:var(--text);text-align:left;font-family:var(--font-display),sans-serif;font-size:19px;font-weight:700;line-height:26px}.faq-chevron{color:var(--text-70);flex-shrink:0;transition:transform .25s ease}.faq-chevron.open{transform:rotate(180deg)}.faq-card-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-card.open .faq-card-a{grid-template-rows:1fr}.faq-card-a>p{overflow:hidden;margin:0;padding:0 30px;font-size:17px;line-height:28px;color:var(--text-80)}.faq-card.open .faq-card-a>p{padding-bottom:28px}.changelog{gap:40px;width:100%;max-width:820px}.changelog,.release{display:flex;flex-direction:column}.release{gap:12px;padding-bottom:40px;border-bottom:1px solid var(--border)}.release:last-child{border-bottom:none}.release-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tag{font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;padding:3px 9px;border-radius:999px;border:1px solid var(--border);color:var(--text-80)}.release-date{font-size:14px;color:var(--text-70)}.release h3{font-family:var(--font-display),sans-serif;font-size:20px;font-weight:600;margin:0;letter-spacing:-.3px}.release ul{margin:0;padding-left:22px;display:flex;flex-direction:column;gap:8px}.release li{font-size:16px;line-height:24px;color:var(--text-80)}.section-landing{display:flex;flex-direction:column;width:100%}.footer{position:-webkit-sticky;position:sticky;bottom:0;z-index:30;border-top:1px solid var(--border);background:rgba(10,11,13,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 -1px 0 rgba(251,255,255,.08)}.footer-inner{width:100%;max-width:var(--maxw);margin:0 auto;padding:20px var(--pad) 25px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-links{display:flex;gap:20px;font-size:14px;color:var(--text-70)}.footer-links a:hover{color:var(--text)}.footer-social{display:inline-flex;align-items:center;justify-content:center;color:var(--text-70);padding:6px;border-radius:999px;transition:color .15s ease,background .15s ease}.footer-social:hover{color:var(--text);background:var(--surface-05)}.dialog-overlay{position:fixed;inset:0;z-index:100;background:rgba(10,11,13,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:flex-start;justify-content:center;padding:12vh 20px 20px;animation:fade .12s ease}@keyframes fade{0%{opacity:0}}.dialog{width:100%;max-width:585px;background:var(--bg);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:0 25px 50px -12px rgba(0,0,0,.5);overflow:hidden;animation:pop .14s ease}@keyframes pop{0%{transform:translateY(-8px) scale(.99);opacity:0}}.dialog-input-row{display:flex;align-items:center;gap:8px;padding:0 16px;height:49px;border-bottom:1px solid var(--border)}.dialog-input-row svg{color:var(--text-80);flex-shrink:0}.dialog-input{flex:1 1;background:transparent;border:none;outline:none;color:var(--text);font-size:16px;font-family:inherit}.dialog-input::placeholder{color:var(--text-80)}.dialog-results{max-height:388px;overflow-y:auto}.dialog-result{display:flex;align-items:center;gap:16px;width:100%;padding:14px 16px;border:none;background:transparent;color:var(--text-80);text-align:left;font-size:16px;line-height:20px}.dialog-result svg:first-child{flex-shrink:0}.dialog-result-text{flex:1 1;display:flex;align-items:baseline;gap:10px;min-width:0}.dialog-result-title{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog-result-section{flex-shrink:0;font-size:12px;color:var(--text-70);white-space:nowrap}.dialog-result .chev{margin-left:auto;opacity:.4}.dialog-result.active,.dialog-result:hover{background:var(--surface-05);color:var(--text)}.dialog-empty{padding:28px 16px;color:var(--text-70);font-size:14px}.sidebar-scrim{display:none}@media (max-width:1280px){.placeholder-right{display:none}}@media (max-width:1024px){:root{--pad:18px}.menu-toggle{display:inline-flex}.sidebar{position:fixed;top:var(--header-h);left:0;bottom:0;height:calc(100dvh - var(--header-h));width:280px;max-width:84vw;background:var(--bg);border-right:1px solid var(--border);padding:20px 16px 40px;transform:translateX(-100%);transition:transform .22s ease;z-index:60;max-height:none;overflow-y:auto}.sidebar.open{transform:translateX(0)}.sidebar-scrim{display:block;position:fixed;inset:var(--header-h) 0 0 0;background:rgba(10,11,13,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:50}.main{padding:36px 0}}@media (max-width:880px){.cards-grid,.cards-grid.two{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){:root{--pad:14px}.page-title{font-size:25px;line-height:32px}.cards-grid,.cards-grid.two{grid-template-columns:1fr}.prevnext{flex-direction:column}.search-trigger{width:auto;max-width:none;padding:10px}.search-trigger .kbd,.search-trigger .search-label{display:none}.footer{position:static}.footer-inner{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:18px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_dd5b2f{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_dd5b2f{--font-display:"Space Grotesk","Space Grotesk Fallback"}