﻿
.oauth-connect-container {
    justify-content: center;
}

.oauth-callback-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 1.5rem;
}

.oauth-card {
    width: 100%;
    max-width: 480px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.oauth-state {
    text-align: center;
}

.oauth-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.oauth-icon.success {
    background: #d1e7dd;
    color: #0f5132;
}

.oauth-icon.error {
    background: #f8d7da;
    color: #842029;
}

.oauth-details {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    text-align: left;
}
