.cookie-panel{margin:0 auto;display:grid;gap:2rem;padding:clamp(1.5rem,2vw,2.2rem);border:1px solid color-mix(in srgb,var(--theme-text) 10%,transparent);border-radius:2rem;background:radial-gradient(circle at top left,color-mix(in srgb,var(--theme-secondary) 15%,transparent),transparent 28%),linear-gradient(145deg,color-mix(in srgb,var(--theme-background) 98%,white 2%),color-mix(in srgb,var(--theme-background) 90%,var(--theme-primary) 10%));box-shadow:0 1.8rem 3.6rem #00000029}.cookie-panel__hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.25rem;align-items:start}.cookie-panel__mark{display:inline-flex;align-items:center;justify-content:center;width:4.25rem;height:4.25rem;border-radius:999px;background:var(--theme-secondary);color:var(--theme-background);box-shadow:0 1rem 2rem color-mix(in srgb,var(--theme-secondary) 24%,transparent)}.cookie-panel__intro{display:grid;gap:.75rem;max-width:48rem}.cookie-panel__eyebrow{margin:0;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--theme-secondary)}.cookie-panel__intro h2{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,3vw,3.25rem);line-height:.95;color:var(--theme-text)}.cookie-panel__intro p:last-child,.cookie-card__description,.cookie-panel__status{margin:0;font-family:var(--font-body);font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.6;color:color-mix(in srgb,var(--theme-text) 88%,var(--theme-background) 12%)}.cookie-panel__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cookie-panel__button{appearance:none;border:1px solid color-mix(in srgb,var(--theme-secondary) 55%,transparent);border-radius:999px;background:color-mix(in srgb,var(--theme-background) 94%,transparent);color:var(--theme-text);cursor:pointer;font-family:var(--font-body);font-size:1rem;font-weight:700;padding:.9rem 1.35rem;box-shadow:0 1px 2px #0000001f;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.cookie-panel__button:hover,.cookie-panel__button:focus-visible{transform:translateY(-1px);border-color:color-mix(in srgb,var(--theme-secondary) 50%,transparent);background:color-mix(in srgb,var(--theme-secondary) 12%,transparent);outline:none}.cookie-panel__button--primary{background:var(--theme-secondary);border-color:var(--theme-secondary);color:var(--theme-background)}.cookie-panel__list{display:grid;gap:1rem}.cookie-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;border-radius:1.35rem;background:color-mix(in srgb,var(--theme-background) 86%,white 14%);border:1px solid color-mix(in srgb,var(--theme-text) 9%,transparent)}.cookie-card__copy{display:grid;gap:.45rem;max-width:42rem}.cookie-card__name{margin:0;font-family:var(--font-heading);font-size:clamp(1.35rem,2vw,1.8rem);line-height:1;color:var(--theme-text)}.cookie-switch{flex-shrink:0;position:relative}.cookie-switch input{position:absolute;inset:0;opacity:0}.cookie-switch__ui{display:inline-flex;align-items:center;justify-content:space-between;gap:.4rem;min-width:7.5rem;padding:.35rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--theme-text) 14%,transparent);background:color-mix(in srgb,var(--theme-text) 82%,transparent);box-shadow:inset 0 0 0 1px #ffffff08;transition:background-color .18s ease}.cookie-switch__ui:after{content:"";width:2rem;height:2rem;border-radius:999px;background:var(--theme-background);box-shadow:0 .35rem .8rem #00000040;order:-1;transition:transform .18s ease}.cookie-switch__label{min-width:2.15rem;text-align:center;font-family:var(--font-mono);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--theme-background) 68%,var(--theme-text) 32%)}.cookie-switch__label--on{opacity:.35}.cookie-switch input:checked+.cookie-switch__ui{background:var(--theme-secondary)}.cookie-switch input:checked+.cookie-switch__ui:after{transform:translate(3.1rem)}.cookie-switch input:checked+.cookie-switch__ui .cookie-switch__label--off{opacity:.35;color:color-mix(in srgb,var(--theme-background) 68%,var(--theme-text) 32%)}.cookie-switch input:checked+.cookie-switch__ui .cookie-switch__label--on{opacity:1;color:var(--theme-background)}.cookie-switch input:not(:checked)+.cookie-switch__ui .cookie-switch__label--off{opacity:1;color:var(--theme-background)}.cookie-switch input:disabled+.cookie-switch__ui{cursor:not-allowed;background:color-mix(in srgb,var(--theme-secondary) 72%,white 28%)}.cookie-switch input:disabled+.cookie-switch__ui:after{transform:translate(3.1rem)}.cookie-switch input:focus-visible+.cookie-switch__ui{outline:2px solid var(--theme-secondary);outline-offset:3px}.cookie-panel__status{padding-top:.25rem}@media(max-width:900px){.cookie-panel__hero{grid-template-columns:1fr}.cookie-card{flex-direction:column;align-items:flex-start}}
