/* Счёт (правка 486). Значения — только из tokens.css. */
.dr-note { margin: 0 0 12px; color: var(--ink2); font-size: var(--fs-14); line-height: 1.5; }
.dr-group { margin-top: 14px; }
.dr-group-title { margin: 0 0 8px; font-size: var(--fs-14); font-weight: 650; color: var(--ink2); text-transform: uppercase; letter-spacing: .04em; }
.dr-kind { display: grid; gap: 4px; width: 100%; margin-bottom: 8px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface2); color: var(--ink); text-align: left; font: inherit; cursor: pointer; }
.dr-kind:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.dr-kind b { font-size: var(--fs-17); }
.dr-kind-intro { font-size: var(--fs-13); color: var(--ink2); line-height: 1.45; }
.dr-kind-stats { font-size: var(--fs-13); font-weight: 600; color: var(--accent-deep); }
.dr-head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.dr-progress { font-weight: 650; color: var(--accent-deep); white-space: nowrap; }
.dr-intro { margin: 0 0 14px; color: var(--ink2); font-size: var(--fs-14); line-height: 1.5; }
.dr-example { margin: 0 0 12px; font-size: var(--fs-h1); font-weight: 700; letter-spacing: .01em; font-variant-numeric: tabular-nums; }
.dr-reveal { margin: 8px 0 0; font-weight: 650; }
.dr-tags { margin: 8px 0 12px; padding-left: 20px; line-height: 1.55; }
@media (min-width: 768px) { #dr-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; } }
