/* PLK Integration Expert — Brand color + mobile fixes */

/* Override ALL primary color variants: pink → turquoise #0288D1 */
:root,
*,
.dark,
.light,
[data-theme="dark"],
[data-theme="light"],
[class*="dialog"],
[class*="Dialog"],
[role="dialog"] {
  --primary: 199 98% 42% !important;
  --primary-foreground: 0 0% 100% !important;
  --sidebar-primary: 199 98% 42% !important;
  --sidebar-primary-foreground: 0 0% 100% !important;
  --ring: 199 98% 42% !important;
}

/* Mobile fixes */
@media (max-width: 768px) {
  [class*="isclaimer"],
  [class*="disclaimer"] {
    display: none !important;
  }
}
