.notification-entry{position:relative}.notification-entry.hover-reading:before{content:"";position:absolute;z-index:2;left:10px;right:10px;bottom:5px;height:2px;border-radius:2px;background:var(--mint);transform-origin:left;animation:hover-read-progress .85s linear both}.notification-entry.hover-cleared{opacity:0;transform:translateX(12px) scale(.98);max-height:0;margin:0;pointer-events:none}.notification-entry.hover-reading .notification-item{background:rgba(125,246,196,.075)}@keyframes hover-read-progress{from{transform:scaleX(0);opacity:.35}to{transform:scaleX(1);opacity:1}}@media(prefers-reduced-motion:reduce){.notification-entry.hover-reading:before{animation:none;transform:scaleX(1)}.notification-entry.hover-cleared{transition:none}}
body .notification-entry.hover-reading:before{background:#ff5660;box-shadow:0 0 8px rgba(255,65,76,.3)}body .notification-entry.hover-reading .notification-item{background:rgba(255,77,87,.08)}
