.manage-integrations { padding: 56px 0; }
.integrations-header { margin-bottom: 28px; }
.integrations-title { font-size: 30px; font-weight: 700; letter-spacing: -0.01em; }
.integrations-description { color: #6b7280; max-width: 720px; }

.integrations-section { margin-top: 24px; }
.section-heading { font-size: 20px; font-weight: 600; margin-bottom: 12px; }

.connectors-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.connector-card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 18px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,0.04); transition: box-shadow 0.2s ease, transform 0.2s ease; }
.connector-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-2px); }
.connector-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 9999px; line-height: 1; }
.badge-beta { background: #f3e8ff; color: #7a0bc0; border: 1px solid #e9d5ff; }
.connector-icon { width: 20px; height: 20px; border-radius: 4px; }
.connector-title { font-size: 16px; font-weight: 700; margin: 0; }
.connector-subtitle { font-size: 12px; color: #374151; margin: 6px 0; }
.connector-developer { font-size: 12px; color: #6b7280; margin: 0; }
.connector-developer a { color: #111827; text-decoration: underline; }
.connector-description { font-size: 13px; color: #374151; line-height: 1.55; }

.connector-tools summary { cursor: pointer; color: #374151; }
.tools-list { font-size: 12px; color: #6b7280; margin-top: 8px; line-height: 1.4; }

.connector-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.connect-btn { background: #7a0bc0; color: #fff; border: none; padding: 9px 14px; border-radius: 8px; text-decoration: none; font-size: 13px; cursor: pointer; box-shadow: 0 1px 2px rgba(0,0,0,0.04); transition: background 0.2s ease, transform 0.05s ease; }
.connect-btn:hover { background: #690aa7; }
.connect-btn:active { transform: translateY(1px); }
.connect-btn.coming-soon { background: #9ca3af; cursor: not-allowed; }

.connection-indicator { display: flex; align-items: center; gap: 8px; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 9999px; background: #cc3344; }
.status-dot.connected { background: #28A745; }
.status-text { font-size: 12px; color: #6b7280; }

.connections-list { border: 1px dashed #e5e7eb; border-radius: 12px; padding: 28px; min-height: 72px; background: #fafafa; }
.empty-state { color: #6b7280; text-align: center; }

/* Homepage integrations highlight */
.integrations-highlight { padding: 48px 0; background: #fcfcff; }
.highlight-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.highlight-logo { width: 36px; height: 36px; }
.highlight-content { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 960px) {
  .highlight-content { grid-template-columns: 1fr 1fr; }
}
.highlight-text .feature-list { margin: 8px 0 0 16px; }
.highlight-visual { display: flex; justify-content: center; }
.jira-image { max-width: 520px; border-radius: 10px; border: 1px solid #e5e7eb; box-shadow: 0 4px 18px rgba(0,0,0,0.08); }

