.SiteLayout-module__16F2PG__shell{max-width:1260px;margin:0 auto;padding:1rem 1rem 2rem}.SiteLayout-module__16F2PG__layout{grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:1rem;display:grid}.SiteLayout-module__16F2PG__card{border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow);border-radius:16px;overflow:hidden}.SiteLayout-module__16F2PG__cardHead{background:linear-gradient(90deg,#f2f7e7 0%,#fff8ef 100%);border-bottom:1px solid #d6e1bf;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.6rem;padding:1rem 1.1rem;display:flex}.SiteLayout-module__16F2PG__cardTitle{color:#16382b;margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(1.2rem,2.2vw,1.9rem);line-height:1.12}.SiteLayout-module__16F2PG__content{color:#20342c;padding:1.15rem 1.1rem 1.25rem;line-height:1.58}@media (max-width:1000px){.SiteLayout-module__16F2PG__layout{grid-template-columns:1fr}}@media (max-width:720px){.SiteLayout-module__16F2PG__shell{padding:.75rem .72rem 1.2rem}.SiteLayout-module__16F2PG__content{padding:.9rem .8rem}.SiteLayout-module__16F2PG__cardHead{padding:.8rem}}@media print{.SiteLayout-module__16F2PG__shell{max-width:100%;padding:0}.SiteLayout-module__16F2PG__layout{display:block}.SiteLayout-module__16F2PG__card{box-shadow:none;border:none;border-radius:0}}
.SiteHeader-module__zBs5mG__header{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 0 1.25rem;display:flex}.SiteHeader-module__zBs5mG__brand{color:var(--ink);align-items:center;gap:.8rem;min-width:0;text-decoration:none;display:flex}.SiteHeader-module__zBs5mG__brand:hover{text-decoration:none}.SiteHeader-module__zBs5mG__brandImg{width:52px;height:26px;box-shadow:var(--shadow);object-fit:cover;background:#fff;border-radius:6px}.SiteHeader-module__zBs5mG__brandText{min-width:0}.SiteHeader-module__zBs5mG__brandKicker{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:.1rem;font-size:.78rem;display:block}.SiteHeader-module__zBs5mG__brandTitle{white-space:nowrap;text-overflow:ellipsis;font-family:Fraunces,Georgia,serif;font-size:1.42rem;line-height:1.1;overflow:hidden}.SiteHeader-module__zBs5mG__headerRight{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.SiteHeader-module__zBs5mG__headerLinks{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.SiteHeader-module__zBs5mG__headerLinks a{border:1px solid var(--line);color:var(--brand-strong);background:#ffffffa8;border-radius:999px;align-items:center;padding:.42rem .7rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.SiteHeader-module__zBs5mG__headerLinks a:hover{background:#ffffffe6;text-decoration:none}@media (max-width:720px){.SiteHeader-module__zBs5mG__header{gap:.6rem}.SiteHeader-module__zBs5mG__brandTitle{white-space:normal;font-size:1.2rem}.SiteHeader-module__zBs5mG__headerLinks a{padding:.35rem .55rem;font-size:.8rem}}@media (max-width:480px){.SiteHeader-module__zBs5mG__headerLinks{display:none}}
.Search-module__qCkCsG__search{position:relative}.Search-module__qCkCsG__input{border:1px solid var(--line);width:220px;color:var(--ink);background:#ffffffb3;border-radius:999px;outline:none;padding:.48rem .7rem .48rem 2rem;font-family:inherit;font-size:.92rem;transition:border-color .15s,box-shadow .15s}.Search-module__qCkCsG__input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #1f5a471f}.Search-module__qCkCsG__input::placeholder{color:#7a9485}.Search-module__qCkCsG__icon{pointer-events:none;color:#7a9485;width:16px;height:16px;position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.Search-module__qCkCsG__results{border:1px solid var(--line);z-index:100;background:#fff;border-radius:12px;min-width:280px;max-height:360px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #1f5a472e}.Search-module__qCkCsG__result{color:var(--ink);cursor:pointer;border-bottom:1px solid #eef2e4;padding:.55rem .8rem;font-size:.92rem;text-decoration:none;display:block}.Search-module__qCkCsG__result:last-child{border-bottom:none}.Search-module__qCkCsG__result:hover,.Search-module__qCkCsG__result.Search-module__qCkCsG__active{color:var(--brand-strong);background:#f0f5e4;text-decoration:none}.Search-module__qCkCsG__mark{color:inherit;background:#d6eab0;border-radius:2px;padding:0 1px}.Search-module__qCkCsG__empty{color:var(--ink-soft);padding:.7rem .8rem;font-size:.88rem}@media (max-width:720px){.Search-module__qCkCsG__input{width:160px;font-size:.85rem}}@media (max-width:480px){.Search-module__qCkCsG__input{width:140px}}
.MobileNav-module__o8oaWa__hamburger{border:1px solid var(--line);cursor:pointer;background:#ffffffa8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:none}.MobileNav-module__o8oaWa__hamburger svg{width:20px;height:20px;color:var(--brand-strong)}.MobileNav-module__o8oaWa__overlay{z-index:199;background:#17261f73;animation:.2s MobileNav-module__o8oaWa__fadeIn;display:block;position:fixed;inset:0}@keyframes MobileNav-module__o8oaWa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1000px){.MobileNav-module__o8oaWa__hamburger{display:flex}}
.SidebarNav-module__LoK-Oq__rail{border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(#eff5df 0%,#e5efd2 100%);border-radius:16px;height:fit-content;padding:.9rem;position:sticky;top:.8rem}.SidebarNav-module__LoK-Oq__heading{color:var(--brand-strong);margin:.1rem 0 .55rem;font-family:Fraunces,Georgia,serif;font-size:1.03rem}.SidebarNav-module__LoK-Oq__closeBtn{cursor:pointer;width:32px;height:32px;color:var(--ink-soft);background:#0000000f;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;display:none;position:absolute;top:.6rem;right:.6rem}.SidebarNav-module__LoK-Oq__letterGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.35rem;margin-bottom:.95rem;display:grid}.SidebarNav-module__LoK-Oq__letterLink{text-align:center;color:var(--brand-strong);background:#fff;border:1px solid #ccd8b5;border-radius:8px;padding:.34rem 0;font-weight:700;text-decoration:none}.SidebarNav-module__LoK-Oq__letterLink:hover{background:#f9fbe8;text-decoration:none}.SidebarNav-module__LoK-Oq__letterLink.SidebarNav-module__LoK-Oq__active{background:var(--brand-strong);color:#fff;border-color:var(--brand-strong)}.SidebarNav-module__LoK-Oq__topicStack{gap:.35rem;display:grid}.SidebarNav-module__LoK-Oq__topicLink{color:var(--ink);background:#fff;border:1px solid #ccd8b5;border-radius:9px;padding:.48rem .56rem;font-size:.9rem;line-height:1.15;text-decoration:none}.SidebarNav-module__LoK-Oq__topicLink:hover{background:#f8faee;border-color:#b7c79b;text-decoration:none}.SidebarNav-module__LoK-Oq__topicLink.SidebarNav-module__LoK-Oq__active{background:var(--brand-strong);color:#fff;border-color:var(--brand-strong)}@media (max-width:1000px){.SidebarNav-module__LoK-Oq__rail{z-index:200;border-radius:0 16px 16px 0;width:280px;max-width:85vw;padding:3rem 1rem 1rem;display:none;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.SidebarNav-module__LoK-Oq__rail[data-open=true]{display:block}.SidebarNav-module__LoK-Oq__closeBtn{display:flex}}
.SiteFooter-module__C4mfIa__footer{color:#4a5f55;margin-top:1rem;padding:.9rem 1rem 0;font-size:.87rem}.SiteFooter-module__C4mfIa__footer a{color:#2f6852;text-decoration:none}.SiteFooter-module__C4mfIa__footer a:hover{text-decoration:underline}.SiteFooter-module__C4mfIa__inner{text-align:center}.SiteFooter-module__C4mfIa__title{margin:0 0 .25rem;font-size:.87rem;font-weight:500}.SiteFooter-module__C4mfIa__credit{margin:0 0 .25rem;font-size:.8rem}.SiteFooter-module__C4mfIa__copyright{opacity:.8;margin:0;font-size:.75rem}
.Breadcrumbs-module__JHh-xa__breadcrumbs{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:.2rem;margin-bottom:.75rem;font-size:.86rem;display:flex}.Breadcrumbs-module__JHh-xa__breadcrumbs a{color:var(--brand);border-radius:4px;padding:.1rem .15rem;text-decoration:none}.Breadcrumbs-module__JHh-xa__breadcrumbs a:hover{background:#1f5a470f;text-decoration:underline}.Breadcrumbs-module__JHh-xa__sep{color:#a5b894;margin:0 .15rem;font-weight:400}.Breadcrumbs-module__JHh-xa__breadcrumbs span[aria-current=page]{color:var(--ink);font-weight:600}
.LegacyContent-module__gmcoNq__content{max-width:100%}.LegacyContent-module__gmcoNq__content font{color:inherit;font-family:inherit}.LegacyContent-module__gmcoNq__content font[size]{font-size:inherit}.LegacyContent-module__gmcoNq__content font[size=\+1]{font-size:1.15rem}.LegacyContent-module__gmcoNq__content font[size=\+2]{font-size:1.35rem}.LegacyContent-module__gmcoNq__content font[size=\+3]{font-size:1.75rem}.LegacyContent-module__gmcoNq__content font[size="-1"]{font-size:.9rem}.LegacyContent-module__gmcoNq__content font[size="-2"]{font-size:.8rem}.LegacyContent-module__gmcoNq__content font[size="3"]{font-size:1.05rem}.LegacyContent-module__gmcoNq__content font[face]{font-family:inherit}.LegacyContent-module__gmcoNq__content nobr{white-space:normal}.LegacyContent-module__gmcoNq__content [bgcolor]{background-color:#0000}.LegacyContent-module__gmcoNq__content img{max-width:100%;height:auto}.LegacyContent-module__gmcoNq__content img[border="0"]{border:none}.LegacyContent-module__gmcoNq__content p{margin:.55rem 0 .8rem;font-size:1.02rem}.LegacyContent-module__gmcoNq__content a{color:var(--brand);text-underline-offset:.12em;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb,var(--brand)45%,transparent);text-decoration-color:color-mix(in srgb,var(--brand)45%,transparent)}.LegacyContent-module__gmcoNq__content a:hover{color:var(--brand-strong);-webkit-text-decoration-color:var(--brand-strong);text-decoration-color:var(--brand-strong)}.LegacyContent-module__gmcoNq__content p.index{text-indent:-1em;max-width:none;margin-top:2px;margin-bottom:4px;margin-left:1em;line-height:1.6}:is(.LegacyContent-module__gmcoNq__content a.index:link,.LegacyContent-module__gmcoNq__content a.index:active){color:var(--brand);font-size:.9375rem;text-decoration:none}.LegacyContent-module__gmcoNq__content a.index:hover{color:var(--brand-strong);text-decoration:underline}.LegacyContent-module__gmcoNq__index table[bgcolor=\#FFFF99]{background:0 0}.LegacyContent-module__gmcoNq__index table[width="100%"]{border-collapse:collapse;width:100%}.LegacyContent-module__gmcoNq__index td[width="25%"]{vertical-align:top;padding:.25rem 1rem}.LegacyContent-module__gmcoNq__homepage{text-align:center}.LegacyContent-module__gmcoNq__homepage p{max-width:none}.LegacyContent-module__gmcoNq__homepage img[src*=coverArt]{border-radius:8px;max-width:380px;margin:1.5rem auto;display:block;box-shadow:0 2px 12px #0000000f}.LegacyContent-module__gmcoNq__content table{border-collapse:collapse;max-width:100%}:is(.LegacyContent-module__gmcoNq__content td,.LegacyContent-module__gmcoNq__content th){word-break:break-word;vertical-align:top;max-width:100%}.LegacyContent-module__gmcoNq__content hr{border:none;border-top:1px solid #d4dfbd;margin:1rem 0}:is(.LegacyContent-module__gmcoNq__content .MathJax,.LegacyContent-module__gmcoNq__content .MathJax_Display,.LegacyContent-module__gmcoNq__content .MathJax_Preview){font-size:inherit}.LegacyContent-module__gmcoNq__content .MathJax_Display{margin:1.5rem 0;overflow-x:auto}@media (max-width:600px){.LegacyContent-module__gmcoNq__content font[size=\+3]{font-size:1.5rem}.LegacyContent-module__gmcoNq__homepage img[src*=coverArt]{max-width:280px}.LegacyContent-module__gmcoNq__index td[width="25%"]{width:100%;padding:0 .5rem;display:block}}@media print{.LegacyContent-module__gmcoNq__content{max-width:100%}}
