.error-wrapper {
    padding: 40px 20px;
    background-color: #fcfcfc;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.error-card {
    max-width: 600px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.error-icon {
    font-size: 40px;
    color: #d73a49;
    margin-bottom: 16px;
}

.error-icon.info {
    color: #0366d6;
}

.error-card h1 {
    font-size: 24px;
    font-weight: 600;
    color: #24292e;
    margin-bottom: 24px;
    margin-top: 0;
}

.error-message {
    color: #586069;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 24px;
}

.error-message p {
    margin-bottom: 12px;
}

.error-message p:last-child {
    margin-bottom: 0;
}

.error-message .highlight {
    font-weight: 600;
    color: #24292e;
}

.btn-home {
    display: inline-block;
    background-color: #0366d6;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.btn-home:hover {
    background-color: #005cc5;
    color: #ffffff;
    text-decoration: none;
}

.error-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e4e8;
}
