:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--color-primary:#14294a;--color-primary-strong:#0b1a30;--color-accent:#1f7a72;--color-accent-strong:#145951;--color-surface:#faf8f4;--color-surface-alt:#f1ede3;--color-surface-card:#fff;--color-border:#ddd6c7;--color-border-strong:#b9b09b;--color-text:#1c2128;--color-text-muted:#5a6270;--color-text-on-primary:#f6f4ee;--color-primary-text:#14294a;--color-success:#1f7a52;--color-success-surface:#eaf5ee;--color-warning:#8a5a10;--color-warning-surface:#fff6e0;--color-danger:#a1341f;--color-danger-surface:#fbeae6;--color-focus-ring:#3f8ff2;--font-sans:system-ui, -apple-system, "Segoe UI", sans-serif;--font-size-xs:.8rem;--font-size-sm:.9rem;--font-size-base:1rem;--font-size-lg:1.15rem;--font-size-xl:1.4rem;--font-size-2xl:1.85rem;--font-size-3xl:2.4rem;--line-height-base:1.55;--line-height-tight:1.25;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--space-10:4rem;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-pill:999px;--shadow-sm:0 1px 2px #14161e0f, 0 1px 1px #14161e0a;--shadow-md:0 8px 24px #14161e14, 0 2px 6px #14161e0d;--content-width:46rem;--content-width-wide:64rem}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--color-primary:#1d3a63;--color-primary-strong:#14294a;--color-accent:#35a698;--color-accent-strong:#45b3a2;--color-surface:#14161b;--color-surface-alt:#1b1e25;--color-surface-card:#1f2229;--color-border:#33363f;--color-border-strong:#454955;--color-text:#edeef0;--color-text-muted:#a4aab3;--color-text-on-primary:#f6f4ee;--color-primary-text:#8fb3e6;--color-success:#4cbf8c;--color-success-surface:#16241d;--color-warning:#d9a441;--color-warning-surface:#2a2115;--color-danger:#e07a63;--color-danger-surface:#2a1a16;--color-focus-ring:#6fb0ff}}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-sans);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text);background:var(--color-surface);margin:0}h1,h2,h3,h4{line-height:var(--line-height-tight);margin:0 0 var(--space-3);font-weight:700}h1{font-size:var(--font-size-2xl)}h2{font-size:var(--font-size-xl)}h3{font-size:var(--font-size-lg)}p{margin:0 0 var(--space-4)}a{color:var(--color-accent-strong)}a:focus-visible,button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.site-container{max-width:var(--content-width);padding:0 var(--space-4);margin:0 auto}.site-container--wide{max-width:var(--content-width-wide)}.site-main{padding-top:var(--space-6);padding-bottom:var(--space-8)}.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}.site-header{border-bottom:1px solid var(--color-border);background:var(--color-surface-card)}.site-header__bar{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);display:flex}.site-header__brand{align-items:baseline;gap:var(--space-2);font-weight:700;font-size:var(--font-size-lg);color:var(--color-primary-text);text-decoration:none;display:inline-flex}.site-header__brand-mark{border-radius:var(--radius-sm);background:var(--color-primary);width:1.75rem;height:1.75rem;color:var(--color-text-on-primary);letter-spacing:.02em;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:inline-flex}.site-header__brand-word{letter-spacing:-.01em}.site-header__brand-word small{font-size:var(--font-size-xs);color:var(--color-text-muted);letter-spacing:.02em;font-weight:500;display:block}.site-header__nav{gap:var(--space-5);font-size:var(--font-size-sm);display:flex}.site-header__nav a{color:var(--color-text);font-weight:600;text-decoration:none}.site-header__nav a:hover{color:var(--color-accent-strong)}.site-footer{border-top:1px solid var(--color-border);background:var(--color-surface-alt);margin-top:var(--space-10)}.site-footer__inner{padding:var(--space-6) var(--space-4) var(--space-8);gap:var(--space-3);font-size:var(--font-size-sm);color:var(--color-text-muted);flex-direction:column;display:flex}.site-footer__brand{color:var(--color-text);font-weight:700}.site-footer__links{gap:var(--space-4);flex-wrap:wrap;display:flex}.site-footer__links a{color:var(--color-text-muted)}.card{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:var(--space-5)}.btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:inherit;font-size:var(--font-size-base);border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;min-height:44px;padding:.7rem 1.2rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-primary);color:var(--color-text-on-primary)}.btn-primary:hover{background:var(--color-primary-strong)}.btn-secondary{background:var(--color-surface-card);color:var(--color-text);border-color:var(--color-border-strong)}.btn-secondary:hover{background:var(--color-surface-alt)}.field-label{font-size:var(--font-size-sm);margin-bottom:var(--space-2);color:var(--color-text);font-weight:600;display:block}.text-input{font-family:inherit;font-size:var(--font-size-base);border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface-card);color:var(--color-text);min-height:44px;padding:.7rem .9rem}.text-input:focus-visible{border-color:var(--color-focus-ring)}.badge{align-items:center;gap:var(--space-1);font-size:var(--font-size-xs);border-radius:var(--radius-pill);background:var(--color-surface-alt);color:var(--color-text-muted);border:1px solid var(--color-border);padding:.25rem .6rem;font-weight:600;display:inline-flex}.alert{border-radius:var(--radius-sm);border:1px solid var(--color-border);padding:var(--space-4);font-size:var(--font-size-sm)}.alert--info{background:var(--color-surface-alt);border-color:var(--color-border);color:var(--color-text)}.alert--warning{background:var(--color-warning-surface);border-color:var(--color-warning);color:var(--color-warning)}.disclaimer{background:var(--color-warning-surface);color:var(--color-text);border:1px solid var(--color-warning);border-radius:var(--radius-sm);padding:var(--space-4);margin:var(--space-4) 0 var(--space-6);font-size:var(--font-size-sm)}.criteria-section{margin-bottom:var(--space-5)}.provenance{font-size:var(--font-size-xs);color:var(--color-text-muted)}.provenance a{color:inherit}.breadcrumb{gap:var(--space-2);margin:0 0 var(--space-5);font-size:var(--font-size-sm);color:var(--color-text-muted);flex-wrap:wrap;padding:0;list-style:none;display:flex}.breadcrumb li{align-items:center;gap:var(--space-2);display:flex}.breadcrumb li:not(:last-child):after{content:"/";color:var(--color-border-strong)}.breadcrumb a{color:var(--color-text-muted);text-decoration:none}.breadcrumb a:hover{color:var(--color-accent-strong)}.breadcrumb li:last-child{color:var(--color-text);font-weight:600}.search-card__field{align-items:center;gap:var(--space-2);background:var(--color-surface-card);border:1px solid var(--color-border-strong);border-radius:var(--radius-pill);box-shadow:var(--shadow-md);padding:var(--space-2) var(--space-2) var(--space-2) var(--space-5);display:flex}.search-card__icon{width:1.2rem;height:1.2rem;color:var(--color-text-muted);flex-shrink:0}.search-card__input{font-family:inherit;font-size:var(--font-size-base);color:var(--color-text);background:0 0;border:none;flex:1;min-width:0;min-height:44px}.search-card__submit{border-radius:var(--radius-pill);flex-shrink:0}@media (width<=30rem){.search-card__field{padding-left:var(--space-4);flex-wrap:wrap}.search-card__submit{width:100%}}.text-btn{font-size:var(--font-size-sm);color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;min-height:44px;padding:0;text-decoration:underline}.stepper{justify-content:center;gap:var(--space-2);margin:0 0 var(--space-6);flex-wrap:wrap;padding:0;list-style:none;display:flex}.stepper__step{align-items:center;gap:var(--space-2);font-size:var(--font-size-sm);color:var(--color-text-muted);display:flex}.stepper__step:not(:last-child):after{content:"";background:var(--color-border-strong);width:1.5rem;height:1px;margin:0 var(--space-1)}.stepper__marker{width:1.75rem;height:1.75rem;font-weight:700;font-size:var(--font-size-xs);border:1px solid var(--color-border-strong);color:var(--color-text-muted);background:var(--color-surface-card);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.stepper__step--done .stepper__marker{background:var(--color-success);border-color:var(--color-success);color:var(--color-text-on-primary)}.stepper__step--current .stepper__marker{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-text-on-primary)}.stepper__step--current .stepper__label{color:var(--color-text);font-weight:700}.selection-card{color:inherit;text-decoration:none;display:block}.selection-card__title{font-size:var(--font-size-lg);margin:0 0 var(--space-2);color:var(--color-text)}.selection-card__summary{color:var(--color-text-muted);margin:0 0 var(--space-4)}.selection-card__action{align-items:center;gap:var(--space-1);color:var(--color-accent-strong);font-weight:600;display:inline-flex}.selection-card:hover .selection-card__action{text-decoration:underline}.summary-card{justify-content:space-between;align-items:baseline;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.summary-card__title{margin:0}.summary-card__edit{font-size:var(--font-size-sm);white-space:nowrap;font-weight:600}.checklist__header{margin-bottom:var(--space-5)}.checklist__progress-text{margin-bottom:var(--space-2);font-weight:600}.checklist__progress-bar{height:.5rem;margin-bottom:var(--space-3);gap:2px;display:flex}.checklist__progress-segment{background:var(--color-surface-alt);border-radius:var(--radius-pill);flex:1;transition:background-color .2s}.checklist__progress-segment--done{background:var(--color-success)}@media (prefers-reduced-motion:reduce){.checklist__progress-segment{transition:none}}.checklist__bulk-actions{gap:var(--space-4);display:flex}.checklist__complete{margin-bottom:var(--space-5)}.steps-list{margin:0 0 var(--space-8);gap:var(--space-4);padding:0;list-style:none;display:grid}.step-item{transition:background-color .2s,border-color .2s}@media (prefers-reduced-motion:reduce){.step-item{transition:none}}.step-item--done{background:var(--color-success-surface);border-color:var(--color-success)}.step-item__row{align-items:center;gap:var(--space-3);padding:var(--space-2) 0;display:flex}.step-item__checkbox{width:1.5rem;height:1.5rem;accent-color:var(--color-success);cursor:pointer;flex-shrink:0}.step-item__label{font-size:var(--font-size-lg);cursor:pointer;font-weight:700}.step-item__content{margin-top:var(--space-2);padding-left:calc(1.5rem + var(--space-3))}.step-item__detail{color:var(--color-text-muted);margin-bottom:var(--space-3)}.preparation__summary{margin-bottom:var(--space-4)}.preparation__summary-text{margin-bottom:var(--space-1);font-weight:600}.preparation__summary-breakdown{color:var(--color-text-muted);font-size:var(--font-size-sm);margin-bottom:0}.preparation__bulk-actions{margin-bottom:var(--space-5)}.document-list{margin:0 0 var(--space-6);gap:var(--space-4);padding:0;list-style:none;display:grid}.document-group{margin-bottom:var(--space-6)}.document-group__heading{font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:var(--space-3)}.document-item{transition:background-color .2s,border-color .2s}@media (prefers-reduced-motion:reduce){.document-item{transition:none}}.document-item--done{background:var(--color-success-surface);border-color:var(--color-success)}.document-item--not-recommended{background:var(--color-surface-alt)}.document-item__row{align-items:center;gap:var(--space-3);padding:var(--space-2) 0;flex-wrap:wrap;display:flex}.document-item__label{font-size:var(--font-size-lg);cursor:pointer;align-items:center;gap:var(--space-2);flex-wrap:wrap;font-weight:700;display:inline-flex}.document-item__badge{cursor:default;font-weight:600}.document-item__conditional-controls{gap:var(--space-2);display:flex}.document-item__control--active{background:var(--color-success-surface);border-color:var(--color-success);color:var(--color-success)}.document-item__content{margin-top:var(--space-2);padding-left:calc(1.5rem + var(--space-3))}.document-item__condition,.document-item__purpose{margin-bottom:var(--space-2)}.document-item__meta{color:var(--color-text-muted);font-size:var(--font-size-sm);margin-bottom:var(--space-3)}.document-item__not-applicable-note,.document-item__stale-note,.document-item__details{margin-bottom:var(--space-3)}.document-not-recommended{margin-bottom:var(--space-6)}.cookie-toast-wrap[data-astro-cid-hq3mgpmn]{padding:var(--space-4);pointer-events:none;justify-content:flex-end;display:flex;position:sticky;bottom:0;left:0;right:0}.cookie-toast[data-astro-cid-hq3mgpmn]{pointer-events:auto;gap:var(--space-3);flex-direction:column;max-width:min(24rem,100%);display:flex}.cookie-toast__text[data-astro-cid-hq3mgpmn]{font-size:var(--font-size-sm);color:var(--color-text);margin:0}.cookie-toast__actions[data-astro-cid-hq3mgpmn]{gap:var(--space-2);justify-content:flex-end;display:flex}@media (width<=30rem){.cookie-toast-wrap[data-astro-cid-hq3mgpmn]{justify-content:center}.cookie-toast[data-astro-cid-hq3mgpmn]{max-width:100%}}
