.not-found{min-height:60vh;justify-content:center;padding:3rem 1.5rem 4rem;background:var(--background)}.not-found,.not-found__inner{display:flex;align-items:center}.not-found__inner{max-width:32rem;width:100%;text-align:center;flex-direction:column;gap:1rem}.not-found__code{margin:0;font-size:4.5rem;font-weight:800;line-height:1;letter-spacing:-.04em;color:#ea580c;font-family:Arial,Helvetica,sans-serif}.not-found__key{width:10rem;height:auto;margin:.25rem 0}.not-found__title{margin:0;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;color:var(--text-primary);font-family:Arial,Helvetica,sans-serif}.not-found__lead{font-size:1rem;line-height:1.65}.not-found__hint,.not-found__lead{margin:0;color:var(--text-secondary);font-family:Arial,Helvetica,sans-serif}.not-found__hint{font-size:.875rem;line-height:1.6;padding:.875rem 1rem;border:1px solid #fed7aa;border-radius:10px;background:#fff7ed;max-width:28rem}.dark .not-found__hint{background:#1c1410;border-color:#7c2d12;color:#fdba74}.not-found__media{margin:.5rem 0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface-muted)}.not-found__gif{display:block;width:100%;max-width:280px;height:auto;object-fit:cover}.not-found__actions{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:center;margin-top:.5rem}.not-found__btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1.125rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-primary);font-size:.875rem;font-weight:600;font-family:Arial,Helvetica,sans-serif;text-decoration:none;transition:border-color .15s ease,color .15s ease,background .15s ease}.not-found__btn:hover{border-color:#ea580c;color:#ea580c}.not-found__btn--primary{background:#ea580c;border-color:#ea580c;color:#ffffff}.not-found__btn--primary:hover{background:#c2410c;border-color:#c2410c;color:#ffffff}.not-found__btn--call:hover{border-color:#ea580c;color:#ea580c}