#cookie-controller-root{--cc-font-family: Arial, sans-serif;--cc-font-size-mobile: 12px;--cc-font-size-desktop: 16px;--cc-line-height: 1.45;--cc-z-index: 2147483647;--cc-surface-light: #f4f4f4;--cc-surface-dark: #1a1a1a;--cc-text-light: #111111;--cc-text-dark: #ffffff;--cc-border-light: rgba(17, 17, 17, .2);--cc-border-dark: rgba(255, 255, 255, .24);--cc-overlay-bg: rgba(0, 0, 0, .45);--cc-shadow-panel: 0 18px 60px rgba(0, 0, 0, .28);--cc-shadow-notify: 0 -8px 24px rgba(0, 0, 0, .12);--cc-shadow-toggle: 0 -4px 16px rgba(0, 0, 0, .18);--cc-accent: #2a2a2a;--cc-button-primary-bg: #ffffff;--cc-button-primary-text: #111111;--cc-button-secondary-bg: transparent;--cc-button-secondary-text: var(--cc-current-text);--cc-toggle-bg: var(--cc-accent);--cc-toggle-text: #ffffff;--cc-switch-track-bg: #4b5563;--cc-switch-track-border: #4b5563;--cc-switch-thumb-bg: #f9fafb;--cc-panel-width: min(92vw, 440px);--cc-panel-max-width: 440px;--cc-panel-max-height: min(78vh, 760px);--cc-panel-padding: 28px;--cc-panel-padding-bottom: 120px;--cc-notify-padding: 18px 20px 18px 88px;--cc-toggle-size: 88px;--cc-button-radius: 4px;--cc-sheet-radius: 20px;--cc-transition-panel: .45s ease;--cc-transition-notify: .35s ease;--cc-transition-fade: .35s ease;--cc-current-surface: var(--cc-surface-light);--cc-current-text: var(--cc-text-light);--cc-current-border: var(--cc-border-light);position:fixed;inset:0;z-index:var(--cc-z-index);font-family:var(--cc-font-family);font-size:var(--cc-font-size-mobile);line-height:var(--cc-line-height);pointer-events:none;color:var(--cc-current-text)}@media (min-width: 1024px){#cookie-controller-root{font-size:var(--cc-font-size-desktop)}}#cookie-controller-root[data-theme=dark]{--cc-current-surface: var(--cc-surface-dark);--cc-current-text: var(--cc-text-dark);--cc-current-border: var(--cc-border-dark)}#cookie-controller-root *{box-sizing:border-box}.cookie-controller-backdrop{position:fixed;inset:0;background:var(--cc-overlay-bg);opacity:0;pointer-events:none;transition:opacity var(--cc-transition-fade)}#cookie-controller-root[data-panel=open] .cookie-controller-backdrop{opacity:1;pointer-events:auto}.cookie-controller-panel,.cookie-controller-notify,.cookie-controller-toggle{pointer-events:auto}.cookie-controller-panel,.cookie-controller-notify{background:var(--cc-current-surface);color:var(--cc-current-text)}.cookie-controller-panel{position:fixed;z-index:2;width:var(--cc-panel-width);max-width:var(--cc-panel-max-width);height:100%;top:0;bottom:0;overflow-y:auto;padding:var(--cc-panel-padding);padding-bottom:var(--cc-panel-padding-bottom);box-shadow:var(--cc-shadow-panel);transition:transform var(--cc-transition-panel);will-change:transform}#cookie-controller-root[data-layout=slideout][data-position=left] .cookie-controller-panel{left:0;transform:translate3d(-100%,0,0)}#cookie-controller-root[data-layout=slideout][data-position=right] .cookie-controller-panel{right:0;transform:translate3d(100%,0,0)}#cookie-controller-root[data-layout=slideout][data-panel=open] .cookie-controller-panel{transform:translateZ(0)}#cookie-controller-root[data-layout=popup] .cookie-controller-panel{inset:auto 0 0;width:100%;max-width:none;height:auto;max-height:var(--cc-panel-max-height);padding-bottom:96px;border-radius:var(--cc-sheet-radius) var(--cc-sheet-radius) 0 0;transform:translate3d(0,102%,0)}#cookie-controller-root[data-layout=popup][data-panel=open] .cookie-controller-panel{transform:translateZ(0)}.cookie-controller-notify{position:fixed;left:0;right:0;bottom:0;z-index:3;min-height:48px;padding:var(--cc-notify-padding);display:flex;flex-direction:column;gap:12px;box-shadow:var(--cc-shadow-notify);transform:translate3d(0,102%,0);transition:transform var(--cc-transition-notify)}#cookie-controller-root[data-notify=visible] .cookie-controller-notify{transform:translateZ(0)}@media (min-width: 720px){.cookie-controller-notify{flex-direction:row;align-items:center;justify-content:space-between}}.cookie-controller-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.cookie-controller-notify .cookie-controller-actions{margin-top:0;flex-shrink:0}.cookie-controller-button{appearance:none;border:2px solid currentColor;border-radius:var(--cc-button-radius);padding:10px 16px;font:inherit;line-height:1.3;cursor:pointer;background:transparent}.cookie-controller-button-primary{background:var(--cc-button-primary-bg);color:var(--cc-button-primary-text);border-color:var(--cc-button-primary-bg);font-weight:700}.cookie-controller-button-secondary{background:var(--cc-button-secondary-bg);color:var(--cc-button-secondary-text);border-color:currentColor}.cookie-controller-button-link{border:0;background:transparent;color:inherit;padding:0;text-decoration:underline}.cookie-controller-toggle{position:fixed;bottom:0;left:0;z-index:4;width:var(--cc-toggle-size);height:var(--cc-toggle-size);border:0;padding:0 0 12px 12px;display:flex;align-items:flex-end;justify-content:flex-start;background:var(--cc-toggle-bg);color:var(--cc-toggle-text);clip-path:polygon(0 0,0 100%,100% 100%);cursor:pointer;box-shadow:var(--cc-shadow-toggle)}#cookie-controller-root[data-notify=visible][data-panel=closed] .cookie-controller-toggle{opacity:0;pointer-events:none}#cookie-controller-root[data-position=right][data-layout=slideout] .cookie-controller-toggle{left:auto;right:0;padding:0 12px 12px 0;justify-content:flex-end;clip-path:polygon(100% 0,0 100%,100% 100%)}.cookie-controller-toggle:hover,.cookie-controller-toggle:focus-visible{filter:brightness(1.05)}.cookie-controller-heading{margin:0 0 12px;font-size:1.2em;line-height:1.35;font-weight:700;padding-right:42px}.cookie-controller-copy,.cookie-controller-category-meta,.cookie-controller-statement{font-size:1em;line-height:1.5}.cookie-controller-copy{margin:0;opacity:.92}.cookie-controller-category{border-top:1px solid var(--cc-current-border);margin-top:24px;padding-top:24px;opacity:.92}.cookie-controller-category-head{display:flex;gap:16px;justify-content:space-between;align-items:flex-start}.cookie-controller-category-title{margin:0;font-size:1em;line-height:1.4;font-weight:700;padding-right:12px}.cookie-controller-category-meta{margin:12px 0 0;padding-left:18px}.cookie-controller-switch{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:110px;height:36px;padding:4px;border-radius:999px;background:var(--cc-switch-track-bg);border:4px solid var(--cc-switch-track-border);color:#fff;font-size:.75em;font-weight:700}#cookie-controller-root[data-theme=light] .cookie-controller-switch,#cookie-controller-root[data-theme=dark] .cookie-controller-switch{color:#fff}.cookie-controller-switch input{position:absolute;inset:0;opacity:0;cursor:pointer}.cookie-controller-switch-state{position:relative;z-index:1;width:100%;display:flex;justify-content:space-between;gap:10px;padding:0 10px}.cookie-controller-switch-state span{color:#ffffffb8;transition:color .2s ease}.cookie-controller-switch[data-checked=false] .cookie-controller-switch-state span:first-child,.cookie-controller-switch[data-checked=true] .cookie-controller-switch-state span:last-child{color:#111}.cookie-controller-switch input:disabled{cursor:not-allowed}.cookie-controller-switch input:disabled+.cookie-controller-switch-state,.cookie-controller-switch input:disabled~.cookie-controller-switch-thumb{opacity:.6}.cookie-controller-switch-disabled{cursor:not-allowed}.cookie-controller-switch-thumb{position:absolute;top:4px;left:4px;bottom:4px;width:calc(50% - 4px);border-radius:999px;background:var(--cc-switch-thumb-bg);transition:transform .3s ease;box-shadow:0 1px 2px #0003}.cookie-controller-switch[data-checked=true] .cookie-controller-switch-thumb{transform:translate(100%)}.cookie-controller-statement{margin-top:20px}.cookie-controller-alert{margin-top:16px;padding:14px 16px;border-radius:12px;background:#00000014}#cookie-controller-root[data-theme=dark] .cookie-controller-alert{background:#ffffff14}.cookie-controller-alert-title{margin:0 0 8px;font-size:1em;line-height:1.4}.cookie-controller-alert-copy{margin:0}.cookie-controller-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:2px solid currentColor;border-radius:var(--cc-button-radius);background:transparent;color:inherit;cursor:pointer;font:inherit;font-size:24px;line-height:1}.cookie-controller-notify .cookie-controller-heading{margin-bottom:4px;padding-right:0}@media (max-width: 640px){#cookie-controller-root{--cc-panel-width: min(94vw, 420px);--cc-panel-padding: 24px 20px;--cc-panel-padding-bottom: 110px;--cc-notify-padding: 16px 16px 16px 84px}.cookie-controller-panel{padding:24px 20px 110px}.cookie-controller-category-head{flex-direction:column}}
