.badge.yellow{border-color:var(--yellow);color:var(--yellow)}.slide-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;margin-bottom:4px;transition:background .2s;font-size:.88rem}.slide-item.active{background:rgba(124,58,237,.25);border:1px solid var(--accent)}.slide-item.watched{background:rgba(52,211,153,.08)}.slide-item.unwatched{opacity:.55}.slide-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:var(--border)}.slide-item.watched .slide-dot{background:var(--green)}.slide-item.active .slide-dot{background:var(--accent2);box-shadow:0 0 8px var(--accent2)}.slide-time{margin-left:auto;color:var(--muted);font-size:.8rem;font-variant-numeric:tabular-nums}#cert-overlay.show{display:flex}@media (max-width:768px){.header{flex-direction:column;align-items:flex-start;gap:10px}}