html.ix-theme {
  --ix-red: #e11d2e;
  --ix-red-dark: #9f111f;
  --ix-bg: #08090c;
  --ix-surface: #11131a;
  --ix-surface-soft: #181b24;
  --ix-text: #f7f7f8;
  --ix-muted: #a1a1aa;
  --ix-border: rgba(255, 255, 255, 0.12);
  --ix-focus-ring: rgba(225, 29, 46, 0.32);
}

body.ix-theme[data-ix-product="app-ixty9"][data-ix-platform="highlevel"] {
  accent-color: var(--ix-red);
}

body.ix-theme[data-ix-product="app-ixty9"] [data-ix-component] {
  box-sizing: border-box;
}

body.ix-theme[data-ix-product="app-ixty9"] [data-ix-component="top-ai-button"] {
  border: 1px solid rgba(225, 29, 46, 0.42) !important;
  box-shadow: 0 0 0 3px var(--ix-focus-ring), 0 10px 24px rgba(225, 29, 46, 0.20) !important;
  transition: box-shadow 180ms ease, border-color 180ms ease, transform 180ms ease !important;
}

body.ix-theme[data-ix-product="app-ixty9"] [data-ix-component="top-ai-button"]:hover {
  border-color: rgba(225, 29, 46, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.26), 0 14px 30px rgba(225, 29, 46, 0.26) !important;
  transform: translateY(-1px);
}
