body { padding-bottom: var(--cookie-space, 0px); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1rem 2rem; padding-top: 1.5rem; font-size: 1rem; }
.footer-legal a, .footer-legal button { text-decoration: underline; text-underline-offset: .2em; }
.footer-legal button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; text-align: left; }
.cookie-notice[hidden], .footer-legal button[hidden] { display: none; }
.cookie-notice { position: fixed; z-index: 50; bottom: 1rem; left: 1rem; right: 1rem; max-width: 72rem; margin-inline: auto; display: flex; align-items: center; gap: 2rem; padding: 1.5rem 1.75rem; color: var(--ink); background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--lime); box-shadow: 0 6px 40px #07313530; max-height: 48dvh; overflow: auto; }
.cookie-notice h2 { margin: 0 0 .5rem; font: 600 1.5rem/1.2 var(--display); letter-spacing: normal; }
.cookie-notice p { margin: 0; font-size: 1rem; line-height: 1.5; max-width: 48rem; }
.cookie-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; flex-shrink: 0; }
.cookie-actions a { font-size: 1rem; text-decoration: underline; text-underline-offset: .2em; }
.cookie-actions button { background: var(--ink); color: white; border: 1px solid var(--ink); padding: .65rem 1.3rem; min-height: 44px; cursor: pointer; font-size: 1rem; }
.cookie-actions button:hover { background: #124a4f; }
.cookie-document { max-width: 60rem; margin: auto; padding: 4rem 1.5rem 5rem; overflow-wrap: anywhere; }
.cookie-document h1 { font-size: clamp(2.5rem, 6vw, 4rem); line-height: 1.05; }
.cookie-document h2 { font-size: 2rem; line-height: 1.15; margin: 2.5rem 0 1rem; }
.cookie-document h3 { font-size: 1.5rem; margin: 1.25rem 0 .5rem; }
.cookie-document p, .cookie-document li { font-size: 1rem; line-height: 1.65; }
.cookie-document a { text-decoration: underline; text-underline-offset: .2em; }
.cookie-document .cookie-updated { color: var(--muted); }
.cookie-document .cookie-item { border-top: 1px solid var(--line); padding-block: .75rem; }
.cookie-document code { font-size: 1rem; }
@media (max-width: 900px) { .cookie-notice { align-items: flex-start; flex-direction: column; gap: 1rem; padding: 1.1rem; } }
@media (max-width: 450px) { .cookie-notice { left: .5rem; right: .5rem; bottom: .5rem; } .cookie-actions { width: 100%; justify-content: space-between; flex-shrink: 1; } }
