/* ========================================
   ESTILOS - PÁGINA 404
   ======================================== */

.error-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center;
}

.error-container {
    max-width: 30rem;
}

.error-code {
    font-size: 8rem;
    font-weight: 700;
    color: var(--primary-500);
    line-height: 1;
    display: block;
    margin-bottom: 1rem;
}

.error-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: 0.75rem;
}

.error-message {
    color: var(--gray-600);
    margin-bottom: 2rem;
}

.error-page .btn-primary-solid-shadow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
