.bdt-screenshots,
.bdt-screenshots-archive,
.bdt-screenshot-submit {
	--bdt-screenshots-surface: #fefefe;
	--bdt-screenshots-surface-soft: #efedf2;
	--bdt-screenshots-text: #1b2233;
	--bdt-screenshots-muted: #5f6679;
	--bdt-screenshots-gold-top: #ffd45a;
	--bdt-screenshots-gold-bottom: #e0ab2d;
	--bdt-screenshots-gold-shadow: rgba(167, 120, 18, 0.22);
	--bdt-screenshots-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 237, 242, 0.96) 100%);
	--bdt-screenshots-gap: 20px;
	--bdt-screenshots-desktop: 4;
	--bdt-screenshots-tablet: 2;
	--bdt-screenshots-mobile: 1;
	color: var(--bdt-screenshots-text);
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.bdt-screenshots {
	padding: 26px;
	border: 1px solid rgba(186, 195, 212, 0.7);
	border-radius: 26px;
	background:
		radial-gradient(circle at top left, rgba(91, 131, 176, 0.14), rgba(91, 131, 176, 0) 34%),
		radial-gradient(circle at bottom right, rgba(255, 205, 84, 0.14), rgba(255, 205, 84, 0) 26%),
		var(--bdt-screenshots-bg);
	box-shadow: 0 18px 34px rgba(20, 22, 32, 0.12);
}

.bdt-screenshots__title,
.bdt-screenshot-submit__title {
	margin: 0 0 6px;
	color: #16213b;
	font-family: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", sans-serif;
	font-size: clamp(34px, 4vw, 44px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.95;
	text-transform: uppercase;
}

.bdt-screenshots__subtitle,
.bdt-screenshot-submit__subtitle {
	margin: 0;
	color: var(--bdt-screenshots-muted);
	font-size: 15px;
	line-height: 1.55;
}

.bdt-screenshots__submit-button,
.bdt-screenshot-submit__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 168px;
	padding: 0 18px;
	min-height: 38px;
	border: 2px solid #261d11;
	border-radius: 20px;
	background: linear-gradient(180deg, var(--bdt-screenshots-gold-top) 0%, var(--bdt-screenshots-gold-bottom) 100%);
	box-shadow: 0 4px 0 #171717, 0 8px 16px var(--bdt-screenshots-gold-shadow);
	color: #2a1700 !important;
	font-family: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
	text-transform: uppercase;
	-webkit-text-fill-color: #2a1700;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.bdt-screenshots__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 18px;
}

.bdt-screenshots__submit-button--secondary {
	background: linear-gradient(180deg, var(--bdt-screenshots-gold-top) 0%, var(--bdt-screenshots-gold-bottom) 100%);
	box-shadow: 0 4px 0 #171717, 0 8px 16px var(--bdt-screenshots-gold-shadow);
}

.bdt-screenshots__submit-button:hover,
.bdt-screenshots__submit-button:focus,
.bdt-screenshot-submit__button:hover,
.bdt-screenshot-submit__button:focus {
	transform: translateY(1px);
	box-shadow: 0 3px 0 #171717, 0 6px 12px rgba(167, 120, 18, 0.28);
	color: #2a1700 !important;
}

.bdt-screenshots__empty {
	margin: 0;
	padding: 24px;
	border: 1px dashed rgba(22, 33, 59, 0.16);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.65);
	color: var(--bdt-screenshots-muted);
	text-align: center;
}

.bdt-screenshots__carousel {
	position: relative;
}

.bdt-screenshots__viewport {
	overflow: hidden;
	cursor: grab;
	user-select: none;
}

.bdt-screenshots__viewport.is-dragging {
	cursor: grabbing;
}

.bdt-screenshots__track {
	display: flex;
	gap: var(--bdt-screenshots-gap);
}

.bdt-screenshots__card {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc((100% - (var(--bdt-screenshots-gap) * (var(--bdt-screenshots-desktop) - 1))) / var(--bdt-screenshots-desktop));
	min-width: 0;
	height: 100%;
	border: 1px solid rgba(186, 195, 212, 0.64);
	border-radius: 22px;
	background: var(--bdt-screenshots-surface);
	box-shadow: 0 14px 30px rgba(17, 19, 28, 0.12);
	overflow: hidden;
}

.bdt-screenshots__media {
	position: relative;
	aspect-ratio: 16 / 10;
	background: linear-gradient(180deg, #17324f 0%, #0d192b 100%);
}

.bdt-screenshots__zoom {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.bdt-screenshots__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bdt-screenshots__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(255, 255, 255, 0.82);
	font-family: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", sans-serif;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.bdt-screenshots__card--compact .bdt-screenshots__media {
	height: 112px;
	aspect-ratio: auto;
}

.bdt-screenshots__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px 18px 20px;
	background:
		linear-gradient(180deg, rgba(254, 254, 254, 0.98) 0%, rgba(239, 237, 242, 0.9) 100%),
		radial-gradient(circle at bottom right, rgba(91, 131, 176, 0.08), rgba(91, 131, 176, 0) 46%);
}

.bdt-screenshots__card-title {
	margin: 0 0 10px;
	color: #16213b;
	font-family: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", sans-serif;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 0.95;
	text-transform: uppercase;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bdt-screenshots__card-description {
	margin: 0;
	color: #2b3246;
	font-size: 15px;
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.bdt-screenshots__card--compact .bdt-screenshots__content {
	min-height: 88px;
	max-height: 88px;
	padding: 10px 12px 12px;
	box-sizing: border-box;
	overflow: hidden;
}

.bdt-screenshots__card--compact .bdt-screenshots__card-title {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bdt-screenshots__card--compact .bdt-screenshots__card-description {
	font-size: 12px;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bdt-screenshots-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.bdt-screenshots__card--archive .bdt-screenshots__media {
	aspect-ratio: 16 / 9;
}

.bdt-screenshots__card--archive .bdt-screenshots__content {
	min-height: 240px;
}

.bdt-screenshots__vote-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 16px;
}

.bdt-screenshots__vote-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(22, 33, 59, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.84);
	color: #16213b;
	font-family: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.bdt-screenshots__vote-button:hover,
.bdt-screenshots__vote-button:focus {
	transform: translateY(-1px);
	border-color: rgba(22, 33, 59, 0.28);
	box-shadow: 0 8px 18px rgba(17, 19, 28, 0.08);
}

.bdt-screenshots__vote-button.is-selected {
	border-color: #261d11;
	background: linear-gradient(180deg, var(--bdt-screenshots-gold-top) 0%, var(--bdt-screenshots-gold-bottom) 100%);
	color: #2a1700;
}

.bdt-screenshots__vote-button:disabled {
	opacity: 1;
	cursor: default;
}

.bdt-screenshots__vote-button.is-loading {
	opacity: 0.7;
}

.bdt-screenshots__vote-icon {
	font-size: 15px;
	line-height: 1;
}

.bdt-screenshots__vote-count,
.bdt-screenshots__vote-meta {
	font-size: 13px;
	font-weight: 700;
}

.bdt-screenshots__vote-meta {
	color: var(--bdt-screenshots-muted);
}

.bdt-screenshots__vote-meta.is-hidden {
	display: none;
}

.bdt-screenshots-modal-open {
	overflow: hidden;
}

.bdt-screenshots-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.bdt-screenshots-modal[hidden] {
	display: none;
}

.bdt-screenshots-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 12, 22, 0.82);
	backdrop-filter: blur(3px);
}

.bdt-screenshots-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 1180px);
	max-height: calc(100vh - 48px);
	padding: 18px;
	border: 1px solid rgba(186, 195, 212, 0.3);
	border-radius: 24px;
	background: rgba(12, 19, 32, 0.96);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.36);
}

.bdt-screenshots-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}

.bdt-screenshots-modal__image {
	display: block;
	width: 100%;
	max-height: calc(100vh - 140px);
	object-fit: contain;
	border-radius: 16px;
}

.bdt-screenshots-modal__title {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-family: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.bdt-screenshots__pagination {
	margin-top: 22px;
}

.bdt-screenshots__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bdt-screenshots__pagination a,
.bdt-screenshots__pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid rgba(22, 33, 59, 0.14);
	border-radius: 12px;
	background: #fefefe;
	color: #16213b;
	font-family: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-decoration: none;
}

.bdt-screenshots__pagination .current {
	border-color: #261d11;
	background: linear-gradient(180deg, var(--bdt-screenshots-gold-top) 0%, var(--bdt-screenshots-gold-bottom) 100%);
	color: #15110c;
}

.bdt-screenshot-submit {
	padding: 28px;
	border: 1px solid rgba(186, 195, 212, 0.7);
	border-radius: 26px;
	background:
		radial-gradient(circle at top right, rgba(255, 205, 84, 0.14), rgba(255, 205, 84, 0) 28%),
		radial-gradient(circle at bottom left, rgba(91, 131, 176, 0.12), rgba(91, 131, 176, 0) 32%),
		var(--bdt-screenshots-bg);
	box-shadow: 0 18px 34px rgba(20, 22, 32, 0.12);
}

.bdt-screenshot-submit__inner {
	max-width: 780px;
}

.bdt-screenshot-submit__notice {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 16px;
	font-size: 14px;
	line-height: 1.55;
}

.bdt-screenshot-submit__notice.is-success {
	background: #e7f8eb;
	color: #1e693e;
}

.bdt-screenshot-submit__notice.is-error {
	background: #fde8ea;
	color: #8a2634;
}

.bdt-screenshot-submit__notice.is-warning {
	background: #fff3d7;
	color: #815f11;
}

.bdt-screenshot-submit__notice a {
	color: inherit;
	font-weight: 700;
}

.bdt-screenshot-submit__form {
	display: grid;
	gap: 18px;
	margin-top: 22px;
}

.bdt-screenshot-submit__field {
	display: grid;
	gap: 8px;
}

.bdt-screenshot-submit__label {
	color: #16213b;
	font-family: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", sans-serif;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.bdt-screenshot-submit__input,
.bdt-screenshot-submit__textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(28, 34, 51, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--bdt-screenshots-text);
	font: inherit;
	box-sizing: border-box;
}

.bdt-screenshot-submit__input:focus,
.bdt-screenshot-submit__textarea:focus {
	border-color: rgba(30, 74, 130, 0.5);
	outline: none;
	box-shadow: 0 0 0 3px rgba(78, 125, 190, 0.14);
}

.bdt-screenshot-submit__textarea {
	min-height: 150px;
	resize: vertical;
}

.bdt-screenshot-submit__hint {
	color: var(--bdt-screenshots-muted);
	font-size: 13px;
}

@media (max-width: 1024px) {
	.bdt-screenshots__card {
		flex-basis: calc((100% - (var(--bdt-screenshots-gap) * (var(--bdt-screenshots-tablet) - 1))) / var(--bdt-screenshots-tablet));
	}

	.bdt-screenshots-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.bdt-screenshots,
	.bdt-screenshot-submit {
		padding: 20px;
		border-radius: 22px;
	}

	.bdt-screenshots__card {
		flex-basis: calc((100% - (var(--bdt-screenshots-gap) * (var(--bdt-screenshots-mobile) - 1))) / var(--bdt-screenshots-mobile));
	}

	.bdt-screenshots__title,
	.bdt-screenshot-submit__title {
		font-size: 32px;
	}

	.bdt-screenshots__card-title {
		font-size: 24px;
	}

	.bdt-screenshots__card--compact .bdt-screenshots__card-title {
		font-size: 15px;
	}

	.bdt-screenshots-archive__grid {
		grid-template-columns: 1fr;
	}

	.bdt-screenshots__card--archive .bdt-screenshots__content {
		min-height: 0;
	}

	.bdt-screenshots-modal {
		padding: 12px;
	}

	.bdt-screenshots-modal__dialog {
		padding: 14px;
		border-radius: 18px;
	}

	.bdt-screenshots-modal__title {
		font-size: 18px;
	}

	.bdt-screenshots__submit-button,
	.bdt-screenshot-submit__button {
		width: 100%;
	}
}
