.mf-error {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--mf-space-6);
    text-align: center;
}

.mf-error__code {
    font-size: 96px;
    font-weight: 700;
    color: var(--mf-text-subtle);
    line-height: 1;
    margin: 0 0 var(--mf-space-4) 0;
    letter-spacing: -0.04em;
}

.mf-error__title {
    font-size: 24px;
    font-weight: 600;
    color: var(--mf-text);
    margin: 0 0 var(--mf-space-3) 0;
}

.mf-error__message {
    color: var(--mf-text-muted);
    max-width: 480px;
    margin: 0 0 var(--mf-space-6) 0;
    line-height: 1.6;
}
