/* HER MARK BESIDE EVERY CHAT (18 Sep 2026) - source frontend/_icons_sep18/.
   The lavender dot before each Recent row, and the empty slot before each
   rail row, become the mark she drew for that chat. Colour comes from --lav,
   so a theme flip is a redraw in the other ink (icons.js), never a filter. */
@keyframes dlmDash{to{stroke-dashoffset:0}}
@keyframes dlmFade{to{opacity:1}}
svg.dlm{overflow:visible;color:var(--lav,#AF69EE);flex:0 0 auto;display:block}
.np-row .dlm-recent{width:19px;height:19px;align-self:center;margin:0 1px 0 2px}
.th-row .dlm-rail{position:relative;z-index:1;display:inline-block;width:15px;
  height:15px;vertical-align:-2.5px;margin:0 8px 0 -1px;opacity:.88}
.th-row.on .dlm-rail,.th-row:hover .dlm-rail{opacity:1}
@media (max-width:880px){
  .np-row .dlm-recent{width:18px;height:18px}
  .th-row .dlm-rail{width:16px;height:16px;margin-right:9px}
}
@media (prefers-reduced-motion:reduce){
  svg.dlm path{animation:none!important;stroke-dashoffset:0!important;opacity:1!important}
}
