/* ---- Frontend gate ---- */
.vm-adg-gate {
	max-width: 480px;
	margin: 40px auto;
	padding: 32px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	text-align: center;
}
.vm-adg-gate h3 {
	margin-top: 0;
}
.vm-adg-gate #vm-adg-form {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.vm-adg-gate #vm-adg-code-input {
	flex: 1 1 220px;
	padding: 12px 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 16px;
	text-transform: uppercase;
}
.vm-adg-gate #vm-adg-code-input::placeholder {
	text-transform: none;
}
.vm-adg-gate button,
.vm-adg-gate a.btn-default {
	cursor: pointer;
	border: none;
	white-space: nowrap;
}
.vm-adg-message {
	margin-top: 14px;
	font-weight: 500;
}
.vm-adg-message.vm-adg-error {
	color: #c0392b;
}
.vm-adg-message.vm-adg-success {
	color: #2e7d32;
}
.vm-adg-hidden {
	display: none !important;
}
.vm-adg-download-buttons {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.vm-adg-header-btn {
	margin-left: 16px;
}

/* ---- Admin screens ---- */
.vm-adg-columns {
	display: flex;
	gap: 24px;
	margin-top: 20px;
	align-items: flex-start;
}
.vm-adg-col-main {
	flex: 2;
	min-width: 0;
}
.vm-adg-col-side {
	flex: 1;
	min-width: 280px;
}
.vm-adg-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	padding: 16px 20px;
	margin-bottom: 20px;
}
.vm-adg-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
}
.vm-adg-badge-active {
	background: #e6f4ea;
	color: #1e7e34;
}
.vm-adg-badge-inactive {
	background: #fbe9e7;
	color: #c0392b;
}
.vm-adg-delete-link {
	color: #c0392b;
}
.vm-adg-stats-row {
	display: flex;
	gap: 16px;
	margin: 20px 0;
}
.vm-adg-stat-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	padding: 16px 24px;
	text-align: center;
}
.vm-adg-stat-number {
	display: block;
	font-size: 28px;
	font-weight: 700;
}
.vm-adg-stat-label {
	font-size: 13px;
	color: #666;
}
.vm-adg-filter-form {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 16px 0;
	flex-wrap: wrap;
}
#security_code {
	text-transform: uppercase;
}
