.cookie-consent{--cookie-accent:#ba0036;--cookie-accent-hover:#d4003f;--cookie-accent-soft:rgba(186,0,54,0.16);--cookie-panel:#111214;--cookie-text:#ffffff;--cookie-muted:rgba(255,255,255,0.68);--cookie-border:rgba(255,255,255,0.1);position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));box-sizing:border-box;animation:cookie-consent-in .34s cubic-bezier(.22,1,.36,1)}.cookie-consent--out{animation:cookie-consent-out .24s ease-in forwards}.cookie-consent-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.cookie-consent-panel{position:relative;z-index:1;width:min(100%,540px);max-height:min(90vh,760px);overflow-y:auto;overflow-x:hidden;padding:clamp(32px,4.5vw,44px) clamp(26px,4vw,42px) clamp(26px,3.5vw,36px);border:1px solid var(--cookie-border);border-radius:18px;background:linear-gradient(165deg,rgba(255,255,255,.035) 0,transparent 42%),var(--cookie-panel);box-shadow:0 28px 80px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.02);text-align:center;font-family:var(--font-manrope),sans-serif;color:var(--cookie-text);box-sizing:border-box;-webkit-overflow-scrolling:touch;isolation:isolate;scrollbar-width:thin;scrollbar-color:rgba(186,0,54,.55) rgba(255,255,255,.04)}.cookie-consent-panel::-webkit-scrollbar{width:6px}.cookie-consent-panel::-webkit-scrollbar-track{margin:14px 0;background:rgba(255,255,255,.04);border-radius:999px}.cookie-consent-panel::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(212,0,63,.7),rgba(186,0,54,.55));border-radius:999px;border:1px solid transparent;background-clip:padding-box}.cookie-consent-panel::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(232,17,74,.9),rgba(186,0,54,.8));background-clip:padding-box}.cookie-consent-panel::-webkit-scrollbar-corner{background:transparent}.cookie-consent-accent{position:absolute;top:0;left:18%;right:18%;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent 0,var(--cookie-accent) 20%,#ff4d6d 50%,var(--cookie-accent) 80%,transparent 100%);opacity:.95}.cookie-consent-eyebrow{margin:0 0 10px;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#ff5a69}.cookie-consent-title{margin:0 0 14px;font-family:var(--font-manrope),sans-serif;font-size:clamp(1.55rem,3vw,1.9rem);font-weight:500;line-height:1.2;letter-spacing:-.03em;color:var(--cookie-text)}.cookie-consent-text{margin:0 auto 12px;max-width:46ch}.cookie-consent-learn,.cookie-consent-text{font-size:.9375rem;font-weight:400;line-height:1.6;color:var(--cookie-muted)}.cookie-consent-learn{margin:0 auto 28px;max-width:none;white-space:nowrap}.cookie-consent-link{color:#ffffff;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(255,90,105,.7);transition:color .16s ease,border-color .16s ease}.cookie-consent-link:hover{color:#ff5a69;border-bottom-color:#ff5a69}.cookie-consent-actions{display:flex;flex-direction:column;align-items:center;gap:11px;width:100%}.cookie-consent-btn{display:inline-flex;align-items:center;justify-content:center;width:min(100%,300px);min-height:46px;padding:12px 24px;border-radius:999px;border:1px solid transparent;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1.2;letter-spacing:.01em;text-align:center;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.cookie-consent-btn:hover{transform:translateY(-1px)}.cookie-consent-btn:focus-visible{outline:2px solid rgba(255,90,105,.75);outline-offset:3px}.cookie-consent-btn--primary{border-color:#9a002c;background:linear-gradient(180deg,#d4003f 0,var(--cookie-accent) 100%);color:#ffffff;box-shadow:0 10px 24px rgba(186,0,54,.32),inset 0 1px 0 rgba(255,255,255,.16)}.cookie-consent-btn--primary:hover{border-color:#ff3b5c;background:linear-gradient(180deg,#e8114a,#c40038);box-shadow:0 12px 28px rgba(186,0,54,.4),inset 0 1px 0 rgba(255,255,255,.2)}.cookie-consent-btn--secondary{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.03);color:rgba(255,255,255,.92)}.cookie-consent-btn--secondary:hover{border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.07)}.cookie-consent-settings-link{margin-top:4px;padding:6px 10px;border:0;background:transparent;color:rgba(255,255,255,.78);font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.3;cursor:pointer;transition:color .16s ease}.cookie-consent-settings-link:hover{color:#ff5a69}.cookie-consent-settings-link:focus-visible{outline:2px solid rgba(255,90,105,.75);outline-offset:3px;border-radius:6px}.cookie-consent-prefs{list-style:none;margin:8px 0 26px;padding:0;width:100%;text-align:left;border:1px solid var(--cookie-border);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.02)}.cookie-consent-pref{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid var(--cookie-border)}.cookie-consent-pref:last-child{border-bottom:0}.cookie-consent-pref-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.cookie-consent-pref-name{font-size:.875rem;font-weight:600;color:var(--cookie-text)}.cookie-consent-pref-desc{font-size:.75rem;font-weight:400;line-height:1.45;color:var(--cookie-muted)}.cookie-consent-pref-locked{flex-shrink:0;padding:5px 9px;border-radius:999px;border:1px solid rgba(255,90,105,.28);background:var(--cookie-accent-soft);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ff8a95}.cookie-consent-switch{position:relative;display:inline-flex;flex-shrink:0;width:42px;height:24px;cursor:pointer}.cookie-consent-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.cookie-consent-switch-ui{position:absolute;inset:0;border-radius:999px;background:rgba(255,255,255,.16);transition:background .16s ease}.cookie-consent-switch-ui:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#ffffff;box-shadow:0 1px 3px rgba(0,0,0,.35);transition:transform .16s ease}.cookie-consent-switch input:checked+.cookie-consent-switch-ui{background:var(--cookie-accent)}.cookie-consent-switch input:checked+.cookie-consent-switch-ui:after{transform:translateX(18px)}.cookie-consent-switch input:focus-visible+.cookie-consent-switch-ui{outline:2px solid rgba(255,90,105,.75);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes cookie-consent-in{0%{opacity:0}to{opacity:1}}@keyframes cookie-consent-out{0%{opacity:1}to{opacity:0}}@media (max-width:520px){.cookie-consent-panel{padding:28px 18px 22px;border-radius:16px}.cookie-consent-title{margin-bottom:12px}.cookie-consent-learn{margin-bottom:22px;white-space:normal}.cookie-consent-btn{width:100%;min-height:44px;font-size:.8125rem}.cookie-consent-pref{gap:12px;padding:12px 14px}.cookie-consent-accent{left:14%;right:14%}}@media (prefers-reduced-motion:reduce){.cookie-consent,.cookie-consent--out,.cookie-consent-btn{animation:none;transition:none}.cookie-consent-btn:hover{transform:none}}