/* Gatos Cookie Consent · Frontend v1.1 */
html.gcc-modal-open{overflow:hidden}
.gcc-root,
.gcc-policy{
	--gcc-primary:#FBB91D;
	--gcc-secondary:#43ACD2;
	--gcc-ink:#222B35;
	--gcc-muted:#6E7782;
	--gcc-line:#E7EBEF;
	--gcc-white:#fff;
	--gcc-soft-blue:#EFF9FD;
	--gcc-soft-yellow:#FFF8E5;
	font-family:Montserrat,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	box-sizing:border-box
}
.gcc-root *,
.gcc-root *::before,
.gcc-root *::after,
.gcc-policy *,
.gcc-policy *::before,
.gcc-policy *::after{box-sizing:border-box}
.gcc-root svg,
.gcc-policy svg{display:block;width:1em;height:1em;fill:currentColor}
.gcc-banner{
	position:fixed;
	z-index:2147483000;
	left:50%;
	bottom:22px;
	transform:translateX(-50%);
	display:grid;
	grid-template-columns:auto minmax(0,1fr) minmax(310px,auto);
	gap:20px;
	align-items:center;
	width:min(1180px,calc(100vw - 34px));
	padding:20px;
	border:1px solid rgba(34,43,53,.10);
	border-radius:24px;
	background:rgba(255,255,255,.97);
	box-shadow:0 26px 80px rgba(24,42,58,.22);
	backdrop-filter:blur(18px)
}
.gcc-banner[hidden],
.gcc-modal[hidden],
.gcc-overlay[hidden],
.gcc-fab[hidden],
.gcc-toast[hidden]{display:none!important}
.gcc-banner::before{
	content:"";
	position:absolute;
	inset:0 auto 0 0;
	width:7px;
	border-radius:24px 0 0 24px;
	background:linear-gradient(180deg,var(--gcc-primary),var(--gcc-secondary))
}
.gcc-banner__icon{
	display:grid;
	place-items:center;
	width:58px;
	height:58px;
	border-radius:19px;
	background:var(--gcc-primary);
	color:var(--gcc-ink);
	transform:rotate(-3deg);
	box-shadow:0 12px 30px rgba(251,185,29,.26)
}
.gcc-banner__icon svg{width:29px;height:29px}
.gcc-eyebrow{
	display:block;
	margin-bottom:5px;
	color:#A86E00;
	font-size:10px;
	font-weight:900;
	letter-spacing:.13em
}
.gcc-banner h2{
	margin:0;
	color:var(--gcc-ink);
	font-size:20px;
	font-weight:800;
	letter-spacing:-.02em;
	line-height:1.2
}
.gcc-banner p{
	margin:7px 0 0;
	max-width:650px;
	color:var(--gcc-muted);
	font-size:12.5px;
	line-height:1.55
}
.gcc-legal-links{display:flex;gap:12px;margin-top:8px}
.gcc-legal-links a{
	color:#587083;
	font-size:10.5px;
	font-weight:700;
	text-decoration:underline;
	text-underline-offset:3px
}
.gcc-banner__actions{display:grid;gap:8px}
.gcc-equal-choices,
.gcc-modal__equal{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.gcc-btn{
	appearance:none;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:45px;
	padding:0 16px;
	border:1px solid transparent;
	border-radius:13px;
	font:inherit;
	font-size:11.5px;
	font-weight:850;
	cursor:pointer;
	transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background .18s ease
}
.gcc-btn:hover{transform:translateY(-1px)}
.gcc-btn:focus-visible,
.gcc-close:focus-visible,
.gcc-fab:focus-visible,
.gcc-inline-settings:focus-visible{
	outline:3px solid rgba(67,172,210,.35);
	outline-offset:2px
}
.gcc-btn--accept{
	background:var(--gcc-primary);
	color:var(--gcc-ink);
	box-shadow:0 8px 20px rgba(251,185,29,.16)
}
.gcc-btn--reject{
	background:var(--gcc-secondary);
	color:#fff;
	box-shadow:0 8px 20px rgba(67,172,210,.16)
}
.gcc-btn--settings{border-color:#DCE4E9;background:#fff;color:#42515E}
.gcc-btn--save{background:var(--gcc-ink);color:#fff}
.gcc-overlay{
	position:fixed;
	z-index:2147483001;
	inset:0;
	background:rgba(18,28,37,.48);
	backdrop-filter:blur(5px)
}
.gcc-modal{
	position:fixed;
	z-index:2147483002;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:min(650px,calc(100vw - 30px));
	max-height:min(780px,calc(100vh - 32px));
	overflow:auto;
	border:1px solid rgba(34,43,53,.10);
	border-radius:26px;
	background:#fff;
	box-shadow:0 35px 100px rgba(13,28,42,.32)
}
.gcc-modal__head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	padding:23px 24px 18px;
	border-bottom:1px solid var(--gcc-line);
	background:linear-gradient(135deg,#fff 0%,#FFF9E9 100%)
}
.gcc-modal__brand{display:flex;align-items:center;gap:13px}
.gcc-modal__brand>span{
	display:grid;
	place-items:center;
	width:47px;
	height:47px;
	border-radius:15px;
	background:var(--gcc-primary);
	color:var(--gcc-ink)
}
.gcc-modal__brand svg{
	width:23px;
	height:23px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8
}
.gcc-modal__brand small{
	display:block;
	margin-bottom:3px;
	color:#A86E00;
	font-size:9px;
	font-weight:900;
	letter-spacing:.12em
}
.gcc-modal__brand h2{margin:0;color:var(--gcc-ink);font-size:21px;line-height:1.1}
.gcc-close{
	display:grid;
	place-items:center;
	width:39px;
	height:39px;
	padding:0;
	border:1px solid #E2E8EC;
	border-radius:12px;
	background:#fff;
	color:#56636E;
	font-size:25px;
	line-height:1;
	cursor:pointer
}
.gcc-modal__intro{padding:16px 24px 0}
.gcc-modal__intro p{margin:0;color:var(--gcc-muted);font-size:12px;line-height:1.6}
.gcc-categories{display:grid;gap:9px;padding:16px 24px 22px}
.gcc-category{
	position:relative;
	display:grid;
	grid-template-columns:42px minmax(0,1fr) auto;
	gap:12px;
	align-items:center;
	padding:13px;
	border:1px solid var(--gcc-line);
	border-radius:15px;
	background:#fff;
	cursor:pointer;
	transition:border-color .18s ease,background .18s ease
}
.gcc-category:hover{border-color:#C9DCE5;background:#FBFDFE}
.gcc-category.is-necessary{cursor:default;background:#FAFCFD}
.gcc-category__icon{
	display:grid;
	place-items:center;
	width:42px;
	height:42px;
	border-radius:12px;
	background:#EAF7ED;
	color:#277F4A;
	font-size:11px;
	font-weight:900
}
.gcc-category__icon--blue{background:#E9F7FC;color:#1886AF}
.gcc-category__icon--pink{background:#FCEDEF;color:#B85165}
.gcc-category__icon--yellow{background:#FFF4C9;color:#956300}
.gcc-category__copy h3{margin:0 0 3px;color:var(--gcc-ink);font-size:13px;font-weight:800}
.gcc-category__copy p{margin:0;color:var(--gcc-muted);font-size:10.5px;line-height:1.45}
.gcc-category input{position:absolute;opacity:0;pointer-events:none}
.gcc-switch{
	position:relative;
	width:45px;
	height:25px;
	border-radius:999px;
	background:#D7DEE3;
	transition:background .2s ease
}
.gcc-switch::after{
	content:"";
	position:absolute;
	top:3px;
	left:3px;
	width:19px;
	height:19px;
	border-radius:50%;
	background:#fff;
	box-shadow:0 2px 8px rgba(0,0,0,.15);
	transition:transform .2s ease
}
.gcc-category input:checked + .gcc-switch{background:var(--gcc-secondary)}
.gcc-category input:checked + .gcc-switch::after{transform:translateX(20px)}
.gcc-always{
	padding:6px 9px;
	border-radius:999px;
	background:#EAF7ED;
	color:#277F4A;
	font-size:9px;
	font-weight:850;
	white-space:nowrap
}
.gcc-modal__foot{
	display:grid;
	gap:9px;
	padding:18px 24px 23px;
	border-top:1px solid var(--gcc-line);
	background:#FCFDFD
}
.gcc-fab{
	position:fixed;
	z-index:2147482998;
	left:18px;
	bottom:18px;
	display:flex;
	align-items:center;
	gap:7px;
	min-height:44px;
	padding:0 13px 0 10px;
	border:1px solid rgba(34,43,53,.11);
	border-radius:999px;
	background:#fff;
	color:var(--gcc-ink);
	font:inherit;
	font-size:10px;
	font-weight:850;
	box-shadow:0 12px 35px rgba(25,43,58,.17);
	cursor:pointer
}
.gcc-fab svg{width:22px;height:22px;color:var(--gcc-secondary)}
.gcc-toast{
	position:fixed;
	z-index:2147483003;
	left:50%;
	bottom:24px;
	transform:translateX(-50%);
	padding:11px 15px;
	border-radius:12px;
	background:var(--gcc-ink);
	color:#fff;
	font-size:11px;
	font-weight:800;
	box-shadow:0 14px 35px rgba(0,0,0,.22)
}
.gcc-embed-placeholder{
	display:grid;
	place-items:center;
	min-height:260px;
	padding:26px;
	border:1px dashed #BBD7E3;
	border-radius:18px;
	background:linear-gradient(135deg,#F7FCFE,#FFF9E8);
	text-align:center
}
.gcc-embed-placeholder__inner{max-width:440px}
.gcc-embed-placeholder__icon{
	display:grid;
	place-items:center;
	width:52px;
	height:52px;
	margin:0 auto 12px;
	border-radius:17px;
	background:var(--gcc-primary,#FBB91D);
	font-size:23px
}
.gcc-embed-placeholder h3{
	margin:0 0 7px;
	color:#222B35;
	font:800 16px/1.2 Montserrat,Inter,sans-serif
}
.gcc-embed-placeholder p{
	margin:0 0 14px;
	color:#6E7782;
	font:500 11.5px/1.55 Montserrat,Inter,sans-serif
}
.gcc-embed-placeholder button,
.gcc-inline-settings{
	appearance:none;
	min-height:42px;
	padding:0 15px;
	border:0;
	border-radius:12px;
	background:#43ACD2;
	color:#fff;
	font:800 11px/1 Montserrat,Inter,sans-serif;
	cursor:pointer
}
.gcc-policy{
	max-width:1100px;
	margin:30px auto;
	padding:28px;
	border:1px solid #E4EAEE;
	border-radius:26px;
	background:#fff;
	box-shadow:0 15px 45px rgba(32,52,67,.07)
}
.gcc-policy__head{display:flex;gap:15px;align-items:flex-start}
.gcc-policy__head>span{
	display:grid;
	place-items:center;
	flex:0 0 50px;
	width:50px;
	height:50px;
	border-radius:16px;
	background:#FBB91D;
	color:#222B35
}
.gcc-policy__head svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}
.gcc-policy__head small{color:#A86E00;font-size:9px;font-weight:900;letter-spacing:.12em}
.gcc-policy__head h2{margin:3px 0 4px;color:#222B35;font-size:25px}
.gcc-policy__head p{margin:0;color:#6E7782;font-size:13px}
.gcc-policy__grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:10px;
	margin-top:22px
}
.gcc-policy__grid article{padding:17px;border:1px solid #E7EBEF;border-radius:15px;background:#FBFDFE}
.gcc-policy__grid b{color:#222B35;font-size:13px}
.gcc-policy__grid p{margin:6px 0 0;color:#6E7782;font-size:11px;line-height:1.55}
.gcc-policy__meta{margin:18px 0;padding:15px;border-radius:14px;background:#FFF8E5}
.gcc-policy__meta p{margin:4px 0;color:#53616C;font-size:11px}
.gcc-policy__meta code{font-size:10.5px}
@media(max-width:900px){
	.gcc-banner{grid-template-columns:auto minmax(0,1fr);gap:15px}
	.gcc-banner__actions{grid-column:1/-1}
}
@media(max-width:620px){
	.gcc-banner{
		left:10px;
		right:10px;
		bottom:10px;
		transform:none;
		width:auto;
		padding:17px;
		border-radius:20px;
		grid-template-columns:48px minmax(0,1fr)
	}
	.gcc-banner::before{width:5px;border-radius:20px 0 0 20px}
	.gcc-banner__icon{width:48px;height:48px;border-radius:15px}
	.gcc-banner__icon svg{width:24px;height:24px}
	.gcc-banner h2{font-size:17px}
	.gcc-banner p{font-size:11.5px}
	.gcc-banner__content{min-width:0}
	.gcc-banner__actions{grid-column:1/-1}
	.gcc-equal-choices,
	.gcc-modal__equal{grid-template-columns:1fr 1fr}
	.gcc-btn{min-height:44px;padding:0 10px;font-size:10.5px}
	.gcc-modal{width:calc(100vw - 18px);max-height:calc(100vh - 18px);border-radius:20px}
	.gcc-modal__head,
	.gcc-categories,
	.gcc-modal__foot{padding-left:15px;padding-right:15px}
	.gcc-modal__intro{padding-left:15px;padding-right:15px}
	.gcc-category{grid-template-columns:38px minmax(0,1fr) auto;padding:11px;gap:9px}
	.gcc-category__icon{width:38px;height:38px}
	.gcc-category__copy p{font-size:9.5px}
	.gcc-always{font-size:8px;padding:5px 7px}
	.gcc-switch{width:42px;height:24px}
	.gcc-category input:checked + .gcc-switch::after{transform:translateX(17px)}
	.gcc-fab{left:10px;bottom:10px}
	.gcc-policy{padding:19px;border-radius:20px}
	.gcc-policy__grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
	.gcc-root *,
	.gcc-root *::before,
	.gcc-root *::after{transition:none!important;scroll-behavior:auto!important}
}
