/* HostSteps Academy UI stabilization */
:root {
  color-scheme: light;
}

.header-profile {
  position: relative;
}

.header-profile .hsedu-profile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  cursor: pointer;
}

.header-profile .hsedu-profile-toggle:focus-visible,
.dlab-theme-mode:focus-visible,
.edu-password-toggle:focus-visible {
  outline: 3px solid rgba(79, 70, 229, 0.18);
  outline-offset: 2px;
}

.header-profile .hsedu-profile-toggle img {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.header-profile .hsedu-profile-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-end: 0;
  min-width: 260px;
  padding: 10px 0;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
  z-index: 10050;
}

.header-profile.is-open .hsedu-profile-menu,
.header-profile .hsedu-profile-menu.show {
  display: block;
}

.header-profile .dropdown-item,
.header-profile .dropdown-item span,
.header-profile .dropdown-header,
.header-profile .edu-muted,
.header-profile strong {
  color: #111827 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.header-profile .dropdown-item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  text-decoration: none;
  background: transparent;
}

.header-profile .dropdown-item:hover,
.header-profile .dropdown-item:focus-visible {
  background: #f8fafc;
}

.header-profile .border-bottom {
  border-color: rgba(15, 23, 42, 0.08) !important;
}

.dlab-theme-mode {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #f8fafc !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  cursor: pointer;
}

.dlab-theme-mode #icon-light,
.dlab-theme-mode #icon-dark {
  font-size: 18px;
}

html[data-theme-version="light"] .dlab-theme-mode #icon-light,
body[data-theme-version="light"] .dlab-theme-mode #icon-light,
html:not([data-theme-version]) .dlab-theme-mode #icon-light {
  display: none;
}

html[data-theme-version="light"] .dlab-theme-mode #icon-dark,
body[data-theme-version="light"] .dlab-theme-mode #icon-dark,
html:not([data-theme-version]) .dlab-theme-mode #icon-dark {
  display: inline-block;
}

html[data-theme-version="dark"] .dlab-theme-mode #icon-dark,
body[data-theme-version="dark"] .dlab-theme-mode #icon-dark {
  display: none;
}

html[data-theme-version="dark"] .dlab-theme-mode #icon-light,
body[data-theme-version="dark"] .dlab-theme-mode #icon-light {
  display: inline-block;
}

.edu-auth-form .mb-3.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: auto;
  margin-top: 6px;
  padding: 0;
}

.edu-auth-form input[type="checkbox"],
.edu-auth-form input.form-check-input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  position: static !important;
  flex: 0 0 auto;
}

.edu-auth-form .form-check-label {
  margin: 0 !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
  display: inline !important;
}

.edu-auth-form input[type="hidden"] {
  display: none !important;
}

.edu-password-wrap {
  position: relative;
}

.edu-password-wrap .edu-password-toggle {
  position: absolute;
  top: 50%;
  inset-inline-end: 10px;
  transform: translateY(-50%);
  z-index: 4;
  border: 0;
  background: transparent;
  color: var(--edu-primary);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 4px 6px;
  line-height: 1;
}

.edu-password-wrap input {
  padding-inline-end: 86px !important;
}

html[data-theme-version="dark"],
body[data-theme-version="dark"] {
  color-scheme: dark;
  background: #0b1220;
  color: #e5e7eb;
}

[data-theme-version="dark"] body,
[data-theme-version="dark"] .content-body,
[data-theme-version="dark"] .container-fluid,
[data-theme-version="dark"] .header,
[data-theme-version="dark"] .footer,
[data-theme-version="dark"] .dlabnav,
[data-theme-version="dark"] .nav-header {
  background-color: #0b1220 !important;
  color: #e5e7eb !important;
}

[data-theme-version="dark"] .header,
[data-theme-version="dark"] .nav-header,
[data-theme-version="dark"] .dlabnav,
[data-theme-version="dark"] .header-profile .hsedu-profile-toggle,
[data-theme-version="dark"] .dlab-theme-mode {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme-version="dark"] .header-profile .hsedu-profile-toggle,
[data-theme-version="dark"] .dlab-theme-mode,
[data-theme-version="dark"] .header-left .search-area input,
[data-theme-version="dark"] .search-area .form-control,
[data-theme-version="dark"] .search-form input[type="search"],
[data-theme-version="dark"] .edu-panel,
[data-theme-version="dark"] .edu-auth-card,
[data-theme-version="dark"] .edu-course-card,
[data-theme-version="dark"] .edu-instructor-card,
[data-theme-version="dark"] .edu-feature-card,
[data-theme-version="dark"] .edu-pricing-card,
[data-theme-version="dark"] .edu-dashboard-card,
[data-theme-version="dark"] .dropdown-menu,
[data-theme-version="dark"] .widget,
[data-theme-version="dark"] .edu-empty,
[data-theme-version="dark"] .edu-live-card,
[data-theme-version="dark"] .edu-pay-card,
[data-theme-version="dark"] .edu-brand-card {
  background: #111827 !important;
  color: #e5e7eb !important;
  border-color: #334155 !important;
}

[data-theme-version="dark"] .edu-auth-side,
[data-theme-version="dark"] .edu-launch-hero,
[data-theme-version="dark"] .edu-hero,
[data-theme-version="dark"] .edu-cta-strip {
  background: linear-gradient(135deg, #0f172a, #1d4ed8 60%, #0f766e) !important;
}

[data-theme-version="dark"] h1,
[data-theme-version="dark"] h2,
[data-theme-version="dark"] h3,
[data-theme-version="dark"] h4,
[data-theme-version="dark"] h5,
[data-theme-version="dark"] h6,
[data-theme-version="dark"] label,
[data-theme-version="dark"] p,
[data-theme-version="dark"] li,
[data-theme-version="dark"] .edu-muted,
[data-theme-version="dark"] .dropdown-item,
[data-theme-version="dark"] .dropdown-item span,
[data-theme-version="dark"] .header-right a,
[data-theme-version="dark"] .header-left input,
[data-theme-version="dark"] .widget-title,
[data-theme-version="dark"] .edu-stat-value,
[data-theme-version="dark"] .edu-section-title h3 {
  color: #e5e7eb !important;
}

[data-theme-version="dark"] .edu-stat-label,
[data-theme-version="dark"] .edu-template-subtitle,
[data-theme-version="dark"] .edu-mini-list li,
[data-theme-version="dark"] .edu-contact-list li,
[data-theme-version="dark"] .edu-auth-card .edu-muted,
[data-theme-version="dark"] .header-profile .edu-muted {
  color: #94a3b8 !important;
}

[data-theme-version="dark"] .edu-auth-form .edu-text-input,
[data-theme-version="dark"] .edu-auth-form input[type="text"],
[data-theme-version="dark"] .edu-auth-form input[type="email"],
[data-theme-version="dark"] .edu-auth-form input[type="password"],
[data-theme-version="dark"] .edu-auth-form input[type="search"],
[data-theme-version="dark"] .edu-auth-form select,
[data-theme-version="dark"] .edu-auth-form textarea {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
}

[data-theme-version="dark"] .edu-auth-form input::placeholder,
[data-theme-version="dark"] .edu-auth-form textarea::placeholder {
  color: #94a3b8 !important;
}

[data-theme-version="dark"] .edu-selected-plan {
  background: rgba(19, 138, 107, 0.15) !important;
  border-color: rgba(52, 211, 153, 0.25) !important;
  color: #ecfdf5 !important;
}

[data-theme-version="dark"] .edu-selected-plan strong {
  color: #6ee7b7 !important;
}

[data-theme-version="dark"] .header-profile .hsedu-profile-menu {
  background: #111827 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45) !important;
}

[data-theme-version="dark"] .header-profile .dropdown-item:hover,
[data-theme-version="dark"] .header-profile .dropdown-item:focus-visible {
  background: #1f2937 !important;
}

[data-theme-version="dark"] .header-profile .dropdown-item,
[data-theme-version="dark"] .header-profile .dropdown-item span,
[data-theme-version="dark"] .header-profile strong,
[data-theme-version="dark"] .header-profile .edu-muted {
  color: #e5e7eb !important;
}


/* HostSteps Academy contrast + readability pass */
.header .btn,
.header .btn-outline-primary,
.header .btn-outline-secondary,
.header .btn-primary {
  font-weight: 700;
}

.header .btn-outline-primary,
.header .btn-outline-secondary {
  background: #ffffff;
  color: #1f2937 !important;
  border-color: #cbd5e1 !important;
}

.header .btn-outline-primary:hover,
.header .btn-outline-secondary:hover,
.header .btn-outline-primary:focus,
.header .btn-outline-secondary:focus {
  background: #eef2ff;
  color: #0f172a !important;
  border-color: #94a3b8 !important;
}

.header-left .search-area .form-control,
.header-left .search-area input,
.search-form input[type="search"] {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
}

.header-left .search-area .form-control::placeholder,
.header-left .search-area input::placeholder,
.search-form input[type="search"]::placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}

.edu-logo-note {
  color: rgba(255,255,255,.92) !important;
}

.edu-hero .edu-stat-card,
.edu-launch-hero .edu-stat-card {
  background: rgba(255,255,255,.96);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
}

.edu-hero .edu-stat-card .edu-stat-label,
.edu-launch-hero .edu-stat-card .edu-stat-label {
  color: #64748b !important;
}

.edu-hero .edu-stat-card .edu-stat-value,
.edu-launch-hero .edu-stat-card .edu-stat-value {
  color: #0f172a !important;
}

.dlabnav .metismenu > li > a,
.dlabnav .metismenu a,
.dlabnav .nav-label {
  opacity: 1 !important;
}

.dlabnav .metismenu > li > a i,
.dlabnav .metismenu > li > a svg,
.dlabnav .metismenu > li > a::after {
  opacity: .95 !important;
}

[data-theme-version="dark"] .header,
[data-theme-version="dark"] .header-content,
[data-theme-version="dark"] .content-body,
[data-theme-version="dark"] .container-fluid {
  background: #0b1220 !important;
}

[data-theme-version="dark"] .header .btn-primary {
  background: #6366f1 !important;
  color: #ffffff !important;
  border-color: #6366f1 !important;
}

[data-theme-version="dark"] .header .btn-outline-primary,
[data-theme-version="dark"] .header .btn-outline-secondary {
  background: #111827 !important;
  color: #f8fafc !important;
  border-color: #475569 !important;
}

[data-theme-version="dark"] .header .btn-outline-primary:hover,
[data-theme-version="dark"] .header .btn-outline-secondary:hover,
[data-theme-version="dark"] .header .btn-outline-primary:focus,
[data-theme-version="dark"] .header .btn-outline-secondary:focus {
  background: #1e293b !important;
  color: #ffffff !important;
  border-color: #64748b !important;
}

[data-theme-version="dark"] .header-left .search-area .form-control,
[data-theme-version="dark"] .header-left .search-area input,
[data-theme-version="dark"] .search-form input[type="search"] {
  background: #111827 !important;
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
  border-color: #334155 !important;
}

[data-theme-version="dark"] .header-left .search-area .form-control::placeholder,
[data-theme-version="dark"] .header-left .search-area input::placeholder,
[data-theme-version="dark"] .search-form input[type="search"]::placeholder {
  color: #94a3b8 !important;
}

[data-theme-version="dark"] .search-area .input-group-text,
[data-theme-version="dark"] .search-form .input-group-text {
  background: #111827 !important;
  color: #e5e7eb !important;
  border-color: #334155 !important;
}

[data-theme-version="dark"] .edu-lang-links span,
[data-theme-version="dark"] .header-right a,
[data-theme-version="dark"] .header-right .nav-link,
[data-theme-version="dark"] .header-right .nav-item,
[data-theme-version="dark"] .header-right i,
[data-theme-version="dark"] .header-right svg {
  color: #e5e7eb !important;
}

[data-theme-version="dark"] .edu-lang-links .is-current {
  background: #dbeafe !important;
  color: #1d4ed8 !important;
}

[data-theme-version="dark"] .dlabnav .metismenu > li > a,
[data-theme-version="dark"] .dlabnav .metismenu a,
[data-theme-version="dark"] .dlabnav .nav-label,
[data-theme-version="dark"] .dlabnav .metismenu > li > a i,
[data-theme-version="dark"] .dlabnav .metismenu > li > a svg,
[data-theme-version="dark"] .dlabnav .metismenu .has-arrow::after {
  color: #e2e8f0 !important;
  fill: #e2e8f0 !important;
}

[data-theme-version="dark"] .dlabnav .metismenu > li:hover > a,
[data-theme-version="dark"] .dlabnav .metismenu > li.mm-active > a,
[data-theme-version="dark"] .dlabnav .metismenu ul a:hover {
  background: #1e293b !important;
  color: #ffffff !important;
}

[data-theme-version="dark"] .edu-hero,
[data-theme-version="dark"] .edu-launch-hero {
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

[data-theme-version="dark"] .edu-hero .edu-chip,
[data-theme-version="dark"] .edu-launch-hero .edu-chip {
  background: rgba(255,255,255,.14) !important;
  color: #f8fafc !important;
}

[data-theme-version="dark"] .edu-hero .edu-stat-card,
[data-theme-version="dark"] .edu-launch-hero .edu-stat-card {
  background: rgba(15,23,42,.82) !important;
  border-color: rgba(148,163,184,.24) !important;
  backdrop-filter: blur(10px);
}

[data-theme-version="dark"] .edu-hero .edu-stat-card .edu-stat-label,
[data-theme-version="dark"] .edu-launch-hero .edu-stat-card .edu-stat-label {
  color: #cbd5e1 !important;
}

[data-theme-version="dark"] .edu-hero .edu-stat-card .edu-stat-value,
[data-theme-version="dark"] .edu-launch-hero .edu-stat-card .edu-stat-value {
  color: #ffffff !important;
}

[data-theme-version="dark"] .edu-panel,
[data-theme-version="dark"] .edu-auth-card,
[data-theme-version="dark"] .edu-course-card,
[data-theme-version="dark"] .edu-instructor-card,
[data-theme-version="dark"] .edu-feature-card,
[data-theme-version="dark"] .edu-pricing-card,
[data-theme-version="dark"] .edu-dashboard-card,
[data-theme-version="dark"] .edu-live-card,
[data-theme-version="dark"] .edu-pay-card,
[data-theme-version="dark"] .edu-brand-card,
[data-theme-version="dark"] .widget,
[data-theme-version="dark"] .edu-empty,
[data-theme-version="dark"] .edu-stat-card {
  background: #111827 !important;
  color: #e5e7eb !important;
  border-color: #334155 !important;
}

[data-theme-version="dark"] .edu-badge {
  background: rgba(99,102,241,.16) !important;
  color: #c7d2fe !important;
}

[data-theme-version="dark"] .edu-meta,
[data-theme-version="dark"] .edu-section-title p,
[data-theme-version="dark"] .edu-template-subtitle,
[data-theme-version="dark"] .edu-stat-label,
[data-theme-version="dark"] .edu-contact-list li,
[data-theme-version="dark"] .edu-mini-list li {
  color: #94a3b8 !important;
}

[data-theme-version="dark"] .edu-course-card h4 a,
[data-theme-version="dark"] .edu-instructor-card h4 a,
[data-theme-version="dark"] .edu-live-card h4 a,
[data-theme-version="dark"] .widget-title,
[data-theme-version="dark"] .edu-section-title h3,
[data-theme-version="dark"] .edu-stat-value {
  color: #f8fafc !important;
}
