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

.error-image {
    max-width: 400px;
    border-radius: var(--radius-lg);
}

.error-page h1 {
    font-size: 3rem;
}

.error-page p {
    color: var(--text-secondary);
    font-size: 1.1rem;
}
