.synoveo-capability-card {
	position: relative;
}
.synoveo-card-overlay {
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,0.85);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}
.synoveo-card-overlay-content {
	text-align: center;
}
.synoveo-overlay-eyebrow { font-size: 12px; font-weight: 700; color: #4f46e5; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px; }
.synoveo-overlay-title { font-weight: 700; margin-bottom: 6px; font-size: 16px; }
.synoveo-overlay-desc { color: #6b7280; margin-bottom: 10px; }
.synoveo-card-overlay .synoveo-countdown { margin-top: 6px; font-size: 12px; color: #6b7280; }
/* Consistent badge styles for perfect alignment */
.synoveo-sync-badge,
.synoveo-status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
	height: 24px; /* Fixed height for perfect alignment */
	line-height: 1;
	box-sizing: border-box;
}

.synoveo-sync-badge {
	background: #eef2ff;
	color: #4f46e5;
}

.synoveo-status-badge {
	background: #dcfce7;
	color: #166534;
}

/* Email Verification Modal Styles */
.synoveo-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.synoveo-modal-content {
	background: white;
	border-radius: 8px;
	max-width: 500px;
	width: 90%;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.synoveo-modal-header {
	margin-bottom: 20px;
}

.synoveo-modal-header h3 {
	margin-top: 0;
	color: #333;
	font-size: 18px;
}

.synoveo-modal-body {
	margin-bottom: 20px;
}

.synoveo-modal-buttons {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 20px;
}

.synoveo-modal-buttons button {
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.synoveo-modal-buttons .button-primary {
	background-color: #0073aa;
	color: white;
}

.synoveo-modal-buttons .button-primary:hover {
	background-color: #005a87;
}

.synoveo-modal-buttons .button {
	background-color: #f1f1f1;
	color: #333;
}

.synoveo-modal-buttons .button:hover {
	background-color: #e1e1e1;
}

.synoveo-modal input[type="email"],
.synoveo-modal input[type="text"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	margin: 10px 0;
	box-sizing: border-box;
}

.synoveo-modal input[type="text"] {
	text-align: center;
	letter-spacing: 2px;
}

.synoveo-modal .code-expiry {
	text-align: center;
	color: #666;
	font-size: 12px;
	margin-top: 10px;
}

/* Modal step transitions */
.synoveo-modal-step {
	display: none;
}

.synoveo-modal-step.active {
	display: block;
}

/* Success step styling */
.synoveo-success-step {
	text-align: center;
	padding: 20px;
}

.synoveo-success-icon {
	font-size: 48px;
	margin-bottom: 20px;
	display: block;
}

.synoveo-success-title {
	color: #10b981;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.synoveo-success-message {
	margin-bottom: 20px;
	color: #666;
}

/* Wizard section transitions */
.synoveo-wizard-section {
	display: none;
}

.synoveo-wizard-section.active {
	display: block;
}

.synoveo-input {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	margin: 10px 0;
	box-sizing: border-box;
}

.synoveo-code-input {
	text-align: center;
	letter-spacing: 2px;
}

.synoveo-wizard-buttons {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 20px;
}

.synoveo-wizard-description {
	margin-bottom: 20px;
	color: #666;
	line-height: 1.5;
}

/* Card top row with perfect alignment */
.synoveo-card-top-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.synoveo-capability-status {
	display: flex;
	align-items: center;
}

/* Horizontal Cards Layout */
.synoveo-cards-horizontal {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 32px;
	align-items: stretch; /* Equal height for both cards */
}

/* KPI Showcase - Senior Designer Approach */
.synoveo-kpi-showcase {
	/* Base styling - clean white card */
	background: #ffffff;
	border-radius: 20px;
	padding: 32px 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.04);

	/* Layout - perfect centering */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 200px;

	/* Ensure equal height with plan card */
	flex: 1;
}

/* KPI Number - Hero element */
.synoveo-kpi-showcase .synoveo-kpi-number {
	font-size: 3.5rem;
	font-weight: 700;
	color: #10b981;
	margin: 0;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

/* KPI Label - Descriptive text */
.synoveo-kpi-showcase .synoveo-kpi-label {
	font-size: 16px;
	color: #64748b;
	margin: 12px 0 20px 0;
	line-height: 1.4;
	max-width: 280px;
	font-weight: 500;
}

/* Secondary row - Button container */
.synoveo-kpi-showcase .kpi-secondary-row {
	margin: 0;
}

/* Action button */
.synoveo-kpi-showcase .calculation-link-btn {
	background: #f8fafc;
	color: #475569;
	border: 1px solid #e2e8f0;
	padding: 10px 20px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.synoveo-kpi-showcase .calculation-link-btn:hover {
	background: #f1f5f9;
	border-color: #cbd5e1;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* iCloud-style Plan Card */
.synoveo-plan-card {
	background: linear-gradient(135deg, #4f9cf9 0%, #7c3aed 100%);
	border-radius: 20px;
	padding: 24px;
	color: white;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(79, 156, 249, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 200px;
}

.synoveo-plan-card::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
	border-radius: 50%;
	transform: translate(50%, -50%);
}

.synoveo-plan-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	position: relative;
	z-index: 2;
}

.synoveo-plan-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	opacity: 0.95;
}

.synoveo-plan-badge {
	background: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.synoveo-site-info {
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.synoveo-site-name {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 4px 0;
	opacity: 0.9;
}

.synoveo-site-url {
	font-size: 13px;
	opacity: 0.7;
	margin: 0;
}

.synoveo-quota-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	position: relative;
	z-index: 2;
}

.synoveo-quota-item {
	background: rgba(255, 255, 255, 0.15);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	padding: 12px;
	text-align: center;
}

.synoveo-quota-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	opacity: 0.8;
	margin: 0 0 4px 0;
}

.synoveo-quota-value {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.synoveo-quota-subtitle {
	font-size: 10px;
	opacity: 0.7;
	margin: 2px 0 0 0;
}

/* Responsive adjustments for horizontal cards */
@media (max-width: 768px) {
	.synoveo-cards-horizontal {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 24px;
	}

	.synoveo-kpi-showcase {
		padding: 24px 20px;
	}

	.synoveo-plan-card {
		padding: 20px;
	}

	.synoveo-plan-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.synoveo-plan-title {
		font-size: 20px;
	}

	.synoveo-quota-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

/* Tablet responsive */
@media (max-width: 1024px) and (min-width: 769px) {
	.synoveo-cards-horizontal {
		gap: 16px;
	}

	.synoveo-kpi-showcase {
		padding: 28px 20px;
	}

	.synoveo-plan-card {
		padding: 20px;
	}
}
/* Synoveo Apple-Inspired Admin Interface */

/* Reset and Base */
.synoveo-apple-container,
.synoveo-wizard-container,
.synoveo-success-container {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	background: #f5f7fa;
	min-height: 100vh;
	padding: 0;
	margin: 0 -20px;
}

/* Hero Section - iPhone Welcome Style */
.synoveo-hero-section {
	text-align: center;
	padding: 80px 40px 60px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	position: relative;
	overflow: hidden;
}

.synoveo-hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.1) 0%, transparent 50%);
}

.synoveo-logo-hero {
	font-size: 5em;
	margin-bottom: 30px;
	animation: float 3s ease-in-out infinite;
	position: relative;
	z-index: 2;
}

@keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

.synoveo-hero-title {
	font-size: 3.5em;
	font-weight: 200;
	margin: 0;
	letter-spacing: -2px;
	position: relative;
	z-index: 2;
}

.synoveo-hero-subtitle {
	font-size: 1.4em;
	font-weight: 300;
	opacity: 0.9;
	margin: 20px 0 0 0;
	position: relative;
	z-index: 2;
}

/* Potential Showcase - Apple Card Style */
.synoveo-potential-showcase {
	padding: 60px 40px;
	display: flex;
	justify-content: center;
}

.synoveo-potential-card {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 24px;
	padding: 50px 40px;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 500px;
	width: 100%;
}

.synoveo-potential-number {
	font-size: 5em;
	font-weight: 100;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 20px;
	line-height: 1;
}

.synoveo-potential-label {
	font-size: 1.3em;
	color: #2c3e50;
	margin: 0 0 10px 0;
	font-weight: 500;
}

.synoveo-potential-basis {
	color: #6c757d;
	font-size: 1em;
	margin: 0;
}

/* CTA Section - Apple Button Style */
.synoveo-action-section {
	padding: 40px;
	text-align: center;
}

.synoveo-cta-magic {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	border-radius: 50px;
	padding: 20px 50px;
	color: white;
	font-size: 1.2em;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 300px;
}

.synoveo-cta-magic:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 50px rgba(102, 126, 234, 0.4);
}

.synoveo-cta-magic:active {
	transform: translateY(-2px) scale(0.98);
}

.synoveo-cta-icon {
	font-size: 1.5em;
	margin-bottom: 5px;
	animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
	0%, 100% { transform: scale(1) rotate(0deg); }
	50% { transform: scale(1.1) rotate(5deg); }
}

.synoveo-cta-text {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.synoveo-cta-subtitle {
	font-size: 0.9em;
	opacity: 0.8;
	font-weight: 400;
}

/* Trust Indicators - Apple Clean Style */
.synoveo-trust-indicators {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 40px;
	flex-wrap: wrap;
}

.synoveo-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #6c757d;
	font-weight: 500;
}

.synoveo-trust-icon {
	font-size: 1.2em;
}

/* Success Dashboard - Apple Metrics Style */
.synoveo-success-container {
	background: #f5f7fa;
	min-height: 100vh;
	padding: 40px;
}

.synoveo-success-header {
	text-align: center;
	margin-bottom: 60px;
}

.synoveo-success-header h1 {
	font-size: 3em;
	font-weight: 200;
	color: #2c3e50;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
}

.synoveo-metrics-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-bottom: 60px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.synoveo-metric-card {
	background: white;
	border-radius: 20px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.synoveo-metric-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.synoveo-metric-number {
	font-size: 3.5em;
	font-weight: 100;
	color: #28a745;
	margin-bottom: 15px;
	line-height: 1;
}

.synoveo-metric-label {
	font-size: 1.1em;
	color: #2c3e50;
	margin-bottom: 5px;
	font-weight: 500;
}

.synoveo-metric-period {
	color: #6c757d;
	font-size: 0.9em;
}

/* Upgrade Prompt - Apple Card Style */
.synoveo-upgrade-prompt-apple {
	background: white;
	border-radius: 24px;
	padding: 50px 40px;
	text-align: center;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.synoveo-upgrade-button {
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
	border: none;
	border-radius: 16px;
	padding: 20px 30px;
	color: white;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 30px auto;
	min-width: 280px;
}

.synoveo-upgrade-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
}

.synoveo-upgrade-icon {
	font-size: 1.5em;
}

.synoveo-upgrade-title {
	font-size: 1.2em;
	font-weight: 600;
}

.synoveo-upgrade-subtitle {
	font-size: 0.9em;
	opacity: 0.9;
}

/* Quick Actions - iOS Control Center Style */
.synoveo-quick-actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	max-width: 800px;
	margin: 0 auto;
}

.synoveo-action-button {
	background: white;
	border: none;
	border-radius: 16px;
	padding: 25px 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	color: #2c3e50;
	font-weight: 500;
}

.synoveo-action-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.synoveo-action-icon {
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
}

/* Setup Wizard - Apple Setup Style */
.synoveo-wizard-container {
	background: white;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
}

.synoveo-wizard-progress {
	width: 100%;
	max-width: 400px;
	margin-bottom: 60px;
}

.synoveo-progress-bar {
	width: 100%;
	height: 6px;
	background: #e9ecef;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 20px;
}

.synoveo-progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #667eea, #764ba2);
	border-radius: 3px;
	transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	width: 0%;
}

.synoveo-progress-text {
	text-align: center;
	color: #6c757d;
	font-size: 1.1em;
	margin: 0;
}

/* Mobile Responsive - iPhone Standards */
@media (max-width: 768px) {
	.synoveo-hero-section {
		padding: 60px 30px 40px;
	}

	.synoveo-hero-title {
		font-size: 2.5em;
	}

	.synoveo-potential-number {
		font-size: 3.5em;
	}

	.synoveo-metrics-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.synoveo-quick-actions {
		grid-template-columns: 1fr;
	}

	.synoveo-trust-indicators {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
}

/* Dark Mode Support (iOS 13+) */
@media (prefers-color-scheme: dark) {
	.synoveo-apple-container {
		background: #1a1a1a;
		color: #ffffff;
	}

	.synoveo-potential-card {
		background: rgba(28, 28, 30, 0.95);
		border: 1px solid rgba(255, 255, 255, 0.1);
	}

	.synoveo-metric-card {
		background: #1c1c1e;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}

	.synoveo-action-button {
		background: #1c1c1e;
		color: white;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
}

/* Loading Animations - Apple Quality */
.synoveo-loading-dots {
	display: inline-flex;
	gap: 4px;
}

.synoveo-loading-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #667eea;
	animation: loading-bounce 1.4s ease-in-out infinite both;
}

.synoveo-loading-dot:nth-child(1) { animation-delay: -0.32s; }
.synoveo-loading-dot:nth-child(2) { animation-delay: -0.16s; }
.synoveo-loading-dot:nth-child(3) { animation-delay: 0s; }

@keyframes loading-bounce {
	0%, 80%, 100% {
		transform: scale(0);
		opacity: 0.5;
	}
	40% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Success Animations */
.synoveo-success-animation {
	animation: success-bounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes success-bounce {
	0% { transform: scale(0); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

/* Micro-interactions */
.synoveo-interactive {
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.synoveo-interactive:hover {
	transform: translateY(-2px);
}

.synoveo-interactive:active {
	transform: translateY(0) scale(0.98);
}

/* Focus States - Apple Accessibility */
.synoveo-cta-magic:focus,
.synoveo-action-button:focus,
.synoveo-upgrade-button:focus {
	outline: 3px solid #667eea;
	outline-offset: 2px;
}

/* Premium Feel - Glassmorphism */
.synoveo-glass {
	background: rgba(255, 255, 255, 0.25);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Typography Scale - Apple System */
.synoveo-text-xs { font-size: 0.75rem; }
.synoveo-text-sm { font-size: 0.875rem; }
.synoveo-text-base { font-size: 1rem; }
.synoveo-text-lg { font-size: 1.125rem; }
.synoveo-text-xl { font-size: 1.25rem; }
.synoveo-text-2xl { font-size: 1.5rem; }
.synoveo-text-3xl { font-size: 1.875rem; }
.synoveo-text-4xl { font-size: 2.25rem; }

/* Font Weights - Apple System */
.synoveo-font-thin { font-weight: 100; }
.synoveo-font-light { font-weight: 300; }
.synoveo-font-normal { font-weight: 400; }
.synoveo-font-medium { font-weight: 500; }
.synoveo-font-semibold { font-weight: 600; }
.synoveo-font-bold { font-weight: 700; }

/* Spacing System - Apple 8pt Grid */
.synoveo-p-1 { padding: 0.25rem; }
.synoveo-p-2 { padding: 0.5rem; }
.synoveo-p-3 { padding: 0.75rem; }
.synoveo-p-4 { padding: 1rem; }
.synoveo-p-5 { padding: 1.25rem; }
.synoveo-p-6 { padding: 1.5rem; }
.synoveo-p-8 { padding: 2rem; }
.synoveo-p-10 { padding: 2.5rem; }
.synoveo-p-12 { padding: 3rem; }

/* Hide WordPress Admin Clutter */
.synoveo-apple-container .notice,
.synoveo-wizard-container .notice,
.synoveo-success-container .notice {
	display: none !important;
}

/* Full-screen experience when needed */
.synoveo-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: white;
	z-index: 999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* Smooth page transitions */
.synoveo-page-transition {
	animation: page-slide-in 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes page-slide-in {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Admin menu icon sizing for Synoveo (left sidebar) */
#adminmenu li#toplevel_page_synoveo-dashboard .wp-menu-image {
	float: left;
	width: 36px;
	height: 34px;
	margin: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #a7aaad; /* not used by <img>, kept for consistency */
}

#adminmenu li#toplevel_page_synoveo-dashboard .wp-menu-image img {
	width: 20px;          /* WordPress menu icon spec */
	height: 20px;
	display: block;
	margin: 0;            /* centered by flex on container */
	filter: grayscale(100%) brightness(.9) contrast(.9); /* default muted */
	opacity: 1;
	transition: filter .2s ease;
}

#adminmenu li#toplevel_page_synoveo-dashboard:hover .wp-menu-image img,
#adminmenu li#toplevel_page_synoveo-dashboard.wp-has-current-submenu .wp-menu-image img,
#adminmenu li#toplevel_page_synoveo-dashboard.current .wp-menu-image img,
#adminmenu li#toplevel_page_synoveo-dashboard:focus .wp-menu-image img {
	filter: invert(1) brightness(2) contrast(1); /* white on blue */
}
/* Reset and Base */
.synoveo-apple-container,
.synoveo-wizard-container,
.synoveo-success-container {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	background: #f5f7fa;
	min-height: 100vh;
	padding: 0;
	margin: 0 -20px;
}

/* Hero Section - iPhone Welcome Style */
.synoveo-hero-section {
	text-align: center;
	padding: 80px 40px 60px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	position: relative;
	overflow: hidden;
}

.synoveo-hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.1) 0%, transparent 50%);
}

.synoveo-logo-hero {
	font-size: 5em;
	margin-bottom: 30px;
	animation: float 3s ease-in-out infinite;
	position: relative;
	z-index: 2;
}

@keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

.synoveo-hero-title {
	font-size: 3.5em;
	font-weight: 200;
	margin: 0;
	letter-spacing: -2px;
	position: relative;
	z-index: 2;
}

.synoveo-hero-subtitle {
	font-size: 1.4em;
	font-weight: 300;
	opacity: 0.9;
	margin: 20px 0 0 0;
	position: relative;
	z-index: 2;
}

/* Potential Showcase - Apple Card Style */
.synoveo-potential-showcase {
	padding: 60px 40px;
	display: flex;
	justify-content: center;
}

.synoveo-potential-card {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 24px;
	padding: 50px 40px;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 500px;
	width: 100%;
}

.synoveo-potential-number {
	font-size: 5em;
	font-weight: 100;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 20px;
	line-height: 1;
}

.synoveo-potential-label {
	font-size: 1.3em;
	color: #2c3e50;
	margin: 0 0 10px 0;
	font-weight: 500;
}

.synoveo-potential-basis {
	color: #6c757d;
	font-size: 1em;
	margin: 0;
}

/* CTA Section - Apple Button Style */
.synoveo-action-section {
	padding: 40px;
	text-align: center;
}

.synoveo-cta-magic {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	border-radius: 50px;
	padding: 20px 50px;
	color: white;
	font-size: 1.2em;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 300px;
}

.synoveo-cta-magic:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 50px rgba(102, 126, 234, 0.4);
}

.synoveo-cta-magic:active {
	transform: translateY(-2px) scale(0.98);
}

.synoveo-cta-icon {
	font-size: 1.5em;
	margin-bottom: 5px;
	animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
	0%, 100% { transform: scale(1) rotate(0deg); }
	50% { transform: scale(1.1) rotate(5deg); }
}

.synoveo-cta-text {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.synoveo-cta-subtitle {
	font-size: 0.9em;
	opacity: 0.8;
	font-weight: 400;
}

/* Trust Indicators - Apple Clean Style */
.synoveo-trust-indicators {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 40px;
	flex-wrap: wrap;
}

.synoveo-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #6c757d;
	font-weight: 500;
}

.synoveo-trust-icon {
	font-size: 1.2em;
}

/* Success Dashboard - Apple Metrics Style */
.synoveo-success-container {
	background: #f5f7fa;
	min-height: 100vh;
	padding: 40px;
}

.synoveo-success-header {
	text-align: center;
	margin-bottom: 60px;
}

.synoveo-success-header h1 {
	font-size: 3em;
	font-weight: 200;
	color: #2c3e50;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
}

.synoveo-metrics-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-bottom: 60px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.synoveo-metric-card {
	background: white;
	border-radius: 20px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.synoveo-metric-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.synoveo-metric-number {
	font-size: 3.5em;
	font-weight: 100;
	color: #28a745;
	margin-bottom: 15px;
	line-height: 1;
}

.synoveo-metric-label {
	font-size: 1.1em;
	color: #2c3e50;
	margin-bottom: 5px;
	font-weight: 500;
}

.synoveo-metric-period {
	color: #6c757d;
	font-size: 0.9em;
}

/* Upgrade Prompt - Apple Card Style */
.synoveo-upgrade-prompt-apple {
	background: white;
	border-radius: 24px;
	padding: 50px 40px;
	text-align: center;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.synoveo-upgrade-button {
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
	border: none;
	border-radius: 16px;
	padding: 20px 30px;
	color: white;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 30px auto;
	min-width: 280px;
}

.synoveo-upgrade-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
}

.synoveo-upgrade-icon {
	font-size: 1.5em;
}

.synoveo-upgrade-title {
	font-size: 1.2em;
	font-weight: 600;
}

.synoveo-upgrade-subtitle {
	font-size: 0.9em;
	opacity: 0.9;
}

/* Quick Actions - iOS Control Center Style */
.synoveo-quick-actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	max-width: 800px;
	margin: 0 auto;
}

.synoveo-action-button {
	background: white;
	border: none;
	border-radius: 16px;
	padding: 25px 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	color: #2c3e50;
	font-weight: 500;
}

.synoveo-action-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.synoveo-action-icon {
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
}

/* Setup Wizard - Apple Setup Style */
.synoveo-wizard-container {
	background: white;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
}

.synoveo-wizard-progress {
	width: 100%;
	max-width: 400px;
	margin-bottom: 60px;
}

.synoveo-progress-bar {
	width: 100%;
	height: 6px;
	background: #e9ecef;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 20px;
}

.synoveo-progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #667eea, #764ba2);
	border-radius: 3px;
	transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	width: 0%;
}

.synoveo-progress-text {
	text-align: center;
	color: #6c757d;
	font-size: 1.1em;
	margin: 0;
}

/* Mobile Responsive - iPhone Standards */
@media (max-width: 768px) {
	.synoveo-hero-section {
		padding: 60px 30px 40px;
	}

	.synoveo-hero-title {
		font-size: 2.5em;
	}

	.synoveo-potential-number {
		font-size: 3.5em;
	}

	.synoveo-metrics-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.synoveo-quick-actions {
		grid-template-columns: 1fr;
	}

	.synoveo-trust-indicators {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
}

/* Dark Mode Support (iOS 13+) */
@media (prefers-color-scheme: dark) {
	.synoveo-apple-container {
		background: #1a1a1a;
		color: #ffffff;
	}

	.synoveo-potential-card {
		background: rgba(28, 28, 30, 0.95);
		border: 1px solid rgba(255, 255, 255, 0.1);
	}

	.synoveo-metric-card {
		background: #1c1c1e;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}

	.synoveo-action-button {
		background: #1c1c1e;
		color: white;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
}

/* Loading Animations - Apple Quality */
.synoveo-loading-dots {
	display: inline-flex;
	gap: 4px;
}

.synoveo-loading-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #667eea;
	animation: loading-bounce 1.4s ease-in-out infinite both;
}

.synoveo-loading-dot:nth-child(1) { animation-delay: -0.32s; }
.synoveo-loading-dot:nth-child(2) { animation-delay: -0.16s; }
.synoveo-loading-dot:nth-child(3) { animation-delay: 0s; }

@keyframes loading-bounce {
	0%, 80%, 100% {
		transform: scale(0);
		opacity: 0.5;
	}
	40% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Success Animations */
.synoveo-success-animation {
	animation: success-bounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes success-bounce {
	0% { transform: scale(0); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

/* Micro-interactions */
.synoveo-interactive {
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.synoveo-interactive:hover {
	transform: translateY(-2px);
}

.synoveo-interactive:active {
	transform: translateY(0) scale(0.98);
}

/* Focus States - Apple Accessibility */
.synoveo-cta-magic:focus,
.synoveo-action-button:focus,
.synoveo-upgrade-button:focus {
	outline: 3px solid #667eea;
	outline-offset: 2px;
}

/* Premium Feel - Glassmorphism */
.synoveo-glass {
	background: rgba(255, 255, 255, 0.25);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Typography Scale - Apple System */
.synoveo-text-xs { font-size: 0.75rem; }
.synoveo-text-sm { font-size: 0.875rem; }
.synoveo-text-base { font-size: 1rem; }
.synoveo-text-lg { font-size: 1.125rem; }
.synoveo-text-xl { font-size: 1.25rem; }
.synoveo-text-2xl { font-size: 1.5rem; }
.synoveo-text-3xl { font-size: 1.875rem; }
.synoveo-text-4xl { font-size: 2.25rem; }

/* Font Weights - Apple System */
.synoveo-font-thin { font-weight: 100; }
.synoveo-font-light { font-weight: 300; }
.synoveo-font-normal { font-weight: 400; }
.synoveo-font-medium { font-weight: 500; }
.synoveo-font-semibold { font-weight: 600; }
.synoveo-font-bold { font-weight: 700; }

/* Spacing System - Apple 8pt Grid */
.synoveo-p-1 { padding: 0.25rem; }
.synoveo-p-2 { padding: 0.5rem; }
.synoveo-p-3 { padding: 0.75rem; }
.synoveo-p-4 { padding: 1rem; }
.synoveo-p-5 { padding: 1.25rem; }
.synoveo-p-6 { padding: 1.5rem; }
.synoveo-p-8 { padding: 2rem; }
.synoveo-p-10 { padding: 2.5rem; }
.synoveo-p-12 { padding: 3rem; }

/* Hide WordPress Admin Clutter */
.synoveo-apple-container .notice,
.synoveo-wizard-container .notice,
.synoveo-success-container .notice {
	display: none !important;
}

/* Full-screen experience when needed */
.synoveo-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: white;
	z-index: 999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* Smooth page transitions */
.synoveo-page-transition {
	animation: page-slide-in 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes page-slide-in {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ====================================
   ADMIN LOGS PAGE - Extracted from admin-logs.php
   ==================================== */.synoveo-admin-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.synoveo-card {
	background: #fff;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	padding: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.synoveo-status-healthy { border-left: 4px solid #00a32a; }
.synoveo-status-moderate { border-left: 4px solid #dba617; }
.synoveo-status-warning { border-left: 4px solid #d63638; }
.synoveo-status-critical { border-left: 4px solid #8b0000; }

.synoveo-status-badge {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.synoveo-status-badge.synoveo-status-success { background: #00a32a; color: white; }
.synoveo-status-badge.synoveo-status-error { background: #d63638; color: white; }
.synoveo-status-badge.synoveo-status-rate_limited { background: #dba617; color: white; }
.synoveo-status-badge.synoveo-status-healthy { background: #00a32a; color: white; }
.synoveo-status-badge.synoveo-status-moderate { background: #dba617; color: white; }
.synoveo-status-badge.synoveo-status-warning { background: #d63638; color: white; }
.synoveo-status-badge.synoveo-status-critical { background: #8b0000; color: white; }

.synoveo-limits-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin: 15px 0;
}

.synoveo-limit-item {
	padding: 10px;
	background: #f6f7f7;
	border-radius: 4px;
}

.synoveo-progress-bar {
	width: 100%;
	height: 8px;
	background: #ddd;
	border-radius: 4px;
	margin: 5px 0;
	overflow: hidden;
}

.synoveo-progress-fill {
	height: 100%;
	background: #00a32a;
	transition: width 0.3s ease;
}

.synoveo-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.synoveo-stat-item {
	text-align: center;
	padding: 15px;
	background: #f6f7f7;
	border-radius: 4px;
}

.synoveo-stat-number {
	font-size: 24px;
	font-weight: bold;
	color: #1d2327;
}

.synoveo-stat-label {
	font-size: 12px;
	color: #646970;
	margin-top: 5px;
}

.synoveo-filter-row {
	display: grid;
	grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto auto;
	gap: 10px;
	align-items: center;
}

.synoveo-errors-list {
	max-height: 300px;
	overflow-y: auto;
}

.synoveo-error-item {
	padding: 10px;
	border: 1px solid #d63638;
	border-radius: 4px;
	margin-bottom: 10px;
	background: #fff2f2;
}

.synoveo-error-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.synoveo-error-code {
	background: #d63638;
	color: white;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 11px;
}

.synoveo-maintenance-actions {
	display: flex;
	gap: 10px;
}

/* DELETED: Old modal system #1 - now consolidated in modals.css */

.synoveo-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}

.synoveo-modal-close {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

.synoveo-modal-body {
	padding: 20px;
	max-height: 500px;
	overflow-y: auto;
}

.synoveo-log-details pre {
	background: #f6f7f7;
	padding: 10px;
	border-radius: 4px;
	overflow-x: auto;
	white-space: pre-wrap;
	font-size: 12px;
}

@media (max-width: 768px) {
	.synoveo-admin-cards {
		grid-template-columns: 1fr;
	}
	
	.synoveo-stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.synoveo-filter-row {
		grid-template-columns: 1fr;
	}
}

/* ====================================
   ADMIN SETTINGS - SUPPORT MODAL - Extracted from admin-settings.php (block 1)
   ==================================== */	.synoveo-support-card {
		border-left: 4px solid #2196F3;
		text-align: center;
	}

	.synoveo-support-actions {
		margin: 20px 0;
	}

	.synoveo-support-note {
		background: #f0f8ff;
		padding: 12px;
		margin-top: 15px;
		border-radius: 4px;
		border: 1px solid #e3f2fd;
	}

	.synoveo-modal {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 100000;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.synoveo-modal-content {
		background: white;
		border-radius: 8px;
		width: 90%;
		max-width: 600px;
		max-height: 90vh;
		overflow-y: auto;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	}

	.synoveo-modal-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 25px;
		border-bottom: 1px solid #eee;
		background: #f8f9fa;
		border-radius: 8px 8px 0 0;
	}

	.synoveo-modal-header h3 {
		margin: 0;
		color: #333;
	}

	.synoveo-modal-close {
		background: none;
		border: none;
		font-size: 24px;
		cursor: pointer;
		color: #666;
		padding: 0;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.synoveo-modal-close:hover {
		color: #000;
		background: #f0f0f0;
	}

	#synoveo-support-form {
		padding: 25px;
	}

	.synoveo-form-group {
		margin-bottom: 20px;
	}

	.synoveo-form-group label {
		display: block;
		margin-bottom: 6px;
		font-weight: 600;
		color: #333;
	}

	.synoveo-form-group input,
	.synoveo-form-group select,
	.synoveo-form-group textarea {
		width: 100%;
		padding: 10px 12px;
		border: 1px solid #ddd;
		border-radius: 4px;
		font-size: 14px;
		box-sizing: border-box;
	}

	.synoveo-form-group input:focus,
	.synoveo-form-group select:focus,
	.synoveo-form-group textarea:focus {
		border-color: #2196F3;
		outline: none;
		box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.1);
	}

	.synoveo-form-group textarea {
		resize: vertical;
		min-height: 100px;
		font-family: inherit;
	}

	.synoveo-form-actions {
		display: flex;
		gap: 10px;
		justify-content: flex-end;
		margin-top: 25px;
		padding-top: 20px;
		border-top: 1px solid #eee;
	}

	.synoveo-form-actions .button-primary {
		background: #2196F3;
		border-color: #2196F3;
		padding: 10px 20px;
	}

	.synoveo-form-actions .button-primary:hover {
		background: #1976D2;
		border-color: #1976D2;
	}

	.synoveo-form-actions .button {
		padding: 10px 20px;
	}

	/* Responsive */
	@media (max-width: 600px) {
		.synoveo-modal-content {
			width: 95%;
			margin: 20px;
		}
		
		.synoveo-form-actions {
			flex-direction: column;
		}
		
		.synoveo-form-actions .button {
			width: 100%;
		}
	}

/* ====================================
   ADMIN SETTINGS - PAGE LAYOUT - Extracted from admin-settings.php (block 2)
   ==================================== */.synoveo-settings-card {
	background: #fff;
	border: 1px solid #ccd0d4;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.synoveo-status-overview {
	background: #f8fafc;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.synoveo-status-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.synoveo-status-indicator {
	display: flex;
	align-items: center;
	gap: 12px;
}

.synoveo-status-indicator.connected {
	color: #166534;
}

.synoveo-status-indicator.disconnected {
	color: #92400e;
}

.synoveo-status-icon {
	font-size: 1.5rem;
}

.synoveo-status-text {
	display: flex;
	flex-direction: column;
}

.synoveo-status-actions {
	display: flex;
	gap: 8px;
}

.synoveo-connection-details-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 12px;
}

.synoveo-detail-item {
	display: flex;
	flex-direction: column;
	padding: 12px;
	background: white;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
}

.synoveo-settings-actions {
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.synoveo-troubleshooting-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.synoveo-activity-list {
	max-height: 300px;
	overflow-y: auto;
}

.synoveo-activity-item {
	padding: 12px;
	border-bottom: 1px solid #e2e8f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.synoveo-activity-info {
	display: flex;
	align-items: center;
	gap: 12px;
}

.synoveo-activity-status.success {
	background: #dcfce7;
	color: #166534;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 0.75rem;
}

.synoveo-activity-status.error {
	background: #fecaca;
	color: #991b1b;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 0.75rem;
}

.synoveo-activity-time {
	font-size: 0.875rem;
	color: #64748b;
}

.synoveo-activity-error {
	font-size: 0.875rem;
	color: #ef4444;
	margin-top: 4px;
}

/* Plugin card styles moved to dashboard.css - using new design system */

.synoveo-plugin-name {
	font-weight: 600;
	color: #1f2937;
}

.synoveo-plugin-status {
	margin-left: auto;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 10px;
	background: #f1f5f9;
	color: #475569;
}

.synoveo-plugin-status.detected { background: #dcfce7; color: #166534; }
.synoveo-plugin-status.missing { background: #fee2e2; color: #991b1b; }

/* DELETED: Duplicate modal system #2 - now consolidated in modals.css */

@media (max-width: 768px) {
	.synoveo-status-main {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	
	.synoveo-connection-details-grid {
		grid-template-columns: 1fr;
	}
}

/* Visual Connection Flow */
.synoveo-connection-flow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
	padding: 25px;
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
	border-radius: 12px;
	border: 1px solid #e5e7eb;
}

.flow-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 15px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	transition: transform 0.2s ease;
}

.flow-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.flow-logo {
	height: 40px;
	width: auto;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.flow-label {
	font-size: 12px;
	font-weight: 600;
	color: #374151;
	text-align: center;
}

.flow-arrow {
	display: flex;
	align-items: center;
	color: #4f46e5;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}

.arrow-line {
	width: 30px;
	height: 2px;
	background: #4f46e5;
	margin-right: -8px;
}

.arrow-head {
	font-size: 20px;
	color: #4f46e5;
}

/* Connected state animation */
.synoveo-connection-flow.connected .flow-arrow {
	animation: pulse-arrow 2s infinite;
}

.synoveo-connection-flow.connected .flow-arrow .arrow-line,
.synoveo-connection-flow.connected .flow-arrow .arrow-head {
	background: #10b981;
	color: #10b981;
}

/* Disconnected state */
.synoveo-connection-flow.disconnected .flow-arrow .arrow-line,
.synoveo-connection-flow.disconnected .flow-arrow .arrow-head {
	background: #d1d5db;
	color: #d1d5db;
}

.synoveo-connection-flow.disconnected .flow-item:last-child {
	opacity: 0.5;
	filter: grayscale(1);
}

@keyframes pulse-arrow {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.6; }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	.synoveo-connection-flow {
		flex-direction: column;
		gap: 15px;
	}
	
	.flow-arrow {
		transform: rotate(90deg);
	}
	
	.arrow-line {
		width: 20px;
	}
}

/* ====================================
   DASHBOARD CAPABILITIES - MAIN STYLES - Extracted from dashboard-capabilities.php (block 1)
   ==================================== *//* Capability Grid Styles */
.synoveo-capabilities-dashboard {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Connection Status Banner */
.synoveo-connection-banner {
	margin-bottom: 20px;
	border-radius: 12px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	animation: slideDown 0.3s ease-out;
}

.synoveo-connection-banner.connected {
	background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
	border: 1px solid #16a34a;
	color: #166534;
}

.synoveo-connection-banner.disconnected {
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
	border: 1px solid #d97706;
	color: #92400e;
}

.synoveo-connection-banner.error {
	background: linear-gradient(135deg, #fecaca 0%, #fca5a5 100%);
	border: 1px solid #dc2626;
	color: #991b1b;
}

.synoveo-connection-info {
	display: flex;
	align-items: center;
	gap: 12px;
}

.synoveo-connection-icon {
	font-size: 1.25rem;
}

.synoveo-connection-text {
	display: flex;
	flex-direction: column;
}

.synoveo-connection-title {
	font-weight: 600;
	margin: 0;
}

.synoveo-connection-subtitle {
	font-size: 0.875rem;
	opacity: 0.8;
	margin: 0;
}

.synoveo-connection-actions {
	display: flex;
	gap: 8px;
}

.synoveo-connection-btn {
	padding: 8px 16px;
	border-radius: 6px;
	border: none;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
}

.synoveo-connection-btn.primary {
	background: #4f46e5;
	color: white;
}

.synoveo-connection-btn.primary:hover {
	background: #2563eb;
}

.synoveo-connection-btn.secondary {
	background: rgba(255, 255, 255, 0.8);
	color: inherit;
	border: 1px solid currentColor;
}

.synoveo-connection-btn.secondary:hover {
	background: rgba(255, 255, 255, 1);
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Connection Settings Modal */
.synoveo-connection-details {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.synoveo-detail-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
	background: #f8fafc;
	border-radius: 6px;
	border: 1px solid #e2e8f0;
}

.synoveo-detail-actions {
	display: flex;
	gap: 12px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e2e8f0;
}

.synoveo-loading {
	text-align: center;
	padding: 40px;
	color: #64748b;
}

.synoveo-error {
	text-align: center;
	padding: 20px;
	color: #ef4444;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 6px;
}

.synoveo-status-connected {
	background: #dcfce7;
	color: #166534;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 0.875rem;
	font-weight: 600;
}

.synoveo-status-disconnected {
	background: #fef3c7;
	color: #92400e;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 0.875rem;
	font-weight: 600;
}

.synoveo-hero-section {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 16px;
	padding: 40px;
	margin-bottom: 30px;
	color: white;
	position: relative;
	overflow: hidden;
}

.synoveo-hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
	pointer-events: none;
}

.hero-branding {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.brand-logos {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.hero-logo {
	height: 60px;
	width: auto;
	filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.partnership-indicator {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.15);
	padding: 10px 16px;
	border-radius: 25px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}

.partnership-text {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

.google-partner-logo {
	height: 28px;
	width: auto;
	flex-shrink: 0;
}

.hero-content {
	flex: 1;
	text-align: right;
}

.gradient-text {
	background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: block;
	font-size: 36px;
	font-weight: 700;
}

.subtitle-text {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	opacity: 0.95;
	margin-top: 5px;
	letter-spacing: 0.5px;
	line-height: 1.4;
}

.synoveo-hero-icon {
	font-size: 3rem;
	margin-bottom: 16px;
	animation: float 3s ease-in-out infinite;
}

.synoveo-hero-title {
	margin: 0 0 10px 0;
	line-height: 1.2;
}

.synoveo-hero-subtitle {
	margin: 0 0 20px 0;
	font-size: 16px;
	opacity: 0.9;
	font-weight: 500;
}

/* KPI styles moved to admin.css for consistency */

.kpi-secondary-row {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.calculation-link-btn {
	border: 1px solid #e5e7eb;
	background: #ffffff;
	color: #4f46e5;
	font-weight: 600;
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 9999px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.calculation-link-btn:hover {
	background: #f5f3ff;
	border-color: #c7d2fe;
}

/* DELETED: Old modal system #3 - now consolidated in modals.css */

.calculation-steps {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px 0;
}

.calc-step {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 20px;
	background: #f8fafc;
	border-radius: 12px;
	border-left: 4px solid #4f46e5;
}

.calc-number {
	background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
	color: white;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	flex-shrink: 0;
}

.calc-content h5 {
	margin: 0 0 8px 0;
	color: #1f2937;
	font-size: 16px;
	font-weight: 600;
}

.calc-content p {
	margin: 0;
	color: #6b7280;
	line-height: 1.5;
}

.calculation-formula {
	background: #eff6ff;
	border: 1px solid #dbeafe;
	border-radius: 12px;
	padding: 20px;
	margin: 20px 0;
}

.formula-box {
	background: white;
	padding: 15px;
	border-radius: 8px;
	font-family: monospace;
	font-size: 14px;
	line-height: 1.6;
	border: 1px solid #e5e7eb;
}

.formula-part {
	color: #4f46e5;
	font-weight: 600;
}

.formula-operator {
	color: #059669;
	font-weight: bold;
	margin: 0 8px;
}

.data-sources {
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 12px;
	padding: 20px;
	margin: 20px 0;
}

.data-sources ul {
	margin: 10px 0 0 0;
	padding-left: 20px;
}

.data-sources li {
	margin-bottom: 8px;
	color: #374151;
	line-height: 1.5;
}

.confidence-note {
	background: #fef3c7;
	border: 1px solid #fcd34d;
	border-radius: 8px;
	padding: 15px;
	color: #92400e;
	font-size: 14px;
	line-height: 1.5;
}

.synoveo-capabilities-grid {
	margin-bottom: 40px;
}

.synoveo-grid-title {
	font-size: 1.875rem;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 8px 0;
	text-align: center;
}

.synoveo-grid-subtitle {
	font-size: 1rem;
	color: #64748b;
	margin: 0 0 32px 0;
	text-align: center;
}

.synoveo-capabilities-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
	margin-bottom: 32px;
}

.synoveo-capability-card {
	background: white;
	border-radius: 12px;
	padding: 24px;
	border: 2px solid #f1f5f9;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.synoveo-capability-card:hover {
	border-color: #4f46e5;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.synoveo-capability-header {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	margin-top: 20px;
}

.synoveo-capability-icon {
	font-size: 1.5rem;
	margin-right: 12px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8fafc;
	border-radius: 8px;
}

.synoveo-capability-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: #1e293b;
	margin: 0;
	flex: 1;
}

.synoveo-capability-status {
	position: absolute;
	top: 16px;
	right: 16px;
}

.synoveo-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	position: relative;
}

/* Tooltip container */
.synoveo-status-badge.has-tooltip {
	cursor: help;
}

.synoveo-tooltip {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 8px;
	background: white;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	width: 320px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.synoveo-status-badge:hover .synoveo-tooltip,
.synoveo-status-badge:focus .synoveo-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.synoveo-tooltip-title {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: white;
	padding: 12px 16px;
	border-radius: 12px 12px 0 0;
	font-weight: 700;
	font-size: 0.875rem;
	border-bottom: 1px solid #f59e0b;
}

.synoveo-status-sync_error .synoveo-tooltip-title {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
	border-bottom-color: #ef4444;
}

.synoveo-tooltip-content {
	padding: 16px;
	color: #374151;
	font-size: 0.813rem;
	line-height: 1.6;
	max-height: 400px;
	overflow-y: auto;
}

.synoveo-tooltip-content p {
	margin: 0 0 12px 0;
}

.synoveo-tooltip-content p:last-child {
	margin-bottom: 0;
}

.synoveo-tooltip-content strong {
	color: #111827;
	font-weight: 600;
}

.synoveo-tooltip-content ul {
	margin: 8px 0 0 0;
	padding-left: 20px;
	list-style: none;
}

.synoveo-tooltip-content li {
	margin: 4px 0;
	position: relative;
	padding-left: 4px;
}

.synoveo-tooltip-content li:before {
	content: "";
	position: absolute;
	left: -16px;
	top: 8px;
	width: 4px;
	height: 4px;
	background: #f59e0b;
	border-radius: 50%;
}

/* Tooltip arrow */
.synoveo-tooltip:before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 16px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #e5e7eb;
}

.synoveo-tooltip:after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 17px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid white;
	margin-bottom: -1px;
}

.synoveo-status-connected {
	background: #dcfce7;
	color: #166534;
}

.synoveo-status-detected {
	background: #fef3c7;
	color: #92400e;
}

.synoveo-status-available {
	background: #e0e7ff;
	color: #4f46e5;
}

.synoveo-status-install {
	background: #fce7f3;
	color: #be185d;
}

.synoveo-status-coming_soon {
	background: #f3f4f6;
	color: #6b7280;
}

.synoveo-capability-description {
	color: #64748b;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0 0 16px 0;
}

.synoveo-capability-sources {
	margin: 12px 0 16px 0;
	padding: 8px 12px;
	background: #f8fafc;
	border-radius: 6px;
	border: 1px solid #e2e8f0;
	font-size: 0.75rem;
}

.synoveo-source-indicators {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.synoveo-source-item {
	color: #64748b;
}

.synoveo-source-separator {
	color: #cbd5e1;
}

.synoveo-source-dropdown-btn {
	padding: 4px 8px;
	background: #e2e8f0;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	font-size: 0.75rem;
	color: #475569;
	cursor: pointer;
	transition: all 0.2s;
}

.synoveo-source-dropdown-btn:hover {
	background: #cbd5e1;
	color: #1e293b;
}

.synoveo-capability-metrics {
	display: flex;
	gap: 16px;
	margin: 16px 0;
	flex-wrap: wrap;
}

.synoveo-metric-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 60px;
}

.synoveo-metric-number {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1e293b;
	margin: 0;
	text-align: center;
}

.synoveo-metric-label {
	font-size: 0.75rem;
	color: #64748b;
	margin: 2px 0 0 0;
	text-align: center;
}

.synoveo-capability-actions {
	display: flex;
	gap: 8px;
	margin-top: 16px;
	flex-wrap: wrap;
}

.synoveo-action-btn {
	flex: 1;
	min-width: 120px;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 0.875rem;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition: all 0.2s;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.synoveo-action-primary {
	background: #4f46e5;
	color: white;
}

.synoveo-action-primary:hover {
	background: #2563eb;
}

.synoveo-action-secondary {
	background: #f8fafc;
	color: #475569;
	border: 1px solid #e2e8f0;
}

.synoveo-action-secondary:hover {
	background: #f1f5f9;
}

.synoveo-action-install {
	background: #059669;
	color: white;
}

.synoveo-action-install:hover {
	background: #047857;
}

.synoveo-action-disabled {
	background: #f9fafb;
	color: #9ca3af;
	border: 1px solid #e5e7eb;
	cursor: not-allowed;
}

.synoveo-action-disabled:hover {
	background: #f9fafb;
}

.synoveo-action-link {
	background: #f8fafc;
	color: #475569;
	border: 1px solid #e2e8f0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.synoveo-action-link:hover {
	background: #f1f5f9;
	color: #1e293b;
	text-decoration: none;
}

.synoveo-capability-skeleton {
	background: #f8fafc;
	border-radius: 12px;
	padding: 24px;
	border: 2px solid #f1f5f9;
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.synoveo-skeleton-header {
	height: 20px;
	background: #e2e8f0;
	border-radius: 4px;
	margin-bottom: 16px;
	width: 60%;
}

.synoveo-skeleton-content {
	height: 60px;
	background: #e2e8f0;
	border-radius: 4px;
	margin-bottom: 16px;
}

.synoveo-skeleton-action {
	height: 36px;
	background: #e2e8f0;
	border-radius: 6px;
	width: 40%;
}

.synoveo-marketplace-section {
	background: #fafbfc;
	border-radius: 16px;
	padding: 32px;
	margin-bottom: 40px;
	border: 1px solid #e2e8f0;
}

.synoveo-marketplace-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 8px 0;
	text-align: center;
}

.synoveo-marketplace-subtitle {
	color: #64748b;
	margin: 0 0 24px 0;
	text-align: center;
}

.synoveo-marketplace-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 16px;
}

.synoveo-action-section {
	text-align: center;
	margin-bottom: 32px;
}

.synoveo-cta-primary {
	background: linear-gradient(135deg, #4f46e5 0%, #1d4ed8 100%);
	color: white;
	border: none;
	border-radius: 12px;
	padding: 16px 32px;
	font-size: 1.125rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	min-width: 280px;
	box-shadow: 0 4px 14px 0 rgba(59, 130, 246, 0.39);
}

.synoveo-cta-primary:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px 0 rgba(59, 130, 246, 0.5);
}

.synoveo-cta-primary:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.synoveo-cta-icon {
	font-size: 1.25rem;
}

.synoveo-cta-text {
	margin: 0;
}

.synoveo-cta-subtitle {
	font-size: 0.875rem;
	opacity: 0.9;
	margin: 0;
}

.synoveo-trust-indicators {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.synoveo-trust-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #64748b;
	font-size: 0.875rem;
}

.synoveo-trust-icon {
	font-size: 1rem;
}

.synoveo-status-footer {
	text-align: center;
	padding: 16px;
	background: #f8fafc;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
}

.synoveo-last-updated {
	margin: 0;
	font-size: 0.875rem;
	color: #64748b;
}

@keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

@keyframes pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.5; }
}

/* Responsive Design */
/* Address Card Specific Styling */
.synoveo-address-card {
	border-left: 4px solid #4285f4; /* Google Blue */
}

.synoveo-capability-icon-img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.synoveo-address-status-section {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 16px;
	margin: 12px 0;
}

.synoveo-address-source {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f1f5f9;
}

.source-icon {
	width: 16px;
	height: 16px;
	opacity: 0.8;
}

.source-label {
	font-size: 0.875rem;
	color: #64748b;
	font-weight: 500;
}

.synoveo-address-preview {
	background: #f0fdf4;
	border: 1px solid #16a34a;
	border-radius: 8px;
	padding: 16px;
}

.address-display {
	font-size: 1rem;
	color: #15803d;
	margin-bottom: 8px;
}

.address-metadata {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.metadata-item {
	font-size: 0.75rem;
	color: #059669;
	background: rgba(16, 185, 129, 0.1);
	padding: 2px 6px;
	border-radius: 4px;
}

.synoveo-address-empty {
	background: #fef3c7;
	border: 1px solid #f59e0b;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
}

.empty-icon {
	width: 48px;
	height: 48px;
	opacity: 0.6;
	margin-bottom: 12px;
}

.btn-icon {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

/* Business Info Card Specific Styling */
.synoveo-info-card {
	border-left: 4px solid #4f46e5; /* Brand Purple */
}

.source-multi-badge {
	display: inline-block;
	font-size: 0.625rem;
	padding: 2px 6px;
	background: #fef3c7;
	color: #92400e;
	border-radius: 4px;
	margin-left: 6px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.synoveo-capabilities-container {
		grid-template-columns: 1fr;
	}
	
	.synoveo-hero-title {
		font-size: 1.875rem;
	}
	
	.synoveo-hero-section {
		padding: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.hero-branding {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 16px;
	}
	
	.brand-logos { align-items: center; }
	.hero-content { text-align: center; }
	.hero-logo { height: 48px; }
	.partnership-indicator { 
		align-self: center;
		max-width: 240px;
		padding: 8px 14px;
	}
	.partnership-text { font-size: 13px; }
	.google-partner-logo { height: 24px; }
	
	.synoveo-kpi-showcase {
		display: block;
		width: calc(100% - 40px);
		max-width: none;
		min-width: 0;
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.synoveo-hero-subtitle { font-size: 14px; }
	
	/* Grid Title Responsive */
	.synoveo-grid-title {
		font-size: 1.5rem;
		line-height: 1.3;
		padding: 0 10px;
	}
	
	.synoveo-grid-subtitle {
		font-size: 0.875rem;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	
	/* Connection Banner Responsive */
	.synoveo-connection-banner {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding: 16px;
		margin-left: -10px;
		margin-right: -10px;
		text-align: left;
	}
	
	.synoveo-connection-info {
		width: 100%;
	}
	
	.synoveo-connection-actions {
		width: 100%;
		justify-content: stretch;
		gap: 8px;
	}
	
	.synoveo-connection-actions button {
		flex: 1;
		min-width: 0;
		font-size: 0.875rem;
		padding: 10px 12px;
	}
	
	.synoveo-trust-indicators {
		flex-direction: column;
		gap: 16px;
	}
	
	.synoveo-cta-primary {
		min-width: auto;
		width: 100%;
	}
}

/* NEW: Sync Status Details Styling */
.synoveo-sync-error-details, .synoveo-sync-success-details {
	margin-top: 12px;
	padding: 12px;
	border-radius: 6px;
	border-left: 3px solid;
}

.synoveo-sync-error-details {
	background: #fef2f2;
	border-left-color: #dc2626;
}

.synoveo-sync-success-details {
	background: #f0fdf4;
	border-left-color: #16a34a;
}

.error-header, .success-header {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 6px;
	font-weight: 500;
}

.error-header {
	color: #dc2626;
}

.success-header {
	color: #16a34a;
}

.error-message {
	color: #7f1d1d;
	font-size: 0.875rem;
	margin-bottom: 8px;
}

.error-help {
	background: #fde8e8;
	padding: 8px;
	border-radius: 4px;
	margin: 8px 0;
}

.error-help small {
	color: #991b1b;
	font-size: 0.8125rem;
	line-height: 1.4;
}

.error-timestamp, .success-timestamp {
	opacity: 0.7;
	font-size: 0.75rem;
	margin-top: 8px;
}

/* Status Badge Colors */
.synoveo-status-synced {
	background: #16a34a;
	color: white;
}

.synoveo-status-pin_required {
	background: #f59e0b;
	color: white;
}

.synoveo-status-verified {
	background: #10b981;
	color: white;
}

.synoveo-status-pending_verification {
	background: #f59e0b;
	color: white;
}

.synoveo-status-throttled {
	background: #6b7280;
	color: white;
}

.synoveo-status-blocked {
	background: #dc2626;
	color: white;
}

.synoveo-status-sync_error {
	background: #dc2626;
	color: white;
}

.synoveo-status-validated {
	background: #0ea5e9;
	color: white;
}

.synoveo-status-not_configured {
	background: #6b7280;
	color: white;
}

/* ====================================
   DASHBOARD CAPABILITIES - ADDITIONAL STYLES - Extracted from dashboard-capabilities.php (block 2)
   ==================================== *//* Plan Status Styling */
.synoveo-plan-status {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 15px 0;
}

.plan-badge {
	padding: 8px 16px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.plan-badge.plan-lite {
	background: linear-gradient(135deg, #e3f2fd, #bbdefb);
	color: #1565c0;
	border: 2px solid #2196f3;
}

.plan-badge.plan-pro {
	background: linear-gradient(135deg, #f3e5f5, #e1bee7);
	color: #7b1fa2;
	border: 2px solid #9c27b0;
}

.plan-badge.plan-business {
	background: linear-gradient(135deg, #fff3e0, #ffcc02);
	color: #e65100;
	border: 2px solid #ff9800;
}

.upgrade-btn {
	background: linear-gradient(135deg, #ff6b6b, #ee5a24);
	color: white !important;
	padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none !important;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.upgrade-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.synoveo-quotas-overview {
	margin-top: 20px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

/* Premium Feature Locks */
.synoveo-premium-locked {
	position: relative;
	opacity: 0.7;
	cursor: pointer;
}

.synoveo-premium-locked::after {
	content: '🔒';
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.synoveo-premium-locked:hover {
	opacity: 1;
	transform: scale(1.02);
	transition: all 0.3s ease;
}

/* Plan card layout improvements */
.synoveo-plan-header {
	margin-bottom: 20px;
}

.synoveo-plan-title {
	margin: 0 0 8px 0;
	font-size: 24px;
	font-weight: 600;
}

.synoveo-plan-badge {
	margin: 0;
}

.synoveo-site-info {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.synoveo-site-name {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 500;
}

.synoveo-site-url {
	margin: 0;
	font-size: 14px;
	opacity: 0.8;
}

.synoveo-quota-summary {
	text-align: center;
}

.quota-main {
	margin-bottom: 15px;
}

.quota-number {
	display: block;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}

.quota-label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	opacity: 0.9;
}

.quota-details {
	margin-top: 20px;
}

.quota-reset {
	margin: 0 0 15px 0;
	font-size: 14px;
	opacity: 0.8;
	line-height: 1.4;
}

/* KPI Card Styling */
.synoveo-kpi-indicator {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
}

.kpi-icon {
	font-size: 48px;
	margin-bottom: 15px;
	display: block;
}

.kpi-status {
	font-size: 24px;
	font-weight: 600;
	color: #333 !important;
	text-align: center;
	line-height: 1.2;
	display: block;
}

.synoveo-kpi-label {
	color: #666 !important;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	display: block;
	line-height: 1.4;
}

/* Quota upgrade section styling */
.quota-upgrade-section {
	margin-top: 20px;
	text-align: center;
}

.quota-upgrade-section .upgrade-btn {
	font-size: 14px;
	padding: 10px 20px;
	display: inline-block;
}

/* Quota exhausted overlay styling */
.synoveo-quota-exhausted {
	margin-top: 10px;
	padding: 8px 12px;
	background: rgba(220, 53, 69, 0.1);
	border: 1px solid rgba(220, 53, 69, 0.3);
	border-radius: 6px;
	color: #721c24;
	font-weight: 600;
	font-size: 14px;
}
