/* Readability layer for newly completed guide sections. */
.homey-section-completion-20260825 {
  color: #0d1b3c;
  background: rgba(255,255,255,.72);
  border-inline-start: 3px solid #d6b25e;
  border-radius: .45rem;
  padding: .85rem 1rem;
  line-height: 1.85;
  box-shadow: 0 4px 18px rgba(13,27,60,.06);
}
@media (prefers-color-scheme: dark) {
  .homey-section-completion-20260825 { color:#f8f4e9; background:rgba(13,27,60,.78); }
}
