.privacy-consent-banner{bottom:calc(1rem + env(safe-area-inset-bottom));z-index:calc(var(--z-menu,90) + 3);width:auto;max-width:max-content;color:var(--shell-white);animation:privacy-consent-enter .5s var(--shell-ease-out) both;background:#08090cf5;border:1px solid #24262e;border-radius:2px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.25rem;padding:.75rem .875rem;display:flex;position:fixed;left:50%;transform:translate(-50%)}.privacy-consent-banner>p{max-width:none;font-family:var(--font-display), Arial, sans-serif;letter-spacing:-.02em;text-transform:uppercase;opacity:.7;margin:0;font-size:.6875rem;line-height:1}.privacy-consent-banner__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.privacy-consent-action{color:inherit;cursor:pointer;font-family:var(--font-display), Arial, sans-serif;letter-spacing:-.02em;text-transform:uppercase;background:0 0;border:0;align-items:center;gap:.375rem;padding:0;font-size:.6875rem;font-weight:400;line-height:1;display:inline-flex}.privacy-consent-action:focus-visible,.privacy-consent-choice:focus-visible{outline-offset:4px;outline:1px solid}.privacy-consent__circle{background:0 0;border:1px solid;border-radius:50%;flex:0 0 .375rem;width:.375rem;height:.375rem}.privacy-consent__circle[data-active=true]{background:currentColor}.privacy-consent-sheet{bottom:calc(1rem + env(safe-area-inset-bottom));z-index:calc(var(--z-menu,90) + 4);width:min(34rem,100% - 2rem);max-height:calc(100svh - 2rem - env(safe-area-inset-bottom));overscroll-behavior:contain;color:var(--shell-white);animation:privacy-consent-enter .5s var(--shell-ease-out) both;background:#08090cfa;border:1px solid #24262e;border-radius:2px;flex-direction:column;padding:1rem;display:flex;position:fixed;left:1rem;overflow-y:auto}.privacy-consent-sheet__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.privacy-consent__meta{color:var(--shell-meta);font-family:var(--font-mono), monospace;font-size:var(--shell-meta-size);letter-spacing:var(--shell-meta-track);text-transform:uppercase;margin:0;font-weight:400;line-height:1.2}.privacy-consent-sheet__main{width:100%;padding-top:2rem}.privacy-consent-sheet__intro h2{max-width:18ch;font-family:var(--font-display), Arial, sans-serif;letter-spacing:-.01em;margin:0;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:500;line-height:1}.privacy-consent-sheet__intro>p{max-width:52ch;color:var(--shell-meta);font-family:var(--font-display), Arial, sans-serif;margin:1rem 0 0;font-size:.8125rem;line-height:1.4}.privacy-consent-sheet__choices{gap:.5rem;min-width:0;margin-top:1.5rem;display:grid}.privacy-consent-choice{width:100%;color:var(--shell-white);font-family:var(--font-display), Arial, sans-serif;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.privacy-consent-choice strong,.privacy-consent-choice small{display:block}.privacy-consent-choice strong{letter-spacing:-.01em;font-size:.9375rem;font-weight:400;line-height:1.1}.privacy-consent-choice small{color:var(--shell-meta);margin-top:.375rem;font-size:.75rem;line-height:1.35}.privacy-consent-choice__state{color:var(--shell-meta);font-family:var(--font-mono), monospace;letter-spacing:var(--shell-meta-track);text-transform:uppercase;flex:none;align-items:center;gap:.5rem;font-size:.625rem;display:inline-flex}.privacy-consent-choice[aria-pressed=true] .privacy-consent-choice__state{color:var(--shell-white)}.privacy-consent-sheet__actions{flex-wrap:wrap;justify-content:flex-end;gap:.875rem;margin-top:1.25rem;display:flex}.privacy-consent-sheet__privacy-link{width:fit-content;color:var(--shell-meta);font-family:var(--font-display), Arial, sans-serif;letter-spacing:-.02em;text-transform:uppercase;margin-top:1rem;font-size:.6875rem;line-height:1;display:block}@keyframes privacy-consent-enter{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.privacy-consent-banner{right:.75rem;bottom:calc(.75rem + env(safe-area-inset-bottom));box-sizing:border-box;background:#24262e;flex-wrap:wrap;gap:.5rem .75rem;width:calc(100% - 1.5rem);max-width:none;padding:.625rem .75rem .625rem 3.125rem;left:.75rem;transform:none}.privacy-consent-banner>p{flex:1 0 100%;max-width:28ch;line-height:1.15}.privacy-consent-banner__actions{flex:1 0 100%;grid-template-columns:repeat(3,max-content);justify-content:end;gap:.75rem;width:100%;max-width:100%;display:grid}.privacy-consent-sheet{right:.75rem;bottom:calc(.75rem + env(safe-area-inset-bottom));width:auto;max-height:calc(100svh - 1.5rem - env(safe-area-inset-bottom));background:#24262e;padding:1.25rem;left:.75rem}.privacy-consent-sheet__main{padding-top:1.5rem}.privacy-consent-sheet__intro h2{font-size:1.75rem}.privacy-consent-choice{align-items:flex-start}.privacy-consent-choice small{max-width:24ch}.privacy-consent-choice__state{padding-top:.25rem}.privacy-consent-sheet__actions{justify-content:flex-start;margin-top:1.5rem}}@media (prefers-reduced-motion:reduce){.privacy-consent-banner,.privacy-consent-sheet{animation:none}}
