.sccs-consent{--sccs-primary:#0f172a;--sccs-accent:#d71920;--sccs-surface:#fff;--sccs-text:#111827;--sccs-muted:#667085;--sccs-border:#d0d5dd;--sccs-overlay:#0b1320;--sccs-radius:16px;--sccs-width:640px;position:fixed;inset:0;z-index:2147483000;display:grid;padding:clamp(12px,3vw,32px);font-family:inherit;background:color-mix(in srgb,var(--sccs-overlay) 46%,transparent)}
.sccs-consent[hidden],.sccs-consent [hidden],.sccs-manage-floating[hidden]{display:none!important}.sccs-backdrop-none{background:transparent}.sccs-backdrop-light{background:color-mix(in srgb,var(--sccs-overlay) 22%,transparent)}.sccs-backdrop-medium{background:color-mix(in srgb,var(--sccs-overlay) 46%,transparent)}.sccs-backdrop-strong{background:color-mix(in srgb,var(--sccs-overlay) 70%,transparent)}
.sccs-layout-center_modal{place-items:center}.sccs-layout-side_card{align-items:center;justify-items:end}.sccs-layout-bottom_sheet,.sccs-layout-full_bar{align-items:end;justify-items:center}.sccs-layout-mobile_drawer{align-items:stretch;justify-items:end;padding:0}
.sccs-panel{position:relative;width:min(var(--sccs-width),100%);max-height:min(92vh,900px);overflow:auto;padding:26px;background:var(--sccs-surface);color:var(--sccs-text);border:1px solid var(--sccs-border);border-radius:var(--sccs-radius)}.sccs-density-compact .sccs-panel{padding:18px}.sccs-density-spacious .sccs-panel{padding:34px}.sccs-shadow-small{box-shadow:0 7px 24px rgba(5,14,28,.16)}.sccs-shadow-medium{box-shadow:0 18px 54px rgba(5,14,28,.25)}.sccs-shadow-large{box-shadow:0 28px 84px rgba(5,14,28,.34)}
.sccs-layout-side_card .sccs-panel{width:min(430px,100%)}.sccs-layout-bottom_sheet .sccs-panel{width:min(1100px,100%)}.sccs-layout-full_bar{padding:0}.sccs-layout-full_bar .sccs-panel{width:100%;max-height:92vh;border-radius:0;border-inline:0}.sccs-layout-mobile_drawer .sccs-panel{width:min(430px,100%);max-height:100vh;height:100%;border-radius:var(--sccs-radius) 0 0 var(--sccs-radius);border-block:0;border-right:0}
.sccs-type-system_sans .sccs-panel{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.sccs-type-editorial_serif .sccs-copy h2,.sccs-type-editorial_serif .sccs-preferences legend{font-family:Georgia,"Times New Roman",serif}
.sccs-primary{display:flex;flex-direction:column;gap:12px}.sccs-layout-full_bar .sccs-primary{display:grid;grid-template-columns:minmax(250px,1fr) auto;column-gap:24px;align-items:center}.sccs-layout-full_bar .sccs-logo,.sccs-layout-full_bar .sccs-policy{grid-column:1}.sccs-layout-full_bar .sccs-actions{grid-column:2;grid-row:1/4}.sccs-logo img{display:block;width:auto;max-width:180px;height:48px;object-fit:contain;background:#fff}.sccs-eyebrow{margin:0 0 6px;text-transform:uppercase;letter-spacing:.11em;font-weight:800;font-size:11px;color:var(--sccs-primary)}.sccs-copy h2{margin:0 44px 10px 0;font-size:clamp(24px,3vw,34px);line-height:1.13;color:var(--sccs-text)}.sccs-copy p:last-child{margin:0;font-size:15px;line-height:1.55;color:var(--sccs-text)}.sccs-policy{margin:0}.sccs-policy a{color:var(--sccs-primary);font-weight:700;text-decoration:underline;text-underline-offset:2px}.sccs-close{position:absolute;right:10px;top:10px;z-index:3;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--sccs-text);cursor:pointer}.sccs-close:hover{background:color-mix(in srgb,var(--sccs-text) 8%,transparent)}
.sccs-actions,.sccs-preference-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:8px}.sccs-button,.sccs-link-button,.sccs-manage-floating{font:inherit;font-weight:750;cursor:pointer}.sccs-button{min-height:44px;border:1px solid var(--sccs-primary);border-radius:8px;padding:10px 16px;background:var(--sccs-surface);color:var(--sccs-primary)}.sccs-button--primary{background:var(--sccs-primary);color:#fff}.sccs-button:hover{filter:brightness(.95)}.sccs-buttons-equal .sccs-actions .sccs-button,.sccs-buttons-equal .sccs-preference-actions .sccs-button{flex:1 1 150px}.sccs-buttons-stacked .sccs-actions,.sccs-buttons-stacked .sccs-preference-actions{display:grid}.sccs-shape-square .sccs-button{border-radius:0}.sccs-shape-pill .sccs-button{border-radius:999px}.sccs-link-button{min-height:44px;background:none;border:0;text-decoration:underline;padding:10px;color:var(--sccs-primary)}
.sccs-preferences fieldset{border:0;padding:0;margin:0 0 18px}.sccs-preferences legend{font-size:20px;font-weight:800;margin-bottom:10px}.sccs-category{position:relative;display:flex;justify-content:space-between;gap:20px;align-items:center;min-height:60px;padding:12px 0;border-top:1px solid var(--sccs-border);cursor:pointer}.sccs-category>span:first-child{display:grid;gap:4px}.sccs-category small{color:var(--sccs-muted);line-height:1.4}.sccs-category input{position:absolute;right:2px;opacity:0}.sccs-switch{position:relative;flex:0 0 44px;height:25px;border-radius:999px;background:#aeb7c3}.sccs-switch:after{content:"";position:absolute;left:3px;top:3px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:transform .15s}.sccs-category input:checked+.sccs-switch{background:var(--sccs-primary)}.sccs-category input:checked+.sccs-switch:after{transform:translateX(19px)}.sccs-category input:focus-visible+.sccs-switch{outline:3px solid var(--sccs-accent);outline-offset:3px}.sccs-category input:disabled+.sccs-switch{opacity:.7}.sccs-preference-cards .sccs-category{margin:8px 0;padding:14px;border:1px solid var(--sccs-border);border-radius:10px}.sccs-preference-accordion .sccs-category small{display:none}
.sccs-manage-floating{position:fixed;z-index:2147482990;display:flex;align-items:center;gap:7px;min-height:44px;border:1px solid #c9d0d8;border-radius:999px;background:#fff;color:#162333;padding:9px 14px;box-shadow:0 8px 24px rgba(5,14,28,.16)}.sccs-launcher-bottom_right{right:18px;bottom:18px}.sccs-launcher-bottom_left{left:18px;bottom:18px}.sccs-launcher-side_right{right:0;top:50%;transform:translateY(-50%);border-radius:999px 0 0 999px}.sccs-launcher-side_left{left:0;top:50%;transform:translateY(-50%);border-radius:0 999px 999px 0}.sccs-launcher-compact{width:48px;padding:9px;justify-content:center}
.sccs-button:focus-visible,.sccs-link-button:focus-visible,.sccs-manage-floating:focus-visible,.sccs-close:focus-visible{outline:3px solid var(--sccs-accent);outline-offset:3px}
.sccs-animation-fade .sccs-panel{animation:sccs-fade .22s ease both}.sccs-animation-slide .sccs-panel{animation:sccs-slide .25s ease both}.sccs-animation-scale .sccs-panel{animation:sccs-scale .2s ease both}@keyframes sccs-fade{from{opacity:0}to{opacity:1}}@keyframes sccs-slide{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes sccs-scale{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
@media (max-width:700px){.sccs-consent{padding:0;align-items:end}.sccs-consent .sccs-panel{width:100%;max-height:90vh;border-radius:var(--sccs-radius) var(--sccs-radius) 0 0;border-inline:0;border-bottom:0;padding:22px}.sccs-mobile-drawer .sccs-panel{margin-left:auto;width:min(390px,100%);height:100%;max-height:100%;border-radius:var(--sccs-radius) 0 0 var(--sccs-radius);border-left:1px solid var(--sccs-border)}.sccs-mobile-same.sccs-layout-center_modal{place-items:center;padding:12px}.sccs-mobile-same.sccs-layout-center_modal .sccs-panel{border:1px solid var(--sccs-border);border-radius:var(--sccs-radius)}.sccs-layout-full_bar .sccs-primary{display:flex}.sccs-actions,.sccs-preference-actions{display:grid}.sccs-actions .sccs-button,.sccs-preference-actions .sccs-button{width:100%}.sccs-copy h2{font-size:26px}}
@media (forced-colors:active){.sccs-panel,.sccs-button,.sccs-manage-floating{border:2px solid ButtonText}.sccs-switch{border:1px solid ButtonText}}
@media (prefers-reduced-motion:reduce){.sccs-consent *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
