/* V111 — reforço de contraste no modo claro, principalmente dentro dos módulos */
html[data-theme="light"] #mod-detail{
  background:linear-gradient(180deg, rgba(243,247,252,.97), rgba(237,243,251,.98)) !important;
}
html[data-theme="light"] .md-head{
  background:rgba(255,255,255,.92) !important;
  border-bottom:1px solid rgba(15,23,42,.08);
}
html[data-theme="light"] .md-title,
html[data-theme="light"] .md-lesson h3,
html[data-theme="light"] .check-box h3,
html[data-theme="light"] .quiz-box h3,
html[data-theme="light"] .question>p{
  color:#0f172a !important;
}
html[data-theme="light"] .md-obj,
html[data-theme="light"] .md-lesson,
html[data-theme="light"] .check-box,
html[data-theme="light"] .quiz-box{
  background:#ffffff !important;
  color:#1f2937 !important;
  border-color:rgba(15,23,42,.10) !important;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}
html[data-theme="light"] .md-obj,
html[data-theme="light"] .md-lesson p,
html[data-theme="light"] .check-item span,
html[data-theme="light"] .quiz-note,
html[data-theme="light"] .option,
html[data-theme="light"] .ptbl td{
  color:#334155 !important;
}
html[data-theme="light"] .option{
  background:#fff !important;
  border-color:rgba(15,23,42,.12) !important;
}
html[data-theme="light"] .option:hover{
  color:#0f172a !important;
  border-color:rgba(196,165,90,.42) !important;
  background:#fffdf7 !important;
}
html[data-theme="light"] .lesson-alert{
  background:#fff8e8 !important;
  border:1px solid rgba(196,165,90,.40) !important;
  color:#8a681b !important;
}
html[data-theme="light"] .lesson-wrong{
  background:#fff3f3 !important;
  border:1px solid rgba(224,85,85,.32) !important;
  color:#9f2f2f !important;
}
html[data-theme="light"] .lesson-wrong strong{
  color:#d24a4a !important;
}
html[data-theme="light"] .lesson-right{
  background:#eefbf4 !important;
  border:1px solid rgba(76,175,130,.34) !important;
  color:#236245 !important;
}
html[data-theme="light"] .lesson-right strong{
  color:#2f8f63 !important;
}
html[data-theme="light"] .dont-box{
  background:#fff3f3 !important;
  border:1px solid rgba(224,85,85,.32) !important;
  color:#9f2f2f !important;
}
html[data-theme="light"] .dont-box strong{
  color:#d24a4a !important;
}
html[data-theme="light"] .script-box{
  background:#eefbf4 !important;
  border:1px solid rgba(76,175,130,.34) !important;
  color:#236245 !important;
}
html[data-theme="light"] .script-box strong{
  color:#2f8f63 !important;
}
html[data-theme="light"] .score-box.ok{
  background:#eefbf4 !important;
  border-color:rgba(76,175,130,.34) !important;
  color:#236245 !important;
}
html[data-theme="light"] .score-box.no{
  background:#fff3f3 !important;
  border-color:rgba(224,85,85,.32) !important;
  color:#9f2f2f !important;
}
