.cookie-notice[hidden], .cookie-notice[inert], body.menu-open .cookie-notice { display: none !important; }
.cookie-notice {
  position: fixed;
  z-index: 1100;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: max(20px, env(safe-area-inset-left));
  width: min(410px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 22px;
  border: 1px solid #d8d9d6;
  border-radius: 16px;
  background: #fffdf9;
  color: #23313c;
  box-shadow: 0 8px 36px #23313c20;
  font: 400 14px/1.6 Geist, Arial, sans-serif;
  text-align: left;
}
.cookie-notice .cookie-notice-title { margin: 0 0 7px; font-size: 16px; font-weight: 650; letter-spacing: -.02em; color: #23313c; }
.cookie-notice .cookie-notice-copy { margin: 0; color: #52616b; font-size: 14px; line-height: 1.6; }
.cookie-notice-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
.cookie-notice-actions a { display: inline-flex; align-items: center; min-height: 44px; color: #52616b; text-decoration: underline; text-underline-offset: 4px; font-size: 13px; }
.cookie-notice-actions button { min-height: 44px; padding: 10px 20px; background: #23313c; color: #fffdf9; border: 1px solid #23313c; border-radius: 8px; font-size: 14px; font-weight: 550; }
.cookie-notice-actions button:hover { background: #344652; }
.cookie-notice-actions a:hover { color: #a43d1c; }
.cookie-notice :focus-visible { outline: 2px solid #bc4924; outline-offset: 3px; }
@media (max-width: 480px) {
  .cookie-notice { left: max(12px, env(safe-area-inset-left)); bottom: max(12px, env(safe-area-inset-bottom)); width: calc(100% - 24px); padding: 18px; border-radius: 12px; }
  .cookie-notice-actions { gap: 8px; margin-top: 12px; }
}
