.error-page-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 100px);
    padding: 40px 20px;
}

.error-page-content {
    text-align: center;
}

.error-page-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    opacity: 0.6;
}

.error-page-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.error-page-message {
    font-size: 18px;
    color: var(--color-text-secondary);
    margin-bottom: 24px;
    font-weight: 500;
}

.error-page-subtext {
    margin-bottom: 2rem;
    opacity: 0.7;
}

.error-page-link {
    color: var(--color-bg-active);
    text-decoration: none;
    font-weight: 500;
}

.error-page-link:hover {
    text-decoration: underline;
}

.error-page-link i {
    margin-right: 0.5rem;
}
