.upflo-not-found{--not-found-background:#f7f4ed;--not-found-foreground:#201f1b;--not-found-muted:#686357;margin:0;min-height:100dvh;background:var(--background,var(--not-found-background));color:var(--foreground,var(--not-found-foreground));font-family:var(--upflo-font-sans,system-ui,sans-serif)}@media (prefers-color-scheme:dark){.upflo-not-found{--not-found-background:#201f1b;--not-found-foreground:#eee5cd;--not-found-muted:#bab29f}}.upflo-not-found a{color:inherit;text-underline-offset:.25em}.upflo-not-found a:focus-visible{outline:2px solid currentColor;outline-offset:5px}.upflo-not-found-header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:5rem;padding:1rem clamp(1.5rem,5vw,4rem)}.upflo-not-found-header a{display:inline-flex;align-items:center;min-height:44px}.upflo-not-found-brand{font-size:1.5rem;font-weight:800;text-decoration:none}.upflo-not-found-main{box-sizing:border-box;display:grid;align-items:center;min-height:calc(100dvh - 5rem);max-width:48rem;margin-inline:auto;padding:3rem 1.5rem 8rem}.upflo-not-found-code{margin:0 0 1rem;color:var(--muted-foreground,var(--not-found-muted));font-weight:600}.upflo-not-found h1{margin:0;font-size:clamp(2rem,5vw,3rem);line-height:1.2;font-weight:600}.upflo-not-found-description{max-width:38ch;margin:1rem 0 2rem;color:var(--muted-foreground,var(--not-found-muted));line-height:1.7}.upflo-not-found a.upflo-not-found-home{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:48px;padding:.75rem 1.25rem;border-radius:var(--radius-lg,.75rem);background:var(--foreground,var(--not-found-foreground));color:var(--background,var(--not-found-background));font-weight:600;text-decoration:none}