.cookie-panel { position: fixed; z-index: 100; bottom: 24px; left: 24px; right: 24px; max-width: 760px; padding: 24px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.cookie-panel[hidden] { display: none; }
.cookie-panel h2 { font: 400 1.75rem/1.15 var(--serif); margin: 0 0 12px; }
.cookie-panel p { font: .9375rem/1.6 var(--sans); margin: 0; max-width: 65ch; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.cookie-actions button { flex: 1; min-height: 48px; padding: 10px 16px; border: 1px solid var(--olive); background: transparent; color: var(--ink); font: .9375rem var(--sans); cursor: pointer; }
.cookie-actions button:hover { background: var(--sand); }
.cookie-settings { background: none; border: 0; color: inherit; padding: 0; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: .3em; min-height: 44px; }
@media(max-width:40rem) { .cookie-panel { left: 12px; right: 12px; bottom: 88px; padding: 20px; max-height: 65svh; overflow-y: auto; } }
