<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1000px;
	margin: 40px auto 20px auto;
	padding: 2rem;
	background: #111;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	color: #fff;
}

.container h2 {
	text-align: center;
	margin-bottom: 1.5rem;
}
		
.region-block {
	margin-bottom: 2rem;
	padding: 1rem;
	background: #1a1a1a;
	border-left: 4px solid #007BFF;
	border-radius: 8px;
}

.region-block h3 {
	color: #007BFF;
	margin-bottom: 1rem;
}

.reseller-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.reseller-list li {
	margin-bottom: 1rem;
	padding: 0.5rem;
	background: #222;
	border-radius: 6px;
}

.reseller-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #222;
	padding: 1rem;
	border-radius: 8px;
}

.reseller-logo {
	width: 64px;
	height: auto;
	border-radius: 4px;
	background: #fff;
	padding: 4px;
}

.logo-placeholder {
	width: 64px;
	height: 64px;
	background: #444;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.reseller-info {
	flex: 1;
	color: #fff;
}

a {
	color: #1e90ff;
	text-decoration: none;
}

.flag-icon {
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin-right: 0.5rem;
	border-radius: 2px;
}</pre></body></html>