#scc-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999998;
  background: #ffffff;
  border-top: 1px solid #bfc8c6;
  box-shadow: 0 -8px 30px rgba(0,0,0,0.08);
  font-family: 'Atkinson Hyperlegible Next', -apple-system, sans-serif;
  font-size: 14px;
  color: #191c1c;
}
#scc-banner[hidden] { display: none; }

#scc-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

#scc-banner-text {
  flex: 1;
  min-width: 240px;
  line-height: 1.5;
  color: #404847;
}
#scc-banner-text strong { color: #191c1c; }
#scc-banner-text a { color: #003633; text-decoration: underline; margin-left: 4px; }

#scc-banner-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
#scc-banner-actions button {
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  font-family: inherit;
  white-space: nowrap;
}
#scc-accept  { background: #003633; color: #fff; }
#scc-accept:hover { opacity: 0.88; }
#scc-decline { background: #eceeed; color: #404847; }
#scc-decline:hover { background: #e6e9e8; }
#scc-manage  { background: transparent; color: #003633; border: 1.5px solid #bfc8c6 !important; }
#scc-manage:hover { border-color: #003633 !important; }

#scc-manage-panel[hidden] { display: none; }
#scc-manage-panel {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 20px;
  border-top: 1px solid #eceeed;
  padding-top: 16px;
}

.scc-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  cursor: pointer;
}
.scc-row span { display: flex; flex-direction: column; gap: 2px; }
.scc-row strong { font-size: 13.5px; color: #191c1c; }
.scc-row small { font-size: 12px; color: #707977; }
.scc-row input[type=checkbox] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  accent-color: #003633;
  flex-shrink: 0;
}

#scc-manage-actions { margin-top: 8px; }
#scc-save-prefs {
  padding: 9px 16px;
  background: #003633;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}
#scc-save-prefs:hover { opacity: 0.88; }

@media (max-width: 640px) {
  #scc-banner-inner { flex-direction: column; align-items: stretch; }
  #scc-banner-actions { width: 100%; }
  #scc-banner-actions button { flex: 1; }
}
