#lr-analytics-widget {
  position: fixed;
  z-index: 99990;
  bottom: 1rem;
  right: 1rem;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

#lr-analytics-widget .lr-aw-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #1a1c1e;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

#lr-analytics-widget .lr-aw-panel {
  position: absolute;
  right: 0;
  bottom: 52px;
  width: min(320px, calc(100vw - 2rem));
  padding: 1rem;
  background: #fff;
  color: #1a1c1e;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

#lr-analytics-widget .lr-aw-panel p {
  margin: 0 0 0.75rem;
}

#lr-analytics-widget .lr-aw-panel code {
  font-size: 11px;
  word-break: break-all;
}

#lr-analytics-widget .lr-aw-hint {
  font-size: 11px;
  opacity: 0.75;
}

#lr-analytics-widget .lr-aw-dash {
  color: #0b5;
  font-weight: 600;
}
