/**
 * DeyeCenter Consent – sütibanner stílus.
 * A színek a téma palettájából jönnek, saját fallback értékekkel.
 */

.deye-consent {
	--dc-accent: var(--theme-palette-color-1, #063d8d);
	--dc-text: var(--theme-palette-color-3, #3f5483);
	--dc-bg: #fff;
	--dc-border: #e3e6ef;
	--dc-muted: #6b7794;
	--dc-radius: 10px;

	position: fixed;
	z-index: 999999;
	inset: auto 0 0 0;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dc-text);

	/* A konténer teljes szélességű, de csak a dobozon fogjon kattintást. */
	pointer-events: none;
}

/* !important kell: a lentebbi [data-view] szabály azonos specificitású. */
.deye-consent[hidden] {
	display: none !important;
}

/* --- Elhelyezés --- */

.deye-consent__box {
	position: relative;
	z-index: 2;
	pointer-events: auto;
	background: var(--dc-bg);
	border: 1px solid var(--dc-border);
	border-radius: var(--dc-radius);
	box-shadow: 0 8px 40px rgba(6, 61, 141, 0.18);
	padding: 24px;
	margin: 16px;
	max-height: calc(100vh - 32px);
	overflow-y: auto;
	overscroll-behavior: contain;
}

.deye-consent--bottom-left .deye-consent__box,
.deye-consent--bottom-right .deye-consent__box {
	max-width: 420px;
}

.deye-consent--bottom-right .deye-consent__box {
	margin-left: auto;
}

.deye-consent--bottom-bar .deye-consent__box {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* A beállítások nézet mindig középre igazított modális ablak. */
.deye-consent[data-view='prefs'] {
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.deye-consent[data-view='prefs'] .deye-consent__box {
	max-width: 620px;
	width: 100%;
	max-height: min(84vh, 720px);
}

.deye-consent__overlay {
	display: none;
}

.deye-consent[data-view='prefs'] .deye-consent__overlay {
	display: block;
	position: fixed;
	inset: 0;
	z-index: 1;
	background: rgba(6, 61, 141, 0.45);
	pointer-events: auto;
}

/* --- Nézetváltás --- */

.deye-consent__view {
	display: none;
}

.deye-consent[data-view='banner'] .deye-consent__view--banner,
.deye-consent[data-view='prefs'] .deye-consent__view--prefs {
	display: block;
}

/* --- Tipográfia --- */

.deye-consent__title {
	margin: 0 0 8px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--dc-accent);
}

.deye-consent__text {
	margin: 0 0 14px;
	font-size: 14px;
	color: var(--dc-text);
}

.deye-consent__links {
	margin: 0 0 16px;
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.deye-consent__links a {
	color: var(--dc-accent);
	text-decoration: underline;
}

/* --- Gombok --- */

.deye-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.deye-consent__btn {
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 6px;
	padding: 11px 18px;
	border: 1px solid transparent;
	transition: background-color 0.15s ease, color 0.15s ease;
}

/* Az elfogadás és az elutasítás szándékosan azonos súlyú. */
.deye-consent__btn--primary {
	background: var(--dc-accent);
	color: #fff;
	flex: 1 1 auto;
	min-width: 150px;
}

.deye-consent__btn--primary:hover {
	background: #042c66;
}

.deye-consent__btn--link {
	background: none;
	color: var(--dc-muted);
	text-decoration: underline;
	padding: 11px 8px;
}

.deye-consent__btn--link:hover {
	color: var(--dc-accent);
}

.deye-consent__btn:focus-visible,
.deye-consent__close:focus-visible,
.deye-consent__switch input:focus-visible + .deye-consent__slider {
	outline: 2px solid var(--dc-accent);
	outline-offset: 2px;
}

.deye-consent__close {
	background: none;
	border: 0;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: var(--dc-muted);
	padding: 0 4px;
}

.deye-consent__prefs-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

/* --- Kategóriák --- */

.deye-consent__categories {
	margin: 4px 0 20px;
	border-top: 1px solid var(--dc-border);
}

.deye-consent__category {
	padding: 14px 0;
	border-bottom: 1px solid var(--dc-border);
}

.deye-consent__category-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.deye-consent__category-label {
	font-weight: 600;
	font-size: 15px;
	color: var(--dc-accent);
}

.deye-consent__category-text {
	margin: 8px 0 0;
	font-size: 13px;
	color: var(--dc-muted);
}

.deye-consent__always {
	font-size: 12px;
	font-weight: 600;
	color: var(--dc-muted);
	white-space: nowrap;
}

/* --- Kapcsoló --- */

.deye-consent__switch {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}

.deye-consent__switch input {
	position: absolute;
	opacity: 0;
	width: 44px;
	height: 24px;
	margin: 0;
	cursor: pointer;
}

.deye-consent__slider {
	position: relative;
	flex: 0 0 auto;
	width: 44px;
	height: 24px;
	border-radius: 999px;
	background: #c9cfdf;
	transition: background-color 0.15s ease;
}

.deye-consent__slider::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	transition: transform 0.15s ease;
}

.deye-consent__switch input:checked + .deye-consent__slider {
	background: var(--dc-accent);
}

.deye-consent__switch input:checked + .deye-consent__slider::after {
	transform: translateX(20px);
}

.deye-consent__switch input:disabled + .deye-consent__slider {
	opacity: 0.55;
	cursor: not-allowed;
}

/* --- Újranyitó link (shortcode) --- */

.deye-consent-open--inline {
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

/* --- Mobil --- */

@media (max-width: 600px) {
	.deye-consent--bottom-left .deye-consent__box,
	.deye-consent--bottom-right .deye-consent__box {
		max-width: none;
	}

	.deye-consent__box {
		padding: 20px;
		margin: 10px;
	}

	.deye-consent__btn--primary {
		flex: 1 1 100%;
	}

	.deye-consent__actions {
		gap: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.deye-consent *,
	.deye-consent *::after {
		transition: none !important;
	}
}
