:root{--max-width:1100px;--border-radius:12px;--foreground-rgb:74,37,11;--background-rgb:251,251,251;--gray-rgb:0,0,0;--accent-blue:#529c3c;--accent-blue-hover:#3c7a2b;--foreground:rgb(var(--foreground-rgb));--background:rgb(var(--background-rgb));--main-bg-color:rgb(var(--background-rgb));--gray-alpha-200:rgba(var(--gray-rgb),0.08);--gray-alpha-100:rgba(var(--gray-rgb),0.05);--button-primary-hover:#3c7a2b;--button-secondary-hover:#e6f2e2;--text-primary:rgb(var(--foreground-rgb));--text-secondary:rgba(var(--foreground-rgb),0.7);--section-gap:180px;--content-gap:40px;--large-gap:90px;--font-size-h1:24px;--font-size-body:14px;--line-height-body:2.5;--line-height-code:24px;--bp-mobile:600px;--bp-tablet:1024px;--list-font-size:14px;--list-line-height:1.8;--list-indent:1.25rem;--box-radius:12px;--box-border-color:rgba(0,0,0,0.06);--box-bg-subtle:#ffffff}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw}body{color:var(--text-primary);background:var(--main-bg-color)}a{color:inherit;text-decoration:none}h1{text-align:center;font-size:var(--font-size-h1)}h1,h2{font-weight:400}*+p,h2+*{margin-top:var(--content-gap)}h2+p,p+p{margin-top:var(--large-gap)}p{font-size:var(--font-size-body);line-height:var(--line-height-body)}dl,ol,ul{margin-top:1rem;margin-bottom:1.5rem;padding-left:0;font-size:var(--list-font-size);line-height:var(--list-line-height)}dl{padding-left:1rem}dt{font-weight:600;margin-top:.75rem}dt:first-of-type{margin-top:0}dd{margin-left:0;margin-top:.25rem;margin-bottom:.5rem}dd:last-child{margin-bottom:0}ol,ul{list-style-position:outside;margin-left:var(--list-indent)}li+li,li>ol,li>ul{margin-top:.35rem}li>ol,li>ul{margin-bottom:.35rem}.centered-small-box{margin-inline:auto;margin-block:2rem;max-width:min(640px,100%);padding:1.5rem 1.75rem;background-color:var(--box-bg-subtle);border-radius:var(--box-radius);border:1px solid var(--box-border-color);box-shadow:0 6px 18px rgba(0,0,0,.06)}.centered-small-box p{margin-top:.75rem;margin-bottom:0}.centered-small-box h2,.centered-small-box h3{margin-top:0;margin-bottom:.5rem}.centered-small-box dl,.centered-small-box ol,.centered-small-box ul{margin-top:.75rem;margin-bottom:1rem}.textRight{text-align:right}ol{-webkit-padding-start:2em;padding-inline-start:2em;li{-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:0;margin-block-end:0}}.heroError{min-height:400px;background-color:#f8d7da;color:#721c24;border:2px solid #f5c6cb;border-radius:var(--border-radius);font-size:1rem;margin:2rem 0}.heroError,.sectionError{display:flex;align-items:center;justify-content:center;text-align:center}.sectionError{min-height:200px;background-color:#fff3cd;color:#856404;border:2px solid #ffeaa7;border-radius:var(--border-radius);font-size:.875rem;margin:1rem 0;padding:1rem}.sectionError:before{content:"⚠️";margin-right:.5rem}@media (prefers-contrast:high){.heroError,.sectionError{border-width:3px;font-weight:700}}