/* Scoped preference controls: two visually equal choices, no new brand tokens. */
.cookie-panel{position:fixed;z-index:200;bottom:16px;left:16px;right:16px;margin-left:auto;max-width:620px;padding:22px;background:var(--ground,#efebe3);color:var(--ink,#20382e);border:1px solid var(--line,#b7c0b9);font-family:inherit;font-size:16px;line-height:1.5;box-sizing:border-box}
.cookie-panel[hidden]{display:none}
.cookie-panel h2{font:inherit;font-size:20px;font-weight:600;margin:0 60px 12px 0}
.cookie-panel p{font-size:14px;line-height:1.5;margin:8px 0}
.cookie-panel a{color:inherit;text-decoration:underline}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.cookie-choice{flex:1 1 210px;padding:12px;border:1px solid currentColor;background:transparent;color:inherit;font:inherit;min-height:44px;cursor:pointer}
.cookie-close{position:absolute;top:14px;right:14px;min-height:44px;padding:0 8px;background:transparent;border:0;color:inherit;font:inherit;font-size:13px;cursor:pointer}
.cookie-choice:focus-visible,.cookie-close:focus-visible,.cookie-open:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.cookie-footer{padding:16px 22px;text-align:center}
.cookie-open{background:transparent;border:0;color:inherit;text-decoration:underline;font:inherit;font-size:14px;min-height:44px;cursor:pointer}
@media(max-width:480px){.cookie-panel{left:10px;right:10px;bottom:10px;padding:16px}.cookie-panel h2{font-size:18px}.cookie-choice{flex-basis:100%}.cookie-panel{max-height:calc(100dvh - 20px);overflow-y:auto}}
