.arc-consent-panel {
  width: min(900px, calc(100% - 28px));
  margin: auto;
  padding: 19px 20px;
  position: fixed;
  z-index: 1000;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px 30px;
  align-items: center;
  border: 1px solid rgba(191, 244, 31, .35);
  color: #f4f6f2;
  background: rgba(10, 12, 10, .98);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .62);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  backdrop-filter: blur(20px);
}
.arc-consent-copy { max-width: 565px; display: grid; gap: 6px; }
.arc-consent-kicker { color: #bff41f; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.arc-consent-panel strong { font-size: 19px; line-height: 1.2; letter-spacing: -.025em; }
.arc-consent-panel p { margin: 0; color: #a7aea8; font-size: 12px; line-height: 1.5; }
.arc-consent-panel a { width: max-content; color: #dfff7d; font-size: 11px; font-weight: 760; text-decoration: underline; text-underline-offset: 3px; }
.arc-consent-actions { display: grid; grid-template-columns: repeat(2, minmax(148px, 1fr)); gap: 8px; }
.arc-consent-actions button, .arc-consent-settings { min-height: 46px; padding: 0 16px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 0; cursor: pointer; color: #f4f6f2; background: #141714; font: 820 11px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.arc-consent-actions .arc-consent-accept { color: #101600; border-color: #bff41f; background: #bff41f; }
.arc-consent-actions .arc-consent-close { grid-column: 1 / -1; min-height: 28px; color: #8e958f; border-color: transparent; background: transparent; }
.arc-consent-actions button:focus-visible, .arc-consent-settings:focus-visible { outline: 2px solid #bff41f; outline-offset: 3px; }
.arc-consent-settings { min-height: 34px; padding: 0 12px; position: fixed; z-index: 900; right: 12px; bottom: 10px; color: #a7aea8; border-color: rgba(255, 255, 255, .12); background: rgba(8, 10, 8, .94); box-shadow: 0 8px 24px rgba(0, 0, 0, .34); font-size: 10px; }
.arc-consent-panel[hidden], .arc-consent-settings[hidden] { display: none; }
@media (max-width: 760px) {
  .arc-consent-panel { width: calc(100% - 16px); right: 8px; bottom: 8px; left: 8px; padding: 16px; grid-template-columns: 1fr; gap: 14px; }
  .arc-consent-actions { width: 100%; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 390px) { .arc-consent-actions button { padding: 0 9px; } }
