<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.social {
    margin: 1.5rem 0;
    width: 100%;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.divider span {
    padding: 0 1rem;
    color: var(--text-quaternary);
    font-size: 0.875rem;
}

.social-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.social-buttons form {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.social-btn:hover {
    transform: translateY(-2px);
    opacity: 0.95;
    transition: all 0.2s ease;
}

.social-btn i {
    font-size: 1.25rem;
}

.social-btn span {
    font-family: 'Poppins', sans-serif;
}

.facebook-btn {
    background: #1877F2 !important;
    color: white !important;
}

.google-btn {
    background: white !important;
    color: #000000DE !important;
    border: 1px solid #dadce0 !important;
}

.google-btn:hover {
    background: #f8f9fa !important;
    border-color: #dadce0 !important;
}

.telegram-btn {
    background: #26A5E4 !important;
    color: white !important;
}

.icons-only {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
}

.icons-only i {
    font-size: 32px;
}

.messenger-btn {
    background: linear-gradient(to right, #00c6ff, #0072ff);
}

.social-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.social-title .action-word {
    margin: 0 10px;
}

.horizontal-border {
    width: 20%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}</pre></body></html>