.tb-crumbs__home{color:var(--text-muted);text-decoration:none;transition:color .16s var(--ease)}.tb-crumbs__home:hover{color:var(--text-primary)}a.cta-pill,a.util-avatar{text-decoration:none}.tb-pop{position:absolute;top:calc(100% + 6px);z-index:50;background:var(--bg-elev-1);border:1px solid var(--border-mid);border-radius:10px;box-shadow:0 18px 36px -12px rgba(0,0,0,.55),0 2px 10px -4px rgba(0,0,0,.4);display:flex;flex-direction:column;overflow:hidden;width:360px;max-height:420px;color:var(--text-body);font-family:var(--font-asap),"Asap",sans-serif}.tb-pop[data-anchor=bell]{right:0}.tb-pop[data-anchor=queue]{right:48px;width:340px;max-height:380px}.tb-pop__head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-soft);font-size:13px;font-weight:600;color:var(--text-primary);letter-spacing:-.005em}.tb-pop__head-action{background:transparent;border:0;color:var(--text-muted);font-size:11.5px;cursor:pointer;transition:color .16s var(--ease);padding:0}.tb-pop__head-action:hover{color:var(--text-primary)}.tb-pop__head-meta{font-size:11.5px;font-weight:400;color:var(--text-muted);letter-spacing:0}.tb-pop__list{flex:1;overflow-y:auto}.tb-pop__empty{padding:32px 16px;text-align:center;font-size:12.5px;color:var(--text-muted)}.tb-pop__item{display:flex;align-items:flex-start;gap:12px;padding:11px 16px;background:transparent;border:0;border-bottom:1px solid rgba(29,30,34,.6);width:100%;text-align:left;cursor:pointer;transition:background .16s var(--ease);color:inherit;font:inherit}.tb-pop__item:hover{background:var(--bg-elev-2)}.tb-pop__item[data-unread=true]{background:rgba(107,42,51,.06)}.tb-pop__item:last-child{border-bottom:0}.tb-pop__item-body{flex:1;min-width:0}.tb-pop__item-title{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--text-primary);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tb-pop__item[data-unread=false] .tb-pop__item-title{font-weight:400;color:var(--text-muted)}.tb-pop__item-unread-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.tb-pop__item-body p{margin:2px 0 0;font-size:11.5px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tb-pop__item-stamp{font-size:10px;color:var(--text-quiet);white-space:nowrap;margin-top:2px}.tb-pop__item-status{width:8px;height:8px;border-radius:50%;margin-top:5px;flex-shrink:0}.tb-pop__item-status[data-state=running]{background:var(--accent);animation:tb-pop-pulse 1.4s infinite}.tb-pop__item-status[data-state=queued]{background:var(--chart-amber,#e0a540)}@keyframes tb-pop-pulse{0%,to{opacity:1}50%{opacity:.45}}.tb-pop__foot{padding:9px 12px;text-align:center;background:transparent;border:0;border-top:1px solid var(--border-soft);font-size:11.5px;color:var(--text-muted);cursor:pointer;transition:color .16s var(--ease)}.tb-pop__foot:hover{color:var(--text-primary)}.tb-util[data-has-popover=true]{position:relative}