.chiebot-admin .chiebot-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.chiebot-admin .chiebot-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 1rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.chiebot-admin .chiebot-big {
	font-size: 2.5rem;
	margin: 0;
	font-weight: 600;
}

.chiebot-admin .chiebot-actions {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.chiebot-admin .chiebot-upgrade {
	margin-top: 1.5rem;
	padding: 1rem;
	border-left: 4px solid #2563eb;
	background: #eff6ff;
}

.chiebot-admin .pro-gate {
	color: #b45309;
}

.chiebot-admin .chiebot-brand-badge {
	padding: 0.25rem 0.5rem;
	background: #dbeafe;
	border-radius: 999px;
	font-size: 0.8rem;
}
