.es-cookie-consent[hidden],
.es-cookie-preferences[hidden]{display:none!important}

.es-cookie-consent{position:fixed;inset:auto 0 0;z-index:10050;pointer-events:none;padding:24px}
.es-cookie-banner{box-sizing:border-box;width:min(460px,100%);padding:24px;border:1px solid #373c3e;background:#0e1214;color:#f4f3f1;box-shadow:0 20px 60px rgba(0,0,0,.5);pointer-events:auto}
.es-cookie-kicker{margin:0 0 8px;color:var(--orange,#f04a16);font:800 10px/1.2 Inter,Arial,sans-serif;letter-spacing:.16em}
.es-cookie-banner h2,.es-cookie-preferences h2{margin:0;color:#fff;font:600 34px/.95 Teko,"Arial Narrow",sans-serif;letter-spacing:.035em;text-transform:uppercase}
.es-cookie-banner__copy>p:last-child{max-width:390px;margin:12px 0 0;color:#c7cac9;font:500 13px/1.6 Inter,Arial,sans-serif}
.es-cookie-banner__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.es-cookie-button{min-height:44px;border:1px solid #555b5d;border-radius:0;background:transparent;color:#fff;font:800 11px/1.2 Inter,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}
.es-cookie-button--primary{border-color:var(--orange,#f04a16);background:var(--orange,#f04a16)}
.es-cookie-button--primary:hover{border-color:#ff5b27;background:#ff5b27}
.es-cookie-button--secondary:hover{border-color:#f4f3f1;background:#f4f3f1;color:#0a0c0d}
.es-cookie-manage{grid-column:1/-1;min-height:38px;border:0;background:transparent;color:#f4f3f1;font:700 11px/1.2 Inter,Arial,sans-serif;letter-spacing:.06em;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.es-cookie-banner__links{display:flex;gap:18px;margin-top:16px;padding-top:14px;border-top:1px solid #2f3436}
.es-cookie-banner__links a{color:#9fa4a3;font:500 11px/1.4 Inter,Arial,sans-serif;text-decoration:none}
.es-cookie-banner__links a:hover{color:#fff}
.es-cookie-button:focus-visible,.es-cookie-manage:focus-visible,.es-cookie-banner__links a:focus-visible,.es-cookie-preferences__close:focus-visible,.es-cookie-switch input:focus-visible+span,.es-cookie-preferences-trigger:focus-visible{outline:2px solid var(--orange,#f04a16);outline-offset:2px}

.es-cookie-preferences{position:fixed;inset:0;z-index:10060;display:grid;place-items:center;padding:24px}
.es-cookie-preferences__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78)}
.es-cookie-preferences__panel{position:relative;box-sizing:border-box;width:min(620px,100%);max-height:min(760px,calc(100dvh - 48px));overflow:auto;padding:26px;border:1px solid #3d4345;background:#0e1214;color:#f4f3f1;box-shadow:0 24px 80px rgba(0,0,0,.65)}
.es-cookie-preferences__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.es-cookie-preferences__close{width:38px;height:38px;flex:0 0 38px;border:1px solid #3a4042;background:#111517;color:#fff;font:300 27px/1 Inter,Arial,sans-serif;cursor:pointer}
.es-cookie-preferences__intro{margin:14px 0 20px;color:#b9bdbc;font:500 13px/1.6 Inter,Arial,sans-serif}
.es-cookie-preferences__list{border-top:1px solid #323739}
.es-cookie-preference-row{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:86px;padding:16px 0;border-bottom:1px solid #323739;color:#f4f3f1;text-decoration:none}
.es-cookie-preference-row>div:first-child,.es-cookie-preference-row>span:first-child{min-width:0}
.es-cookie-preference-row strong{display:block;font:800 12px/1.35 Inter,Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase}
.es-cookie-preference-row strong+span{display:block;max-width:430px;margin-top:5px;color:#9fa4a3;font:500 12px/1.5 Inter,Arial,sans-serif}
.es-cookie-required{flex:0 0 auto;color:#d0d3d2;font:700 10px/1.2 Inter,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.es-cookie-switch{position:relative;flex:0 0 46px;width:46px;height:26px}
.es-cookie-switch input{position:absolute;opacity:0;pointer-events:none}
.es-cookie-switch>span{position:absolute;inset:0;border:1px solid #545a5c;background:#202527;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}
.es-cookie-switch>span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#bfc3c2;transition:transform .15s ease,background-color .15s ease}
.es-cookie-switch input:checked+span{border-color:var(--orange,#f04a16);background:rgba(240,74,22,.2)}
.es-cookie-switch input:checked+span:after{background:var(--orange,#f04a16);transform:translateX(20px)}
.es-cookie-preferences__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.es-cookie-preferences__note{margin:16px 0 0;color:#7f8584;font:500 10px/1.55 Inter,Arial,sans-serif}
.es-cookie-preferences-trigger{appearance:none;border:0;background:transparent;color:var(--muted,#aaaead);font:inherit;cursor:pointer;padding:0}
.es-cookie-preferences-trigger:hover{color:var(--orange,#f04a16)}

@media(max-width:767px){
	.es-cookie-consent{padding:0}
	.es-cookie-banner{width:100%;padding:22px 18px 18px;border-right:0;border-bottom:0;border-left:0;box-shadow:0 -14px 44px rgba(0,0,0,.55)}
	.es-cookie-banner h2{font-size:31px}
	.es-cookie-banner__copy>p:last-child{font-size:14px;line-height:1.55}
	.es-cookie-banner__actions{grid-template-columns:1fr;gap:9px;margin-top:18px}
	.es-cookie-manage{grid-column:auto;min-height:42px}
	.es-cookie-banner__links{justify-content:center;margin-top:12px;padding-top:12px}
	.es-cookie-preferences{align-items:end;padding:0}
	.es-cookie-preferences__panel{width:100%;max-height:88dvh;padding:22px 18px 18px;border-right:0;border-bottom:0;border-left:0;box-shadow:0 -18px 60px rgba(0,0,0,.65)}
	.es-cookie-preferences h2{font-size:30px}
	.es-cookie-preference-row{min-height:82px;gap:16px}
	.es-cookie-preferences__actions{grid-template-columns:1fr}
	.es-cookie-button{min-height:48px}
}

@media(prefers-reduced-motion:reduce){
	.es-cookie-button,.es-cookie-switch>span,.es-cookie-switch>span:after{transition:none}
}
html.es-cookie-preferences-open{overflow:hidden}

/* Mobile consent controls: safe-area spacing and a full 44px close target. */
@media(max-width:767px){
	.es-cookie-banner{padding-bottom:calc(18px + env(safe-area-inset-bottom))}
	.es-cookie-preferences__panel{padding-bottom:calc(18px + env(safe-area-inset-bottom))}
	.es-cookie-preferences__close{width:44px;height:44px;flex-basis:44px}
}
