.notif-entry{border-bottom:1px solid var(--border-subtle);align-items:flex-start;gap:10px;padding:10px 12px;transition:background .15s;display:flex;position:relative}.notif-entry:hover{background:var(--accent-subtle)}.notif-entry:last-child{border-bottom:none}.notif-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:700;display:flex}.notif-body{flex:1;min-width:0}.notif-label{letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700;line-height:1}.notif-message{color:var(--text-secondary);word-break:break-word;margin-top:3px;font-size:12px;line-height:1.4}.notif-time{color:var(--text-muted);flex-shrink:0;margin-top:2px;font-size:10px}.notif-dismiss{color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;padding:2px 4px;font-size:12px;line-height:1;transition:opacity .15s;position:absolute;top:6px;right:6px}.notif-entry:hover .notif-dismiss{opacity:1}.activity-badge{border:1.5px solid var(--bg-surface);z-index:1;border-radius:50%;width:8px;height:8px;position:absolute;top:2px;right:2px}.activity-badge-success{background:#4ade80}.activity-badge-error{background:#f87171;box-shadow:0 0 6px #f8717199}.notif-section-header{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);padding:8px 12px 4px;font-size:10px;font-weight:700}.notif-clear-btn{color:var(--text-muted);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;background:0 0;border:none;padding:0;font-size:10px}.notif-clear-btn:hover{color:var(--text-secondary)}.issues-banner{border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);background:#60a5fa14;align-items:center;gap:8px;margin:0;padding:8px 12px;font-size:11px;line-height:1.4;display:flex}.issues-banner-icon{color:#60a5fa;flex-shrink:0;font-size:12px}.activity-tab-count{color:#f87171;background:#f8717133;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;margin-left:6px;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.activity-tab-bar{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.activity-tab-pulse{background:#f3e5ab;border-radius:50%;width:6px;height:6px;margin-left:6px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;display:inline-block;box-shadow:0 0 6px #f3e5abe6}.activity-section-divider{background:var(--border-subtle);height:1px;margin:4px 0}