.cc-banner, .cc-modal { font-family: "Montserrat", sans-serif; color: #f4ecdf; }
.cc-banner[hidden], .cc-modal[hidden] { display: none !important; }
.cc-banner {
  position: fixed; z-index: 10000; left: 20px; right: 20px; bottom: 20px;
  max-width: 1120px; margin: auto; padding: 24px;
  background: rgba(8, 8, 7, .98); border: 1px solid rgba(200, 164, 93, .6);
  box-shadow: 0 18px 60px rgba(0,0,0,.55); border-radius: 6px;
  display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center;
}
.cc-copy h2, .cc-modal h2 { margin: 0 0 8px; color: #d4b36e; font-family: "Cinzel", serif; font-size: 1.35rem; }
.cc-copy p, .cc-modal p { margin: 0; color: #d2cabf; line-height: 1.55; font-size: .9rem; }
.cc-copy a, .cc-modal a { color: #f4ecdf; text-underline-offset: 3px; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cc-button { min-height: 44px; padding: 10px 17px; border: 1px solid #c8a45d; border-radius: 2px; background: transparent; color: #f4ecdf; font: inherit; font-size: .82rem; font-weight: 700; cursor: pointer; }
.cc-button-primary { background: #c8a45d; color: #050505; }
.cc-button:hover { background: #e0c17e; color: #050505; }
.cc-button:focus-visible, .cc-toggle:focus-visible, .cc-close:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.cc-backdrop { position: fixed; z-index: 10001; inset: 0; background: rgba(0,0,0,.75); display: grid; place-items: center; padding: 20px; }
.cc-backdrop[hidden] { display: none !important; }
.cc-modal { position: relative; width: min(620px, 100%); max-height: min(720px, calc(100vh - 40px)); overflow: auto; background: #0d0d0c; border: 1px solid #c8a45d; padding: clamp(24px, 5vw, 38px); border-radius: 6px; }
.cc-close { position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; border: 0; background: transparent; color: #f4ecdf; font-size: 1.7rem; cursor: pointer; }
.cc-category { margin: 22px 0; padding: 18px; border: 1px solid rgba(200,164,93,.3); }
.cc-category-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.cc-category strong { color: #f4ecdf; }
.cc-category p { margin-top: 8px; font-size: .82rem; }
.cc-status { color: #c8a45d; font-size: .78rem; font-weight: 700; }
.cc-toggle { width: 48px; height: 26px; accent-color: #c8a45d; cursor: pointer; }
.cc-legal-links { margin-top: 14px !important; }
body.cc-lock { overflow: hidden; }
@media (max-width: 780px) {
  .cc-banner { left: 10px; right: 10px; bottom: 10px; padding: 20px; grid-template-columns: 1fr; }
  .cc-actions { justify-content: stretch; }
  .cc-button { flex: 1 1 120px; }
}
@media (prefers-reduced-motion: reduce) { .cc-banner, .cc-modal { scroll-behavior: auto; } }

