.octosync-frontend {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #fff;
	max-width: 100%;
	margin: 20px 0 40px 0;
}

.octosync-header {
	margin: 0 0 20px 0;
	color: #2271b1;
	font-size: 24px;
	border-bottom: 2px solid #2271b1;
	padding-bottom: 10px;
}

.octosync-controls {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.control-group {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 150px;
}

.control-group label {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 14px;
	color: #333;
}

.control-group select {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #f9f9f9;
}

.octosync-chart-container {
	height: 400px;
	position: relative;
}
