:root{color-scheme:light dark;--page-bg-1:#cce1a473;--page-bg-2:#e9bc472e;--page-bg-3:#faf7ef;--page-bg-4:#f3efe3;--page-bg-5:#efe8d6;--ink-strong:#173934;--ink:#224a43;--ink-soft:#55766e;--line:#1739341f;--surface:#ffffff6b;--surface-strong:#ffffffb8;--image-surface:#fff;--button-ink:#fff8e5;--button-hover:#102d29;--shadow:#17393414;--shadow-strong:#17393429;--shadow-border:0 0 0 1px #0000000f, 0 1px 2px -1px #0000000f, 0 2px 4px #0000000a;--shadow-border-hover:0 0 0 1px #00000014, 0 1px 2px -1px #00000014, 0 2px 4px #0000000f;--image-outline:#0000001a;--font-sans:"Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-serif:"Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif}:root[data-theme=dark]{color-scheme:dark;--page-bg-1:#30565f57;--page-bg-2:#745c2a33;--page-bg-3:#10201d;--page-bg-4:#142925;--page-bg-5:#1a302a;--ink-strong:#e7f2dd;--ink:#c4d9ce;--ink-soft:#90aa9f;--line:#d4e8d829;--surface:#ffffff0f;--surface-strong:#ffffff1a;--image-surface:#f9fafb;--button-ink:#10201d;--button-hover:#f0ead0;--shadow:#0000003d;--shadow-strong:#00000057;--shadow-border:0 0 0 1px #ffffff14;--shadow-border-hover:0 0 0 1px #ffffff21;--image-outline:#ffffff1a}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:radial-gradient(circle at top left, var(--page-bg-1), transparent 34%), radial-gradient(circle at right 18%, var(--page-bg-2), transparent 28%), linear-gradient(180deg, var(--page-bg-3) 0%, var(--page-bg-4) 48%, var(--page-bg-5) 100%);min-height:100vh;color:var(--ink);font-family:var(--font-sans);margin:0;line-height:1.6}img{display:block}a{color:var(--ink-strong);transition-property:color,text-decoration-color;transition-duration:.15s;transition-timing-function:ease-out}.site-shell{width:min(720px,100% - 40px);margin:0 auto;padding:32px 0 56px}.site-shell--guide{width:min(1040px,100% - 40px)}.site-header{justify-content:space-between;align-items:flex-start;gap:24px;padding:8px 0 32px;display:flex}.brand{max-width:100%;color:var(--ink-strong);align-items:center;gap:0;font-weight:700;text-decoration:none;display:inline-flex}.brand__icon{flex:none;width:clamp(80px,14vw,112px);height:clamp(80px,14vw,112px)}.brand__wordmark{letter-spacing:0;font-size:clamp(1.55rem,4.5vw,2rem);line-height:1.1;transform:translateY(45%)}.theme-toggle{align-items:center;gap:6px;margin-top:24px;display:inline-flex}.theme-toggle__button{border:1px solid var(--line);width:40px;height:40px;color:var(--ink-soft);cursor:pointer;background:0 0;border-radius:8px;place-items:center;padding:0;transition-property:background-color,border-color,box-shadow,color,transform;transition-duration:.16s;transition-timing-function:cubic-bezier(.2,0,0,1);display:inline-grid}.theme-toggle__button:hover{border-color:var(--ink-soft)}.theme-toggle__button:focus-visible{outline-offset:3px;outline:3px solid #e9bc4799}.theme-toggle__button[aria-pressed=true]{border-color:var(--ink-strong);background:var(--surface);box-shadow:var(--shadow-border);color:var(--ink-strong)}.theme-toggle__button:active{transform:scale(.96)}.theme-toggle__icon{width:18px;height:18px}.theme-toggle__icon-fill,.theme-toggle__moon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px}.theme-toggle__icon-stroke{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8px}.theme-toggle__moon-halo{border-radius:999px;place-items:center;width:24px;height:24px;display:inline-grid}:root:not([data-theme=dark]) [data-theme-option=light] .theme-toggle__icon-fill,:root[data-theme=dark] [data-theme-option=dark] .theme-toggle__moon{fill:currentColor}:root[data-theme=dark] [data-theme-option=dark] .theme-toggle__moon-halo{background:#90aa9f26}main{padding:8px 0}h1,h2{color:var(--ink-strong);font-family:var(--font-serif);text-wrap:balance;margin:0;line-height:1.15}h1{font-size:clamp(2.2rem,5vw,3rem)}h3,.guide-step-section__title,.guide-list__title{text-wrap:balance}p,li,dd,.guide-step-section__description{text-wrap:pretty}.hero{padding:16px 0 40px}.lead{color:var(--ink);margin:16px 0 0;font-size:1.1rem}.hero__actions{margin-top:28px;display:flex}.hero__cta{border:1px solid var(--line);background:var(--ink-strong);min-height:48px;color:var(--button-ink);box-shadow:0 14px 28px var(--shadow-strong);border-radius:8px;justify-content:center;align-items:center;padding:0 22px;font-weight:700;line-height:1;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s;display:inline-flex}.hero__cta:hover{background:var(--button-hover);box-shadow:0 18px 34px var(--shadow-strong);transform:translateY(-1px)}.hero__cta:focus-visible{outline-offset:3px;outline:3px solid #e9bc4799}.hero__cta:active{transform:scale(.96)}.features{border-top:1px solid var(--line);gap:24px;padding:24px 0;display:grid}.features article h2{font-size:1.15rem;font-family:var(--font-sans);margin-bottom:4px}.features article p{color:var(--ink-soft);margin:0}.platforms{border-top:1px solid var(--line);padding:22px 0 0}.platforms h2{font-size:1rem;font-family:var(--font-sans)}.platforms p{color:var(--ink-soft);margin:6px 0 0}.guide,.guide-index{padding:8px 0}.guide-list{gap:14px;margin-top:32px;display:grid}.guide-list__item{border-top:1px solid var(--line);color:var(--ink);gap:4px;padding:18px 0;text-decoration:none;transition-property:color,transform;transition-duration:.15s;transition-timing-function:ease-out;display:grid}.guide-list__item:last-child{border-bottom:1px solid var(--line)}.guide-list__item:hover .guide-list__title{color:var(--ink-strong);text-underline-offset:3px;text-decoration:underline}.guide-list__item:active{transform:scale(.96)}.guide-list__title{color:var(--ink-strong);font-weight:700}.guide-list__description{color:var(--ink-soft)}.guide__breadcrumb{color:var(--ink-soft);flex-wrap:wrap;gap:8px;margin-bottom:28px;font-size:.9rem;display:flex}.guide__breadcrumb a{color:var(--ink-soft);text-decoration:none}.guide__breadcrumb a:hover{color:var(--ink-strong)}.guide__header{max-width:760px}.guide__eyebrow{color:var(--ink-soft);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.82rem;font-weight:700}.guide__summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:36px 0 0;padding:24px 0}.guide__summary h2,.guide__section h2{font-family:var(--font-sans);font-size:1.25rem}.guide__summary p,.guide__section p{max-width:780px}.guide-toc{border-bottom:1px solid var(--line);margin:32px 0 0;padding:22px 0}.guide-toc h2{font-family:var(--font-sans);font-size:1.25rem}.guide-toc ol{gap:4px;margin:16px 0 0;padding:0;list-style:none;display:grid}.guide-toc a{color:var(--ink-strong);flex-wrap:wrap;align-items:baseline;gap:8px;padding:4px 0;font-weight:700;text-decoration:none;display:flex}.guide-toc a:hover{text-underline-offset:3px;text-decoration:underline}.guide-toc a span{color:var(--ink-soft);letter-spacing:.06em;text-transform:uppercase;font-size:.82rem}.guide-step-section{background:var(--surface);box-shadow:var(--shadow-border);border-radius:12px;margin-top:30px;scroll-margin-top:20px;transition-property:background-color,box-shadow;transition-duration:.18s;transition-timing-function:ease-out;overflow:clip}.guide-step-section:hover{box-shadow:var(--shadow-border-hover)}.guide-step-section details{border-radius:inherit;interpolate-size:allow-keywords}.guide-step-section summary{border-radius:inherit;cursor:pointer;min-height:64px;color:var(--ink-strong);gap:5px;padding:20px 58px 20px 22px;list-style:none;transition-property:background-color,transform;transition-duration:.18s;transition-timing-function:cubic-bezier(.2,0,0,1);display:grid;position:relative}.guide-step-section summary::marker{content:""}.guide-step-section summary::-webkit-details-marker{display:none}.guide-step-section summary:after{content:"";opacity:.68;transform-origin:58% 58%;border-bottom:2px solid;border-right:2px solid;width:10px;height:10px;transition-property:opacity,transform;transition-duration:.22s;transition-timing-function:cubic-bezier(.2,0,0,1);position:absolute;top:28px;right:24px;transform:rotate(45deg)}.guide-step-section summary:hover{background:var(--surface-strong)}.guide-step-section summary:active{transform:scale(.996)}.guide-step-section summary:focus-visible{outline-offset:-3px;outline:3px solid #e9bc4799}.guide-step-section details[open] summary{border-radius:12px 12px 0 0}.guide-step-section details[open] summary:after{opacity:.9;transform:translateY(4px)rotate(225deg)}.guide-step-section__eyebrow{color:var(--ink-soft);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:700}.guide-step-section__title{font-size:1.35rem;font-weight:700;line-height:1.25}.guide-step-section__description{color:var(--ink-soft);font-size:.96rem;font-weight:400}.guide-step-section__body{padding:0}.guide-step-section details::details-content{opacity:0;transition-behavior:allow-discrete;block-size:0;transition-property:block-size,content-visibility,opacity,transform;transition-duration:.26s,.26s,.18s,.18s;transition-timing-function:cubic-bezier(.2,0,0,1),step-end,ease-out,ease-out;overflow:clip;transform:translateY(-8px)}.guide-step-section details[open]::details-content{opacity:1;block-size:auto;transition-timing-function:cubic-bezier(.2,0,0,1),step-start,ease-out,ease-out;transform:translateY(0)}.guide-step-section__body:before{content:"";background:var(--line);height:1px;display:block}.guide-step-section__body>.guide__section{margin-left:22px;margin-right:22px}.guide-step-section__body>.guide__section:last-child{padding-bottom:26px}.guide__section{padding:34px 0 0}.guide__section--nested{border-left:2px solid var(--line);padding-left:14px}.guide__section>h3{color:var(--ink-strong);font-family:var(--font-sans);margin:0;font-size:1.12rem;line-height:1.25}.guide__section ul{padding-left:20px}.guide__section li+li{margin-top:6px}.guide code{border:1px solid var(--line);background:var(--surface);color:var(--ink-strong);border-radius:5px;padding:.05em .28em;font-size:.92em}.guide-steps{gap:42px;padding-left:22px;list-style-position:outside;display:grid}.guide-steps>li{border-top:1px solid var(--line);padding-top:22px}.guide-steps h3{color:var(--ink-strong);margin:0;font-size:1.12rem;display:inline}.guide-steps p{color:var(--ink);margin:10px 0 18px}.guide-steps>li>p:first-child{margin-top:0}.guide figure{margin:0}.guide figure img{background:var(--image-surface);outline:1px solid var(--image-outline);outline-offset:-1px;width:100%;height:auto;box-shadow:0 14px 34px var(--shadow);border-radius:8px}.guide .guide-figure--compact img{width:auto;max-width:100%}.guide-table-wrap{background:var(--surface);box-shadow:var(--shadow-border);border-radius:8px;margin-top:18px;overflow-x:auto}.guide-table{border-collapse:collapse;width:100%;min-width:720px;font-size:.94rem}.guide-table th,.guide-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px 14px}.guide-table th{color:var(--ink-strong);letter-spacing:.06em;text-transform:uppercase;font-size:.82rem}.guide-table tr:last-child td{border-bottom:0}.guide-table td:first-child{width:260px;color:var(--ink-strong);font-weight:700}.guide-option-list{flex-wrap:wrap;gap:6px;display:flex}.guide-option-pill{background:var(--image-surface);min-height:30px;box-shadow:var(--shadow-border);color:var(--ink);border-radius:4px;align-items:center;padding:4px 12px;line-height:1.2;display:inline-flex}.guide-option-none{color:var(--ink-soft)}.guide-settings{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin:18px 0 0;display:grid}.guide-settings div{border-top:1px solid var(--line);padding-top:12px}.guide-settings dt{color:var(--ink-strong);font-weight:700}.guide-settings dd{color:var(--ink-soft);margin:3px 0 0}.legal-document{padding:8px 0}.legal-document h1{font-size:clamp(1.8rem,4vw,2.4rem)}.legal-document h2{font-size:1.2rem;font-family:var(--font-sans);margin-top:28px}.legal-document__meta{color:var(--ink-soft);margin:4px 0 20px;font-size:.9rem}.legal-document ul{padding-left:20px}.legal-document li+li{margin-top:6px}.site-footer{border-top:1px solid var(--line);color:var(--ink-soft);justify-content:space-between;align-items:center;gap:16px;margin-top:48px;padding-top:20px;font-size:.9rem;display:flex}.site-footer p{margin:0}.site-footer nav{gap:18px;display:inline-flex}.site-footer nav a{color:var(--ink-soft);text-decoration:none}.site-footer nav a:hover{color:var(--ink-strong)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}@media (width<=700px){.guide-settings{grid-template-columns:1fr}.guide-table{min-width:640px}}
