.telegram-section { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border-color, #2a2a2a); }
.telegram-section-title { font-size: 16px; font-weight: 600; color: var(--text-primary, #fff); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.telegram-status { display: flex; align-items: center; gap: 12px; padding: 16px; background: var(--bg-color, #0f0f0f); border-radius: 12px; margin-bottom: 16px; }
.telegram-status-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.telegram-status-icon.connected { background: rgba(34, 197, 94, 0.1); }
.telegram-status-icon.disconnected { background: rgba(239, 68, 68, 0.1); }
.telegram-code-block { background: var(--bg-color, #0f0f0f); border: 1px solid var(--border-color, #2a2a2a); border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 16px; }
.telegram-code { font-family: 'Fira Code', monospace; font-size: 32px; font-weight: 700; color: var(--primary-color); letter-spacing: 4px; margin-bottom: 12px; }
.telegram-btn { width: 100%; padding: 14px; border: none; border-radius: 12px; font-size: 14px; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }
.telegram-btn-primary { background: linear-gradient(135deg, #0088cc 0%, #005580 100%); color: white; }
.telegram-btn-danger { background: rgba(239, 68, 68, 0.1); color: #ef4444; border: 1px solid rgba(239, 68, 68, 0.3); }
    `;
