.cookie-banner {
  position: fixed; inset: auto 0 0 0; z-index: 60;
  background: #fff;
  border-top: 10px solid transparent;
  border-image: repeating-linear-gradient(
    135deg,
    #DC2626 0 10px,
    #fff 10px 20px,
    #1D4ED8 20px 30px,
    #fff 30px 40px
  ) 10;
  padding: 1rem 0 1.15rem;
}
.cookie-banner-inner h2 {
  margin: 0 0 .35rem;
  font-family: "Courier New", Courier, monospace;
  font-size: .85rem; letter-spacing: 0.12em; text-transform: uppercase;
}
.cookie-actions { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .7rem; }
.cookie-modal {
  position: fixed; inset: 0; z-index: 70; background: rgba(17, 24, 39, 0.5);
  display: grid; place-items: center; padding: 1rem;
}
.cookie-modal[hidden] { display: none !important; }
.cookie-modal-dialog {
  width: min(100%, 540px); max-height: min(90vh, 720px); overflow: auto;
  background: #fff; color: #111827; border-radius: 0; padding: 1.15rem;
  border: 2px solid #111827;
}
.cookie-modal-dialog h2 {
  margin-top: 0; font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.1em; text-transform: uppercase; font-size: .9rem;
}
