.cookie-panel {
  position: fixed;
  z-index: 9999;
  right: 22px;
  bottom: 22px;
  width: min(480px, calc(100% - 44px));
  padding: 24px;
  border: 2px solid #151711;
  background: #f8f7ef;
  color: #151711;
  box-shadow: 9px 9px 0 #151711;
}

.cookie-panel[hidden] { display: none; }
.cookie-panel small {
  display: block;
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}
.cookie-panel h2 {
  margin: 0 0 11px;
  font: 500 30px/1 Georgia, serif;
  letter-spacing: -.035em;
}
.cookie-panel p {
  margin: 0;
  color: #5d6057;
  font: 14px/1.55 Georgia, serif;
}
.cookie-panel p a {
  color: #151711;
  font-weight: 700;
  text-decoration: underline;
}
.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.cookie-actions button {
  min-height: 46px;
  padding: 9px 12px;
  border: 1px solid #151711;
  background: #c9ff2f;
  color: #151711;
  box-shadow: 3px 3px 0 #151711;
  font: 900 10px Arial, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.cookie-actions button:hover { transform: translate(1px, 1px); box-shadow: 2px 2px 0 #151711; }
.cookie-status { margin-top: 13px !important; font: 9px/1.4 Arial, sans-serif !important; }

@media (max-width: 520px) {
  .cookie-panel { right: 14px; bottom: 14px; width: calc(100% - 28px); padding: 20px; box-shadow: 6px 6px 0 #151711; }
  .cookie-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-actions button { transition: none; }
}
