/* 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%);
}
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: #f8fafc !important;
  border-color: #e2e8f0 !important;
}
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: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
}
body.light-theme aside button.bg-slate-800 * {
  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;
}
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;
}
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 header,
body.light-theme footer {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
}
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 .bg-amber-600,
body.light-theme .bg-amber-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;
}
.global-grid-pattern {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.025) 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.035) 1px,
      transparent 1px),
    linear-gradient(
      to bottom,
      rgba(15, 23, 42, 0.035) 1px,
      transparent 1px);
}

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