.notification-bell{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:hsl(var(--foreground) / .7);cursor:pointer;border-radius:8px;transition:color .15s ease,background .15s ease}.notification-bell:hover{color:hsl(var(--foreground));background:hsl(var(--muted) / .3)}.notification-bell-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:hsl(var(--destructive));color:hsl(var(--destructive-foreground, 0 0% 100%));font-size:.5625rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none}
