/* Shared light theme support for standalone templates that do not use base.html. */
html[data-theme="light"],
html[data-theme="light"] body {
  background: #ffffff !important;
  color: #111827 !important;
  color-scheme: light;
}

html[data-theme="light"] body,
html[data-theme="light"] main,
html[data-theme="light"] section,
html[data-theme="light"] article,
html[data-theme="light"] header,
html[data-theme="light"] footer {
  background-color: transparent !important;
}

html[data-theme="light"] .floating-lines-container {
  opacity: 0.72 !important;
  mix-blend-mode: multiply !important;
  filter: none !important;
}

html[data-theme="light"] .floating-lines-container canvas {
  opacity: 1 !important;
  mix-blend-mode: multiply !important;
  filter: invert(1) hue-rotate(180deg) saturate(1.55) contrast(1.1) brightness(0.92) !important;
}

html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] h4,
html[data-theme="light"] h5,
html[data-theme="light"] h6,
html[data-theme="light"] p,
html[data-theme="light"] li,
html[data-theme="light"] label,
html[data-theme="light"] small,
html[data-theme="light"] span,
html[data-theme="light"] div,
html[data-theme="light"] strong,
html[data-theme="light"] em {
  color: #111827 !important;
  text-shadow: none !important;
}

html[data-theme="light"] a:not(.btn):not(.nav-link):not(.dropdown-item) {
  color: #4f46e5 !important;
  text-shadow: none !important;
}

html[data-theme="light"] [class*="card"]:not(.pricing-cards),
html[data-theme="light"] [class*="panel"],
html[data-theme="light"] [class*="glass"] {
  background: rgba(255, 255, 255, 0.28) !important;
  background-color: rgba(255, 255, 255, 0.28) !important;
  border-color: rgba(17, 24, 39, 0.14) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 10px 34px rgba(17, 24, 39, 0.08) !important;
  backdrop-filter: blur(22px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.35) !important;
  color: #111827 !important;
}

html[data-theme="light"] .pricing-cards,
html[data-theme="light"] .plans-container,
html[data-theme="light"] .credits-packages-wrapper,
html[data-theme="light"] .credits-packages {
  background: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-theme="light"] .card:hover,
html[data-theme="light"] [class*="card"]:not(.pricing-cards):hover {
  border-color: rgba(79, 70, 229, 0.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 28px rgba(17, 24, 39, 0.08),
    0 0 28px rgba(99, 102, 241, 0.12) !important;
}

html[data-theme="light"] input,
html[data-theme="light"] textarea,
html[data-theme="light"] select,
html[data-theme="light"] .form-control,
html[data-theme="light"] .form-select {
  background: #ffffff !important;
  border-color: rgba(17, 24, 39, 0.18) !important;
  color: #111827 !important;
  box-shadow: none !important;
}

html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder {
  color: rgba(17, 24, 39, 0.45) !important;
}

html[data-theme="light"] button,
html[data-theme="light"] .btn,
html[data-theme="light"] input[type="button"],
html[data-theme="light"] input[type="submit"],
html[data-theme="light"] input[type="reset"],
html[data-theme="light"] a.btn {
  background-color: rgba(17, 24, 39, 0.05) !important;
  border-color: rgba(17, 24, 39, 0.2) !important;
  color: #111827 !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

html[data-theme="light"] .btn-primary,
html[data-theme="light"] .btn-beatguard {
  background: #111827 !important;
  background-color: #111827 !important;
  border-color: #111827 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.18) !important;
}

html[data-theme="light"] .btn-primary *,
html[data-theme="light"] .btn-beatguard * {
  color: #ffffff !important;
}
