.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.error-card {
    max-width: 480px;
    width: 100%;
    padding: 32px;
    text-align: center;
    border-radius: 18px;
}

.error-card h1 {
    font-size: 96px;
    line-height: 1;
    margin-bottom: 16px;
}

.error-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.error-text {
    opacity: 0.85;
    margin-bottom: 24px;
}

.error-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
