.not-found-page{--bg:#11141a;--bg-soft:#171a21;--bg-card:#1c2029;--border:#2b2f3a;--border-strong:#3c4250;--text:#f5f2ea;--text-dim:#c6c9d1;--text-muted:#93969f;--brand:#7ecb9c;--brand-dim:#5cae7d;--brand-soft:#7ecb9c17;--brand-mid:#7ecb9c33;--on-brand:#0c1f16;background:var(--bg);min-height:100dvh;color:var(--text);box-sizing:border-box;flex:1;justify-content:center;align-items:center;padding:7.5rem 1.5rem 2rem;font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback,Helvetica Neue,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.not-found-page *,.not-found-page :before,.not-found-page :after{box-sizing:border-box}.not-found-page__grain{z-index:0;pointer-events:none;opacity:.035;mix-blend-mode:overlay;position:fixed;inset:0}.not-found-page__inner{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:28rem;display:flex;position:relative}.not-found-page__logo{filter:invert();-webkit-user-select:none;user-select:none;width:auto;height:42px;margin-bottom:2rem;display:block}.not-found-page__code{letter-spacing:.16em;color:var(--brand);margin:0 0 .35rem;font-family:DM Mono,DM Mono Fallback,ui-monospace,monospace;font-size:.85rem}.not-found-page__title{letter-spacing:-.03em;color:var(--text);margin:0;font-size:clamp(2rem,4vw,2.5rem);font-weight:600;line-height:1.15}.not-found-page__subtitle{color:var(--text-muted);margin:.6rem 0 0;font-size:1.02rem;line-height:1.55}.not-found-page__home{background:var(--brand);width:100%;max-width:16rem;height:3.15rem;color:var(--on-brand);border:none;border-radius:9px;justify-content:center;align-items:center;margin-top:1.5rem;padding:0 1.5rem;font-family:inherit;font-size:.98rem;font-weight:600;text-decoration:none;transition:transform .15s cubic-bezier(.22,1,.36,1),box-shadow .18s;display:inline-flex;box-shadow:0 8px 24px -8px #7ecb9c66}.not-found-page__home:hover{transform:translateY(-1px);box-shadow:0 12px 28px -8px #7ecb9c8c}.not-found-page__home:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.not-found-page__signin{color:var(--text-muted);margin:1.5rem 0 0;font-size:.92rem}.not-found-page__signin a{color:var(--text);font-weight:600;text-decoration:none}.not-found-page__signin a:hover{color:var(--brand)}.not-found-page__signin a:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:2px}@media (max-width:640px){.not-found-page{padding:6.5rem 1.15rem 1.5rem}}
