﻿.sad-pikachu {
    width: clamp(160px, 40vw, 320px);
}

.error-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 1rem;
    text-align: center;
}

    .error-page h1 {
        font-family: "PokemonSolid", sans-serif;
        font-size: clamp(48px, 10vw, 96px);
        color: var(--accent);
        margin: 0;
    }

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem;
    text-align: center;
    opacity: 0.8;
}
