.color-analytics-panel {
  position: fixed; z-index: 10000; bottom: 18px; right: 18px;
  width: min(390px, calc(100vw - 36px)); box-sizing: border-box;
  padding: 20px; border: 1px solid #526760; border-radius: 16px;
  background: #11221d; color: #f3f7f4; box-shadow: 0 8px 40px #0005;
  font: 14px/1.7 system-ui, sans-serif; text-align: left;
  max-height: calc(100dvh - 36px); overflow: auto;
}
.color-analytics-panel[hidden] { display: none; }
.color-analytics-panel h2 { margin: 0 0 8px; font: 700 17px/1.5 system-ui, sans-serif; color: inherit; }
.color-analytics-panel p { margin: 0 0 14px; font: inherit; color: inherit; }
.color-analytics-panel a { color: #c4f0dd; text-decoration: underline; }
.color-analytics-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.color-analytics-actions button {
  flex: 1; min-width: 130px; padding: 10px 12px; border: 1px solid #8cac9f;
  border-radius: 8px; background: #11221d; color: #f3f7f4;
  font: 600 14px/1.5 system-ui, sans-serif; cursor: pointer;
}
.color-analytics-actions button[data-color-consent="granted"] { background: #dcf2e7; color: #11221d; }
.color-analytics-settings {
  display: block; margin: 16px auto; padding: 8px 12px; border: 1px solid #80968c;
  border-radius: 6px; background: #11221d; color: #f3f7f4;
  font: 13px/1.5 system-ui, sans-serif; cursor: pointer;
}
.color-analytics-panel :focus-visible, .color-analytics-settings:focus-visible {
  outline: 3px solid #e6c969; outline-offset: 3px;
}
