/* Nootropic Dose Checker — its own styles (the shared ones are core/tools.css). Scoped .chqt-dc*. */
.chqt-dc-bar { position: relative; height: 26px; border-radius: 13px; background: var(--chqt-cream); border: 1px solid var(--chqt-line); margin: 10px 0 12px; overflow: hidden; }
.chqt-dc-bar__range { position: absolute; top: 0; bottom: 0; background: #cfe3dc; }
.chqt-dc-bar__you { position: absolute; top: -2px; bottom: -2px; width: 3px; background: var(--chqt-accent); }
.chqt-dc-stack { list-style: none; margin: 12px 0 0; padding: 0; font-size: 15px; }
.chqt-dc-stack li { display: flex; justify-content: space-between; gap: 10px; align-items: center; padding: 8px 0; border-top: 1px solid var(--chqt-line); }
.chqt-dc-stack button { min-height: 44px; min-width: 44px; border: 0; background: none; color: var(--chqt-muted); font-size: 18px; cursor: pointer; }
.chqt-dc-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; }
.chqt-dc-checks label { display: flex; align-items: center; gap: 9px; min-height: 44px; font-size: 15.5px; color: var(--chqt-ink); }
/* 16px even on a checkbox: the gate measures every visible input, and under 16px iOS zooms
   the page on focus (the same trap Needle Style's planner hit on its colour picker) */
.chqt-dc-checks input { width: 20px; height: 20px; font-size: 16px; }
.chqt-dc-wrap { background: #fff; border: 1px solid var(--chqt-line); border-radius: 12px; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 14px; }
.chqt-dc-table { border-collapse: collapse; width: 100%; font-size: 15px; line-height: 1.3; color: var(--chqt-ink); }
.chqt-dc-table caption { text-align: left; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--chqt-muted); padding: 10px 10px 4px; }
.chqt-dc-table th, .chqt-dc-table td { padding: 7px 8px; border-top: 1px solid var(--chqt-line); text-align: left; }
.chqt-dc-table thead th { font-size: 13px; color: var(--chqt-muted); font-weight: 700; border-top: 0; }
.chqt-dc-table tr[data-yours="1"] th, .chqt-dc-table tr[data-yours="1"] td { background: #eaf3f0; font-weight: 700; }
.chqt-dc-med { margin-top: 14px; }
.chqt-dc-over { color: #B23B32; font-weight: 700; }
@media (max-width: 420px) { .chqt-dc-checks { grid-template-columns: 1fr; } .chqt-dc-table { font-size: 14px; } }
