/* src/styles.css */
:root {
  --color-flow-primary: #10b981;
  --color-flow-primary-hover: #059669;
  --color-flow-cyan: #06b6d4;
  --color-flow-sky: #0284c7;
  --color-flow-amber: #f59e0b;
  --color-flow-red: #ef4444;
  --brand-gradient:
    linear-gradient(
      135deg,
      #10b981 0%,
      #06b6d4 100%);
  --brand-gradient-hover:
    linear-gradient(
      135deg,
      #059669 0%,
      #0891b2 100%);
}
.global-grid-pattern {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px);
  background-size: 3rem 3rem;
  mask-image:
    radial-gradient(
      ellipse 70% 60% at 50% 30%,
      #000 35%,
      transparent 95%);
  -webkit-mask-image:
    radial-gradient(
      ellipse 70% 60% at 50% 30%,
      #000 35%,
      transparent 95%);
}
body.light-theme .global-grid-pattern {
  background-image:
    linear-gradient(
      to right,
      rgba(15, 23, 42, 0.075) 1px,
      transparent 1px),
    linear-gradient(
      to bottom,
      rgba(15, 23, 42, 0.075) 1px,
      transparent 1px);
  mask-image:
    radial-gradient(
      ellipse 80% 70% at 50% 30%,
      #000 45%,
      transparent 95%);
  -webkit-mask-image:
    radial-gradient(
      ellipse 80% 70% at 50% 30%,
      #000 45%,
      transparent 95%);
}
body.light-theme {
  background-color: #f8fafc !important;
  color: #0f172a !important;
}
body.light-theme aside {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
}
body.light-theme aside .bg-slate-950\/40,
body.light-theme aside .bg-slate-950\/80,
body.light-theme aside .bg-slate-900 {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
}
body.light-theme aside button.obra-switcher-btn,
body.light-theme aside button.bg-slate-800\/90,
body.light-theme aside button.bg-slate-800\/80,
body.light-theme aside button.bg-slate-800 {
  background-color: #f8fafc !important;
  border-color: #e2e8f0 !important;
  color: #0f172a !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}
body.light-theme aside button.obra-switcher-btn:hover {
  background-color: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
}
body.light-theme aside button.obra-switcher-btn * {
  color: #0f172a !important;
}
body.light-theme aside button.obra-switcher-btn .text-slate-400,
body.light-theme aside button.obra-switcher-btn .text-slate-500 {
  color: #64748b !important;
}
body.light-theme aside button.obra-switcher-btn .text-emerald-600,
body.light-theme aside button.obra-switcher-btn .text-emerald-400 {
  color: #059669 !important;
}
body.light-theme aside button.bg-slate-800,
body.light-theme aside button.bg-slate-800\/90,
body.light-theme aside button.bg-slate-800\/60,
body.light-theme aside button.bg-slate-800\/40 {
  background-color: #f1f5f9 !important;
  color: #0f172a !important;
}
body.light-theme aside button.bg-slate-800 *,
body.light-theme aside button.bg-slate-800\/90 *,
body.light-theme aside button.bg-slate-800\/60 *,
body.light-theme aside button.bg-slate-800\/40 * {
  color: #0f172a !important;
}
body.light-theme aside .text-white {
  color: #0f172a !important;
}
body.light-theme aside .bg-emerald-900\/30,
body.light-theme aside .bg-emerald-950\/40 {
  background-color: #ecfdf5 !important;
  color: #047857 !important;
  border-color: #a7f3d0 !important;
}
body.light-theme aside .bg-emerald-900\/30 *,
body.light-theme aside .bg-emerald-950\/40 * {
  color: #047857 !important;
}
body.light-theme aside .border-l.border-slate-700 {
  border-color: #cbd5e1 !important;
}
.sidebar-trial-badge {
  background-color: rgba(30, 41, 59, 0.8) !important;
  color: #cbd5e1 !important;
  border: 1px solid #334155 !important;
}
body.light-theme aside .sidebar-trial-card {
  background: #f0fdf4 !important;
  border-color: #bbf7d0 !important;
  box-shadow: 0 2px 4px rgba(16, 185, 129, 0.08) !important;
}
body.light-theme aside .sidebar-trial-card p {
  color: #475569 !important;
}
body.light-theme aside .sidebar-trial-badge {
  background-color: #dcfce7 !important;
  color: #15803d !important;
  border: 1px solid #86efac !important;
}
body.light-theme aside .sidebar-trial-card button {
  background-color: #059669 !important;
  color: #ffffff !important;
}
body.light-theme aside .sidebar-trial-card button:hover {
  background-color: #047857 !important;
}
.sidebar-user-name {
  color: #ffffff !important;
}
body.light-theme .sidebar-user-name,
body.light-theme aside .sidebar-user-name {
  color: #0f172a !important;
}
.sidebar-user-plan {
  color: #34d399 !important;
}
body.light-theme .sidebar-user-plan,
body.light-theme aside .sidebar-user-plan {
  color: #059669 !important;
}
.sidebar-gear-btn {
  color: #94a3b8 !important;
  background-color: transparent !important;
}
.sidebar-gear-btn:hover {
  color: #ffffff !important;
  background-color: #1e293b !important;
}
.sidebar-gear-btn.active {
  color: #34d399 !important;
  background-color: #1e293b !important;
}
body.light-theme .sidebar-gear-btn,
body.light-theme aside .sidebar-gear-btn {
  color: #64748b !important;
  background-color: transparent !important;
}
body.light-theme .sidebar-gear-btn:hover,
body.light-theme aside .sidebar-gear-btn:hover {
  color: #0f172a !important;
  background-color: #f1f5f9 !important;
}
body.light-theme .sidebar-gear-btn.active,
body.light-theme aside .sidebar-gear-btn.active {
  color: #059669 !important;
  background-color: #f1f5f9 !important;
}
.sidebar-dropdown-menu {
  background-color: #0f172a !important;
  border: 1px solid #334155 !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5) !important;
}
.sidebar-dropdown-item {
  color: #e2e8f0 !important;
  background-color: transparent !important;
}
.sidebar-dropdown-item i {
  color: #94a3b8 !important;
}
.sidebar-dropdown-item:hover {
  background-color: #1e293b !important;
  color: #ffffff !important;
}
.sidebar-dropdown-item-amber {
  color: #fcd34d !important;
  background-color: transparent !important;
}
.sidebar-dropdown-item-amber i {
  color: #fbbf24 !important;
}
.sidebar-dropdown-item-amber:hover {
  background-color: rgba(69, 26, 3, 0.4) !important;
  color: #fef08a !important;
}
.sidebar-dropdown-item-emerald {
  color: #6ee7b7 !important;
  background-color: transparent !important;
}
.sidebar-dropdown-item-emerald i {
  color: #34d399 !important;
}
.sidebar-dropdown-item-emerald:hover {
  background-color: rgba(6, 78, 59, 0.4) !important;
  color: #a7f3d0 !important;
}
.sidebar-dropdown-item-red {
  color: #f87171 !important;
  background-color: transparent !important;
}
.sidebar-dropdown-item-red i {
  color: #ef4444 !important;
}
.sidebar-dropdown-item-red:hover {
  background-color: rgba(127, 29, 29, 0.3) !important;
  color: #fca5a5 !important;
}
body.light-theme .sidebar-dropdown-menu,
body.light-theme aside .sidebar-dropdown-menu {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05) !important;
}
body.light-theme .sidebar-dropdown-item,
body.light-theme aside .sidebar-dropdown-item {
  color: #1e293b !important;
  background-color: transparent !important;
}
body.light-theme .sidebar-dropdown-item i,
body.light-theme aside .sidebar-dropdown-item i {
  color: #64748b !important;
}
body.light-theme .sidebar-dropdown-item:hover,
body.light-theme aside .sidebar-dropdown-item:hover {
  background-color: #f1f5f9 !important;
  color: #0f172a !important;
}
body.light-theme .sidebar-dropdown-item-amber,
body.light-theme aside .sidebar-dropdown-item-amber {
  color: #b45309 !important;
  background-color: transparent !important;
}
body.light-theme .sidebar-dropdown-item-amber i,
body.light-theme aside .sidebar-dropdown-item-amber i {
  color: #d97706 !important;
}
body.light-theme .sidebar-dropdown-item-amber:hover,
body.light-theme aside .sidebar-dropdown-item-amber:hover {
  background-color: #fffbeb !important;
  color: #92400e !important;
}
body.light-theme .sidebar-dropdown-item-emerald,
body.light-theme aside .sidebar-dropdown-item-emerald {
  color: #047857 !important;
  background-color: transparent !important;
}
body.light-theme .sidebar-dropdown-item-emerald i,
body.light-theme aside .sidebar-dropdown-item-emerald i {
  color: #059669 !important;
}
body.light-theme .sidebar-dropdown-item-emerald:hover,
body.light-theme aside .sidebar-dropdown-item-emerald:hover {
  background-color: #ecfdf5 !important;
  color: #065f46 !important;
}
body.light-theme .sidebar-dropdown-item-red,
body.light-theme aside .sidebar-dropdown-item-red {
  color: #dc2626 !important;
  background-color: transparent !important;
}
body.light-theme .sidebar-dropdown-item-red i,
body.light-theme aside .sidebar-dropdown-item-red i {
  color: #ef4444 !important;
}
body.light-theme .sidebar-dropdown-item-red:hover,
body.light-theme aside .sidebar-dropdown-item-red:hover {
  background-color: #fef2f2 !important;
  color: #991b1b !important;
}
.sidebar-tooltip {
  background-color: #0f172a !important;
  color: #ffffff !important;
  border: 1px solid #334155 !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.3) !important;
  z-index: 9999 !important;
}
.sidebar-tooltip * {
  color: #ffffff !important;
}
.sidebar-tooltip i,
.sidebar-tooltip i[class*=fa-],
.sidebar-tooltip .text-emerald-400,
.sidebar-tooltip .text-emerald-500,
.sidebar-tooltip .text-emerald-600 {
  color: #34d399 !important;
}
.sidebar-tooltip .text-slate-300,
.sidebar-tooltip .text-slate-400,
.sidebar-tooltip .text-slate-500 {
  color: #94a3b8 !important;
}
body.light-theme .sidebar-tooltip,
body.light-theme aside .sidebar-tooltip {
  background-color: #0f172a !important;
  color: #ffffff !important;
  border-color: #1e293b !important;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.4), 0 8px 10px -6px rgba(15, 23, 42, 0.3) !important;
}
body.light-theme .sidebar-tooltip *,
body.light-theme aside .sidebar-tooltip * {
  color: #ffffff !important;
}
body.light-theme .sidebar-tooltip i,
body.light-theme aside .sidebar-tooltip i,
body.light-theme .sidebar-tooltip .text-emerald-400,
body.light-theme .sidebar-tooltip .text-emerald-500,
body.light-theme .sidebar-tooltip .text-emerald-600,
body.light-theme aside .sidebar-tooltip .text-emerald-400,
body.light-theme aside .sidebar-tooltip .text-emerald-500,
body.light-theme aside .sidebar-tooltip .text-emerald-600 {
  color: #34d399 !important;
}
body.light-theme .sidebar-tooltip .text-slate-300,
body.light-theme .sidebar-tooltip .text-slate-400,
body.light-theme .sidebar-tooltip .text-slate-500,
body.light-theme aside .sidebar-tooltip .text-slate-300,
body.light-theme aside .sidebar-tooltip .text-slate-400,
body.light-theme aside .sidebar-tooltip .text-slate-500 {
  color: #94a3b8 !important;
}
body.light-theme aside button.obra-switcher-btn .sidebar-tooltip,
body.light-theme aside button.obra-switcher-btn .sidebar-tooltip *,
body.light-theme aside button.obra-switcher-btn .sidebar-tooltip span {
  color: #ffffff !important;
}
body.light-theme aside button.obra-switcher-btn .sidebar-tooltip .bg-emerald-400,
body.light-theme aside .sidebar-tooltip .bg-emerald-400 {
  background-color: #34d399 !important;
}
button {
  border-radius: 0.75rem;
}
body.light-theme button:hover:not(.bg-emerald-600):not(.bg-blue-600):not(.bg-red-600):not(.bg-gradient-to-r):not(.bg-amber-600) {
  background-color: #e2e8f0 !important;
  color: #0f172a !important;
  border-radius: 0.75rem !important;
}
main,
main > *,
.bg-slate-900:not(.fixed),
.bg-slate-950:not(.fixed),
[class*=bg-slate-900]:not(.fixed),
[class*=bg-slate-950]:not(.fixed) {
  position: relative;
}
.bg-slate-900\/80,
.bg-slate-900\/90,
.bg-slate-900\/70,
.bg-slate-900\/60,
.bg-slate-950\/80,
.bg-slate-950\/60 {
  background-color: #0f172a !important;
}
body.light-theme [class*=bg-slate-900]:not(.fixed),
body.light-theme [class*=bg-slate-950]:not(.fixed),
body.light-theme .bg-slate-900:not(.fixed),
body.light-theme .bg-slate-950:not(.fixed),
body.light-theme .bg-slate-900\/90:not(.fixed),
body.light-theme .bg-slate-900\/80:not(.fixed),
body.light-theme .bg-slate-900\/70:not(.fixed),
body.light-theme .bg-slate-900\/60:not(.fixed),
body.light-theme .bg-slate-900\/40:not(.fixed),
body.light-theme .bg-slate-950\/90:not(.fixed),
body.light-theme .bg-slate-950\/80:not(.fixed),
body.light-theme .bg-slate-950\/70:not(.fixed),
body.light-theme .bg-slate-950\/60:not(.fixed),
body.light-theme .bg-slate-950\/40:not(.fixed) {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
  color: #0f172a !important;
}
body.light-theme .fixed.inset-0[class*=bg-slate-950],
body.light-theme .fixed.inset-0.bg-slate-950\/80,
body.light-theme .fixed.inset-0.bg-slate-950\/85,
body.light-theme .fixed.inset-0.bg-slate-950\/90 {
  background-color: rgba(15, 23, 42, 0.65) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}
body.light-theme .border-slate-800,
body.light-theme .border-slate-700 {
  border-color: #e2e8f0 !important;
}
body.light-theme div[class*=bg-slate-950]:not(.fixed) {
  background-color: #ffffff !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05) !important;
}
body.light-theme .bg-slate-900 .bg-slate-950:not(.fixed),
body.light-theme .bg-slate-900 [class*=bg-slate-950]:not(.fixed) {
  background-color: #f8fafc !important;
  border-color: #e2e8f0 !important;
  box-shadow: none !important;
}
body.light-theme header,
body.light-theme footer {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
}
body.light-theme .bg-amber-600,
body.light-theme .bg-amber-600 *,
body.light-theme .bg-amber-500,
body.light-theme .bg-amber-500 *,
body.light-theme .bg-orange-600,
body.light-theme .bg-orange-600 *,
body.light-theme .bg-orange-500,
body.light-theme .bg-orange-500 *,
body.light-theme .bg-emerald-600,
body.light-theme .bg-emerald-600 *,
body.light-theme .bg-blue-600,
body.light-theme .bg-blue-600 *,
body.light-theme .bg-red-600,
body.light-theme .bg-red-600 *,
body.light-theme [class*=bg-gradient-to-r],
body.light-theme [class*=bg-gradient-to-r] * {
  color: #ffffff !important;
}
body.light-theme .text-emerald-400 {
  color: #059669 !important;
}
body.light-theme .text-emerald-300 {
  color: #047857 !important;
}
body.light-theme .text-teal-300,
body.light-theme .text-teal-400 {
  color: #0d9488 !important;
}
body.light-theme .text-cyan-400 {
  color: #0284c7 !important;
}
body.light-theme .text-amber-400,
body.light-theme .text-amber-300 {
  color: #d97706 !important;
}
body.light-theme .text-blue-400 {
  color: #2563eb !important;
}
body.light-theme .text-purple-400 {
  color: #9333ea !important;
}
body.light-theme .text-red-400 {
  color: #dc2626 !important;
}
body.light-theme .absolute.bg-slate-900:not(.pointer-events-none) {
  background-color: #ffffff !important;
  color: #0f172a !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}
body.light-theme .absolute.bg-slate-900:not(.pointer-events-none) button {
  background-color: transparent !important;
  color: #1e293b !important;
}
body.light-theme .absolute.bg-slate-900:not(.pointer-events-none) button:hover {
  background-color: #f1f5f9 !important;
  color: #0f172a !important;
}
body.light-theme .absolute.bg-slate-900:not(.pointer-events-none) button.text-red-400 {
  color: #dc2626 !important;
}
body.light-theme .absolute.bg-slate-900:not(.pointer-events-none) button.text-red-400:hover {
  background-color: #fef2f2 !important;
  color: #b91c1c !important;
}
body.light-theme .pointer-events-none.bg-slate-900 {
  background-color: #0f172a !important;
  color: #ffffff !important;
  border-color: #334155 !important;
}
body.light-theme [class*=border-slate-] {
  border-color: #e2e8f0 !important;
}
body.light-theme h1,
body.light-theme h2,
body.light-theme h3,
body.light-theme h4,
body.light-theme h5,
body.light-theme h6,
body.light-theme .text-slate-100,
body.light-theme .text-slate-200,
body.light-theme .text-slate-300 {
  color: #0f172a !important;
}
body.light-theme table .text-white,
body.light-theme table td,
body.light-theme table th,
body.light-theme tbody tr td,
body.light-theme .font-display.text-white:not(button *):not(.bg-emerald-600 *):not(.bg-blue-600 *):not(.bg-red-600 *):not(.bg-amber-600 *),
body.light-theme span.text-white:not(button *):not([class*=bg-emerald-]):not([class*=bg-blue-]):not([class*=bg-red-]):not([class*=bg-gradient-]),
body.light-theme div.text-white:not(button *):not([class*=bg-emerald-]):not([class*=bg-blue-]):not([class*=bg-red-]):not([class*=bg-gradient-]) {
  color: #0f172a !important;
}
body.light-theme button.bg-emerald-600,
body.light-theme button.bg-emerald-600 *,
body.light-theme .bg-emerald-600,
body.light-theme .bg-emerald-600 *,
body.light-theme button.bg-blue-600,
body.light-theme button.bg-blue-600 *,
body.light-theme button.bg-red-600,
body.light-theme button.bg-red-600 *,
body.light-theme button.bg-amber-600,
body.light-theme button.bg-amber-600 *,
body.light-theme button[class*=bg-gradient-],
body.light-theme button[class*=bg-gradient-] *,
button.bg-emerald-600,
button.bg-emerald-600 * {
  color: #ffffff !important;
}
body.light-theme .text-slate-400,
body.light-theme .text-slate-500 {
  color: #475569 !important;
}
body.light-theme .bg-blue-950,
body.light-theme .bg-blue-950\/40 {
  background-color: #eff6ff !important;
  color: #1d4ed8 !important;
  border-color: #bfdbfe !important;
}
body.light-theme .bg-emerald-950,
body.light-theme .bg-emerald-950\/40,
body.light-theme .bg-emerald-950\/60,
body.light-theme .bg-emerald-950\/30 {
  background-color: #ecfdf5 !important;
  color: #047857 !important;
  border-color: #a7f3d0 !important;
}
body.light-theme .bg-amber-950,
body.light-theme .bg-amber-950\/40 {
  background-color: #fffbeb !important;
  color: #b45309 !important;
  border-color: #fde68a !important;
}
body.light-theme .bg-red-950,
body.light-theme .bg-red-950\/40 {
  background-color: #fef2f2 !important;
  color: #b91c1c !important;
  border-color: #fca5a5 !important;
}
body.light-theme .bg-teal-950,
body.light-theme .bg-teal-950\/40 {
  background-color: #f0fdf4 !important;
  color: #0f766e !important;
  border-color: #99f6e4 !important;
}
body.light-theme .bg-slate-800:not(.bg-emerald-600):not(.bg-blue-600):not(.bg-red-600):not(.bg-amber-600) {
  background-color: #f1f5f9 !important;
  color: #1e293b !important;
  border-color: #cbd5e1 !important;
}
body.light-theme thead.bg-slate-950\/70,
body.light-theme thead.bg-slate-950\/80,
body.light-theme thead {
  background-color: #f1f5f9 !important;
  color: #475569 !important;
  border-color: #e2e8f0 !important;
}
body.light-theme tbody tr:hover {
  background-color: #f8fafc !important;
}
body.light-theme tbody {
  border-color: #e2e8f0 !important;
}
body.light-theme input,
body.light-theme select,
body.light-theme textarea {
  background-color: #ffffff !important;
  color: #0f172a !important;
  border-color: #cbd5e1 !important;
}
body.light-theme input::placeholder,
body.light-theme textarea::placeholder {
  color: #94a3b8 !important;
}
body.light-theme .bg-slate-950\/80,
body.light-theme .bg-slate-950\/85,
body.light-theme .bg-slate-950\/90 {
  background-color: rgba(15, 23, 42, 0.45) !important;
}
body.light-theme .bg-slate-900.border.rounded-2xl,
body.light-theme .bg-slate-900.border.rounded-3xl {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 > div {
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: #e2e8f0 !important;
  color: #0f172a !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 > div.scale-\[1\.02\] {
  background-color: #f8fafc !important;
  background-image:
    linear-gradient(
      to bottom,
      #ecfdf5,
      #ffffff) !important;
  border: 2px solid #10b981 !important;
  box-shadow: 0 20px 25px -5px rgba(16, 185, 129, 0.15), 0 10px 10px -5px rgba(16, 185, 129, 0.04) !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 h4,
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 span.font-black,
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 strong {
  color: #0f172a !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 p.text-slate-400 {
  color: #64748b !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 ul li span {
  color: #334155 !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 .bg-emerald-500.text-slate-950,
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 .bg-emerald-400.text-slate-950,
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 .bg-teal-400.text-slate-950 {
  background-color: #10b981 !important;
  color: #ffffff !important;
  border-color: #059669 !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 .bg-emerald-950\/80,
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 .bg-teal-950\/80 {
  background-color: #f1f5f9 !important;
  color: #047857 !important;
  border-color: #cbd5e1 !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 .text-slate-400.bg-slate-800\/80 {
  background-color: #f1f5f9 !important;
  color: #64748b !important;
  border-color: #e2e8f0 !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 button.bg-emerald-950\/80,
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 button.bg-teal-950\/80 {
  background-color: #ecfdf5 !important;
  color: #047857 !important;
  border-color: #a7f3d0 !important;
  font-weight: 700 !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 button.bg-slate-800 {
  background-color: #f1f5f9 !important;
  color: #1e293b !important;
  border-color: #cbd5e1 !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 button.bg-slate-800:hover {
  background-color: #e2e8f0 !important;
  color: #0f172a !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 .w-12.h-12.bg-emerald-500 {
  background-color: #10b981 !important;
  color: #ffffff !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 .w-12.h-12.bg-slate-800 {
  background-color: #f1f5f9 !important;
  color: #059669 !important;
  border-color: #e2e8f0 !important;
}
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 .w-12.h-12.bg-emerald-500\/20,
body.light-theme .grid.grid-cols-1.md\:grid-cols-3 .w-12.h-12.bg-teal-500\/20 {
  background-color: #f0fdf4 !important;
  color: #059669 !important;
  border-color: #bbf7d0 !important;
}
body.light-theme .bg-amber-950\/70,
body.light-theme .bg-amber-950\/80 {
  background-color: #fef3c7 !important;
  border-color: #f59e0b !important;
  box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.15) !important;
}
body.light-theme .bg-amber-950\/70 span.text-amber-400,
body.light-theme .bg-amber-950\/80.text-amber-400,
body.light-theme .bg-amber-950\/80 span {
  color: #92400e !important;
}
body.light-theme .bg-amber-950\/70 span.text-amber-300\/80 {
  color: #b45309 !important;
}
body.light-theme .bg-amber-500\/20.text-amber-400 {
  background-color: #fde68a !important;
  color: #92400e !important;
}
body.light-theme .text-emerald-400.font-medium.block.truncate.mt-0\.5 {
  color: #059669 !important;
  font-weight: 700 !important;
}
body.light-theme div[class*="bg-gradient-to-br from-slate-900"] {
  background-color: #ffffff !important;
  background-image:
    linear-gradient(
      to bottom right,
      #f8fafc,
      #ffffff) !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02) !important;
}
body.light-theme div[class*="bg-gradient-to-br from-slate-900"] span.text-slate-400 {
  color: #475569 !important;
}
body.light-theme div[class*="bg-gradient-to-br from-slate-900"] span.text-slate-500 {
  color: #64748b !important;
}
body.light-theme .bg-slate-950.rounded-full {
  background-color: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}
body.light-theme .border-emerald-500.ring-2.ring-emerald-500\/30 {
  background-color: #ecfdf5 !important;
  border-color: #10b981 !important;
}
body.light-theme .bg-emerald-950\/20.border-emerald-500 {
  background-color: #ecfdf5 !important;
  border-color: #10b981 !important;
}
body.light-theme div[class*="bg-gradient-to-b from-slate-900"]:not(.fixed) {
  background-color: #ffffff !important;
  background-image:
    linear-gradient(
      to bottom,
      #ffffff,
      #f8fafc) !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02) !important;
}
body.light-theme div[class*=border-emerald-500].rounded-3xl {
  background-color: #f0fdf4 !important;
  background-image:
    linear-gradient(
      to bottom,
      #ecfdf5,
      #ffffff) !important;
  border-color: #10b981 !important;
  box-shadow: 0 10px 25px -5px rgba(16, 185, 129, 0.15) !important;
}
body.light-theme div[class*=border-blue-500].rounded-3xl {
  background-color: #eff6ff !important;
  background-image:
    linear-gradient(
      to bottom,
      #eff6ff,
      #ffffff) !important;
  border-color: #3b82f6 !important;
  box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.15) !important;
}
body.light-theme div[class*=border-teal-500].rounded-3xl {
  background-color: #f0fdfa !important;
  background-image:
    linear-gradient(
      to bottom,
      #f0fdfa,
      #ffffff) !important;
  border-color: #14b8a6 !important;
  box-shadow: 0 10px 25px -5px rgba(20, 184, 166, 0.15) !important;
}
body.light-theme .bg-blue-600\/10 {
  background-color: #eff6ff !important;
  color: #1d4ed8 !important;
  border-color: #bfdbfe !important;
}
body.light-theme .bg-blue-600\/10:hover {
  background-color: #dbeafe !important;
}
body.light-theme .bg-emerald-600\/10 {
  background-color: #ecfdf5 !important;
  color: #047857 !important;
  border-color: #a7f3d0 !important;
}
body.light-theme .bg-emerald-600\/10:hover {
  background-color: #d1fae5 !important;
}
body.light-theme .bg-teal-600\/10 {
  background-color: #f0fdfa !important;
  color: #0f766e !important;
  border-color: #99f6e4 !important;
}
body.light-theme .bg-teal-600\/10:hover {
  background-color: #ccfbf1 !important;
}
body.light-theme .bg-slate-800 {
  background-color: #f1f5f9 !important;
  color: #334155 !important;
  border-color: #cbd5e1 !important;
}
body.light-theme .bg-slate-800:hover {
  background-color: #e2e8f0 !important;
}
body.light-theme .bg-blue-950\/40 {
  background-color: #eff6ff !important;
  color: #1d4ed8 !important;
  border-color: #bfdbfe !important;
}
body.light-theme .bg-emerald-950\/40 {
  background-color: #ecfdf5 !important;
  color: #047857 !important;
  border-color: #a7f3d0 !important;
}
body.light-theme .bg-teal-950\/40 {
  background-color: #f0fdfa !important;
  color: #0f766e !important;
  border-color: #99f6e4 !important;
}
body.light-theme div[class*=rounded-3xl] h4 {
  color: #0f172a !important;
}
body.light-theme div[class*=rounded-3xl] .text-white {
  color: #0f172a !important;
}
body.light-theme div[class*=rounded-3xl] ul li span {
  color: #334155 !important;
}
body.light-theme div[class*=rounded-3xl] ul li span strong {
  color: #0f172a !important;
}
body.light-theme div[class*=rounded-3xl] p {
  color: #64748b !important;
}
body.light-theme div[class*=rounded-3xl] .text-slate-400 {
  color: #64748b !important;
}
body.light-theme div[class*=rounded-3xl] .text-slate-300 {
  color: #334155 !important;
}
body.light-theme div[class*=rounded-3xl] .text-slate-200 {
  color: #334155 !important;
}
body.light-theme div[class*=rounded-3xl] button:disabled {
  background-color: #d1fae5 !important;
  color: #065f46 !important;
  border-color: #a7f3d0 !important;
}
body.light-theme .perm-item-card {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
}
body.light-theme .perm-item-card:hover {
  border-color: #cbd5e1 !important;
  background-color: #f8fafc !important;
}
body.light-theme .perm-item-selected {
  background-color: #f0fdf4 !important;
  border-color: #10b981 !important;
  box-shadow: 0 1px 3px 0 rgba(16, 185, 129, 0.15) !important;
}
body.light-theme .perm-item-card .perm-title {
  color: #0f172a !important;
}
body.light-theme .perm-item-selected .perm-title {
  color: #065f46 !important;
}
body.light-theme .perm-item-card .perm-desc {
  color: #64748b !important;
}
body.light-theme .perm-item-selected .perm-desc {
  color: #047857 !important;
}
body.light-theme .perm-item-card .perm-checkbox {
  background-color: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
}
body.light-theme .perm-item-selected .perm-checkbox {
  background-color: #10b981 !important;
  border-color: #059669 !important;
  color: #ffffff !important;
}
body.light-theme .perm-item-card .perm-badge {
  background-color: #f1f5f9 !important;
  color: #64748b !important;
  border-color: #e2e8f0 !important;
}
body.light-theme .perm-item-selected .perm-badge {
  background-color: #dcfce7 !important;
  color: #15803d !important;
  border-color: #bbf7d0 !important;
}
body.light-theme .perm-table-pill {
  background-color: #f1f5f9 !important;
  color: #64748b !important;
  border-color: #e2e8f0 !important;
}
body.light-theme .perm-table-pill-active {
  background-color: #dcfce7 !important;
  color: #15803d !important;
  border-color: #86efac !important;
}
body.light-theme .perm-table-pill-active i {
  color: #16a34a !important;
}
body.light-theme .info-unlocked-banner {
  background-image: none !important;
  background-color: #f0fdf4 !important;
  border-color: #86efac !important;
  box-shadow: 0 1px 3px 0 rgba(16, 185, 129, 0.1) !important;
}
body.light-theme .info-unlocked-banner .banner-icon {
  background-color: #dcfce7 !important;
  color: #15803d !important;
  border-color: #bbf7d0 !important;
}
body.light-theme .info-unlocked-banner .banner-heading,
body.light-theme .info-unlocked-banner .banner-heading span:not(.banner-tag),
body.light-theme .info-unlocked-banner h4,
body.light-theme .info-unlocked-banner h4 span:not(.banner-tag) {
  color: #064e3b !important;
  font-weight: 800 !important;
}
body.light-theme .info-unlocked-banner .banner-desc,
body.light-theme .info-unlocked-banner p {
  color: #14532d !important;
}
body.light-theme .info-unlocked-banner .banner-desc strong,
body.light-theme .info-unlocked-banner p strong {
  color: #022c22 !important;
  font-weight: 800 !important;
}
body.light-theme .info-unlocked-banner .banner-tag {
  background-color: #10b981 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}
.weather-option-btn {
  background-color: rgba(30, 41, 59, 0.8) !important;
  border-color: rgba(51, 65, 85, 0.8) !important;
  color: #cbd5e1 !important;
}
.weather-option-btn:hover {
  background-color: rgb(30, 41, 59) !important;
  border-color: rgb(71, 85, 105) !important;
  color: #ffffff !important;
}
.weather-option-btn.weather-option-btn-active {
  background-color: rgba(245, 158, 11, 0.15) !important;
  border-color: #f59e0b !important;
  color: #fcd34d !important;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.4), 0 1px 2px 0 rgba(245, 158, 11, 0.1) !important;
}
body.light-theme .weather-option-btn {
  background-color: #f8fafc !important;
  border-color: #cbd5e1 !important;
  color: #334155 !important;
}
body.light-theme .weather-option-btn:hover {
  background-color: #f1f5f9 !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}
body.light-theme .weather-option-btn.weather-option-btn-active {
  background-color: #fffbeb !important;
  border-color: #f59e0b !important;
  color: #92400e !important;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.3) !important;
}
body.light-theme .weather-option-btn.weather-option-btn-active span {
  color: #78350f !important;
  font-weight: 800 !important;
}
body.light-theme .landing-page-wrapper {
  background-color: #ffffff !important;
  color: #0f172a !important;
}
body.light-theme .landing-page-wrapper h1,
body.light-theme .landing-page-wrapper h2,
body.light-theme .landing-page-wrapper h3,
body.light-theme .landing-page-wrapper h4 {
  color: #0f172a !important;
}
body.light-theme .landing-page-wrapper p {
  color: #475569 !important;
}
body.light-theme .bg-clip-text.bg-gradient-to-r,
body.light-theme span[class*=bg-clip-text] {
  background-image:
    linear-gradient(
      135deg,
      #059669 0%,
      #0d9488 50%,
      #0284c7 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
body.light-theme #faq .bg-slate-950,
body.light-theme #faq div[class*=bg-slate-950] {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
}
body.light-theme #faq button {
  color: #0f172a !important;
  background-color: #ffffff !important;
}
body.light-theme #faq button:hover {
  color: #059669 !important;
  background-color: #f8fafc !important;
}
body.light-theme #faq button span {
  color: #0f172a !important;
  font-weight: 700 !important;
}
body.light-theme #faq button:hover span {
  color: #059669 !important;
}
body.light-theme #faq div.text-slate-400,
body.light-theme #faq div[class*=text-slate-] {
  color: #475569 !important;
  border-color: #f1f5f9 !important;
}
body.light-theme .inline-flex.rounded-full.bg-slate-900\/90,
body.light-theme div[class*=rounded-full][class*=border-emerald-] {
  background-color: #f0fdf4 !important;
  border-color: #86efac !important;
  color: #065f46 !important;
}
body.light-theme section .bg-slate-900\/60,
body.light-theme section .bg-slate-900\/40,
body.light-theme section .bg-slate-900\/80,
body.light-theme section .bg-slate-950\/60,
body.light-theme section .bg-slate-950\/80,
body.light-theme section .bg-slate-950 {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
}
body.light-theme header.bg-slate-950\/80 {
  background-color: rgba(255, 255, 255, 0.85) !important;
  border-color: #e2e8f0 !important;
}
body.light-theme footer.bg-slate-950 {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
}
body.light-theme a.bg-gradient-to-r.from-emerald-500,
body.light-theme a[class*=from-emerald-500],
body.light-theme a.bg-emerald-500 {
  color: #022c22 !important;
  font-weight: 800 !important;
}
body.light-theme a.bg-gradient-to-r.from-emerald-500 *,
body.light-theme a[class*=from-emerald-500] *,
body.light-theme a.bg-emerald-500 * {
  color: #022c22 !important;
}
.no-select {
  -webkit-user-select: none;
  user-select: none;
}
.select {
  -webkit-user-select: text;
  user-select: text;
}
.fixed.inset-0,
div.fixed.inset-0,
.modal-overlay,
.confirm-modal-overlay {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.skeleton-shimmer {
  background:
    linear-gradient(
      90deg,
      rgba(30, 41, 59, 0.4) 0%,
      rgba(51, 65, 85, 0.75) 50%,
      rgba(30, 41, 59, 0.4) 100%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.4s infinite linear;
}
body.light-theme .skeleton-shimmer {
  background:
    linear-gradient(
      90deg,
      #f1f5f9 0%,
      #cbd5e1 50%,
      #f1f5f9 100%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.4s infinite linear;
}
@keyframes skeletonShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
