/**
 * AgentShop Admin Styles
 *
 * @package AgentShop
 */

.agentshop-settings {
	max-width: 800px;
}

.agentshop-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.agentshop-logo svg {
	display: block;
}

.agentshop-card {
	background: #fff;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
}

.agentshop-card h2 {
	margin-top: 0;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.agentshop-status {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	margin-bottom: 16px;
}

.agentshop-status .status-indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.agentshop-status.connected .status-indicator {
	background: #46b450;
}

.agentshop-status.disconnected .status-indicator {
	background: #dc3232;
}

.agentshop-stats {
	display: flex;
	gap: 32px;
}

.agentshop-stats .stat {
	display: flex;
	flex-direction: column;
}

.agentshop-stats .stat-label {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
}

.agentshop-stats .stat-value {
	font-size: 14px;
	font-weight: 500;
}

.agentshop-stats .stat-value.active {
	color: #46b450;
}

.agentshop-stats .stat-value.inactive {
	color: #dc3232;
}

.agentshop-content code {
	background: #f0f0f1;
	padding: 2px 6px;
	border-radius: 3px;
}

.button-link-delete {
	color: #a00 !important;
}

.button-link-delete:hover {
	color: #dc3232 !important;
}

#agentshop-message {
	margin-bottom: 16px;
	padding: 10px 15px;
}

/* Connect Card */
.agentshop-connect-card {
	text-align: center;
	padding: 40px 20px;
}

.agentshop-connect-card h2 {
	border-bottom: none;
	padding-bottom: 0;
}

.agentshop-connect-description {
	font-size: 14px;
	color: #666;
	max-width: 500px;
	margin: 0 auto 20px;
}

.agentshop-connect-info {
	background: #f0f0f1;
	padding: 12px 20px;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 24px;
}

.agentshop-connect-info p {
	margin: 0;
}

.agentshop-connect-action {
	margin-bottom: 16px;
}

.agentshop-connect-action .button-hero {
	font-size: 16px;
	padding: 12px 36px;
	height: auto;
}

.agentshop-connect-note {
	margin: 0;
	color: #666;
}

.agentshop-connect-note a {
	color: #4F46E5;
}

/* Blog Publishing */
.agentshop-blog-status p {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.agentshop-blog-status .dashicons {
	margin-top: 2px;
}

/* Status Icons */
.agentshop-settings .dashicons-yes-alt {
	color: #46b450;
}

.agentshop-settings .dashicons-warning {
	color: #ffb900;
}

.agentshop-settings .dashicons-dismiss {
	color: #dc3232;
}

/* Helper Classes */
.agentshop-settings .agentshop-text-muted {
	color: #666;
}

.agentshop-settings .agentshop-notice-inline {
	margin: 10px 0;
	padding: 10px;
}

.agentshop-settings .agentshop-button-spaced {
	margin-left: 10px;
}
