/* FBFoodSafety v2 migration glue and error routes. */
:focus-visible { outline: 3px solid #8ED462; outline-offset: 3px; }
.error-page { min-height: 70vh; padding: 10rem 1.5rem 6rem; background: #f7faf6; color: #0f1f13; }
.error-page__inner { max-width: 760px; margin: 0 auto; }
.error-page__code { color: #5f9f3b; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.error-page h1 { font-size: clamp(2rem, 6vw, 4.5rem); line-height: 1; margin: 1rem 0; }
.error-page p { font-size: 1.125rem; line-height: 1.7; max-width: 52rem; }
.error-page__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.error-page__actions a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.2rem; border-radius: 999px; text-decoration: none; font-weight: 700; }
.error-page__primary { background: #8ED462; color: #0f1f13; }
.error-page__secondary { border: 1px solid rgba(15,31,19,.25); color: #0f1f13; }
