:root {
  --np-bg: #fdfaf5;
  --np-bg-elev: #ffffff;
  --np-bg-card: #ffffff;
  --np-fg: #1f2937;
  --np-fg-strong: #0f172a;
  --np-fg-mute: #64748b;
  --np-border: #e2e8f0;
  --np-header-bg: rgba(253,250,245,0.92);
  /* Do not retune to fix link contrast — see the note above THEME_STYLES. */
  --np-accent: #ea580c;
  --np-accent-2: #f97316;
  color-scheme: light;
}
:root body { background: var(--np-bg) !important; color: var(--np-fg) !important; }
:root body[style*="#080a14"] { background: var(--np-bg) !important; }
:root body[style*="background:#080a14"] { background: var(--np-bg) !important; }
:root header[style*="rgba(8,10,20"] { background: var(--np-header-bg) !important; border-color: var(--np-border) !important; }
:root header[class*="border-[#2a2e45]"] { border-color: var(--np-border) !important; }
:root [class*="border-[#2a2e45]"] { border-color: var(--np-border) !important; }
:root [class*="text-[#c8bfaa]"] { color: var(--np-fg) !important; }
:root [class*="text-[#7a7f99]"] { color: var(--np-fg-mute) !important; }
:root [class*="bg-[#1e2130]"]:not([class*="hover:bg-[#1e2130]"]) { background: #f1f5f9 !important; }
:root [class*="hover:bg-[#1e2130]"]:hover { background: #f1f5f9 !important; }
:root :is([style*="background:#161926"], [style*="background: #161926"], [style*="background:rgb(22, 25, 38)"], [style*="background:#0e1120"], [style*="background: #0e1120"], [style*="background:#0a0c18"]):not([class*="bg-["]) :is([class*="bg-[#1e2130]"]:not([class*="hover:bg-[#1e2130]"]), [class*="hover:bg-[#1e2130]"]:hover) { background: #1e2130 !important; }
:root [class*="bg-[#161926]"] { background: #ffffff !important; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
:root [class*="bg-[#0e1120]"] { background: #f8fafc !important; }
:root [class*="bg-[#0a0c18]"] { background: #f8fafc !important; }
:root [class*="bg-[#0d0f1c]"] { background: #f8fafc !important; }
:root [class*="hover:text-[#f97316]"]:hover { color: var(--np-accent) !important; }
:root .text-\[\#f97316\] { color: var(--np-accent) !important; }
:root [class*="bg-[#f97316]"][class*="text-[#080a14]"],
:root [class*="bg-[#f97316]"][class*="text-[#0d0f1c]"],
:root [class*="bg-[#f97316]"][class*="text-[#0a0c18]"] { color: #080a14 !important; }
:root [style*="background:rgba(14,17,32,0.6)"] { background: rgba(255,255,255,0.6) !important; border-color: var(--np-border) !important; }
:root [style*="background:rgba(14,17,32,0.4)"] { background: rgba(255,255,255,0.6) !important; border-color: var(--np-border) !important; }
:root [style*="background:rgba(30,33,48,0.6)"] { background: rgba(255,255,255,0.6) !important; border-color: var(--np-border) !important; }
:root [style*="background:rgba(22,25,38,0.8)"] { background: rgba(255,255,255,0.85) !important; }
:root [style*="background:rgba(8,10,20,0.97)"] { background: rgba(255,255,255,0.97) !important; }
:root [style*="background:rgba(8,10,20,0.92)"] { background: var(--np-header-bg) !important; }
:root a { color: var(--np-accent); }
:root main a:hover { color: var(--np-accent-2); }
:root .np-skip { background: var(--np-accent); color: #fff; }
:root [style*="color:#7a7f99"],
:root [style*="color: #7a7f99"] { color: #64748b !important; }
:root a, :root button {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}
:root #np-theme-toggle { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
:root #np-theme-toggle:hover { box-shadow: 0 6px 16px rgba(0,0,0,0.12); }
:root #np-theme-toggle .np-icon-sun { display: block; }
:root #np-theme-toggle .np-icon-moon { display: none; }
:root main[class*="text-[#e8dfc8]"],
:root main[style*="color:#e8dfc8"] { color: var(--np-fg) !important; }
:root [class*="bg-[#161926]"] [class*="text-[#e8dfc8]"],
:root [class*="bg-[#0e1120]"] [class*="text-[#e8dfc8]"],
:root [class*="bg-[#0a0c18]"] [class*="text-[#e8dfc8]"],
:root [class*="bg-[#1e2130]"] [class*="text-[#e8dfc8]"],
:root [class*="bg-[#0d0f1c]"] [class*="text-[#e8dfc8]"] { color: var(--np-fg) !important; }
:root [style*="color:#c8bfaa"],
:root [style*="color: #c8bfaa"] { color: var(--np-fg) !important; }
:root [style*="background:#161926"],
:root [style*="background: #161926"],
:root [style*="background:rgb(22, 25, 38)"],
:root [style*="background:#0e1120"],
:root [style*="background: #0e1120"],
:root [style*="background:#0a0c18"],
:root [style*="background: #0a0c18"],
:root [style*="background-color:#161926"],
:root [style*="background-color:#0e1120"],
:root [style*="background:rgb(14, 17, 32)"],
:root [style*="background:#0d0f1c"],
:root [style*="background:#0d1020"],
:root [style*="background: #0d1020"],
:root [style*="background: #0d0f1c"] { color: #c8bfaa; }
:root a[class*="text-white"],
:root a[style*="color:#fff"],
:root a[style*="color: #fff"],
:root a[style*="color:white"],
:root a[style*="color: white"] { color: #ffffff !important; }
:root a#np-wa-channel { color: #052e1f !important; }
:root [style*="background:#161926"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"],
:root [style*="background: #161926"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"],
:root [style*="background:rgb(22, 25, 38)"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"],
:root [style*="background:#0e1120"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"],
:root [style*="background: #0e1120"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"],
:root [style*="background:#0a0c18"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"] { color: #c8bfaa !important; }
:root [style*="background:#0a0c18"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background: #0a0c18"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background:#0e1120"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background: #0e1120"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background:#161926"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background: #161926"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background:#0d0f1c"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background:#0d1020"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background: #0d1020"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background: #0d0f1c"]:not([class*="bg-["]) [class*="text-[#7a7f99]"] { color: #9ca3af !important; }
:root [style*="background: rgba(14, 17, 32, 0.6)"] { background: rgba(255,255,255,0.6) !important; border-color: var(--np-border) !important; }
:root [style*="background: rgba(14, 17, 32, 0.4)"] { background: rgba(255,255,255,0.6) !important; border-color: var(--np-border) !important; }
:root [style*="background: rgba(22, 25, 38, 0.8)"] { background: rgba(255,255,255,0.85) !important; }
:root [style*="background: rgba(8, 10, 20, 0.97)"] { background: rgba(255,255,255,0.97) !important; }
:root [style*="background: rgba(8, 10, 20, 0.92)"] { background: var(--np-header-bg) !important; }
:root { --np-fg-mute: #475569; }
:root [style*="color:#7a7f99"],
:root [style*="color: #7a7f99"] { color: #475569 !important; }
:root [style*="background:#0e1120"] [style*="color:#7a7f99"],
:root [style*="background: #0e1120"] [style*="color:#7a7f99"],
:root [style*="background: #0e1120"] [style*="color: #7a7f99"],
:root [style*="background:#0a0c18"] [style*="color:#7a7f99"],
:root [style*="background:#161926"] [style*="color:#7a7f99"],
:root [style*="background:#0e1120"][style*="color:#7a7f99"],
:root [style*="background: #0e1120"][style*="color: #7a7f99"] { color: #9ca3af !important; }
:root [style*="background:rgba(239,68,68,"],
:root [style*="background: rgba(239, 68, 68,"] { color: #b91c1c !important; }
:root [style*="background:rgba(16,185,129,"],
:root [style*="background: rgba(16, 185, 129,"],
:root [style*="background:rgba(34,197,94,"] { color: #047857 !important; }
:root [style*="background:rgba(251,191,36,"],
:root [style*="background: rgba(251, 191, 36,"],
:root [style*="background:rgba(245,158,11,"] { color: #b45309 !important; }
:root [style*="background:rgba(249,115,22,"],
:root [style*="background: rgba(249, 115, 22,"] { color: #9a3412 !important; }
:root [class*="text-[#e8dfc8]"] { color: var(--np-fg) !important; }
:root [style*="background:#0e1120"] [class*="text-[#e8dfc8]"],
:root [style*="background: #0e1120"] [class*="text-[#e8dfc8]"],
:root [style*="background:#0a0c18"] [class*="text-[#e8dfc8]"],
:root [style*="background: #0a0c18"] [class*="text-[#e8dfc8]"],
:root [style*="background:#161926"] [class*="text-[#e8dfc8]"],
:root [style*="background: #161926"] [class*="text-[#e8dfc8]"] { color: #e8dfc8 !important; }
:root { --np-accent: #c2410c; --np-accent-2: #9a3412; }
:root [style*="background:#161926"] a,
:root [style*="background: #161926"] a,
:root [style*="background:#0e1120"] a,
:root [style*="background: #0e1120"] a,
:root [style*="background:#0a0c18"] a,
:root [style*="background: #0a0c18"] a,
:root [style*="background:#0d0f1c"] a,
:root [style*="background:#0d1020"] a,
:root [style*="background: #0d0f1c"] a,
:root [style*="background: #0d1020"] a,
:root [class*="bg-[#0a0c18]"] a,
:root [class*="bg-[#0e1120]"] a,
:root [style*="background:#0e1120"] [class*="text-[#f97316]"],
:root [style*="background: #0e1120"] [class*="text-[#f97316]"],
:root [style*="background:#0a0c18"] [class*="text-[#f97316]"],
:root [style*="background: #0a0c18"] [class*="text-[#f97316]"],
:root [style*="background:#161926"] [class*="text-[#f97316]"],
:root .np-mobile-cta a,
:root .np-consent a,
:root .np-consent button:not(.np-consent-btn-accept) { color: #f97316 !important; }
:root [style*="background:#0e1120"] [style*="color:#f97316"]:not([style*="background"]),
:root [style*="background:#0e1120"] [style*="color: #f97316"]:not([style*="background"]),
:root [style*="background: #0e1120"] [style*="color:#f97316"]:not([style*="background"]),
:root [style*="background: #0e1120"] [style*="color: #f97316"]:not([style*="background"]),
:root [style*="background:#0a0c18"] [style*="color:#f97316"]:not([style*="background"]),
:root [style*="background:#0a0c18"] [style*="color: #f97316"]:not([style*="background"]),
:root [style*="background: #0a0c18"] [style*="color:#f97316"]:not([style*="background"]),
:root [style*="background: #0a0c18"] [style*="color: #f97316"]:not([style*="background"]),
:root [style*="background:#161926"] [style*="color:#f97316"]:not([style*="background"]),
:root [style*="background:#161926"] [style*="color: #f97316"]:not([style*="background"]),
:root [style*="background: #161926"] [style*="color:#f97316"]:not([style*="background"]),
:root [style*="background: #161926"] [style*="color: #f97316"]:not([style*="background"]) { color: #f97316 !important; }
:root .np-consent .np-consent-btn-accept,
:root button.np-consent-btn-accept,
:root a[style*="background:#f97316"]:not([style*="color:#fff"]):not([style*="color: #fff"]):not([style*="color:white"]):not([style*="color: white"]),
:root a[style*="background: #f97316"]:not([style*="color:#fff"]):not([style*="color: #fff"]):not([style*="color:white"]):not([style*="color: white"]) { color: #0e1120 !important; }
:root a[style*="linear-gradient(135deg, #f97316, #fb923c)"][class*="text-white"],
:root button[style*="linear-gradient(135deg, #f97316, #fb923c)"][class*="text-white"] {
  color: #ffffff !important;
}
:root .np-hub-exp,
:root .np-hub-exp p,
:root .np-hub-exp ul,
:root .np-hub-exp li { color: var(--np-fg) !important; }
:root .np-hub-exp h2,
:root .np-hub-exp a { color: var(--np-accent) !important; }
:root .np-hub-exp h3 { color: var(--np-fg-strong) !important; }
:root .np-hub-exp .np-hub-faq,
:root .np-hub-exp .np-hub-faq p,
:root .np-hub-exp .np-hub-faq li { color: var(--np-hub-faq-fg, #c8bfaa) !important; }
:root .np-hub-exp .np-hub-faq summary { color: var(--np-hub-faq-heading, #e8dfc8) !important; }
:root .np-hub-exp .np-hub-faq a { color: var(--np-hub-faq-accent, #f97316) !important; }
:root [style*="background:rgba(239,68,68,0.08)"],
:root [style*="background: rgba(239, 68, 68, 0.08)"],
:root [style*="background:rgba(239,68,68,0.1)"],
:root [style*="background: rgba(239, 68, 68, 0.1)"],
:root [style*="background:rgba(239,68,68,0.12)"],
:root [style*="background: rgba(239, 68, 68, 0.12)"],
:root [style*="background:rgba(239,68,68,0.15)"],
:root [style*="background: rgba(239, 68, 68, 0.15)"] { background: #fee2e2 !important; }
:root [style*="background:rgba(16,185,129,0.08)"],
:root [style*="background: rgba(16, 185, 129, 0.08)"],
:root [style*="background:rgba(16,185,129,0.1)"],
:root [style*="background: rgba(16, 185, 129, 0.1)"],
:root [style*="background:rgba(16,185,129,0.12)"],
:root [style*="background: rgba(16, 185, 129, 0.12)"],
:root [style*="background:rgba(16,185,129,0.15)"],
:root [style*="background: rgba(16, 185, 129, 0.15)"] { background: #d1fae5 !important; }
:root [style*="background:rgba(34,197,94,0.08)"],
:root [style*="background: rgba(34, 197, 94, 0.08)"],
:root [style*="background:rgba(34,197,94,0.1)"],
:root [style*="background: rgba(34, 197, 94, 0.1)"],
:root [style*="background:rgba(34,197,94,0.12)"],
:root [style*="background: rgba(34, 197, 94, 0.12)"],
:root [style*="background:rgba(34,197,94,0.15)"],
:root [style*="background: rgba(34, 197, 94, 0.15)"] { background: #d1fae5 !important; }
:root [style*="background:rgba(251,191,36,0.08)"],
:root [style*="background: rgba(251, 191, 36, 0.08)"],
:root [style*="background:rgba(251,191,36,0.1)"],
:root [style*="background: rgba(251, 191, 36, 0.1)"],
:root [style*="background:rgba(251,191,36,0.12)"],
:root [style*="background: rgba(251, 191, 36, 0.12)"],
:root [style*="background:rgba(251,191,36,0.15)"],
:root [style*="background: rgba(251, 191, 36, 0.15)"] { background: #fef3c7 !important; }
:root [style*="background:rgba(245,158,11,0.08)"],
:root [style*="background: rgba(245, 158, 11, 0.08)"],
:root [style*="background:rgba(245,158,11,0.1)"],
:root [style*="background: rgba(245, 158, 11, 0.1)"],
:root [style*="background:rgba(245,158,11,0.12)"],
:root [style*="background: rgba(245, 158, 11, 0.12)"],
:root [style*="background:rgba(245,158,11,0.15)"],
:root [style*="background: rgba(245, 158, 11, 0.15)"] { background: #fef3c7 !important; }
:root [style*="background:rgba(249,115,22,0.08)"],
:root [style*="background: rgba(249, 115, 22, 0.08)"],
:root [style*="background:rgba(249,115,22,0.1)"],
:root [style*="background: rgba(249, 115, 22, 0.1)"],
:root [style*="background:rgba(249,115,22,0.12)"],
:root [style*="background: rgba(249, 115, 22, 0.12)"],
:root [style*="background:rgba(249,115,22,0.15)"],
:root [style*="background: rgba(249, 115, 22, 0.15)"] { background: #ffedd5 !important; }
:root [style*="background:rgba(139,92,246,0.08)"],
:root [style*="background: rgba(139, 92, 246, 0.08)"],
:root [style*="background:rgba(139,92,246,0.1)"],
:root [style*="background: rgba(139, 92, 246, 0.1)"],
:root [style*="background:rgba(139,92,246,0.12)"],
:root [style*="background: rgba(139, 92, 246, 0.12)"],
:root [style*="background:rgba(139,92,246,0.15)"],
:root [style*="background: rgba(139, 92, 246, 0.15)"] { background: #ede9fe !important; }
:root [style*="background:rgba(239,68,68,0.08)"] [class*="text-[#ef4444]"],
:root [style*="background: rgba(239, 68, 68, 0.08)"] [class*="text-[#ef4444]"],
:root [style*="background:rgba(239,68,68,0.08)"] [style*="color:#ef4444"],
:root [style*="background:rgba(239,68,68,0.08)"][style*="color:#ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.08)"] [style*="color: #ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.08)"][style*="color: #ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.08)"] [style*="color:#ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.08)"][style*="color:#ef4444"],
:root [style*="background:rgba(239,68,68,0.1)"] [style*="color:#ef4444"],
:root [style*="background:rgba(239,68,68,0.1)"][style*="color:#ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.1)"] [style*="color: #ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.1)"][style*="color: #ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.1)"] [style*="color:#ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.1)"][style*="color:#ef4444"],
:root [style*="background:rgba(239,68,68,0.12)"] [style*="color:#ef4444"],
:root [style*="background:rgba(239,68,68,0.12)"][style*="color:#ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.12)"] [style*="color: #ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.12)"][style*="color: #ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.12)"] [style*="color:#ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.12)"][style*="color:#ef4444"],
:root [style*="background:rgba(239,68,68,0.15)"] [style*="color:#ef4444"],
:root [style*="background:rgba(239,68,68,0.15)"][style*="color:#ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.15)"] [style*="color: #ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.15)"][style*="color: #ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.15)"] [style*="color:#ef4444"],
:root [style*="background: rgba(239, 68, 68, 0.15)"][style*="color:#ef4444"] { color: #b91c1c !important; }
:root [style*="background:rgba(16,185,129,0.08)"] [style*="color:#10b981"],
:root [style*="background:rgba(16,185,129,0.08)"][style*="color:#10b981"],
:root [style*="background: rgba(16, 185, 129, 0.08)"] [style*="color: #10b981"],
:root [style*="background: rgba(16, 185, 129, 0.08)"][style*="color: #10b981"],
:root [style*="background: rgba(16, 185, 129, 0.08)"] [style*="color:#10b981"],
:root [style*="background: rgba(16, 185, 129, 0.08)"][style*="color:#10b981"],
:root [style*="background:rgba(16,185,129,0.1)"] [style*="color:#10b981"],
:root [style*="background:rgba(16,185,129,0.1)"][style*="color:#10b981"],
:root [style*="background: rgba(16, 185, 129, 0.1)"] [style*="color: #10b981"],
:root [style*="background: rgba(16, 185, 129, 0.1)"][style*="color: #10b981"],
:root [style*="background: rgba(16, 185, 129, 0.1)"] [style*="color:#10b981"],
:root [style*="background: rgba(16, 185, 129, 0.1)"][style*="color:#10b981"],
:root [style*="background:rgba(16,185,129,0.12)"] [style*="color:#10b981"],
:root [style*="background:rgba(16,185,129,0.12)"][style*="color:#10b981"],
:root [style*="background: rgba(16, 185, 129, 0.12)"] [style*="color: #10b981"],
:root [style*="background: rgba(16, 185, 129, 0.12)"][style*="color: #10b981"],
:root [style*="background: rgba(16, 185, 129, 0.12)"] [style*="color:#10b981"],
:root [style*="background: rgba(16, 185, 129, 0.12)"][style*="color:#10b981"],
:root [style*="background:rgba(16,185,129,0.15)"] [style*="color:#10b981"],
:root [style*="background:rgba(16,185,129,0.15)"][style*="color:#10b981"],
:root [style*="background: rgba(16, 185, 129, 0.15)"] [style*="color: #10b981"],
:root [style*="background: rgba(16, 185, 129, 0.15)"][style*="color: #10b981"],
:root [style*="background: rgba(16, 185, 129, 0.15)"] [style*="color:#10b981"],
:root [style*="background: rgba(16, 185, 129, 0.15)"][style*="color:#10b981"] { color: #047857 !important; }
:root [style*="background:rgba(251,191,36,0.08)"] [style*="color:#fbbf24"],
:root [style*="background:rgba(251,191,36,0.08)"][style*="color:#fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.08)"] [style*="color: #fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.08)"][style*="color: #fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.08)"] [style*="color:#fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.08)"][style*="color:#fbbf24"],
:root [style*="background:rgba(251,191,36,0.1)"] [style*="color:#fbbf24"],
:root [style*="background:rgba(251,191,36,0.1)"][style*="color:#fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.1)"] [style*="color: #fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.1)"][style*="color: #fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.1)"] [style*="color:#fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.1)"][style*="color:#fbbf24"],
:root [style*="background:rgba(251,191,36,0.12)"] [style*="color:#fbbf24"],
:root [style*="background:rgba(251,191,36,0.12)"][style*="color:#fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.12)"] [style*="color: #fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.12)"][style*="color: #fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.12)"] [style*="color:#fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.12)"][style*="color:#fbbf24"],
:root [style*="background:rgba(251,191,36,0.15)"] [style*="color:#fbbf24"],
:root [style*="background:rgba(251,191,36,0.15)"][style*="color:#fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.15)"] [style*="color: #fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.15)"][style*="color: #fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.15)"] [style*="color:#fbbf24"],
:root [style*="background: rgba(251, 191, 36, 0.15)"][style*="color:#fbbf24"] { color: #92400e !important; }
:root [style*="background:rgba(249,115,22,0.08)"] [style*="color:#f97316"],
:root [style*="background:rgba(249,115,22,0.08)"][style*="color:#f97316"],
:root [style*="background: rgba(249, 115, 22, 0.08)"] [style*="color: #f97316"],
:root [style*="background: rgba(249, 115, 22, 0.08)"][style*="color: #f97316"],
:root [style*="background: rgba(249, 115, 22, 0.08)"] [style*="color:#f97316"],
:root [style*="background: rgba(249, 115, 22, 0.08)"][style*="color:#f97316"],
:root [style*="background:rgba(249,115,22,0.1)"] [style*="color:#f97316"],
:root [style*="background:rgba(249,115,22,0.1)"][style*="color:#f97316"],
:root [style*="background: rgba(249, 115, 22, 0.1)"] [style*="color: #f97316"],
:root [style*="background: rgba(249, 115, 22, 0.1)"][style*="color: #f97316"],
:root [style*="background: rgba(249, 115, 22, 0.1)"] [style*="color:#f97316"],
:root [style*="background: rgba(249, 115, 22, 0.1)"][style*="color:#f97316"],
:root [style*="background:rgba(249,115,22,0.12)"] [style*="color:#f97316"],
:root [style*="background:rgba(249,115,22,0.12)"][style*="color:#f97316"],
:root [style*="background: rgba(249, 115, 22, 0.12)"] [style*="color: #f97316"],
:root [style*="background: rgba(249, 115, 22, 0.12)"][style*="color: #f97316"],
:root [style*="background: rgba(249, 115, 22, 0.12)"] [style*="color:#f97316"],
:root [style*="background: rgba(249, 115, 22, 0.12)"][style*="color:#f97316"],
:root [style*="background:rgba(249,115,22,0.15)"] [style*="color:#f97316"],
:root [style*="background:rgba(249,115,22,0.15)"][style*="color:#f97316"],
:root [style*="background: rgba(249, 115, 22, 0.15)"] [style*="color: #f97316"],
:root [style*="background: rgba(249, 115, 22, 0.15)"][style*="color: #f97316"],
:root [style*="background: rgba(249, 115, 22, 0.15)"] [style*="color:#f97316"],
:root [style*="background: rgba(249, 115, 22, 0.15)"][style*="color:#f97316"] { color: #9a3412 !important; }
:root [style*="background:#0e1120"] [style*="color:#c8bfaa"],
:root [style*="background: #0e1120"] [style*="color: #c8bfaa"],
:root [style*="background: #0e1120"] [style*="color:#c8bfaa"],
:root [style*="background:#0a0c18"] [style*="color:#c8bfaa"],
:root [style*="background: #0a0c18"] [style*="color: #c8bfaa"],
:root [style*="background:#161926"] [style*="color:#c8bfaa"],
:root [style*="background: #161926"] [style*="color: #c8bfaa"] { color: #c8bfaa !important; }
:root [style*="background: #0a0c18"] [style*="color:#7a7f99"],
:root [style*="background: #0a0c18"] [style*="color: #7a7f99"],
:root [style*="background: #161926"] [style*="color:#7a7f99"],
:root [style*="background: #161926"] [style*="color: #7a7f99"],
:root [style*="background:#0d0f1c"] [style*="color:#7a7f99"],
:root [style*="background:#0d1020"] [style*="color:#7a7f99"],
:root [style*="background: #0d1020"] [style*="color: #7a7f99"],
:root [style*="background: #0d0f1c"] [style*="color: #7a7f99"] { color: #9ca3af !important; }
:root [style*="background:rgba(22,25,38,0.8)"]:not([hidden]) [class*="text-[#e8dfc8]"]:not([hidden]),
:root [style*="background: rgba(22, 25, 38, 0.8)"]:not([hidden]) [class*="text-[#e8dfc8]"]:not([hidden]) { color: var(--np-fg) !important; }
:root [style*="background:rgba(22,25,38,0.8)"] [style*="color:#7a7f99"],
:root [style*="background: rgba(22, 25, 38, 0.8)"] [style*="color:#7a7f99"],
:root [style*="background: rgba(22, 25, 38, 0.8)"] [style*="color: #7a7f99"] { color: #475569 !important; }
:root [style*="background:rgba(139,92,246,0.1)"][style*="color:#8b5cf6"],
:root [style*="background: rgba(139, 92, 246, 0.1)"][style*="color: #8b5cf6"],
:root [style*="background:rgba(139,92,246,0.1)"] [style*="color:#8b5cf6"],
:root [style*="background: rgba(139, 92, 246, 0.1)"] [style*="color: #8b5cf6"] { color: #6d28d9 !important; }
:root [style*="background:#0e1120"]:not([hidden]) [class*="text-[#e8dfc8]"],
:root [style*="background: #0e1120"]:not([hidden]) [class*="text-[#e8dfc8]"],
:root [style*="background:#0a0c18"]:not([hidden]) [class*="text-[#e8dfc8]"],
:root [style*="background: #0a0c18"]:not([hidden]) [class*="text-[#e8dfc8]"],
:root [style*="background:#161926"]:not([hidden]) [class*="text-[#e8dfc8]"],
:root [style*="background: #161926"]:not([hidden]) [class*="text-[#e8dfc8]"],
:root [style*="background:#0d0f1c"]:not([hidden]) [class*="text-[#e8dfc8]"],
:root [style*="background:#0d1020"]:not([hidden]) [class*="text-[#e8dfc8]"],
:root [style*="background: #0d1020"]:not([hidden]) [class*="text-[#e8dfc8]"],
:root [style*="background: #0d0f1c"]:not([hidden]) [class*="text-[#e8dfc8]"] { color: #e8dfc8 !important; }
:root [style*="background:#0e1120"]:not([hidden]) [class*="text-[#7a7f99]"],
:root [style*="background: #0e1120"]:not([hidden]) [class*="text-[#7a7f99]"],
:root [style*="background:#0a0c18"]:not([hidden]) [class*="text-[#7a7f99]"],
:root [style*="background: #0a0c18"]:not([hidden]) [class*="text-[#7a7f99]"],
:root [style*="background:#161926"]:not([hidden]) [class*="text-[#7a7f99]"],
:root [style*="background: #161926"]:not([hidden]) [class*="text-[#7a7f99]"],
:root [style*="background:#0d0f1c"]:not([hidden]) [class*="text-[#7a7f99]"],
:root [style*="background:#0d1020"]:not([hidden]) [class*="text-[#7a7f99]"],
:root [style*="background: #0d1020"]:not([hidden]) [class*="text-[#7a7f99]"],
:root [style*="background: #0d0f1c"]:not([hidden]) [class*="text-[#7a7f99]"] { color: #9ca3af !important; }
:root [style*="background:rgba(22,25,38,0.8)"]:not([hidden]) [class*="text-[#7a7f99]"]:not([hidden]),
:root [style*="background: rgba(22, 25, 38, 0.8)"]:not([hidden]) [class*="text-[#7a7f99]"]:not([hidden]) { color: #475569 !important; }
:root [style*="background:rgba(22,25,38,0.8)"]:not([hidden]) [style*="background:#0"]:not([hidden]) [class*="text-[#e8dfc8]"]:not([hidden]),
:root [style*="background:rgba(22,25,38,0.8)"]:not([hidden]) [style*="background: #0"]:not([hidden]) [class*="text-[#e8dfc8]"]:not([hidden]),
:root [style*="background: rgba(22, 25, 38, 0.8)"]:not([hidden]) [style*="background:#0"]:not([hidden]) [class*="text-[#e8dfc8]"]:not([hidden]),
:root [style*="background: rgba(22, 25, 38, 0.8)"]:not([hidden]) [style*="background: #0"]:not([hidden]) [class*="text-[#e8dfc8]"]:not([hidden]) { color: #e8dfc8 !important; }
:root [style*="background:rgba(22,25,38,0.8)"]:not([hidden]) [style*="background:#0"]:not([hidden]) [class*="text-[#7a7f99]"]:not([hidden]),
:root [style*="background:rgba(22,25,38,0.8)"]:not([hidden]) [style*="background: #0"]:not([hidden]) [class*="text-[#7a7f99]"]:not([hidden]),
:root [style*="background: rgba(22, 25, 38, 0.8)"]:not([hidden]) [style*="background:#0"]:not([hidden]) [class*="text-[#7a7f99]"]:not([hidden]),
:root [style*="background: rgba(22, 25, 38, 0.8)"]:not([hidden]) [style*="background: #0"]:not([hidden]) [class*="text-[#7a7f99]"]:not([hidden]) { color: #9ca3af !important; }
:root a.lang-switch,
:root .lang-switch { color: #ffffff !important; }
:root [style*="background:#1a1f35"],
:root [style*="background: #1a1f35"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"] { color: #c8bfaa; }
:root [style*="color:#e8dfc8"],
:root [style*="color: #e8dfc8"],
:root [style*="color:#e8d5c1"],
:root [style*="color: #e8d5c1"] { color: var(--np-fg) !important; }
:root [style*="color:#a0a5b8"],
:root [style*="color: #a0a5b8"] { color: var(--np-fg-mute) !important; }
:root [style*="color:#f97316"],
:root [style*="color: #f97316"] { color: var(--np-accent) !important; }
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background:#161926"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background:#161926"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background:#161926"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background:#161926"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background: #161926"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background: #161926"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background: #161926"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background: #161926"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background:#0e1120"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background:#0e1120"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background:#0e1120"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background:#0e1120"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background: #0e1120"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background: #0e1120"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background: #0e1120"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background: #0e1120"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background:#0a0c18"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background:#0a0c18"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background:#0a0c18"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background:#0a0c18"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background: #0a0c18"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background: #0a0c18"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background: #0a0c18"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background: #0a0c18"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background:#0d0f1c"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background:#0d1020"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background:#0d0f1c"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background:#0d1020"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background:#0d0f1c"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background:#0d1020"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background:#0d0f1c"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background:#0d1020"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background: #0d0f1c"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background: #0d1020"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background: #0d0f1c"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background: #0d1020"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background: #0d0f1c"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background: #0d1020"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background: #0d0f1c"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background: #0d1020"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background:rgba(22,25,38,0.8)"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background:rgba(22,25,38,0.8)"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background:rgba(22,25,38,0.8)"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background:rgba(22,25,38,0.8)"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background:rgba(8,10,20,0.97)"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background:rgba(8,10,20,0.97)"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background:rgba(8,10,20,0.97)"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background:rgba(8,10,20,0.97)"]:not([class*="bg-["]) [style*="color: #e8d5c1"],
:root [style*="background:rgba(8,10,20,0.92)"]:not([class*="bg-["]) [style*="color:#e8dfc8"],
:root [style*="background:rgba(8,10,20,0.92)"]:not([class*="bg-["]) [style*="color: #e8dfc8"],
:root [style*="background:rgba(8,10,20,0.92)"]:not([class*="bg-["]) [style*="color:#e8d5c1"],
:root [style*="background:rgba(8,10,20,0.92)"]:not([class*="bg-["]) [style*="color: #e8d5c1"] { color: #e8dfc8 !important; }
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background:#161926"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background:#161926"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background: #161926"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background: #161926"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background:#0e1120"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background:#0e1120"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background: #0e1120"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background: #0e1120"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background:#0a0c18"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background:#0a0c18"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background: #0a0c18"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background: #0a0c18"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background:#0d0f1c"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background:#0d1020"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background:#0d0f1c"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background:#0d1020"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background: #0d0f1c"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background: #0d1020"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background: #0d0f1c"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background: #0d1020"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background:rgba(22,25,38,0.8)"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background:rgba(22,25,38,0.8)"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background:rgba(8,10,20,0.97)"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background:rgba(8,10,20,0.97)"]:not([class*="bg-["]) [style*="color: #a0a5b8"],
:root [style*="background:rgba(8,10,20,0.92)"]:not([class*="bg-["]) [style*="color:#a0a5b8"],
:root [style*="background:rgba(8,10,20,0.92)"]:not([class*="bg-["]) [style*="color: #a0a5b8"] { color: #9ca3af !important; }
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [class*="text-[#e8dfc8]"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [class*="text-[#e8dfc8]"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [class*="text-[#e8dfc8]"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [class*="text-[#e8dfc8]"] { color: #e8dfc8 !important; }
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"] { color: #c8bfaa !important; }
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [style*="color:#c8bfaa"],
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [style*="color: #c8bfaa"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [style*="color:#c8bfaa"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [style*="color: #c8bfaa"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [style*="color:#c8bfaa"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [style*="color: #c8bfaa"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [style*="color:#c8bfaa"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [style*="color: #c8bfaa"] { color: #c8bfaa !important; }
:root [style*="background:rgba(0,0,0,0.25)"],
:root [style*="background: rgba(0, 0, 0, 0.25)"] { background: rgba(0,0,0,0.05) !important; }
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] { color: var(--np-fg); }
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color:#fff"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color: #fff"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [class*="text-[#e8dfc8]"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [class*="text-[#c8bfaa]"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color:#e8dfc8"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color: #e8dfc8"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color:#e8d5c1"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color: #e8d5c1"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color:#c8bfaa"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color: #c8bfaa"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color:#fff"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color: #fff"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [class*="text-[#e8dfc8]"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [class*="text-[#c8bfaa]"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color:#e8dfc8"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color: #e8dfc8"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color:#e8d5c1"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color: #e8d5c1"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color:#c8bfaa"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color: #c8bfaa"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color:#fff"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color: #fff"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [class*="text-[#e8dfc8]"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [class*="text-[#c8bfaa]"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color:#e8dfc8"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color: #e8dfc8"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color:#e8d5c1"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color: #e8d5c1"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color:#c8bfaa"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color: #c8bfaa"] { color: var(--np-fg) !important; }
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [class*="text-[#7a7f99]"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color:#7a7f99"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color: #7a7f99"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color:#a0a5b8"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color: #a0a5b8"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [class*="text-[#7a7f99]"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color:#7a7f99"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color: #7a7f99"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color:#a0a5b8"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color: #a0a5b8"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [class*="text-[#7a7f99]"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color:#7a7f99"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color: #7a7f99"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color:#a0a5b8"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color: #a0a5b8"] { color: var(--np-fg-mute) !important; }
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [class*="text-[#f97316]"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg, rgba(249,115,22,0.12)"] [class*="text-[#f97316]"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [class*="text-[#f97316]"] { color: #9a3412 !important; }
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [style*="color:#7a7f99"],
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [style*="color: #7a7f99"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [style*="color:#7a7f99"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [style*="color: #7a7f99"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [style*="color:#7a7f99"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [style*="color: #7a7f99"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [style*="color:#7a7f99"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [style*="color: #7a7f99"] { color: #9ca3af !important; }
:root :is(
[style*="background:rgba(239,68,68,0.08)"],
[style*="background: rgba(239, 68, 68, 0.08)"],
[style*="background:rgba(239,68,68,0.1)"],
[style*="background: rgba(239, 68, 68, 0.1)"],
[style*="background:rgba(239,68,68,0.12)"],
[style*="background: rgba(239, 68, 68, 0.12)"],
[style*="background:rgba(239,68,68,0.15)"],
[style*="background: rgba(239, 68, 68, 0.15)"],
[style*="background:rgba(16,185,129,0.08)"],
[style*="background: rgba(16, 185, 129, 0.08)"],
[style*="background:rgba(16,185,129,0.1)"],
[style*="background: rgba(16, 185, 129, 0.1)"],
[style*="background:rgba(16,185,129,0.12)"],
[style*="background: rgba(16, 185, 129, 0.12)"],
[style*="background:rgba(16,185,129,0.15)"],
[style*="background: rgba(16, 185, 129, 0.15)"],
[style*="background:rgba(34,197,94,0.08)"],
[style*="background: rgba(34, 197, 94, 0.08)"],
[style*="background:rgba(34,197,94,0.1)"],
[style*="background: rgba(34, 197, 94, 0.1)"],
[style*="background:rgba(34,197,94,0.12)"],
[style*="background: rgba(34, 197, 94, 0.12)"],
[style*="background:rgba(34,197,94,0.15)"],
[style*="background: rgba(34, 197, 94, 0.15)"],
[style*="background:rgba(251,191,36,0.08)"],
[style*="background: rgba(251, 191, 36, 0.08)"],
[style*="background:rgba(251,191,36,0.1)"],
[style*="background: rgba(251, 191, 36, 0.1)"],
[style*="background:rgba(251,191,36,0.12)"],
[style*="background: rgba(251, 191, 36, 0.12)"],
[style*="background:rgba(251,191,36,0.15)"],
[style*="background: rgba(251, 191, 36, 0.15)"],
[style*="background:rgba(245,158,11,0.08)"],
[style*="background: rgba(245, 158, 11, 0.08)"],
[style*="background:rgba(245,158,11,0.1)"],
[style*="background: rgba(245, 158, 11, 0.1)"],
[style*="background:rgba(245,158,11,0.12)"],
[style*="background: rgba(245, 158, 11, 0.12)"],
[style*="background:rgba(245,158,11,0.15)"],
[style*="background: rgba(245, 158, 11, 0.15)"],
[style*="background:rgba(249,115,22,0.08)"],
[style*="background: rgba(249, 115, 22, 0.08)"],
[style*="background:rgba(249,115,22,0.1)"],
[style*="background: rgba(249, 115, 22, 0.1)"],
[style*="background:rgba(249,115,22,0.12)"],
[style*="background: rgba(249, 115, 22, 0.12)"],
[style*="background:rgba(249,115,22,0.15)"],
[style*="background: rgba(249, 115, 22, 0.15)"],
[style*="background:rgba(139,92,246,0.08)"],
[style*="background: rgba(139, 92, 246, 0.08)"],
[style*="background:rgba(139,92,246,0.1)"],
[style*="background: rgba(139, 92, 246, 0.1)"],
[style*="background:rgba(139,92,246,0.12)"],
[style*="background: rgba(139, 92, 246, 0.12)"],
[style*="background:rgba(139,92,246,0.15)"],
[style*="background: rgba(139, 92, 246, 0.15)"]
):not([data-np-nochip]) :is(
[class*="text-[#e8dfc8]"],
[class*="text-[#c8bfaa]"],
[style*="color:#e8dfc8"],
[style*="color: #e8dfc8"],
[style*="color:#c8bfaa"],
[style*="color: #c8bfaa"],
[style*="color:#e8d5c1"],
[style*="color: #e8d5c1"]
) { color: var(--np-fg) !important; }
:root :is(
[style*="background:rgba(239,68,68,0.08)"],
[style*="background: rgba(239, 68, 68, 0.08)"],
[style*="background:rgba(239,68,68,0.1)"],
[style*="background: rgba(239, 68, 68, 0.1)"],
[style*="background:rgba(239,68,68,0.12)"],
[style*="background: rgba(239, 68, 68, 0.12)"],
[style*="background:rgba(239,68,68,0.15)"],
[style*="background: rgba(239, 68, 68, 0.15)"],
[style*="background:rgba(16,185,129,0.08)"],
[style*="background: rgba(16, 185, 129, 0.08)"],
[style*="background:rgba(16,185,129,0.1)"],
[style*="background: rgba(16, 185, 129, 0.1)"],
[style*="background:rgba(16,185,129,0.12)"],
[style*="background: rgba(16, 185, 129, 0.12)"],
[style*="background:rgba(16,185,129,0.15)"],
[style*="background: rgba(16, 185, 129, 0.15)"],
[style*="background:rgba(34,197,94,0.08)"],
[style*="background: rgba(34, 197, 94, 0.08)"],
[style*="background:rgba(34,197,94,0.1)"],
[style*="background: rgba(34, 197, 94, 0.1)"],
[style*="background:rgba(34,197,94,0.12)"],
[style*="background: rgba(34, 197, 94, 0.12)"],
[style*="background:rgba(34,197,94,0.15)"],
[style*="background: rgba(34, 197, 94, 0.15)"],
[style*="background:rgba(251,191,36,0.08)"],
[style*="background: rgba(251, 191, 36, 0.08)"],
[style*="background:rgba(251,191,36,0.1)"],
[style*="background: rgba(251, 191, 36, 0.1)"],
[style*="background:rgba(251,191,36,0.12)"],
[style*="background: rgba(251, 191, 36, 0.12)"],
[style*="background:rgba(251,191,36,0.15)"],
[style*="background: rgba(251, 191, 36, 0.15)"],
[style*="background:rgba(245,158,11,0.08)"],
[style*="background: rgba(245, 158, 11, 0.08)"],
[style*="background:rgba(245,158,11,0.1)"],
[style*="background: rgba(245, 158, 11, 0.1)"],
[style*="background:rgba(245,158,11,0.12)"],
[style*="background: rgba(245, 158, 11, 0.12)"],
[style*="background:rgba(245,158,11,0.15)"],
[style*="background: rgba(245, 158, 11, 0.15)"],
[style*="background:rgba(249,115,22,0.08)"],
[style*="background: rgba(249, 115, 22, 0.08)"],
[style*="background:rgba(249,115,22,0.1)"],
[style*="background: rgba(249, 115, 22, 0.1)"],
[style*="background:rgba(249,115,22,0.12)"],
[style*="background: rgba(249, 115, 22, 0.12)"],
[style*="background:rgba(249,115,22,0.15)"],
[style*="background: rgba(249, 115, 22, 0.15)"],
[style*="background:rgba(139,92,246,0.08)"],
[style*="background: rgba(139, 92, 246, 0.08)"],
[style*="background:rgba(139,92,246,0.1)"],
[style*="background: rgba(139, 92, 246, 0.1)"],
[style*="background:rgba(139,92,246,0.12)"],
[style*="background: rgba(139, 92, 246, 0.12)"],
[style*="background:rgba(139,92,246,0.15)"],
[style*="background: rgba(139, 92, 246, 0.15)"]
):not([data-np-nochip]) :is(
[class*="text-[#7a7f99]"],
[style*="color:#7a7f99"],
[style*="color: #7a7f99"],
[style*="color:#a0a5b8"],
[style*="color: #a0a5b8"]
) { color: var(--np-fg-mute) !important; }
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [class*="text-[#7a7f99]"] { color: #9ca3af !important; }
:root [style*="background:#1a1f35"]:not([class*="bg-["]) [class*="text-[#4a4e68]"],
:root [style*="background: #1a1f35"]:not([class*="bg-["]) [class*="text-[#4a4e68]"],
:root [style*="linear-gradient(135deg, #161926, #1a1f35)"]:not([class*="bg-["]) [class*="text-[#4a4e68]"],
:root [style*="linear-gradient(135deg,#161926,#1a1f35)"]:not([class*="bg-["]) [class*="text-[#4a4e68]"] { color: #9ca3af !important; }
:root [data-np-verdict="green"] { color: #166534 !important; }
:root [data-np-verdict="orange"] { color: #9a3412 !important; }
:root [data-np-verdict="red"] { color: #a81919 !important; }
:root [style*="background:#1a1f35"] a,
:root [style*="background: #1a1f35"] a,
:root [style*="background:#1a1f35"] [class*="text-[#f97316]"],
:root [style*="background: #1a1f35"] [class*="text-[#f97316]"] { color: #f97316 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d0f1c"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]):is(
[class*="text-[#c8bfaa]"],
[style*="color:#c8bfaa"],
[style*="color: #c8bfaa"]
) { color: #c8bfaa !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d0f1c"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]):is(
[class*="text-[#e8dfc8]"],
[style*="color:#e8dfc8"],
[style*="color: #e8dfc8"],
[style*="color:#e8d5c1"],
[style*="color: #e8d5c1"]
) { color: #e8dfc8 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d0f1c"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]):is(
[class*="text-[#7a7f99]"],
[class*="text-[#4a4e68]"],
[style*="color:#7a7f99"],
[style*="color: #7a7f99"],
[style*="color:#a0a5b8"],
[style*="color: #a0a5b8"]
) { color: #9ca3af !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d0f1c"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]):is(
[class*="text-[#f97316]"],
[style*="color:#f97316"],
[style*="color: #f97316"]
) { color: #f97316 !important; }
bright violet restored in dark panels.
   (e) .cta. On a light-designed shell buildForcedLight rewrites every
       :root rule to :root { color:#fff }
in BOTH themes. .secondary
       was patched by hand when that was found; the primary was not.
   (f)-(j) below. */


:root [style*="background:#0d1020"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"],
:root [style*="background: #0d1020"]:not([class*="bg-["]) [class*="text-[#c8bfaa]"] { color: #c8bfaa !important; }
:root [style*="background:#0d1020"]:not([class*="bg-["]) [class*="text-[#7a7f99]"],
:root [style*="background: #0d1020"]:not([class*="bg-["]) [class*="text-[#7a7f99]"] { color: #9ca3af !important; }
:root .np-mp-table th,
:root .np-mp-table td { border-color: var(--np-border) !important; }
:root .np-mp-table thead th { background: #ffffff !important; color: #9a3412 !important; }
:root .np-mp-table tbody tr:nth-child(odd) td { background: #f1f5f9 !important; }
:root .np-mp-sun td { color: #b91c1c !important; }
:root .np-mp-ev { color: #92400e !important; }
:root #np-install-banner { color: #e8dfc8 !important; }
:root #np-install-banner [class*="text-[#e8dfc8]"] { color: #e8dfc8 !important; }
:root #np-install-banner [class*="text-[#c8bfaa]"] { color: #c8bfaa !important; }
:root #np-install-banner [class*="text-[#7a7f99]"] { color: #9ca3af !important; }
:root #np-install-banner [class*="text-[#f97316]"] { color: #f97316 !important; }
:root [style*="color:#a78bfa"],
:root [style*="color: #a78bfa"],
:root [class*="text-[#a78bfa]"] { color: #6d28d9 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="color:#a78bfa"],
[style*="color: #a78bfa"],
[class*="text-[#a78bfa]"]
) { color: #a78bfa !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]):is(
[style*="color:#a78bfa"],
[style*="color: #a78bfa"],
[class*="text-[#a78bfa]"]
) { color: #a78bfa !important; }
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
) :is(
[style*="color:#f97316"],
[style*="color: #f97316"]
):not([style*="background"]),
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
):is(
[style*="color:#f97316"],
[style*="color: #f97316"]
) { color: #9a3412 !important; }
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
) :is(
[style*="color:#10b981"],
[style*="color: #10b981"],
[style*="color:#6ee7b7"],
[style*="color: #6ee7b7"]
):not([style*="background"]),
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
):is(
[style*="color:#10b981"],
[style*="color: #10b981"],
[style*="color:#6ee7b7"],
[style*="color: #6ee7b7"]
) { color: #065f46 !important; }
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
) :is(
[style*="color:#22c55e"],
[style*="color: #22c55e"]
):not([style*="background"]),
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
):is(
[style*="color:#22c55e"],
[style*="color: #22c55e"]
) { color: #166534 !important; }
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
) :is(
[style*="color:#ef4444"],
[style*="color: #ef4444"],
[style*="color:#fca5a5"],
[style*="color: #fca5a5"]
):not([style*="background"]),
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
):is(
[style*="color:#ef4444"],
[style*="color: #ef4444"],
[style*="color:#fca5a5"],
[style*="color: #fca5a5"]
) { color: #b91c1c !important; }
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
) :is(
[style*="color:#fbbf24"],
[style*="color: #fbbf24"],
[style*="color:#f59e0b"],
[style*="color: #f59e0b"]
):not([style*="background"]),
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
):is(
[style*="color:#fbbf24"],
[style*="color: #fbbf24"],
[style*="color:#f59e0b"],
[style*="color: #f59e0b"]
) { color: #92400e !important; }
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
) :is(
[style*="color:#8b5cf6"],
[style*="color: #8b5cf6"]
):not([style*="background"]),
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
):is(
[style*="color:#8b5cf6"],
[style*="color: #8b5cf6"]
) { color: #6d28d9 !important; }
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
) :is(
[style*="color:#3b82f6"],
[style*="color: #3b82f6"]
):not([style*="background"]),
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
):is(
[style*="color:#3b82f6"],
[style*="color: #3b82f6"]
) { color: #1d4ed8 !important; }
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
) :is(
[style*="color:#ec4899"],
[style*="color: #ec4899"]
):not([style*="background"]),
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
):is(
[style*="color:#ec4899"],
[style*="color: #ec4899"]
) { color: #be185d !important; }
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
) :is(
[style*="color:#6b7280"],
[style*="color: #6b7280"]
):not([style*="background"]),
:root :is(
[style*="background:rgba(249,115,22,"],
[style*="background: rgba(249, 115, 22,"],
[style*="background:rgba(16,185,129,"],
[style*="background: rgba(16, 185, 129,"],
[style*="background:rgba(139,92,246,"],
[style*="background: rgba(139, 92, 246,"],
[style*="background:rgba(251,191,36,"],
[style*="background: rgba(251, 191, 36,"],
[style*="background:rgba(245,158,11,"],
[style*="background: rgba(245, 158, 11,"],
[style*="background:rgba(59,130,246,"],
[style*="background: rgba(59, 130, 246,"],
[style*="background:rgba(239,68,68,"],
[style*="background: rgba(239, 68, 68,"],
[style*="background:rgba(34,197,94,"],
[style*="background: rgba(34, 197, 94,"]
):is(
[style*="color:#6b7280"],
[style*="color: #6b7280"]
) { color: #475569 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#f97316"],
[style*="color: #f97316"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#f97316"],
[style*="color: #f97316"]
) { color: #f97316 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#10b981"],
[style*="color: #10b981"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#10b981"],
[style*="color: #10b981"]
) { color: #10b981 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#6ee7b7"],
[style*="color: #6ee7b7"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#6ee7b7"],
[style*="color: #6ee7b7"]
) { color: #6ee7b7 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#22c55e"],
[style*="color: #22c55e"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#22c55e"],
[style*="color: #22c55e"]
) { color: #22c55e !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#ef4444"],
[style*="color: #ef4444"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#ef4444"],
[style*="color: #ef4444"]
) { color: #ef4444 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#fca5a5"],
[style*="color: #fca5a5"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#fca5a5"],
[style*="color: #fca5a5"]
) { color: #fca5a5 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#fbbf24"],
[style*="color: #fbbf24"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#fbbf24"],
[style*="color: #fbbf24"]
) { color: #fbbf24 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#f59e0b"],
[style*="color: #f59e0b"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#f59e0b"],
[style*="color: #f59e0b"]
) { color: #f59e0b !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#8b5cf6"],
[style*="color: #8b5cf6"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#8b5cf6"],
[style*="color: #8b5cf6"]
) { color: #a78bfa !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#3b82f6"],
[style*="color: #3b82f6"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#3b82f6"],
[style*="color: #3b82f6"]
) { color: #3b82f6 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#ec4899"],
[style*="color: #ec4899"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#ec4899"],
[style*="color: #ec4899"]
) { color: #ec4899 !important; }
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
) :is(
[style*="color:#6b7280"],
[style*="color: #6b7280"]
):not([style*="background"]),
:root :is(
[style*="background:#1a1f35"],
[style*="background: #1a1f35"],
[style*="background:#161926"],
[style*="background: #161926"],
[style*="background:#0e1120"],
[style*="background: #0e1120"],
[style*="background:#0a0c18"],
[style*="background: #0a0c18"],
[style*="background:#0d0f1c"],
[style*="background: #0d0f1c"],
[style*="background:#0d1020"],
[style*="background: #0d1020"],
[style*="linear-gradient(135deg, #161926, #1a1f35)"],
[style*="linear-gradient(135deg,#161926,#1a1f35)"]
):not([class*="bg-["]) :is(
[style*="background:rgba(249,115,22,0.06)"],
[style*="background: rgba(249, 115, 22, 0.06)"],
[style*="background:rgba(139,92,246,0.06)"],
[style*="background: rgba(139, 92, 246, 0.06)"],
[style*="background:rgba(251,191,36,0.06)"],
[style*="background: rgba(251, 191, 36, 0.06)"],
[style*="background:rgba(59,130,246,0.06)"],
[style*="background: rgba(59, 130, 246, 0.06)"],
[style*="background:rgba(59,130,246,0.15)"],
[style*="background: rgba(59, 130, 246, 0.15)"],
[style*="background:rgba(16,185,129,0.06)"],
[style*="background: rgba(16, 185, 129, 0.06)"],
[style*="background:rgba(239,68,68,0.06)"],
[style*="background: rgba(239, 68, 68, 0.06)"],
[style*="background:rgba(245,158,11,0.06)"],
[style*="background: rgba(245, 158, 11, 0.06)"]
):is(
[style*="color:#6b7280"],
[style*="color: #6b7280"]
) { color: #9ca3af !important; }
:root [style*="linear-gradient(135deg,rgba(139,92,246,0.15)"] [style*="color:#fff"]:not([style*="background"]),
:root [style*="linear-gradient(135deg,rgba(139,92,246,0.15)"] [style*="color: #fff"]:not([style*="background"]),
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.15)"] [style*="color:#fff"]:not([style*="background"]),
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.15)"] [style*="color: #fff"]:not([style*="background"]),
:root [style*="linear-gradient(135deg,rgba(220,38,38,0.15)"] [style*="color:#fff"]:not([style*="background"]),
:root [style*="linear-gradient(135deg,rgba(220,38,38,0.15)"] [style*="color: #fff"]:not([style*="background"]),
:root [style*="linear-gradient(135deg,rgba(59,130,246,0.15)"] [style*="color:#fff"]:not([style*="background"]),
:root [style*="linear-gradient(135deg,rgba(59,130,246,0.15)"] [style*="color: #fff"]:not([style*="background"]),
:root [style*="linear-gradient(135deg,rgba(251,191,36,0.15)"] [style*="color:#fff"]:not([style*="background"]),
:root [style*="linear-gradient(135deg,rgba(251,191,36,0.15)"] [style*="color: #fff"]:not([style*="background"]),
:root [style*="rgba(251, 191, 36, 0.15)"] [style*="color:#fff"]:not([style*="background"]),
:root [style*="rgba(251, 191, 36, 0.15)"] [style*="color: #fff"]:not([style*="background"]),
:root [style*="background:rgba(14,17,32,0.6)"] [style*="color:#fff"]:not([style*="background"]),
:root [style*="background:rgba(14,17,32,0.6)"] [style*="color: #fff"]:not([style*="background"]),
:root [style*="background: rgba(14, 17, 32, 0.6)"] [style*="color:#fff"]:not([style*="background"]),

:root [style*="background:rgba(16,185,129,0.06)"] [style*="color:#fff"]:not([style*="background"]),
:root [style*="background:rgba(16,185,129,0.06)"] [style*="color: #fff"]:not([style*="background"]),
:root [style*="background:rgba(16, 185, 129, 0.06)"] [style*="color:#fff"]:not([style*="background"]),
:root [style*="background:rgba(16, 185, 129, 0.06)"] [style*="color: #fff"]:not([style*="background"]),
:root [style*="background: rgba(14, 17, 32, 0.6)"] [style*="color: #fff"]:not([style*="background"]) { color: var(--np-fg) !important; }
:root [style*="background:#f59e0b22"] { color: #92400e !important; }
:root [style*="background:#10b98122"] { color: #065f46 !important; }
:root [style*="background:rgba(0,0,0,0.35)"][style*="color:#fbbf24"],
:root [style*="background: rgba(0, 0, 0, 0.35)"][style*="color: #fbbf24"] { background: rgba(255,255,255,0.72) !important; color: #92400e !important; }
:root [style*="color:#fca5a5"]:not([style*="background"]),
:root [style*="color: #fca5a5"]:not([style*="background"]) { color: #991b1b !important; }
:root [style*="color:#6ee7b7"]:not([style*="background"]),
:root [style*="color: #6ee7b7"]:not([style*="background"]) { color: #065f46 !important; }
:root [style*="background:rgba(220,38,38,"][style*="color:#fca5a5"],
:root [style*="background: rgba(220, 38, 38,"][style*="color: #fca5a5"] { color: #991b1b !important; }
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.15)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.15)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.15)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.15)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.14)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.14)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.14)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.14)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg,rgba(249,115,22,0.12)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg, rgba(249, 115, 22, 0.12)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg,rgba(59,130,246,0.15)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg,rgba(59,130,246,0.15)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg, rgba(59, 130, 246, 0.15)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg, rgba(59, 130, 246, 0.15)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg,rgba(220,38,38,0.15)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg,rgba(220,38,38,0.15)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg, rgba(220, 38, 38, 0.15)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg, rgba(220, 38, 38, 0.15)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg,rgba(251,191,36,0.15)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg,rgba(251,191,36,0.15)"] [style*="color: #f97316"],
:root [style*="linear-gradient(135deg, rgba(251, 191, 36, 0.15)"] [style*="color:#f97316"],
:root [style*="linear-gradient(135deg, rgba(251, 191, 36, 0.15)"] [style*="color: #f97316"] { color: #9a3412 !important; }
:root [style*="background:rgba(249,115,22,0.18)"][style*="color:#f97316"],
:root [style*="background: rgba(249, 115, 22, 0.18)"][style*="color: #f97316"] { color: #f97316 !important; }
:root .lang-switch a { color: #ffffff !important; }
:root .cta.secondary { color: #ffffff !important; }
:root .np-lang-links span { color: var(--np-fg) !important; }
:root:not([data-theme="light"]) [style*="color:#6b7280"],
:root:not([data-theme="light"]) [style*="color: #6b7280"] { color: #6b7280 !important; }
