.gas-consent{--gas-consent-accent:var(--gas-primary,#004253);--gas-consent-surface:var(--gas-bg-surface,#fff);--gas-consent-text:var(--gas-text-color,#1a1a1a);--gas-consent-muted:var(--gas-text-muted,#666);--gas-consent-border:var(--gas-border-color,#e1e8ed);--gas-consent-on-accent:var(--gas-on-primary-text,#fff);z-index:2147483000;font-family:var(--gas-font-family,sans-serif);color:var(--gas-consent-text);box-sizing:border-box;position:fixed;inset:auto}.gas-consent *,.gas-consent :before,.gas-consent :after{box-sizing:border-box}.gas-consent--dark{color-scheme:dark}.gas-consent--light{color-scheme:light}.gas-consent__panel{gap:var(--gas-space-m,16px);background:var(--gas-consent-surface);color:var(--gas-consent-text);border:1px solid var(--gas-consent-border);border-radius:var(--gas-radius-l,12px);box-shadow:var(--gas-shadow-l,0 10px 30px #0000001f);padding:var(--gas-space-l,24px);align-items:flex-start;display:flex}.gas-consent__icon{color:var(--gas-consent-accent);flex:none;justify-content:center;align-items:center;line-height:1;display:flex}.gas-consent__icon-svg{flex-shrink:0;display:block}.gas-consent__content{flex:auto;min-width:0}.gas-consent__title{margin:0 0 var(--gas-space-xs,4px);font-size:1em;font-weight:700}.gas-consent__body{color:var(--gas-consent-muted);margin:0;font-size:.875em;line-height:1.5}.gas-consent__link,.gas-consent__link-btn{color:var(--gas-primary-text,var(--gas-consent-accent));cursor:pointer;font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.gas-consent__actions{gap:var(--gas-space-s,8px);flex-wrap:wrap;flex:none;align-items:center;display:flex}.gas-consent__btn{appearance:none;cursor:pointer;font:inherit;min-height:44px;padding:var(--gas-space-s,8px) var(--gas-space-l,24px);border-radius:var(--gas-radius-m,8px);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;font-size:.95em;font-weight:600;transition:filter .15s,background-color .15s;display:inline-flex}.gas-consent__btn--primary{background:var(--gas-consent-accent);color:var(--gas-consent-on-accent)}.gas-consent__btn--primary:hover{filter:brightness(1.08)}.gas-consent__btn--outline{color:var(--gas-consent-text);border-color:var(--gas-consent-border);background:0 0}.gas-consent__btn--outline:hover{background:var(--gas-bg-hover,#0000000a)}.gas-consent__link-btn{margin-right:auto;font-size:.8125em}.gas-consent__btn:focus-visible,.gas-consent__link-btn:focus-visible{outline:2px solid var(--gas-consent-accent);outline-offset:2px}.gas-consent__prefs{margin:var(--gas-space-m,16px) 0 0;gap:var(--gas-space-s,8px);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:min(40vh,280px);padding:0;padding-right:var(--gas-space-2xs,3px);list-style:none;display:grid;overflow-y:auto}.gas-consent--customizing .gas-consent__panel{max-height:min(90vh,640px)}.gas-consent--customizing .gas-consent__content{flex-direction:column;min-height:0;display:flex;overflow:hidden}.gas-consent--customizing .gas-consent__prefs{flex:auto;min-height:0}.gas-consent__cat{border:1px solid var(--gas-consent-border);border-radius:var(--gas-radius-m,8px);padding:var(--gas-space-s,8px) var(--gas-space-m,16px)}.gas-consent__cat-head{align-items:center;gap:var(--gas-space-s,8px);cursor:pointer;font-size:.875em;font-weight:600;display:flex}.gas-consent__toggle{accent-color:var(--gas-consent-accent);width:16px;height:16px}.gas-consent__cat-locked{color:var(--gas-consent-muted);font-size:.75em;font-weight:400}.gas-consent__cat-desc{margin:var(--gas-space-2xs,3px) 0 0 calc(16px + var(--gas-space-s,8px));color:var(--gas-consent-muted);font-size:.8125em;line-height:1.4}.gas-consent--bottom_bar{bottom:0;left:0;right:0}.gas-consent--bottom_bar .gas-consent__panel{border-bottom:0;border-left:0;border-right:0;border-radius:0;flex-wrap:wrap;align-items:center;max-width:1200px;margin:0 auto}.gas-consent--bottom_bar .gas-consent__actions{margin-left:auto}.gas-consent--floating_card{bottom:var(--gas-space-l,24px);max-width:380px}.gas-consent--floating_card.gas-consent--bottom-left{left:var(--gas-space-l,24px)}.gas-consent--floating_card.gas-consent--bottom-right{right:var(--gas-space-l,24px)}.gas-consent--floating_card.gas-consent--bottom-center{left:50%;transform:translate(-50%)}.gas-consent--floating_card .gas-consent__panel{flex-direction:column}.gas-consent--floating_card .gas-consent__actions{width:100%}.gas-consent--floating_card .gas-consent__btn{text-align:center;flex:auto}.gas-consent--toast{bottom:var(--gas-space-l,24px);width:calc(100% - 32px);max-width:560px;left:50%;transform:translate(-50%)}.gas-consent--toast .gas-consent__panel{box-shadow:var(--gas-shadow-xl,0 20px 50px #00000029);align-items:center}.gas-consent--modal{padding:var(--gas-space-m,16px);justify-content:center;align-items:center;display:flex;inset:0}.gas-consent--modal .gas-consent__overlay{backdrop-filter:blur(2px);background:#00000080;position:absolute;inset:0}.gas-consent--modal .gas-consent__panel{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:460px;position:relative}.gas-consent--modal .gas-consent__icon-svg{width:2.2em;height:2.2em}.gas-consent--modal .gas-consent__actions{justify-content:center;width:100%}.gas-consent--modal .gas-consent__prefs{text-align:left;width:100%}.gas-consent--top_bar{top:0;left:0;right:0}.gas-consent--top_bar .gas-consent__panel{border-top:0;border-left:0;border-right:0;border-radius:0;flex-wrap:wrap;align-items:center;max-width:1200px;margin:0 auto}.gas-consent--top_bar .gas-consent__actions{margin-left:auto}.gas-consent--bubble{bottom:var(--gas-space-m,16px);max-width:320px}.gas-consent--bubble.gas-consent--bottom-left{left:var(--gas-space-m,16px)}.gas-consent--bubble.gas-consent--bottom-right{right:var(--gas-space-m,16px)}.gas-consent--bubble.gas-consent--bottom-center{left:50%;transform:translate(-50%)}.gas-consent--bubble .gas-consent__panel{gap:var(--gas-space-s,8px);padding:var(--gas-space-m,16px);border-radius:var(--gas-radius-xl,16px);flex-direction:column}.gas-consent--bubble .gas-consent__title{font-size:.9em}.gas-consent--bubble .gas-consent__body{font-size:.8125em}.gas-consent--bubble .gas-consent__actions{width:100%}.gas-consent--bubble .gas-consent__btn{text-align:center;padding:var(--gas-space-xs,4px) var(--gas-space-s,8px);flex:auto}.gas-consent--bubble .gas-consent__link-btn{font-size:.75em}.gas-consent--embedded{z-index:auto;width:100%;max-width:100%;position:relative!important;inset:auto!important;transform:none!important}.gas-consent--embedded.gas-consent--modal{min-height:320px;padding:0;display:block}.gas-consent--embedded.gas-consent--modal .gas-consent__overlay{border-radius:var(--gas-radius-l,12px)}.gas-consent--embedded.gas-consent--modal .gas-consent__panel{margin:var(--gas-space-2xl,48px) auto}.gas-consent--embedded .gas-consent__panel{box-shadow:var(--gas-shadow-m,0 4px 12px #00000014)}@keyframes gas-consent-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1}}.gas-consent:not(.gas-consent--embedded) .gas-consent__panel{animation:.25s both gas-consent-in}@media (prefers-reduced-motion:reduce){.gas-consent .gas-consent__panel{animation:none}.gas-consent__btn{transition:none}}@media (width<=640px){.gas-consent--floating_card,.gas-consent--bubble{left:var(--gas-space-s,8px);right:var(--gas-space-s,8px);max-width:none;transform:none}.gas-consent--bottom_bar .gas-consent__panel,.gas-consent--top_bar .gas-consent__panel,.gas-consent--toast .gas-consent__panel{align-items:stretch;gap:var(--gas-space-s,8px);padding:var(--gas-space-m,16px);flex-direction:column}.gas-consent--bottom_bar .gas-consent__actions,.gas-consent--top_bar .gas-consent__actions,.gas-consent--toast .gas-consent__actions{flex-wrap:wrap;justify-content:stretch;width:100%;margin-left:0}.gas-consent__link-btn{text-align:left;flex:100%;margin-right:0}.gas-consent__btn{flex:1 1 calc(50% - var(--gas-space-s,8px));white-space:normal;text-align:center;min-width:0;padding-inline:var(--gas-space-s,8px);line-height:1.25}.gas-consent--toast{width:calc(100% - 16px);max-width:none;bottom:var(--gas-space-s,8px)}.gas-consent--customizing .gas-consent__prefs{max-height:min(36vh,220px)}}
