/* =========================================
   Error Page
   ========================================= */

.dmu-error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 2rem 1rem;
}

.dmu-error-content {
    text-align: center;
    max-width: 460px;
}

.dmu-error-icon {
    margin-bottom: 0.5rem;
}

.dmu-error-icon [data-lucide],
.dmu-error-icon svg {
    width: 52px !important;
    height: 52px !important;
    stroke-width: 1.25 !important;
    color: var(--primary);
    opacity: 0.65;
}

.dmu-error-code {
    font-size: 7rem;
    font-weight: 800;
    line-height: 1;
    color: var(--primary);
    opacity: 0.08;
    margin-top: -0.75rem;
    margin-bottom: 0;
    user-select: none;
    pointer-events: none;
    letter-spacing: -0.04em;
}

.dmu-error-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    margin-top: -0.25rem;
}

.dmu-error-description {
    opacity: 0.55;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

.dmu-error-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}
