:root{--sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif;--mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;--gutter:clamp(1.25rem, 4vw, 3rem);--space-section:clamp(4.5rem, 3rem + 6vw, 8rem);--radius-shot:clamp(6px, .8vw, 12px);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1c2b33;--bg-alt:#18252c;--ground:#293f4d;--surface:#213540;--text:#f2e9de;--text-muted:#bac2bf;--line:#f2e9de21;--line-strong:#f2e9de4d;--accent:#e8b04b;--focus:#e8b04b;--btn-bg:#f2e9de;--btn-fg:#1c2b33;--btn-bg-hover:#fffaf3;--btn2-line:#f2e9de73;--btn2-bg-hover:#f2e9de14;--kbd-bg:#243a45;--kbd-line:#f2e9de80;--shot-bg:#2b3042;--shot-line:#f2e9de1a;--shot-shadow:0 28px 64px -32px #04090cbf}@media (prefers-color-scheme:light){:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f2e9de;--bg-alt:#ebe1d3;--ground:#e2d5c1;--surface:#f8f3ec;--text:#1c2b33;--text-muted:#4b5a61;--line:#1c2b3324;--line-strong:#1c2b3352;--focus:#2f4858;--btn-bg:#2f4858;--btn-fg:#f2e9de;--btn-bg-hover:#243b49;--btn2-line:#1c2b3399;--btn2-bg-hover:#1c2b330f;--kbd-bg:#fbf7f1;--kbd-line:#1c2b338c;--shot-line:#1c2b331f;--shot-shadow:0 28px 64px -34px #1c2b3380}}*,:before,:after{box-sizing:border-box}html{-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:1.0625rem;line-height:1.6}img,picture,svg{max-width:100%;display:block}img{height:auto}h1,h2,h3,p,ul,ol,dl,dd,figure,table{margin:0}ul[role=list],ol[role=list]{padding:0;list-style:none}h1,h2,h3{text-wrap:balance}p,li,dd{text-wrap:pretty}a{color:inherit;text-underline-offset:.22em;text-decoration-line:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--line-strong);text-decoration-color:var(--line-strong)}a:hover{text-decoration-color:currentColor}:focus-visible{outline:2px solid var(--focus);outline-offset:3px}#main:focus{outline:none}[id]{scroll-margin-top:1.5rem}::selection{background:var(--accent);color:#1c2b33}code,kbd{font-family:var(--mono);font-size:.875em}i{font-style:italic}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip{top:.75rem;left:var(--gutter);z-index:10;background:var(--btn-bg);color:var(--btn-fg);border-radius:6px;padding:.625rem 1rem;font-weight:600;text-decoration:none;position:absolute;transform:translateY(-200%)}.skip:focus{transform:none}.wrap{width:min(calc(100% - 2 * var(--gutter)), 76rem);margin-inline:auto}.muted{color:var(--text-muted)}.flow>*+*{margin-top:1rem}.site-header{border-bottom:1px solid var(--line)}.bar{flex-wrap:wrap;align-items:center;gap:.75rem 1.75rem;padding-block:1rem;display:flex}.brand{letter-spacing:.01em;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:600;text-decoration:none;display:inline-flex}.brand-mark{flex:none;width:1.875rem;height:1.875rem}.tagline{color:var(--text-muted);font-size:.9375rem}.nav{margin-left:auto}.nav ul{flex-wrap:wrap;gap:.25rem 1.5rem;display:flex}.nav a{color:var(--text-muted);padding-block:.25rem;font-size:.9375rem;text-decoration:none;display:inline-block}.nav a:hover{color:var(--text);text-decoration:underline}@media (max-width:63.99rem){.tagline{display:none}}@media (max-width:39.99rem){.nav{width:100%;margin-left:0}.nav .wide{display:none}}.btn{text-align:center;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:3rem;padding:.75rem 1.375rem;font-size:1rem;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.btn-primary{background:var(--btn-bg);color:var(--btn-fg)}.btn-primary:hover{background:var(--btn-bg-hover)}.btn-secondary{border-color:var(--btn2-line);color:var(--text)}.btn-secondary:hover{border-color:var(--text);background:var(--btn2-bg-hover)}.btn-note{font-weight:400}.text-link{font-weight:500}.hero{padding-top:clamp(3.5rem,2rem + 6vw,7rem)}.hero h1{letter-spacing:-.035em;max-width:14ch;font-size:clamp(2.75rem,1.5rem + 5vw,5.25rem);font-weight:650;line-height:1}.hero-sub{max-width:40em;margin-top:1.5rem;font-size:clamp(1.125rem,1rem + .6vw,1.375rem);line-height:1.5}.actions{flex-wrap:wrap;align-items:center;gap:.875rem 1.5rem;margin-top:2.25rem;display:flex}.hero-meta{color:var(--text-muted);margin-top:1.25rem;font-size:.9375rem}.hero-shot{background:linear-gradient(to bottom, transparent 0 42%, var(--ground) 42% 100%);margin-top:clamp(3rem,2rem + 4vw,5rem);padding-bottom:clamp(3rem,2rem + 4vw,6rem)}@media (max-width:29.99rem){.actions .btn{width:100%}}.shot img{border-radius:var(--radius-shot);background:var(--shot-bg);width:100%;box-shadow:0 0 0 1px var(--shot-line), var(--shot-shadow)}.section{padding-block:var(--space-section);border-top:1px solid var(--line)}.hero+.section{border-top:0}.section-alt{background:var(--bg-alt)}h2{letter-spacing:-.022em;font-size:clamp(1.875rem,1.4rem + 1.9vw,2.875rem);font-weight:640;line-height:1.1}h3{letter-spacing:-.005em;font-size:1.1875rem;font-weight:620;line-height:1.3}.head{max-width:46rem}.head>*+*{margin-top:1.125rem}.lede{max-width:42em;color:var(--text-muted);font-size:clamp(1.0625rem,1rem + .4vw,1.25rem);line-height:1.55}.lede-text{color:var(--text)}.split{gap:1.25rem 4rem;display:grid}@media (min-width:64rem){.split{grid-template-columns:5fr 7fr;align-items:start}}.below{margin-top:clamp(2.5rem,2rem + 2.5vw,4.5rem)}.ruled>li,.ruled>div{border-top:1px solid var(--line-strong);padding-top:1.125rem;position:relative}.ruled>li:before,.ruled>div:before{content:"";background:var(--accent);width:2rem;height:3px;position:absolute;top:-2px;left:0}.pillars{gap:2.25rem 3rem;display:grid}@media (min-width:48rem){.pillars{grid-template-columns:repeat(3,1fr)}}.pillars p{color:var(--text-muted);margin-top:.5rem}.tour{gap:clamp(3.5rem,2.5rem + 4vw,6.5rem);display:grid}.tour-item{gap:1.5rem;display:grid}.tour-text p{max-width:34em;color:var(--text-muted);margin-top:.625rem}@media (min-width:64rem){.tour-item{grid-template-columns:4fr 9fr;align-items:start;gap:3rem}.tour-text{padding-top:.5rem;position:sticky;top:2rem}}.trio{border-top:1px solid var(--line);gap:3rem 2rem;margin-top:clamp(3.5rem,2.5rem + 4vw,6.5rem);padding-top:clamp(2.5rem,2rem + 2vw,3.5rem);display:grid}.trio li{flex-direction:column;gap:.5rem;display:flex}.trio p{color:var(--text-muted)}.trio .shot{margin-top:.75rem}@media (min-width:48rem){.trio{grid-template-columns:repeat(2,1fr)}}@media (min-width:75rem){.trio{grid-template-columns:repeat(3,1fr)}}.defaults{gap:2rem 3rem;display:grid}@media (min-width:48rem){.defaults{grid-template-columns:repeat(3,1fr)}}.defaults li{color:var(--text-muted)}.defaults strong{color:var(--text);margin-bottom:.375rem;font-size:1.1875rem;font-weight:620;line-height:1.3;display:block}.keys{border-collapse:collapse;width:100%;font-size:.9375rem}.keys th,.keys td{border-bottom:1px solid var(--line);text-align:left;vertical-align:baseline;padding:.75rem 1rem .75rem 0}.keys thead th{color:var(--text-muted);font-size:.8125rem;font-weight:600}.keys tbody th{font-weight:500}kbd{border:1px solid var(--kbd-line);background:var(--kbd-bg);color:var(--text);white-space:nowrap;border-bottom-width:2px;border-radius:5px;padding:.125em .45em;font-size:.8125rem;line-height:1.45;display:inline-block}.downloads{gap:1.25rem;display:grid}@media (min-width:56rem){.downloads{grid-template-columns:repeat(2,1fr)}}.dl{border:1px solid var(--line);background:var(--surface);border-radius:12px;flex-direction:column;gap:1.125rem;min-width:0;padding:clamp(1.5rem,1.2rem + 1.5vw,2.25rem);display:flex}.dl-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.25rem 1rem;display:flex}.dl-head h3{font-size:1.5rem}.dl-req{color:var(--text-muted)}.dl .btn{align-self:flex-start}@media (max-width:29.99rem){.dl .btn{align-self:stretch}}.facts{gap:.5rem;font-size:.875rem;display:grid}.facts>div{grid-template-columns:minmax(5rem,max-content) 1fr;gap:1rem;display:grid}.facts dt{color:var(--text-muted)}.facts dd{overflow-wrap:anywhere;min-width:0}.hash{font-size:.8125rem;line-height:1.5}.dl-steps{color:var(--text-muted);font-size:.9375rem}.verify{color:var(--text-muted);margin-top:auto;font-size:.8125rem}.verify code{background:var(--bg-alt);color:var(--text);overflow-wrap:anywhere;border-radius:4px;margin-top:.25rem;padding:.125em .45em;display:inline-block}.dl-notes{overflow-wrap:anywhere;max-width:46rem;margin-top:2rem}.dl-notes>*+*{margin-top:.5rem}.faq{gap:2.25rem 3rem;display:grid}@media (min-width:56rem){.faq{grid-template-columns:repeat(2,1fr)}}.faq p{color:var(--text-muted);margin-top:.5rem}.more{margin-top:2.5rem}.site-footer{border-top:1px solid var(--line);background:var(--bg-alt);color:var(--text-muted);padding-block:clamp(3rem,2.5rem + 2vw,4.5rem);font-size:.875rem}.foot-top{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem 2rem;padding-bottom:1.75rem;display:flex}.foot-top .brand{color:var(--text);font-size:1rem}.foot-links{flex-wrap:wrap;gap:.5rem 1.5rem;display:flex}.foot-links a{color:var(--text)}.notices{overflow-wrap:anywhere;max-width:52rem;margin-top:1.75rem}.notices>*+*{margin-top:.5rem}.legal{padding-block:clamp(2rem, 1.5rem + 2vw, 3.5rem) var(--space-section)}.crumbs ol{color:var(--text-muted);flex-wrap:wrap;gap:.5rem;font-size:.875rem;display:flex}.crumbs li+li:before{content:"/";content:"/" / "";color:var(--text-muted);margin-right:.5rem}.prose{max-width:44rem;margin-top:clamp(2rem,1.5rem + 2vw,3.5rem)}.prose h1{letter-spacing:-.028em;font-size:clamp(2.25rem,1.6rem + 2.6vw,3.25rem);font-weight:650;line-height:1.08}.prose h2{letter-spacing:-.01em;margin-top:2.75rem;font-size:1.375rem;font-weight:630}.prose p,.prose ul,.prose ol{margin-top:1rem}.prose h1+p{color:var(--text-muted);margin-top:1.25rem}.prose ul,.prose ol{padding-left:1.25rem}.prose li+li{margin-top:.5rem}.prose a{overflow-wrap:anywhere}.notfound{padding-block:var(--space-section)}.notfound-mark{width:3.5rem;height:3.5rem;margin-bottom:2rem}.notfound h1{letter-spacing:-.028em;font-size:clamp(2.25rem,1.6rem + 2.6vw,3.25rem);font-weight:650;line-height:1.08}.notfound .lede{margin-top:1rem}.notfound .btn{margin-top:2rem}@media (pointer:coarse){.text-link,.foot-links a,.crumbs a,.more a,.dl-notes a{padding-block:.375rem;display:inline-block}.nav a{padding-block:.5rem}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}a,.btn{transition:background-color .15s,border-color .15s,color .15s,text-decoration-color .15s}}
