/* Scoped contrast for the guide listing and articles. */
html[data-theme="dark"] body.guide-page { background: #101b2b; color: #e6edf6; }
html[data-theme="dark"] body.guide-page :is(.guide-index-card, .guide-card, .guide-quick) { background: #19283c; color: #e6edf6; border-color: #41556d; }
html[data-theme="dark"] body.guide-page :is(.guide-index-card h2, .guide-card h3, .guide-quick h2, .guide-story > h2, .guide-intro, .guide-dek, .guide-card-copy p, .guide-index-card p, .guide-quick p) { color: #e6edf6; }
html[data-theme="dark"] body.guide-page :is(.guide-updated, .guide-time, .guide-note, .guide-hero figcaption, .guide-card-media small) { color: #b3c3d5; }
html[data-theme="dark"] body.guide-page .guide-hero { border-color: #41556d; }
html[data-theme="dark"] body.guide-page a { color: #a4ccff; }
html[data-theme="dark"] body.guide-page .guide-button { background: #8ebeff; color: #10243e !important; }
html[data-theme="dark"] body.guide-page .guide-related { background: #173658; color: #e6edf6; }
html[data-theme="dark"] body.guide-page .guide-related a { color: #fff; }
html[data-theme="dark"] body.guide-page .guide-index-card figcaption,
html[data-theme="dark"] body.guide-page .guide-index-card figcaption a { color: #fff; }
