:root{--brand:teal;--brand-deep:#005f5f;--brand-tint:#e6f2f2;--brand-tint-strong:#cfe4e3;--sage:#acc8c4;--sage-soft:#dbe8e6;--ink:#2e4168;--ink-strong:#1e2533;--text:#444;--muted:#6a7690;--bg:#fff;--bg-subtle:#f6f9f9;--border:#e4eaee;--border-strong:#cfd8de;--radius-sm:8px;--radius:12px;--radius-lg:18px;--shadow-sm:0 1px 2px #1e25330f;--shadow:0 8px 24px #1e253314;--page-width:68rem;--prose-width:44rem;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";color-scheme:light}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);flex-direction:column;min-height:100vh;margin:0;font-size:17px;line-height:1.65;display:flex}img{max-width:100%;height:auto}h1,h2,h3,h4{color:var(--ink);text-wrap:balance;margin:0 0 .5em;font-weight:700;line-height:1.25}h1{letter-spacing:-.015em;font-size:clamp(1.75rem,1.2rem + 2vw,2.4rem)}h2{font-size:1.375rem}h3{font-size:1.125rem}p{margin:0 0 1.1em}a{color:var(--brand-deep);text-underline-offset:.18em}a:hover{color:var(--brand)}:focus-visible{outline:3px solid var(--brand);outline-offset:3px;border-radius:4px}.skip-link{z-index:100;background:var(--bg);color:var(--ink);border-radius:0 0 var(--radius-sm) 0;padding:.7rem 1.1rem;font-weight:600;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:1.25rem}main{flex:1 0 auto}.section{padding-block:clamp(2rem,1.2rem + 3vw,3.5rem)}.section--alt{background:var(--bg-subtle);border-top:1px solid var(--border)}.site-header{background:var(--bg);border-bottom:1px solid var(--border);z-index:20;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:68px;padding-block:.75rem;display:flex}.site-header__logo{border-radius:6px;align-items:center;line-height:0;display:inline-flex}.site-header__logo img{width:108px;height:auto}.button{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.15rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.button--primary{background:var(--brand);color:#fff}.button--primary:hover{background:var(--brand-deep);color:#fff}.button--ghost{border-color:var(--border-strong);background:var(--bg);color:var(--ink)}.button--ghost:hover{border-color:var(--brand);color:var(--brand-deep)}.hero{background:linear-gradient(180deg, var(--sage-soft) 0%, #fff 100%);border-bottom:1px solid var(--border);text-align:center;padding-block:clamp(2.5rem,1.5rem + 5vw,4.5rem)}.hero h1{margin-bottom:.35em;font-size:clamp(1.9rem,1.2rem + 3vw,2.9rem)}.hero__lede{max-width:34rem;color:var(--ink);opacity:.85;margin:0 auto 1.75rem}.hero__search{text-align:left;--pagefind-ui-scale:.85;--pagefind-ui-primary:var(--brand-deep);--pagefind-ui-text:var(--ink);--pagefind-ui-background:#fff;--pagefind-ui-border:var(--border);--pagefind-ui-tag:var(--brand-tint);--pagefind-ui-border-width:1px;--pagefind-ui-border-radius:10px;--pagefind-ui-font:var(--font-sans);max-width:38rem;margin-inline:auto}.hero__search .pagefind-ui__search-input{box-shadow:var(--shadow-sm)}.hero__search .pagefind-ui__drawer{border-radius:var(--radius);background:#fff;margin-top:.75rem}.hero__search .pagefind-ui__drawer:not(:empty){box-shadow:var(--shadow);border:1px solid var(--border);padding:.25rem 1rem .5rem}.search-note{color:var(--muted);text-align:center;margin-top:.9rem;font-size:.85rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(15.5rem,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);height:100%;box-shadow:var(--shadow-sm);color:inherit;flex-direction:column;gap:.35rem;padding:1.5rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.card:hover{border-color:var(--brand-tint-strong);box-shadow:var(--shadow);color:inherit;transform:translateY(-2px)}.card__icon{border-radius:var(--radius-sm);background:var(--brand-tint);width:44px;height:44px;color:var(--brand);flex:none;place-items:center;margin-bottom:.75rem;display:grid}.card__icon svg{width:22px;height:22px}.card__title{color:var(--ink);margin:0;font-size:1.1rem}.card__blurb{color:var(--muted);margin:0;font-size:.95rem}.card__count{color:var(--brand-deep);margin-top:auto;padding-top:.9rem;font-size:.85rem;font-weight:600}.section__head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.1rem;display:flex}.section__head h2{margin:0}.article-list{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg);margin:0;padding:0;list-style:none;overflow:hidden}.article-list li+li{border-top:1px solid var(--border)}.article-list a{color:var(--ink);justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.25rem;font-weight:500;text-decoration:none;transition:background-color .12s;display:flex}.article-list a:hover{background:var(--bg-subtle);color:var(--brand-deep)}.article-list a:after{content:"›";color:var(--muted);flex:none;font-size:1.2rem;line-height:1}.article-list__meta{color:var(--muted);margin-top:.15rem;font-size:.85rem;font-weight:400;display:block}.breadcrumb{color:var(--muted);padding-block:1.25rem 0;font-size:.875rem}.breadcrumb ol{flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumb li:after{content:"›";color:var(--border-strong);margin-left:.4rem}.breadcrumb li:last-child:after{content:""}.breadcrumb a{color:var(--muted);text-decoration:none}.breadcrumb a:hover{color:var(--brand-deep);text-decoration:underline}.breadcrumb [aria-current=page]{color:var(--ink)}.article{max-width:var(--prose-width);margin-inline:auto;padding-block:.5rem 3rem}.article__header{border-bottom:1px solid var(--border);margin-bottom:1.75rem;padding-bottom:1.25rem}.article__header h1{margin-bottom:.3em}.article__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-deep);background:var(--brand-tint);border-radius:999px;margin-bottom:.9rem;padding:.25rem .6rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-block}.article__eyebrow:hover{background:var(--brand-tint-strong)}.prose>:first-child{margin-top:0}.prose h2{margin-top:2rem;font-size:1.3rem}.prose h3{margin-top:1.6rem}.prose ul,.prose ol{margin:0 0 1.1em;padding-left:1.4rem}.prose li{margin-bottom:.4em}.prose li>ul,.prose li>ol{margin-top:.4em}.prose img{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-subtle);margin:1.5rem auto;display:block}.prose iframe{aspect-ratio:4/3;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-subtle);width:100%;max-width:100%;height:auto;margin:1.5rem 0;display:block}.prose blockquote{border-left:3px solid var(--sage);color:var(--muted);margin:1.5rem 0;padding:.25rem 0 .25rem 1.1rem}.prose code{background:var(--bg-subtle);border:1px solid var(--border);border-radius:5px;padding:.1em .35em;font-size:.9em}.prose pre{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-subtle);padding:1rem;overflow-x:auto}.prose pre code{background:0 0;border:0;padding:0}.prose table{border-collapse:collapse;width:100%;margin:1.5rem 0}.prose :is(th,td){border:1px solid var(--border);text-align:left;padding:.55rem .75rem}.table-scroll{overflow-x:auto}.prose hr{border:0;border-top:1px solid var(--border);margin:2rem 0}.more-in{max-width:var(--prose-width);margin-inline:auto;padding-bottom:3.5rem}.more-in h2{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:1.05rem}.empty-note{border:1px dashed var(--border-strong);border-radius:var(--radius);color:var(--muted);background:var(--bg-subtle);padding:1.5rem}.help-box{border-radius:var(--radius-lg);background:var(--bg-subtle);border:1px solid var(--border);text-align:center;margin-top:2.5rem;padding:1.5rem}.help-box p:last-child{margin-bottom:0}.notfound{text-align:center;max-width:34rem;margin-inline:auto;padding-block:clamp(3rem,2rem + 6vw,6rem)}.notfound__code{letter-spacing:.12em;text-transform:uppercase;color:var(--brand-deep);margin-bottom:.75rem;font-size:.85rem;font-weight:700}.notfound__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.site-footer{background:var(--sage-soft);border-top:1px solid var(--sage);color:var(--ink);margin-top:auto;padding-block:2rem;font-size:.9rem}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 1.5rem;display:flex}.site-footer__links{flex-wrap:wrap;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.site-footer a{color:var(--ink);font-weight:500;text-decoration:none}.site-footer a:hover{color:var(--brand-deep);text-decoration:underline}.site-footer__legal{color:#46546f;margin:0}@media (width<=34rem){body{font-size:16px}.site-header__inner{gap:.75rem}.site-header__logo img{width:92px}.button{padding:.55rem .9rem;font-size:.9rem}.card{padding:1.25rem}.article-list a{padding:.85rem 1rem}.site-footer__inner{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
