:root{--site-header-h:72px;--sticky-top:calc(var(--site-header-h) + 56px);--radius:16px}.chapters.svelte-pmttgp.svelte-pmttgp{position:sticky;top:var(--sticky-top);margin-top:6.3rem;display:flex;flex-direction:column;gap:.75rem}.chapters__link.svelte-pmttgp.svelte-pmttgp{font-size:.9375rem;color:#111;text-decoration:none;cursor:pointer}.chapters__link[aria-current=true].svelte-pmttgp.svelte-pmttgp,.chapters__link.svelte-pmttgp.svelte-pmttgp:hover{color:#6c5ce7}.content.svelte-pmttgp a.svelte-pmttgp{color:#6c5ce7;text-decoration:underline}.content.svelte-pmttgp h2.svelte-pmttgp{font-size:1.875rem;line-height:1.25;margin:3rem 0 .5rem}.content.svelte-pmttgp h3.svelte-pmttgp{color:#6c5ce7;font-size:1.25rem;font-weight:400;margin:1.5rem 0 .5rem}.lead.svelte-pmttgp.svelte-pmttgp{font-size:1.125rem;line-height:1.6;color:#222;margin-bottom:1.25rem}[id].svelte-pmttgp.svelte-pmttgp,.section.svelte-pmttgp.svelte-pmttgp{scroll-margin-top:calc(var(--site-header-h) + 24px)}.backToTop.svelte-pmttgp.svelte-pmttgp{color:#6c5ce7;text-decoration:none;font-weight:400;cursor:pointer}.backToTop.svelte-pmttgp.svelte-pmttgp:hover{text-decoration:underline}.tocFab.svelte-pmttgp.svelte-pmttgp{position:fixed;right:16px;bottom:max(16px,env(safe-area-inset-bottom));z-index:60;padding:12px 16px;background:#6c5ce7;color:#fff;font-weight:600;border:0;border-radius:999px;box-shadow:0 8px 24px #6c5ce74d}.sheetBackdrop.svelte-pmttgp.svelte-pmttgp{position:fixed;top:0;right:0;bottom:0;left:0;background:#11111161;-webkit-backdrop-filter:saturate(120%) blur(2px);backdrop-filter:saturate(120%) blur(2px);z-index:70}.sheet.svelte-pmttgp.svelte-pmttgp{position:fixed;left:0;right:0;bottom:0;transform:translateY(100%);transition:transform .28s ease-out;background:#fff;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);box-shadow:0 -8px 32px #11111126;padding:10px 16px calc(16px + env(safe-area-inset-bottom));z-index:80;max-height:75vh;display:grid;grid-template-rows:auto auto 1fr auto;outline:none}.sheet.open.svelte-pmttgp.svelte-pmttgp{transform:translateY(0)}.sheetHandle.svelte-pmttgp.svelte-pmttgp{width:44px;height:5px;border-radius:999px;background:#e5e7eb;margin:6px auto 10px}.sheetTitle.svelte-pmttgp.svelte-pmttgp{font-size:.95rem;font-weight:400;color:#111;padding:6px 4px 10px}.sheetList.svelte-pmttgp.svelte-pmttgp{overflow:auto;-webkit-overflow-scrolling:touch;display:grid;gap:8px;padding:0 4px 8px}.sheetLink.svelte-pmttgp.svelte-pmttgp{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid #eee;border-radius:12px;text-decoration:none;color:#111;font-size:.975rem}.sheetLink[aria-current=true].svelte-pmttgp.svelte-pmttgp{border-color:#6c5ce7;box-shadow:0 0 0 2px #6c5ce71f inset;color:#6c5ce7}.sheetLink.toTop.svelte-pmttgp.svelte-pmttgp{font-weight:400}.activeDot.svelte-pmttgp.svelte-pmttgp{width:8px;height:8px;border-radius:999px;background:#6c5ce7;margin-left:8px}.sheetClose.svelte-pmttgp.svelte-pmttgp{margin-top:8px;width:100%;padding:12px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#fafafa;font-weight:400}@media (min-width: 768px){.tocFab.svelte-pmttgp.svelte-pmttgp,.sheet.svelte-pmttgp.svelte-pmttgp,.sheetBackdrop.svelte-pmttgp.svelte-pmttgp{display:none}}.section-heading.svelte-pmttgp.svelte-pmttgp{margin-top:3rem;margin-bottom:1.25rem}.faqAccordion.svelte-pmttgp.svelte-pmttgp{margin-top:.5rem;display:flex;flex-direction:column;gap:.75rem}.faqItem.svelte-pmttgp.svelte-pmttgp{padding:.6rem 0 .4rem;border:none;border-radius:0;background:transparent;position:relative}.faqItem.svelte-pmttgp.svelte-pmttgp:after{content:"";display:block;border-bottom:1px solid #6c5ce7;margin-top:10px}.faqItem.svelte-pmttgp summary.svelte-pmttgp{list-style:none}.faqItem.svelte-pmttgp summary.svelte-pmttgp::-webkit-details-marker{display:none}.faqQuestion.svelte-pmttgp.svelte-pmttgp{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:400;font-size:1.25rem}.faqItem[open].svelte-pmttgp .faqQuestion.svelte-pmttgp{font-weight:500}.faqQuestion.svelte-pmttgp.svelte-pmttgp:after{content:"＋";font-weight:400;margin-left:.75rem;font-size:1rem;line-height:1;display:inline-block;transform-origin:center;transition:transform .22s ease,opacity .22s ease}.faqItem[open].svelte-pmttgp .faqQuestion.svelte-pmttgp:after{content:"−";transform:rotate(180deg)}.faqAnswer.svelte-pmttgp.svelte-pmttgp{font-size:.9375rem;line-height:1.65;margin-top:0;max-height:0;overflow:hidden;opacity:0;transform:translateY(-4px);transition:max-height .28s ease,opacity .22s ease,transform .22s ease,margin-top .22s ease}.faqItem[open].svelte-pmttgp .faqAnswer.svelte-pmttgp{margin-top:.5rem;max-height:4000px;opacity:1;transform:translateY(0)}.faqAnswer.svelte-pmttgp p.svelte-pmttgp{margin:0 0 .75rem}.faqAnswer.svelte-pmttgp ul.svelte-pmttgp{padding-left:1.25rem;margin:.25rem 0 .75rem}.faqAnswer.svelte-pmttgp li.svelte-pmttgp{margin-bottom:.35rem}.faqAnswer.svelte-pmttgp .saftSeries.svelte-pmttgp{padding-left:1rem}.faqAnswer.svelte-pmttgp .saftSeries__label.svelte-pmttgp{text-decoration:underline;margin-right:.25rem;font-weight:400}.chapters__link.svelte-pmttgp.svelte-pmttgp,.sheetLink.svelte-pmttgp.svelte-pmttgp{color:inherit}nav.chapters.sticky.svelte-pmttgp.svelte-pmttgp{max-width:300px}
