.notfound{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;padding:2rem;text-align:center;background:var(--page)}.notfound-code{margin:0;font-size:clamp(3rem,12vw,5.5rem);font-weight:600;letter-spacing:-.04em;color:var(--ink-deep)}.notfound-text{margin:0;color:var(--ink-mute)}.notfound-link{margin-top:.6rem;color:var(--accent);text-decoration:none;font-weight:500;border-bottom:1px solid currentColor;padding-bottom:2px}.loading{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.1rem;background:var(--page)}.loading-blob{width:46px;aspect-ratio:1;background:linear-gradient(150deg,var(--accent),#8d4a2c 70%);border-radius:58% 42% 47% 53%/51% 44% 56% 49%;animation:loading-knead 1.5s ease-in-out infinite}@keyframes loading-knead{0%,to{border-radius:58% 42% 47% 53%/51% 44% 56% 49%;transform:scale(1)}50%{border-radius:44% 56% 61% 39%/43% 57%;transform:scale(.9)}}.loading-label{font-size:.9rem;color:var(--ink-faint)}:root{--font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;--page: #f4f2ef;--sunken: #edeae6;--panel: #ffffff;--ink: #3c3832;--ink-deep: #1c1a18;--ink-mute: #6b6763;--ink-faint: #9a948d;--edge: 0 0 0;--edge-k: 1;--shadow: 0 0 0;--shadow-k: 1;--accent: #b4643c;--accent-ink: #ffffff;color-scheme:light}:root.dark,html.dark :root{color-scheme:dark}@media(prefers-color-scheme:dark){:root:not(.light){--page: #131211;--sunken: #0d0c0b;--panel: #1c1a19;--ink: #ddd8d1;--ink-deep: #f3efe9;--ink-mute: #98918a;--ink-faint: #6a645e;--edge: 255 255 255;--edge-k: 1.6;--shadow-k: 2.2;--accent: #d4835a;--accent-ink: #1c1a18;color-scheme:dark}}html.dark{--page: #131211;--sunken: #0d0c0b;--panel: #1c1a19;--ink: #ddd8d1;--ink-deep: #f3efe9;--ink-mute: #98918a;--ink-faint: #6a645e;--edge: 255 255 255;--edge-k: 1.6;--shadow-k: 2.2;--accent: #d4835a;--accent-ink: #1c1a18;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}html{background:var(--page)}body{background:var(--page);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#root{min-height:100%}a{color:inherit}::selection{background:rgb(var(--edge) / calc(.12 * var(--edge-k)))}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
