html, body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.dmx-topbar {
	background: #0b0f19;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dmx-form-side {
	position: relative;
	background: #ffffff;
}

@media (min-width: 1024px) {
	.dmx-form-side {
		position: sticky;
		top: 0;
		height: 100vh;
	}
	.dmx-login-visual {
		height: 100vh;
	}
}

.dmx-login-card {
	position: relative;
	background: #ffffff;
	border-radius: 20px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 25px 50px -20px rgba(15, 23, 42, 0.3);
	padding: 32px;
	overflow: hidden;
}

.dmx-input {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	color: #0f172a;
}

.dmx-input::placeholder {
	color: #94a3b8;
}

.dmx-input:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.dmx-btn-primary {
	background: #111827;
	color: #fff;
}

.dmx-btn-primary:hover {
	background: #000;
}

.dmx-login-visual {
	position: relative;
	background: radial-gradient(120% 100% at 100% 0%, #1e293b 0%, #0f172a 55%, #020617 100%);
}

.dmx-login-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(45% 45% at 85% 15%, rgba(37, 99, 235, 0.35), transparent 70%);
	pointer-events: none;
}

.dmx-chip {
	display: inline-flex;
	align-items: center;
	background: #f1f5f9;
	color: #334155;
	font-size: 12.5px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 100px;
	border: 1px solid #e2e8f0;
}

.dmx-access-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dmx-access-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 14px;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	text-decoration: none;
	color: #0f172a;
	transition: transform 0.15s ease, border-color 0.15s ease;
}

.dmx-access-btn i {
	font-size: 20px;
	flex-shrink: 0;
}

.dmx-access-btn b {
	display: block;
	font-size: 12.5px;
	line-height: 1.3;
}

.dmx-access-btn small {
	display: block;
	font-size: 11px;
	color: #64748b;
	line-height: 1.3;
}

.dmx-access-btn:hover {
	border-color: #94a3b8;
	transform: translateY(-1px);
}

.dmx-access-row--dark .dmx-access-btn {
	border-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.dmx-access-row--dark .dmx-access-btn small {
	color: #94a3b8;
}

.dmx-access-row--dark .dmx-access-btn:hover {
	border-color: rgba(255, 255, 255, 0.4);
}

.dmx-faq summary {
	cursor: pointer;
	list-style: none;
	font-weight: 700;
	color: #0f172a;
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dmx-faq summary::-webkit-details-marker {
	display: none;
}

.dmx-faq summary::after {
	content: "+";
	font-size: 20px;
	font-weight: 400;
	color: #94a3b8;
	transition: transform 0.2s ease;
	flex-shrink: 0;
	margin-left: 16px;
}

.dmx-faq details[open] summary::after {
	transform: rotate(45deg);
}

.dmx-faq p {
	padding: 0 0 20px;
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
}

.dmx-gcarousel-main {
	position: relative;
	width: 100%;
	padding-top: 56.28%;
	border-radius: 20px;
	overflow: hidden;
	background: #0f172a;
	border: 1px solid #e2e8f0;
	margin-bottom: 16px;
	box-shadow: 0 20px 45px -20px rgba(15, 23, 42, 0.35);
}

.dmx-gcarousel-main-content {
	position: absolute;
	inset: 0;
}

.dmx-gcarousel-main-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: zoom-in;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.dmx-gcarousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(15, 23, 42, 0.85);
	color: #fff;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.3rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.dmx-gcarousel-nav:hover {
	background: #1e293b;
}

.dmx-gcarousel-nav.prev {
	left: 14px;
}

.dmx-gcarousel-nav.next {
	right: 14px;
}

.dmx-gcarousel-caption {
	text-align: center;
	font-weight: 600;
	color: #0f172a;
	font-size: 13px;
	margin: 0 0 16px;
}

.dmx-gcarousel--dark .dmx-gcarousel-main {
	border-color: rgba(255, 255, 255, 0.15);
}

.dmx-gcarousel--dark .dmx-gcarousel-caption {
	color: #cbd5e1;
}

.dmx-gcarousel--dark .dmx-gcarousel-thumb {
	border-color: rgba(255, 255, 255, 0.1);
}

.dmx-gcarousel--dark .dmx-gcarousel-thumb.active {
	border-color: #3b82f6;
}

.dmx-gcarousel-thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 4px;
	touch-action: pan-x;
}

.dmx-gcarousel-thumb {
	flex: 0 0 120px;
	width: 120px;
	height: 68px;
	border-radius: 10px;
	border: 2px solid transparent;
	cursor: pointer;
	padding: 0;
	overflow: hidden;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.dmx-gcarousel-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dmx-gcarousel-thumb.active {
	border-color: #2563eb;
}

#dmx-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 70px 24px;
	background: rgba(2, 6, 23, 0.92);
}

#dmx-lightbox.open {
	display: flex;
}

#dmx-lightbox img {
	max-width: min(90vw, 1100px);
	max-height: 78vh;
	border-radius: 12px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

#dmx-lightbox-caption {
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	margin-top: 16px;
}

#dmx-lightbox-close {
	position: absolute;
	top: 24px;
	right: 24px;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	line-height: 1;
	opacity: 0.8;
	background: none;
	border: none;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

#dmx-lightbox-close:hover {
	opacity: 1;
}

.dmx-lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border: none;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.7rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.dmx-lightbox-nav:hover {
	background: rgba(255, 255, 255, 0.25);
}

.dmx-lightbox-nav.prev {
	left: 20px;
}

.dmx-lightbox-nav.next {
	right: 20px;
}
