@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{--forest:#173d32;--cream:#f6f5ef;--grey:#637169;--paper:#f6f5ef;--ink-soft:#596b60;--amber:#e96c39;--amber-deep:#a84421;--navy:#173d32;--navy-2:#224c3d;--ink:#243b32;--muted:#596b60;--orange:#e96c39;--orange-dark:#a84421;--blue:#31694f;--teal:#547e67;--surface:#f6f5ef;--surface-2:#e9ede4;--white:#fff;--line:#d5ddcf;--font-body:"DM Sans", system-ui, sans-serif;--font-display:"Manrope", system-ui, sans-serif;--shadow:0 12px 30px #061a2d17}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{background:var(--surface);color:var(--ink);font-family:var(--font-body);text-rendering:optimizelegibility;margin:0;line-height:1.5}a{color:inherit}button,input,select{font:inherit}.shell{width:min(1420px,100% - 72px);margin-inline:auto}.site-header{z-index:20;color:var(--white);backdrop-filter:blur(18px);background:#061426f5;border-bottom:1px solid #ffffff0f;position:sticky;top:0;box-shadow:0 8px 26px #0000001f}.nav{justify-content:space-between;align-items:center;gap:32px;min-height:72px;display:flex}.brand{color:var(--white);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.brand-mark{width:30px;height:36px;color:var(--orange);flex:none;place-items:center;display:grid}.brand-mark svg{width:30px;height:30px}.brand-wordmark{font-family:var(--font-display);letter-spacing:.08em;font-size:12px;font-weight:800;line-height:1.05;display:grid}.brand-wordmark b{color:var(--orange);letter-spacing:-.01em;font-size:13px}.nav-links{align-items:center;gap:clamp(18px,2vw,34px);margin-left:auto;font-size:12px;font-weight:600;display:flex}.nav-links a{color:var(--white);white-space:nowrap;align-items:center;gap:6px;text-decoration:none;display:inline-flex}.nav-links a:hover{color:#ffb267}.nav-search-link svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:18px;height:18px}.nav-chevron{color:#8fa0ae;font-size:12px;line-height:1}.nav-actions{align-items:center;gap:10px;display:flex}.nav-actions a{color:#fff;border:1px solid #ffffff3d;border-radius:6px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.nav-actions .nav-primary{border-color:var(--orange);background:var(--orange);box-shadow:0 7px 20px #ff7a002e}.nav-actions .nav-primary:hover{background:var(--orange-dark)}.mobile-nav{display:none;position:relative}.mobile-nav summary{cursor:pointer;border:1px solid #ffffff30;border-radius:6px;align-content:center;gap:5px;width:38px;height:38px;padding:9px;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{background:#fff;border-radius:3px;height:2px;display:block}.mobile-nav>div{background:#0a1b2f;border:1px solid #274057;border-radius:8px;width:230px;display:grid;position:absolute;top:47px;right:0;overflow:hidden;box-shadow:0 20px 50px #00000059}.mobile-nav>div a{color:#fff;border-bottom:1px solid #ffffff12;padding:13px 15px;font-size:12px;text-decoration:none}.mobile-nav>div a:last-child{border-bottom:0}.reading-progress{background:linear-gradient(90deg, var(--orange) 0 35%, transparent 35%);height:4px}.eyebrow{color:var(--orange);letter-spacing:.03em;margin:0 0 14px;font-size:13px;font-weight:800}.button{background:var(--orange);min-height:48px;color:var(--white);border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:9px;padding:0 20px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex}.button:hover{background:var(--orange-dark);transform:translateY(-2px)}.button.outline{border-color:var(--navy);color:var(--navy);background:0 0}.button.outline:hover{background:var(--navy);color:var(--white)}.button.light{border-color:var(--white);background:var(--white);color:var(--navy)}.button.light:hover{background:#eff5f8}.section-heading{text-align:center}.section-heading h2{font-family:var(--font-display);letter-spacing:-.045em;margin:0 0 7px;font-size:clamp(25px,2.2vw,34px);line-height:1.12}.section-heading p{color:var(--muted);margin:0;font-size:15px}.placeholder{color:var(--white);background:linear-gradient(140deg,#153b55 0%,#071a2c 52%,#b76d39 53%,#ffc67e 67%,#202d32 68%,#081b2d 100%);position:relative;overflow:hidden}.placeholder:after{content:"";background:linear-gradient(90deg,#04121ec2,#0000 70%);position:absolute;inset:0}.placeholder>*{z-index:1;position:relative}.site-footer{color:#fff;background:#fff;border-top:0;padding:0 0 36px}.footer-grid{background:#06192d;border-radius:8px;grid-template-columns:1.35fr repeat(3,.7fr) 1.15fr;gap:45px;padding:25px 28px;display:grid}.footer-brand{max-width:280px}.footer-logo{color:#fff}.footer-brand p{color:#aebdca;margin:15px 0 20px;font-size:11px;line-height:1.55}.footer-brand small{color:#8295a5;font-size:9px}.footer-col h3,.footer-note h3{color:#fff;font-family:var(--font-display);margin:3px 0 13px;font-size:11px}.footer-col a{color:#aebdca;margin:8px 0;font-size:10px;text-decoration:none;display:block}.footer-col a:hover{color:var(--orange-dark)}.footer-note{background:#224c3d;border:1px solid #294158;border-radius:8px;padding:18px 20px}.footer-note h3{font-size:13px}.footer-note p{color:#aebdca;margin:0 0 13px;font-size:10px;line-height:1.5}.footer-note a{color:var(--orange-dark);font-size:10px;font-weight:800;text-decoration:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #ff923a8c}.home-prose,.article-prose{min-width:0}.home-prose h1,.home-prose h2,.home-prose h3,.article-prose h2,.article-prose h3,.article-prose h4{color:var(--ink);font-family:var(--font-display);letter-spacing:-.045em;text-wrap:balance;font-weight:800;line-height:1.13}.home-prose h1{margin:48px 0 16px;font-size:34px}.home-prose h2,.article-prose h2{margin:48px 0 14px;font-size:27px}.home-prose h3,.article-prose h3{margin:34px 0 12px;font-size:21px}.home-prose p,.article-prose p{color:var(--muted);margin:0 0 18px;font-size:15px}.home-prose strong,.article-prose strong{color:var(--ink)}.home-prose ul,.home-prose ol,.article-prose ul,.article-prose ol{border:1px solid var(--line);background:var(--white);border-radius:9px;margin:20px 0 26px;padding:17px 22px 17px 43px}.home-prose li,.article-prose li{color:var(--muted);margin:7px 0}.home-prose li::marker,.article-prose li::marker{color:var(--orange);font-weight:800}.home-prose a,.article-prose a{color:var(--orange-dark);text-underline-offset:3px;font-weight:700}.home-prose p>a:only-child{background:var(--orange);min-height:42px;color:var(--white);border-radius:6px;align-items:center;padding:0 16px;text-decoration:none;display:inline-flex}.home-prose p>a:only-child:after,.article-prose p>a:only-child:after{content:" →";margin-left:8px}.home-prose hr,.article-prose hr{background:var(--line);border:0;height:1px;margin:45px 0}.article-prose table{border-spacing:0;border:1px solid var(--line);background:var(--white);width:100%;box-shadow:var(--shadow);border-radius:9px;margin:24px 0 32px;font-size:13px;display:block;overflow-x:auto}.article-prose th,.article-prose td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;vertical-align:top;min-width:145px;padding:12px 14px}.article-prose th{background:var(--navy);color:var(--white);font-size:12px}.article-prose tr:last-child td{border-bottom:0}.article-prose th:last-child,.article-prose td:last-child{border-right:0}@media (width<=1100px){.nav-links{gap:16px;font-size:12px}.nav-actions .nav-question{display:none}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.footer-note{display:none}}@media (width<=960px){.nav-links,.nav-actions{display:none}.mobile-nav{display:block}}@media (width<=720px){.shell{width:min(100% - 32px,1420px)}.nav{min-height:68px}.nav-links,.nav-actions{display:none}.mobile-nav{display:block}.brand-wordmark{font-size:10px}.brand-wordmark b{font-size:11px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 18px}.footer-brand{grid-column:1/-1;max-width:330px}.home-prose h1{font-size:29px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}.shell{width:min(1280px,100% - 80px)}img{max-width:100%}main{min-width:0}input,textarea,select,button{font:inherit}a,button,input,textarea,select,summary{scroll-margin-top:24px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #a84421}.button{color:#142c23}.button:hover{color:#fff}.eyebrow{color:#a84421}.article-prose pre{max-width:100%;overflow:auto}@media (width<=720px){.shell{width:calc(100% - 32px)}}.wrap[data-astro-cid-jbhyd7ft]{width:min(1280px,100% - 80px);margin-inline:auto}a[data-astro-cid-jbhyd7ft]{color:inherit;text-decoration:none}a[data-astro-cid-jbhyd7ft]:hover{color:#a84421}.site-skip[data-astro-cid-jbhyd7ft]{z-index:100;background:#fff;padding:12px 20px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.site-skip[data-astro-cid-jbhyd7ft]:focus{transform:none}.edition[data-astro-cid-jbhyd7ft]{background:var(--forest);color:#e0e8dc;letter-spacing:.13em;font-size:10px}.edition[data-astro-cid-jbhyd7ft] .wrap[data-astro-cid-jbhyd7ft]{justify-content:space-between;align-items:center;min-height:33px;display:flex}.edition[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]{color:#e0e8dc;letter-spacing:.02em}.edition[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]:hover{color:#fff}.home-header[data-astro-cid-jbhyd7ft]{z-index:30;position:relative}.navigation[data-astro-cid-jbhyd7ft]{justify-content:space-between;align-items:center;gap:30px;height:96px;display:flex}.wordmark[data-astro-cid-jbhyd7ft]{letter-spacing:.09em;color:var(--forest);align-items:center;gap:12px;font-family:Manrope,sans-serif;font-size:21px;font-weight:800;line-height:1.1;display:flex}.wordmark[data-astro-cid-jbhyd7ft] b[data-astro-cid-jbhyd7ft]{letter-spacing:.12em;margin-top:5px;font-size:10px;display:block}.logo-symbol[data-astro-cid-jbhyd7ft]{place-items:center;width:36px;height:42px;font-size:44px;display:grid}.logo-symbol[data-astro-cid-jbhyd7ft] svg[data-astro-cid-jbhyd7ft]{width:32px;height:36px}.desktop-links[data-astro-cid-jbhyd7ft]{gap:27px;font-size:12px;font-weight:600;display:flex}.nav-tool[data-astro-cid-jbhyd7ft]{border:1px solid #bac5b9;border-radius:5px;padding:11px 15px;font-size:12px;font-weight:700}.nav-tool[data-astro-cid-jbhyd7ft] span[data-astro-cid-jbhyd7ft]{margin-left:12px}.home-menu[data-astro-cid-jbhyd7ft]{display:none;position:relative}.home-menu[data-astro-cid-jbhyd7ft] summary[data-astro-cid-jbhyd7ft]{cursor:pointer;place-items:center;width:44px;height:44px;list-style:none;display:grid}.home-menu[data-astro-cid-jbhyd7ft] summary[data-astro-cid-jbhyd7ft]::-webkit-details-marker{display:none}.home-menu[data-astro-cid-jbhyd7ft]>div[data-astro-cid-jbhyd7ft]{background:var(--cream);border:1px solid #ccd5c9;width:260px;padding:10px;position:absolute;top:50px;right:0;box-shadow:0 20px 40px #112d2526}.home-menu[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]{padding:12px;display:block}.home-header[data-astro-cid-jbhyd7ft],.home-footer[data-astro-cid-jbhyd7ft]{background:var(--cream);color:var(--forest)}.home-menu[data-astro-cid-jbhyd7ft]{margin-left:auto}.wordmark[data-astro-cid-jbhyd7ft]{flex-shrink:0}.home-footer[data-astro-cid-jbhyd7ft]{border-top:1px solid #d7ddcf;padding:48px 0 24px}.footer-main[data-astro-cid-jbhyd7ft]{grid-template-columns:1fr 1fr;gap:64px;padding-bottom:36px;display:grid}.footer-brand[data-astro-cid-jbhyd7ft] p[data-astro-cid-jbhyd7ft]{color:var(--grey);margin:20px 0 0;font-size:13px;line-height:1.8}.footer-directory[data-astro-cid-jbhyd7ft]{grid-template-columns:1fr 1fr;gap:32px;display:grid}.footer-group[data-astro-cid-jbhyd7ft] h2[data-astro-cid-jbhyd7ft]{margin:0 0 12px;font-size:12px;font-weight:700}.footer-group[data-astro-cid-jbhyd7ft] ul[data-astro-cid-jbhyd7ft]{margin:0;padding:0;list-style:none}.footer-group[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]{padding:7px 0;font-size:13px;line-height:1.6;display:inline-block}.footer-group[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]:hover,.footer-bottom[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]:hover{text-underline-offset:4px;text-decoration:underline}.footer-bottom[data-astro-cid-jbhyd7ft]{color:var(--grey);border-top:1px solid #d7ddcf;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;font-size:11px;display:flex}.footer-bottom[data-astro-cid-jbhyd7ft] nav[data-astro-cid-jbhyd7ft]{flex-wrap:wrap;gap:24px;display:flex}.home-footer[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]:focus-visible{outline-offset:5px;outline:2px solid #a84421}@media (width<=1100px){.wrap[data-astro-cid-jbhyd7ft]{width:calc(100% - 48px)}.desktop-links[data-astro-cid-jbhyd7ft]{gap:16px;font-size:11px}.navigation[data-astro-cid-jbhyd7ft]{gap:18px}.nav-tool[data-astro-cid-jbhyd7ft]{display:none}}@media (width<=800px){.desktop-links[data-astro-cid-jbhyd7ft]{display:none}.home-menu[data-astro-cid-jbhyd7ft]{display:block}.navigation[data-astro-cid-jbhyd7ft]{height:82px}.footer-main[data-astro-cid-jbhyd7ft]{grid-template-columns:1fr;gap:32px}.footer-directory[data-astro-cid-jbhyd7ft]{max-width:520px}}@media (width<=580px){.wrap[data-astro-cid-jbhyd7ft]{width:calc(100% - 32px)}.edition[data-astro-cid-jbhyd7ft] .wrap[data-astro-cid-jbhyd7ft]{justify-content:center;min-height:29px;font-size:8px}.edition[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]{display:none}.navigation[data-astro-cid-jbhyd7ft]{height:76px}.wordmark[data-astro-cid-jbhyd7ft]{gap:8px;font-size:18px}.wordmark[data-astro-cid-jbhyd7ft] b[data-astro-cid-jbhyd7ft]{font-size:9px}.home-footer[data-astro-cid-jbhyd7ft]{padding-top:32px}.footer-main[data-astro-cid-jbhyd7ft]{padding-bottom:28px}.footer-directory[data-astro-cid-jbhyd7ft]{gap:20px}.footer-group[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]{padding-block:10px}.footer-bottom[data-astro-cid-jbhyd7ft]{flex-direction:column;align-items:flex-start;gap:12px}.footer-bottom[data-astro-cid-jbhyd7ft] nav[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]{padding-block:8px}}.installer-link[data-astro-cid-jbhyd7ft]{color:#a84421;font-weight:800}.nav-tool[data-astro-cid-jbhyd7ft]{display:none}.home-header[data-astro-cid-jbhyd7ft] a[data-astro-cid-jbhyd7ft]:focus-visible{outline-offset:4px;outline:3px solid #a84421}
